| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixed a serious problem when substituing entities using the Reader, the | Daniel Veillard | 2004-06-08 | 1 | -0/+16 |
* | applied patch from Ed Davis to allow "make tests" to work with Python 1.5 | Daniel Veillard | 2004-05-10 | 1 | -2/+2 |
* | fix for a pedantic make check without make all request Daniel | Daniel Veillard | 2004-05-09 | 1 | -1/+1 |
* | fixed problem with detecting external dtd encoding (bug 135229). minor | William M. Brack | 2004-04-16 | 1 | -1/+1 |
* | adding xml:id draft support adding 4 first regression tests Daniel | Daniel Veillard | 2004-04-09 | 1 | -1/+22 |
* | added PYTHONPATH to python tests for Schemas and RelaxNG added testfile | William M. Brack | 2004-03-31 | 1 | -0/+4 |
* | preparing 2.6.8 release, updated and rebuilt the docs. use valgring froLIBXML2_2_6_8 | Daniel Veillard | 2004-03-23 | 1 | -4/+5 |
* | remove a memory leak on schemas type facets. reduce verbosity incorporated | Daniel Veillard | 2004-03-22 | 1 | -1/+15 |
* | commiting the new xmlsave module before the actuall big code change. | Daniel Veillard | 2004-03-04 | 1 | -2/+2 |
* | patch for cross-compilation to Windows from Christophe de VIENNE. Daniel | Daniel Veillard | 2004-02-26 | 1 | -1/+1 |
* | applied patch from Charles Bozeman to nit use the system xmllint. Daniel | Daniel Veillard | 2004-02-26 | 1 | -4/+4 |
* | applied a cleanup patch from Peter Breitenlohner removed a doc build | Daniel Veillard | 2004-02-25 | 1 | -0/+9 |
* | added "relaxng" option to the debugging shell some regression tests for | Daniel Veillard | 2004-02-21 | 1 | -1/+40 |
* | added io1.c an example ox xmlIO usage and io1.res test result, fixed a | Daniel Veillard | 2004-01-23 | 1 | -0/+1 |
* | moved string and UTF8 routines out of parser.c and encoding.c into a new | William M. Brack | 2004-01-06 | 1 | -2/+2 |
* | another patch from Kenneth Haley for Mingw, c.f. #128787 Daniel | Daniel Veillard | 2003-12-09 | 1 | -3/+3 |
* | augmented the XInclude API to be able to pass XML parser flags down to the | Daniel Veillard | 2003-12-09 | 1 | -6/+8 |
* | adding the pattern node selection code. Inheried in part from libxslt but | Daniel Veillard | 2003-12-02 | 1 | -2/+2 |
* | do not package cvs versioning temp files. more cleanup, slightly improved | Daniel Veillard | 2003-11-18 | 1 | -2/+5 |
* | apply fix from Karl Eichwalder for script path Daniel | Daniel Veillard | 2003-11-05 | 1 | -1/+1 |
* | adding XInclude support to the reader interface. Lot of testing of the | Daniel Veillard | 2003-11-03 | 1 | -1/+32 |
* | cleanup fixing bug #125653 sometimes the error handlers can get a parser | Daniel Veillard | 2003-10-28 | 1 | -2/+0 |
* | added the xmlWriter module contributed by Alfred Mickautsch added room for | Daniel Veillard | 2003-10-20 | 1 | -2/+2 |
* | removing xmldwalk module since it got merged with the xmlreader. cleanup | Daniel Veillard | 2003-10-20 | 1 | -2/+2 |
* | small fix from Bjorn Reese Daniel | Daniel Veillard | 2003-10-13 | 1 | -1/+1 |
* | new files for a different method for doing range validation of character | William M. Brack | 2003-10-11 | 1 | -2/+2 |
* | cleanup fix a funny typo converted the Schemas code to the new error | Daniel Veillard | 2003-10-10 | 1 | -1/+0 |
* | more code cleanup, especially around error messages, the HTML parser has | Daniel Veillard | 2003-10-05 | 1 | -2/+2 |
* | integrated the xmlDocWalker API given by Alfred Mickautsch, and providing | Daniel Veillard | 2003-10-03 | 1 | -2/+2 |
* | more cleanup in make tests more work in the transition to the new error | Daniel Veillard | 2003-10-03 | 1 | -9/+8 |
* | changed 'make tests' to use a concise output, scrolling to see where thing | Daniel Veillard | 2003-10-02 | 1 | -184/+96 |
* | added a new configure option --with-push, some cleanups, chased code size | Daniel Veillard | 2003-09-30 | 1 | -14/+18 |
* | New file for building against uninstalled libxml2 builds. Support the | AEST 2003 Malcolm Tredinnick | 2003-09-30 | 1 | -1/+1 |
* | added 2 new configure option: --with-reader --with-sax1 to allow removing | Daniel Veillard | 2003-09-30 | 1 | -1/+1 |
* | cleanup, creating a new legacy.c module, made sure make tests ran in | Daniel Veillard | 2003-09-28 | 1 | -4/+8 |
* | adding repeated parsing and validating tests make the new DOM tree | Daniel Veillard | 2003-09-24 | 1 | -2/+14 |
* | fixing namespace DTD validations the output of defaulted namespaces is | Daniel Veillard | 2003-09-18 | 1 | -0/+4 |
* | add streaming on memory regression tests, found bad bugs in the reader | Daniel Veillard | 2003-09-18 | 1 | -0/+17 |
* | add a Timingtests target to check bad behaviour from the streaming engine | Daniel Veillard | 2003-09-17 | 1 | -2/+22 |
* | do string allocations in large pools, allowing to find if a string pertain | Daniel Veillard | 2003-09-16 | 1 | -2/+2 |
* | starting work on reusing the parser dictionary for the element and | Daniel Veillard | 2003-09-15 | 1 | -1/+22 |
* | removing the broken pseudo SGML DocBook parser code. Daniel | Daniel Veillard | 2003-09-13 | 1 | -6/+1 |
* | adding namespace checkings while making sure they still parse as | Daniel Veillard | 2003-09-11 | 1 | -1/+24 |
* | Time to commit 3 days of work rewriting the parser internal, | Daniel Veillard | 2003-09-10 | 1 | -3/+36 |
* | removing the SAXresults tree, keeping result in the same tree, added | Daniel Veillard | 2003-09-03 | 1 | -4/+4 |
* | Adding new version of the SAX interface, it's not there yet, currently | Daniel Veillard | 2003-08-20 | 1 | -2/+2 |
* | new dictionary module to keep a single instance of the names used by the | Daniel Veillard | 2003-08-18 | 1 | -3/+2 |
* | Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. | Daniel Veillard | 2003-08-14 | 1 | -1/+2 |
* | make sure the OOM code don't get in the way of the builds automatic update | Daniel Veillard | 2003-04-24 | 1 | -4/+4 |
* | integrated the Out Of Memory test from Havoc Pennington #109368 a lot of | Daniel Veillard | 2003-04-24 | 1 | -0/+5 |