aboutsummaryrefslogtreecommitdiffstats
path: root/xmlreader.c
Commit message (Expand)AuthorAgeFilesLines
* applied another patch from Rob Richards to fix xmlTextReaderGetAttributeNsDaniel Veillard2005-08-201-4/+36
* applied patch from Rob Richards to fix xmlTextReaderGetAttribute behaviourDaniel Veillard2005-08-171-6/+34
* applied patch from Rob Richards fixing xmlTextReaderGetAttribute DanielDaniel Veillard2005-08-081-3/+2
* more cleanups based on sparse reports, added "make sparse" DanielDaniel Veillard2005-07-291-3/+3
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-8/+8
* applied patch from Marcus Boerger to route relaxng and schemas errorDaniel Veillard2005-07-131-18/+153
* fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReaderDaniel Veillard2005-07-101-6/+200
* applied patch from Rob Richards for removal of ID (and xml:id) appliedDaniel Veillard2005-06-201-6/+54
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* applied fix for xmlTextReaderNext() bug from Rob Richards DanielDaniel Veillard2005-03-101-1/+1
* applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() addedDaniel Veillard2005-02-181-0/+21
* implementation of xmlTextReaderReadString by Bjorn Reese DanielDaniel Veillard2005-01-281-2/+61
* making DSO support an option code and documentation cleanups regeneratedDaniel Veillard2005-01-041-10/+13
* GetLineNumber and GetColumnNumber functions for xmlReaderAleksey Sanin2005-01-031-0/+34
* added xmlDictExists() to the dictionnary interface. applyingDaniel Veillard2004-11-241-1/+1
* augmented types supported a number of new bug fixes and documentationDaniel Veillard2004-11-061-2/+2
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-0/+6
* more fixes and extending the tests coverage adding a type init interfaceDaniel Veillard2004-11-031-1/+4
* applied patch from Graham Bennett adding 4 convenience functions to theDaniel Veillard2004-10-191-0/+109
* added help for new set shell command added parser option to not generateDaniel Veillard2004-08-161-3/+2
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-1/+8
* further fixes for out of memory condition, mostly from Olivier Andrieu.William M. Brack2004-07-291-2/+6
* implemented patches supplied by Olivier Andrieu (bug 148588), plus madeWilliam M. Brack2004-07-281-4/+8
* fixed problem with reader state after processing attributes (bug 147993)William M. Brack2004-07-221-2/+2
* seems the reader buffer could be used while not allocated, fixes bugDaniel Veillard2004-07-011-0/+7
* fix from Steve Ball and update of the comment. William pointed out thatDaniel Veillard2004-06-141-4/+4
* fixed a serious problem when substituing entities using the Reader, theDaniel Veillard2004-06-081-0/+4
* fixing bug #141384 where the reader didn't call the deregisteringDaniel Veillard2004-04-301-0/+16
* never commit without running make tests first ! DanielDaniel Veillard2004-04-291-4/+6
* fix a nasty problem with reading over the end fix a reported memory leakDaniel Veillard2004-04-291-1/+6
* Johnson Cameron pointed out that initGenericErrorDefaultFunc() was reallyDaniel Veillard2004-04-201-9/+0
* keep the ChangeLog compressed fix a segfault when using Close() test forDaniel Veillard2004-04-181-16/+7
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-5/+1
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-6/+15
* fixed xmllint --memory --stream memory consumption on large file by usingDaniel Veillard2004-02-191-11/+9
* updating the benchmark graph and using a PNG instead of a GIF updated theDaniel Veillard2004-02-161-2/+0
* applied patch from Steve Ball to provide structured error reports.William M. Brack2004-02-031-0/+51
* fixing some problem if configured --without-xinclude c.f. #130902 DanielDaniel Veillard2004-01-081-2/+13
* change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(),Daniel Veillard2003-12-221-0/+6
* fixed bug #129489, propagation of parsing flags in entities. improved theDaniel Veillard2003-12-211-21/+21
* trying to fix #129692 xmlTextReaderExpand() when using anDaniel Veillard2003-12-191-1/+3
* augmented the XInclude API to be able to pass XML parser flags down to theDaniel Veillard2003-12-091-0/+3
* filter warning messages if the global setting blocks them updated theDaniel Veillard2003-12-081-1/+2
* fixed the pattern interfaces but not yet the parser to handle theDaniel Veillard2003-12-051-2/+5
* cleanup the make rebuild in doc, this include new directive to stopDaniel Veillard2003-12-051-4/+131
* fixed a problem in xmlreader validation when streaming exposed by reader2Daniel Veillard2003-12-021-0/+4
* added two xmlReader examples cleaned up some bugs in the process DanielDaniel Veillard2003-11-201-5/+5
* minor enhancement to prevent comment with unreferenced variable. editedWilliam M. Brack2003-11-181-1/+1
* Finally - found the problem with the page generation (XMLPUBFUN notWilliam M. Brack2003-11-161-1/+1
* fixed some wording make sure doc/examples is packaged fixed the reallyDaniel Veillard2003-11-151-2/+69