aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-5/+5
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-1/+1
* an optimization of the char data inner loop, can gain up to 10% in pureDaniel Veillard2005-07-201-8/+43
* fix for #309761 from Dylan Shell added xmlSchemaSAXPlug andDaniel Veillard2005-07-091-9/+9
* fix some potential leaks in error cases. added --sax, to allow testing ofDaniel Veillard2005-07-081-2/+2
* fixing bug #166777 (and #169838), it was an heuristic in areBlanks whichDaniel Veillard2005-07-061-1/+1
* fixed a bug failing to detect UTF-8 violations in CData in push mode.Daniel Veillard2005-07-041-5/+99
* fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixingDaniel Veillard2005-07-031-18/+18
* applied patch from Malcolm Rowe to avoid namespace troubles on rollbackDaniel Veillard2005-06-091-0/+3
* applied patch from Rob Richards for xml:space and xml:lang handling withDaniel Veillard2005-06-081-27/+34
* Fixed a test for duplicate attributes: Non-prefixed attributes wereKasimier T. Buchcik2005-04-291-7/+13
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+3
* fixed #172260 redundant assignment. fixed xmlSAXParseDoc() andDaniel Veillard2005-03-311-2/+2
* fix potential crash if ctxt->sax->ignorableWhitespace is NULL as reportedDaniel Veillard2005-03-311-4/+6
* fixed problem when no initial "chunk" was given to xmlCreatePushParserWilliam M. Brack2005-02-111-6/+12
* fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not setWilliam M. Brack2005-02-111-1/+0
* found and fixed 2 problems in the internal subset scanning code affectingDaniel Veillard2005-01-251-6/+28
* warning patches from Peter Breitenlohner serious DTD parsing speedups,Daniel Veillard2005-01-251-26/+40
* added xmlHashCreateDict where the hash reuses the dictionnary for internalDaniel Veillard2005-01-231-3/+3
* small speedup in skipping blanks characters interning the entities stringsDaniel Veillard2005-01-231-1/+1
* boosting common commnent parsing code, it was really slow. added sprecificDaniel Veillard2005-01-231-32/+194
* small optimization back. DanielDaniel Veillard2005-01-231-1/+5
* a single lock version mostly avoid the cost penalty of the lock in case ofDaniel Veillard2005-01-211-4/+4
* fixed bug #164556 where non-fatal errors stopped push parsing andDaniel Veillard2005-01-211-3/+4
* better fix for #151694 not killing c14n regression tests fixing bugDaniel Veillard2005-01-161-1/+3
* fixing bug #151694, line should always be set in the elements. DanielDaniel Veillard2005-01-161-2/+1
* fixing col information in xmlParserInput and propagating column into xmlErrorAleksey Sanin2005-01-051-7/+11
* fixed namespace bug in push mode reported by Rob Richards added it to theDaniel Veillard2005-01-041-0/+2
* fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes theWilliam M. Brack2004-12-251-1/+4
* reset input->base within xmlStopParser removed call to xmlUTF8Strlen fromWilliam M. Brack2004-12-201-1/+3
* make sure xmlCtxtReadFile and htmlCtxtReadFile go through the catalogDaniel Veillard2004-11-261-1/+1
* integrated in "make tests" added -q option, and more conditional featuresDaniel Veillard2004-11-091-5/+7
* more coverage more fixes DanielDaniel Veillard2004-11-081-2/+3
* more coverage more fixes DanielDaniel Veillard2004-11-081-3/+9
* more fixes. DanielDaniel Veillard2004-11-081-2/+10
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-0/+2
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-0/+2
* dohh ... stupid change killing xmlParseDoc() DanielDaniel Veillard2004-11-041-4/+4
* changing the way the .c is generated, extending the tests coverage fixingDaniel Veillard2004-11-041-9/+23
* more fixes and extending the tests coverage adding a type init interfaceDaniel Veillard2004-11-031-0/+1
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-8/+39
* fixed a bug reported by Petr Pajas on the list and affecting XML::LibxmlDaniel Veillard2004-10-311-19/+30
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-4/+20
* modified the handling of _private for entity expansion (bug 155816)William M. Brack2004-10-251-2/+17
* fixed the leak reported by Volker Roth on the list added a specific testDaniel Veillard2004-10-251-2/+6
* adding the tree debug mode fixing various problems reported by the debugDaniel Veillard2004-10-071-8/+18
* added code to handle <group>, including dumping to output (bug 151924).William M. Brack2004-10-061-3/+2
* applied patch from Malcolm Tredinnick fixing bug #152426 DanielDaniel Veillard2004-10-041-1/+1
* fixed problem with dictionary handling within xmlParseInNodeContext (bugWilliam M. Brack2004-10-031-5/+14
* applied patch from Malcolm Tredinnick fixing errata E20 concerningDaniel Veillard2004-09-261-3/+3