summaryrefslogtreecommitdiff
path: root/SAX.c
Commit message (Expand)AuthorAgeFilesLines
* Remove DOCBparserNick Wellnhofer2022-03-041-47/+0
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Big space and tab cleanupDaniel Veillard2012-09-111-1/+1
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixed #172260 redundant assignment. fixed xmlSAXParseDoc() andDaniel Veillard2005-03-311-1/+0
* Re-examined the problems of configuring a "minimal" library.William M. Brack2005-01-021-2/+5
* added support for HTML PIs #156087 added specific tests DanielDaniel Veillard2004-10-221-0/+1
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-0/+2
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-583/+0
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-251-3/+3
* make the deprecated interfaces log an error message to be sure it won'tDaniel Veillard2003-08-211-0/+42
* Adding new version of the SAX interface, it's not there yet, currentlyDaniel Veillard2003-08-201-1600/+128
* fixing a bug about a special case of namespace handling, this closes bugDaniel Veillard2003-07-241-0/+16
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-14/+92
* try to find more places where xmlCanonicPath() must be used to convertDaniel Veillard2003-04-231-1/+1
* applied the patch provided by Brent Hendricks fixing #105992 andDaniel Veillard2003-04-221-2/+3
* fixed an uninitialized memory access pointed by valgrind on C14NtestsDaniel Veillard2003-04-011-2/+4
* more work on XML Schemas datatypes and facets support. Currently onlyDaniel Veillard2003-03-301-12/+0
* fixing bug #108976 get the ID/REFs to reference the ID in the documentDaniel Veillard2003-03-231-5/+5
* fix bug #107208 avoid false duplicates when ID/REFs are defined inDaniel Veillard2003-03-221-2/+3
* Fixed validation bug #108858 on namespace names using entities andDaniel Veillard2003-03-221-10/+34
* fix some recursion problems introduced in the last release. more debuggingDaniel Veillard2003-03-111-2/+14
* fixed bug #105992 DanielDaniel Veillard2003-02-241-1/+1
* ensured xmlDoc.URL is always canonicIgor Zlatkovic2003-02-191-1/+3
* added the redefinition of namespaced attribute check that was missing asDaniel Veillard2003-02-051-2/+23
* preparing 2.5.1 release fixing XmlTextReader bug DanielLIBXML_2_5_1Daniel Veillard2003-01-081-1/+3
* fuck, I introduced a memory leak on external parsed entities in 2.5.0 :-(Daniel Veillard2003-01-071-0/+1
* preparing 2.5.0 release only warn in pedantic mode about namespace nameLIBXML2_2_5_0Daniel Veillard2003-01-061-1/+1
* warn on xmlns:prefix="foo" fixed a couple of problem for namespaceDaniel Veillard2002-12-301-1/+19
* fixing bug #95296, when the predefined entities are redefined in the DTDDaniel Veillard2002-12-271-1/+6
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-4/+4
* fixed bug #92518 validation error were not covering namespaceDaniel Veillard2002-09-261-15/+46
* performance patch from Peter Jacobi DanielDaniel Veillard2002-05-291-6/+2
* Never commit without running "make tests" :-( fix a couple of stupiditiesDaniel Veillard2002-03-251-1/+2
* fixed bug #76168, attribute redeclared in the internal subset should notDaniel Veillard2002-03-251-4/+5
* preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18Daniel Veillard2002-03-181-0/+1
* Fixing #74186, made sure all boolean expressions get fully parenthesized,Daniel Veillard2002-03-111-8/+0
* Fixed #72346, about handling of xmlns:foo="", this could actually changeDaniel Veillard2002-03-011-1/+7
* oops broke automatic defaulting of namespaces attributes. DanielDaniel Veillard2002-02-191-32/+35
* had to change 2 internal parsing API when processing document content toDaniel Veillard2002-02-191-17/+41
* more validation test fixups added duration info for the tests DanielDaniel Veillard2002-02-191-65/+127
* more work on the conformance suite. Took the step to finally blockDaniel Veillard2002-02-181-1/+10
* fixed a couple of conformances issues deep into the validation codeDaniel Veillard2002-02-181-4/+32
* fixed #71740 NotationDecl with a required field missing DanielDaniel Veillard2002-02-171-1/+8
* improved the behaviour a bit as well as the logs fixed a few more bugsDaniel Veillard2002-02-171-1/+18
* python script to run regression tests against the XML Test suite ofDaniel Veillard2002-02-171-1/+1
* Build a new version hopefully near complete and fully documented of theDaniel Veillard2002-01-221-5/+3
* cleanup patch from Anthony Jones fix the headers to avoid in make scanDaniel Veillard2002-01-201-6/+7
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-5/+16
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-2/+3