aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* fixed bug #81159 (memory growth in SAX)Aleksey Sanin2002-05-091-0/+2
* updated a bit made a comment more specific more work on the SchemasDaniel Veillard2002-04-221-2/+2
* patch from Markus Henke when an encoding ain't recognized DanielDaniel Veillard2002-04-091-0/+1
* dohh I really didn't intended to commit this test version :-( DanielDaniel Veillard2002-03-201-65/+49
* I wanted to see the real speed at the SAX interface after a little tooDaniel Veillard2002-03-201-49/+65
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* humm, changed the way the SAX parser work whenDaniel Veillard2002-03-181-0/+53
* Wilfried Teiken provided a hackish but working way to get context reportedDaniel Veillard2002-03-181-2/+14
* make sure SAX endDocument is always called as this could result in aDaniel Veillard2002-03-051-12/+6
* fixed a push/encoding bug reported by Michael on librsvg DanielDaniel Veillard2002-02-201-2/+22
* found and fixed a couple of allocation bugs DanielDaniel Veillard2002-02-201-22/+5
* had to change 2 internal parsing API when processing document content toDaniel Veillard2002-02-191-17/+30
* more validation test fixups added duration info for the tests DanielDaniel Veillard2002-02-191-0/+1
* a couple of errors were reported but not saved back as such in the parsingDaniel Veillard2002-02-181-0/+2
* isExtender was missing a char % are acceptable in the internal subset ifDaniel Veillard2002-02-181-2/+31
* fixed #71741 supid typo an a bug about encoding parsing stayed there forDaniel Veillard2002-02-171-1/+1
* improved the behaviour a bit as well as the logs fixed a few more bugsDaniel Veillard2002-02-171-1/+4
* python script to run regression tests against the XML Test suite ofDaniel Veillard2002-02-171-5/+30
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-7/+0
* Build a new version hopefully near complete and fully documented of theDaniel Veillard2002-01-221-3/+9
* Keith Isdale complained rightly that xmlInitParser() did not preserveDaniel Veillard2002-01-181-1/+4
* integrated a couple of fixes and a new API functionDaniel Veillard2002-01-131-2/+51
* Applied following patches from Robert Collins and make sure IN_LIBXML isDaniel Veillard2002-01-081-1/+1
* Jirka Kosek pointer out a bug in xmlParseTextDecl() when the version infoDaniel Veillard2002-01-071-7/+9
* patch from Jack J Franklin to remove a bug in xmlCreatePushParserCtxt()Daniel Veillard2002-01-061-0/+8
* Fixed a few other problems raised by Charlie Bozeman. fixed the outputDaniel Veillard2001-12-311-1/+1
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-45/+46
* integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOSDaniel Veillard2001-12-051-1/+1
* Robin Berjon <robin@knowscape.com> found a case where non-wellformed XMLDaniel Veillard2001-11-291-12/+19
* more include cleanups, export cleanly one html output + format function.CET 2001 Daniel Veillard2001-11-011-1/+0
* apply fixes to close #63271 and avoid segfaults when the error routineDaniel Veillard2001-10-291-0/+2
* fixed an erroneous validation bug when PE refs occurs in external parsedDaniel Veillard2001-10-231-1/+2
* fixed a very serious (looping) validation bug DanielDaniel Veillard2001-10-181-2/+44
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-1/+2
* debugged and fixed initialization problems which were giving troubles onDaniel Veillard2001-10-141-0/+2
* Applied the last patches from Gary, cleanup, activated threading all userDaniel Veillard2001-10-131-7/+6
* started integrating the non-controversial parts of Gary PenningtonDaniel Veillard2001-10-111-2/+2
* adding xmlSAXParseFileWithData following Marco Stipek suggestion DanielDaniel Veillard2001-10-021-3/+31
* Igor Zlatkovic patches fixed typos DanielDaniel Veillard2001-10-021-2/+2
* fixed bug #59981 related to handling of '&' in attributes when entitiesDaniel Veillard2001-09-111-23/+37
* John Fleck fixed typos in the options output fix ignorable white space SAXDaniel Veillard2001-09-091-1/+5
* warn if version is not 1.0 but it's not strictly speaking an error afterDaniel Veillard2001-09-051-0/+8
* doc updates from Heiko Rupp 2 sanity checks from Heiko Rupp DanielDaniel Veillard2001-08-311-2/+3
* preparing for a 2.4.3 release even if it may not be ready yet redirectedDaniel Veillard2001-08-231-14/+1
* added support and APIs needed for the catalog PI cleanup DanielDaniel Veillard2001-08-221-1/+79
* starts to look okay, really plugged the new framework, cleaned a lot ofDaniel Veillard2001-08-221-0/+3
* more work on the XML catalog support. small cleanup seems using list as aDaniel Veillard2001-08-211-15/+15
* small fix fixing bug #58539 reported by coolo, in entity substitution modeDaniel Veillard2001-08-131-5/+2
* applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSCDaniel Veillard2001-08-031-1/+1
* when the internal subset uses a PE, then the included entity can useDaniel Veillard2001-07-311-133/+144