aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* more memory related code cleanups. DanielDaniel Veillard2004-09-231-6/+9
* fixed a bunch of errors when realloc failed. DanielDaniel Veillard2004-09-221-22/+64
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-181-2/+2
* removed some extern before function code reported by Kjartan Maraas on IRCDaniel Veillard2004-09-171-6/+6
* remove a warning on Solaris fix a crashing bug #151111 DanielDaniel Veillard2004-08-261-1/+2
* fixed DTD loading problem reported by Abhinkar, SameerIgor Zlatkovic2004-08-241-2/+15
* fixed missing line numbers on entity as reported on the list by SteveWilliam M. Brack2004-08-191-0/+1
* small typo pointed out by Mike Hommey slightly improved the --c14nDaniel Veillard2004-08-161-0/+190
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-4/+23
* implemented patches supplied by Olivier Andrieu (bug 148588), plus madeWilliam M. Brack2004-07-281-0/+4
* make the push interfaces synchronous added a specific test added the newDaniel Veillard2004-07-051-19/+28