aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* apply fix from Karl Eichwalder for script path DanielDaniel Veillard2003-11-051-1/+1
* adding XInclude support to the reader interface. Lot of testing of theDaniel Veillard2003-11-031-1/+32
* cleanup fixing bug #125653 sometimes the error handlers can get a parserDaniel Veillard2003-10-281-2/+0
* added the xmlWriter module contributed by Alfred Mickautsch added room forDaniel Veillard2003-10-201-2/+2
* removing xmldwalk module since it got merged with the xmlreader. cleanupDaniel Veillard2003-10-201-2/+2
* small fix from Bjorn Reese DanielDaniel Veillard2003-10-131-1/+1
* new files for a different method for doing range validation of characterWilliam M. Brack2003-10-111-2/+2
* cleanup fix a funny typo converted the Schemas code to the new errorDaniel Veillard2003-10-101-1/+0
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-2/+2
* integrated the xmlDocWalker API given by Alfred Mickautsch, and providingDaniel Veillard2003-10-031-2/+2
* more cleanup in make tests more work in the transition to the new errorDaniel Veillard2003-10-031-9/+8
* changed 'make tests' to use a concise output, scrolling to see where thingDaniel Veillard2003-10-021-184/+96
* added a new configure option --with-push, some cleanups, chased code sizeDaniel Veillard2003-09-301-14/+18
* New file for building against uninstalled libxml2 builds. Support theAEST 2003 Malcolm Tredinnick2003-09-301-1/+1
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-1/+1
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-4/+8
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-2/+14
* fixing namespace DTD validations the output of defaulted namespaces isDaniel Veillard2003-09-181-0/+4
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-181-0/+17
* add a Timingtests target to check bad behaviour from the streaming engineDaniel Veillard2003-09-171-2/+22
* do string allocations in large pools, allowing to find if a string pertainDaniel Veillard2003-09-161-2/+2
* starting work on reusing the parser dictionary for the element andDaniel Veillard2003-09-151-1/+22
* removing the broken pseudo SGML DocBook parser code. DanielDaniel Veillard2003-09-131-6/+1
* adding namespace checkings while making sure they still parse asDaniel Veillard2003-09-111-1/+24
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-3/+36
* removing the SAXresults tree, keeping result in the same tree, addedDaniel Veillard2003-09-031-4/+4
* Adding new version of the SAX interface, it's not there yet, currentlyDaniel Veillard2003-08-201-2/+2
* new dictionary module to keep a single instance of the names used by theDaniel Veillard2003-08-181-3/+2
* Applied patch from Mikhail Grushinskiy for mingw compiler on Windows.Daniel Veillard2003-08-141-1/+2
* make sure the OOM code don't get in the way of the builds automatic updateDaniel Veillard2003-04-241-4/+4
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-0/+5
* added support for large file, tested with a 3+GB instance, and someDaniel Veillard2003-04-181-0/+5
* implemented streaming of RelaxNG (when possible) on top of the xmlReaderDaniel Veillard2003-04-151-0/+27
* fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixedDaniel Veillard2003-03-211-3/+3
* stop generating wrong result file with * in name fixing the include bugDaniel Veillard2003-03-101-1/+2
* patched to have shared libraries for Python regression tests and staticDaniel Veillard2003-02-191-1/+1
* Adding the 2 check python scripts for RelaxNG and XInclude, DanielDaniel Veillard2003-02-101-0/+1
* fixes a libtool problem on AMD 64bits builds found the validation problemDaniel Veillard2003-02-091-0/+17
* comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2Daniel Veillard2003-02-051-3/+3
* more work on Relax-NG, implementing externalRef augmented/updated theDaniel Veillard2003-01-291-1/+1
* First commit of the new Relax-NG validation code, not generally usefulDaniel Veillard2003-01-231-4/+40
* Adding a new set of APIs based on the C# TextXmlReader API but convertedDaniel Veillard2002-12-091-3/+9
* trying to fix bug #98517 about building outside the source tree fixed theDaniel Veillard2002-11-151-10/+10
* switched the order of a couple of includes to fix bugs #97100 DanielDaniel Veillard2002-11-041-1/+1
* serious cleanup of the spec file and associated changes in the Makefiles.Daniel Veillard2002-10-231-1/+1
* use test -f instead of test -e since Solaris /bin/sh misses it, reportedDaniel Veillard2002-10-151-3/+3
* fixed a breakage raised by Jacob DanielDaniel Veillard2002-09-211-0/+2
* trying to fix #88412 by bypassing all the python subdir if python ain'tDaniel Veillard2002-09-201-2/+2
* made configuring with regexps/automata/unicode the default but withoutDaniel Veillard2002-09-191-1/+1
* quick but apparently working implementation of xi:fallback, should closeDaniel Veillard2002-08-141-2/+2