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
/
xmllexer.c
Age
Commit message (
Expand
)
Author
2013-09-13
Copyright year update by hg log info
Torsten Jager
2012-01-10
Removed unused variable from enum definition
Petri Hintukainen
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-11-05
Merge from 1.1 (with adaptations).
Darren Salt
2009-10-15
Make the XML lexer and parser re-entrant
Matt Kraai
2009-01-18
Merge from 1.1.
Darren Salt
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2008-05-23
Merge from 1.1. VDR needs to be updated.
Diego 'Flameeyes' Pettenò
2008-05-09
Remove a new bunch of xine_malloc() calls.
Diego 'Flameeyes' Pettenò
2008-03-18
Merge from 1.1.
Darren Salt
2008-03-17
Allow CR & LF termination of XML element names.
Darren Salt
2008-01-09
Some lexer state tokenisation which somehow slipped through a crack somewhere.
Darren Salt
2008-01-01
Merge from 1.1.
Darren Salt
2007-12-31
Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly.
Darren Salt
2007-12-30
Merge from 1.1 (except po/*; translators needed for this).
Darren Salt
2007-12-27
xmlparser: fix token buffer being too small
Maximilian Schwerin
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-17
Merge from 1.1.
Darren Salt
2007-12-17
Fix an off-by-one error concerning UTF-8-encoded BOMs.
Darren Salt
2007-12-14
Merge from 1.1.
Darren Salt
2007-12-14
Convert XML to UTF-8 for parsing if a BOM is detected.
Darren Salt
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-10
Merge from 1.1.
Darren Salt
2007-11-09
Merge FSF address changes from 1.1 branch.
Diego 'Flameeyes' Pettenò
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-11-06
Decode numbered XML char entities as UTF-8, and support codes >= 256.
Darren Salt
2007-09-17
Revert the "#define lprintf" debug changes.
Darren Salt
2007-09-14
Handle <[CDATA[...]]>. (Based on a patch by Bastien Nocera <hadess@hadess.net>.)
Darren Salt
2007-04-21
Stop ignoring <?...?> elements, and parse them for attributes.
Darren Salt
2007-04-21
Use an enumeration for XML lexer state tracking.
Darren Salt
2007-04-21
Handle single-quoted attributes in XML.
Darren Salt
2007-03-04
- commit documentation, and header changes for the relicensing of the
Bastien Nocera
2006-06-20
Fix generic warnings.
Diego 'Flameeyes' Pettenò
2006-02-14
Minor constness fixups.
Darren Salt
2005-01-16
fixing compiler warnings
Michael Roitzsch
2005-01-16
Add basic support for character entities:
Darren Salt
2004-05-31
'/' is not allowed in identifier
Thibaut Mattern
2003-12-09
update copyright year (and we have to do it again in 3 weeks... ;-) )
Daniel Caujolle-Bert
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-09-16
Removed headers that were providing nothing needed to the build.
Stephen Torri
2003-07-19
Backport cleanups/fixes/improvements from gxine.
Thibaut Mattern
2002-05-01
added xml parser/lexer from thibaut mattern
Guenter Bartsch