summaryrefslogtreecommitdiff
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* use ctxt->standalone = -2 to indicate that the XMLDecl was parsed but noDaniel Veillard2005-11-171-0/+7
* fixed second spot where CRLF split between chunks could cause trouble (bugWilliam M. Brack2005-10-221-0/+4
* fixed problem in xmlTextWriterVSprintf caused by misuse of vsnprintf addedWilliam M. Brack2005-10-201-0/+2
* applied patch from Massimo Morara fixing bug #317447 about risk of invalidDaniel Veillard2005-09-281-0/+6
* damn XML_FEATURE_UNICODE clashes with Expat headers rename to XML_WITH_ toDaniel Veillard2005-09-121-30/+30
* fixes bug #315617 when using push CDATA in some cases. DanielDaniel Veillard2005-09-091-9/+9
* updated the docs and rebuild releasing 2.6.21 removedLIBXML2_2_6_21Daniel Veillard2005-09-041-0/+206
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-3/+8
* found another bug while looking at #309616 on missing entities. thisDaniel Veillard2005-08-241-0/+5
* fixed bug #170489 reported by Jirka Kosek added the test to the regressionDaniel Veillard2005-08-231-0/+2
* 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