| Commit message (Expand) | Author | Age | Files | Lines |
* | added 2 new configure option: --with-reader --with-sax1 to allow removing | Daniel Veillard | 2003-09-30 | 1 | -0/+2 |
* | cleanup, creating a new legacy.c module, made sure make tests ran in | Daniel Veillard | 2003-09-28 | 1 | -583/+0 |
* | preparing a beta3 solving the ABI problems make sure the global variables | Daniel Veillard | 2003-09-25 | 1 | -3/+3 |
* | make the deprecated interfaces log an error message to be sure it won't | Daniel Veillard | 2003-08-21 | 1 | -0/+42 |
* | Adding new version of the SAX interface, it's not there yet, currently | Daniel Veillard | 2003-08-20 | 1 | -1600/+128 |
* | fixing a bug about a special case of namespace handling, this closes bug | Daniel Veillard | 2003-07-24 | 1 | -0/+16 |
* | integrated the Out Of Memory test from Havoc Pennington #109368 a lot of | Daniel Veillard | 2003-04-24 | 1 | -14/+92 |
* | try to find more places where xmlCanonicPath() must be used to convert | Daniel Veillard | 2003-04-23 | 1 | -1/+1 |
* | applied the patch provided by Brent Hendricks fixing #105992 and | Daniel Veillard | 2003-04-22 | 1 | -2/+3 |
* | fixed an uninitialized memory access pointed by valgrind on C14Ntests | Daniel Veillard | 2003-04-01 | 1 | -2/+4 |
* | more work on XML Schemas datatypes and facets support. Currently only | Daniel Veillard | 2003-03-30 | 1 | -12/+0 |
* | fixing bug #108976 get the ID/REFs to reference the ID in the document | Daniel Veillard | 2003-03-23 | 1 | -5/+5 |
* | fix bug #107208 avoid false duplicates when ID/REFs are defined in | Daniel Veillard | 2003-03-22 | 1 | -2/+3 |
* | Fixed validation bug #108858 on namespace names using entities and | Daniel Veillard | 2003-03-22 | 1 | -10/+34 |
* | fix some recursion problems introduced in the last release. more debugging | Daniel Veillard | 2003-03-11 | 1 | -2/+14 |
* | fixed bug #105992 Daniel | Daniel Veillard | 2003-02-24 | 1 | -1/+1 |
* | ensured xmlDoc.URL is always canonic | Igor Zlatkovic | 2003-02-19 | 1 | -1/+3 |
* | added the redefinition of namespaced attribute check that was missing as | Daniel Veillard | 2003-02-05 | 1 | -2/+23 |
* | preparing 2.5.1 release fixing XmlTextReader bug DanielLIBXML_2_5_1 | Daniel Veillard | 2003-01-08 | 1 | -1/+3 |
* | fuck, I introduced a memory leak on external parsed entities in 2.5.0 :-( | Daniel Veillard | 2003-01-07 | 1 | -0/+1 |
* | preparing 2.5.0 release only warn in pedantic mode about namespace nameLIBXML2_2_5_0 | Daniel Veillard | 2003-01-06 | 1 | -1/+1 |
* | warn on xmlns:prefix="foo" fixed a couple of problem for namespace | Daniel Veillard | 2002-12-30 | 1 | -1/+19 |
* | fixing bug #95296, when the predefined entities are redefined in the DTD | Daniel Veillard | 2002-12-27 | 1 | -1/+6 |
* | new API building Python script, does the C parsing directly, generates a | Daniel Veillard | 2002-12-11 | 1 | -4/+4 |
* | fixed bug #92518 validation error were not covering namespace | Daniel Veillard | 2002-09-26 | 1 | -15/+46 |
* | performance patch from Peter Jacobi Daniel | Daniel Veillard | 2002-05-29 | 1 | -6/+2 |
* | Never commit without running "make tests" :-( fix a couple of stupidities | Daniel Veillard | 2002-03-25 | 1 | -1/+2 |
* | fixed bug #76168, attribute redeclared in the internal subset should not | Daniel Veillard | 2002-03-25 | 1 | -4/+5 |
* | preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18 | Daniel Veillard | 2002-03-18 | 1 | -0/+1 |
* | Fixing #74186, made sure all boolean expressions get fully parenthesized, | Daniel Veillard | 2002-03-11 | 1 | -8/+0 |
* | Fixed #72346, about handling of xmlns:foo="", this could actually change | Daniel Veillard | 2002-03-01 | 1 | -1/+7 |
* | oops broke automatic defaulting of namespaces attributes. Daniel | Daniel Veillard | 2002-02-19 | 1 | -32/+35 |
* | had to change 2 internal parsing API when processing document content to | Daniel Veillard | 2002-02-19 | 1 | -17/+41 |
* | more validation test fixups added duration info for the tests Daniel | Daniel Veillard | 2002-02-19 | 1 | -65/+127 |
* | more work on the conformance suite. Took the step to finally block | Daniel Veillard | 2002-02-18 | 1 | -1/+10 |
* | fixed a couple of conformances issues deep into the validation code | Daniel Veillard | 2002-02-18 | 1 | -4/+32 |
* | fixed #71740 NotationDecl with a required field missing Daniel | Daniel Veillard | 2002-02-17 | 1 | -1/+8 |
* | improved the behaviour a bit as well as the logs fixed a few more bugs | Daniel Veillard | 2002-02-17 | 1 | -1/+18 |
* | python script to run regression tests against the XML Test suite of | Daniel Veillard | 2002-02-17 | 1 | -1/+1 |
* | Build a new version hopefully near complete and fully documented of the | Daniel Veillard | 2002-01-22 | 1 | -5/+3 |
* | cleanup patch from Anthony Jones fix the headers to avoid in make scan | Daniel Veillard | 2002-01-20 | 1 | -6/+7 |
* | applied 42 documentation patches from Charlie Bozeman. Regenerated the | Daniel Veillard | 2001-12-31 | 1 | -5/+16 |
* | - include/libxml/globals.h include/libxml/threads.h threads.c | Daniel Veillard | 2001-10-17 | 1 | -2/+3 |
* | Applied the last patches from Gary, cleanup, activated threading all user | Daniel Veillard | 2001-10-13 | 1 | -203/+125 |
* | preparing 2.4.6 release updated and rebuilt the docs fixed a number ofLIBXML_2_4_6 | Daniel Veillard | 2001-10-10 | 1 | -2/+2 |
* | ouch a non-defined namespace could lead to a crash, fixed #61215 Daniel | Daniel Veillard | 2001-10-04 | 1 | -1/+1 |
* | fixed a bug in the HTML parser introduced Sep 9 Daniel | Daniel Veillard | 2001-09-10 | 1 | -1/+1 |
* | fixing bug #59946 on xmlns="" Daniel | Daniel Veillard | 2001-09-10 | 1 | -1/+7 |
* | fixing bug 59732, simple but allocates a new error code. Daniel | Daniel Veillard | 2001-09-10 | 1 | -0/+2 |
* | John Fleck fixed typos in the options output fix ignorable white space SAX | Daniel Veillard | 2001-09-09 | 1 | -5/+4 |