index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-utils
/
xmlparser.c
Age
Commit message (
Expand
)
Author
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-10-15
Make the XML lexer and parser re-entrant
Matt Kraai
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2008-05-23
Mark initialisation functions with malloc attribute.
Diego 'Flameeyes' Pettenò
2008-05-09
Use size_t to keep the value returned by strlen().
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2007-12-31
Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly.
Darren Salt
2007-12-30
Dereference buffer size pointers when comparing buffer sizes.
Darren Salt
2007-12-27
xmlparser: fix token buffer being too small
Maximilian Schwerin
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-10-23
Simple patch to the XML parser
Bastien Nocera
2007-04-21
Fix comments - '>' and '?>' were reversed.
Darren Salt
2007-03-04
- commit documentation, and header changes for the relicensing of the
Bastien Nocera
2006-02-14
Minor constness fixups.
Darren Salt
2005-01-16
Add basic support for character entities:
Darren Salt
2003-12-06
reading through Daniel's huge patch was quite tiresome, but it was not worthl...
Michael Roitzsch
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-10-28
Change .dsp and .dsw files for simple using under VCC 6.0 - just change unix ...
František Dvořák
2003-09-16
Removed headers that were providing nothing needed to the build.
Stephen Torri
2003-09-13
Oups, wrong node...
Thibaut Mattern
2003-09-13
Fix memory leaks.
Thibaut Mattern
2003-09-11
Better xml_parser_free_tree()
Thibaut Mattern
2003-07-27
- removed xine-engine/locale.c as it is unused, fix static functions in the
Bastien Nocera
2003-07-19
Backport cleanups/fixes/improvements from gxine.
Thibaut Mattern
2002-12-02
less noise with xmlparsing.
Daniel Caujolle-Bert
2002-09-06
introduce "const"
Michael Roitzsch
2002-05-01
added xml parser/lexer from thibaut mattern
Guenter Bartsch