aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Cleanups of lzma supportDaniel Veillard2012-01-271-3/+3
* included xzlib in distAnders F Bjorklund2012-01-271-1/+1
* add lzma compression supportAnders F Bjorklund2012-01-271-3/+3
* Switch from the obsolete mkinstalldirs to AC_PROG_MKDIR_PAdrian Bunk2010-11-041-2/+2
* Fix build with mingwRoumen Petrov2010-03-101-1/+1
* Upgrade some of the configure and autogenDaniel Veillard2010-03-091-0/+2
* 558452 fight with reg test and error reportDaniel Veillard2009-08-261-1/+1
* 555833 always use rm -f in uninstall-localDaniel Veillard2009-08-241-5/+5
* 584605 package VxWorks folder in the distributionDaniel Veillard2009-08-241-1/+1
* Add symbol versioning to libxml2 shared libsDaniel Veillard2009-08-201-2/+11
* Aleksey Sanin support for c14n 1.1Aleksey Sanin2009-07-091-1/+1
* Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard2008-09-011-1/+3
* patch from Robert Schwebel , allows to compile the example if configuredDaniel Veillard2008-08-291-1/+1
* completely different fix for the recursion detection based on entityDaniel Veillard2008-08-281-1/+6
* add an --with-coverage configure option and a 'make cov' target based onDaniel Veillard2008-08-271-1/+27
* add the testchar to 'make check' Volker Grabsch pointed out a typoDaniel Veillard2008-08-261-1/+1
* adding a check-valgrind target DanielDaniel Veillard2008-08-081-1/+6
* add the new test in 'make check' and update it to check subdictionariesDaniel Veillard2008-08-081-2/+7
* rewrite the URI parser to update to rfc3986 (from 2396) removed the errorDaniel Veillard2008-08-041-1/+1
* added a skipped list, insert rmt-ns10-035 improve 'make check' clean upDaniel Veillard2008-07-311-1/+1
* fix a bug not detecting cross entity comments probably when commentDaniel Veillard2008-07-291-1/+4
* add a C program to run the W3C test suite, work in progress add a newDaniel Veillard2008-07-291-1/+7
* implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stickDaniel Veillard2008-07-291-1/+6
* extend the cleanup rule space cleanup DanielDaniel Veillard2008-04-101-0/+1
* patches from John Carr to start cleaning up 'make diskcheck' problems c.f.Daniel Veillard2008-01-111-5/+14
* applied patch from Richard Jones to for the silent flag on valgrind whenDaniel Veillard2007-04-251-1/+1
* small cleanup to avoid packaging .svn applied patch to avoid a problem inDaniel Veillard2007-02-121-2/+2
* Tiny change for 'make tests': raised the number of expected failures forKasimier T. Buchcik2005-12-051-1/+1
* added the first regression test suite set for the new expression supportDaniel Veillard2005-08-221-0/+15
* fixed bug #307377 about validation of choices in list values. addedDaniel Veillard2005-08-101-1/+1
* fixing the loop bug, fixing schematron text error rendering startedDaniel Veillard2005-07-311-1/+30
* more cleanups based on sparse reports, added "make sparse" DanielDaniel Veillard2005-07-291-0/+3
* changed xmlPatterncompile signature to pass an int and not an enum sinceDaniel Veillard2005-07-231-2/+3
* Late fixes just for the release, danielDaniel Veillard2005-07-101-2/+3
* preparing release 2.6.20 removed a compilation problem DanielDaniel Veillard2005-07-101-1/+1
* preparing to make testsuite releases along with code source releases fixedDaniel Veillard2005-07-101-2/+5
* first steps toward a testsuite dist fixed bug #307870 DanielDaniel Veillard2005-07-051-0/+3
* complete, checking on other platforms is needed updated fix a bug raisedDaniel Veillard2005-06-301-2/+7
* added SAXv2 regression tests apparently missing. added SAX1/SAX2 checks.Daniel Veillard2005-06-271-1/+16
* avoid name glob in agruments as it matches the glob() routine. first stepsDaniel Veillard2005-06-261-1/+6
* on linux/gcc use weak definitions to avoid linking with pthread library onDaniel Veillard2005-05-041-1/+1
* added Makefile.am, missed in last commitWilliam M. Brack2005-03-161-1/+1
* try to fix a problem with valgrind. applied memory leak fix from BrentDaniel Veillard2005-03-021-1/+1
* fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS whenWilliam M. Brack2005-02-121-0/+4
* use the walker to test the patterns instead of the normal reader bug fixesDaniel Veillard2005-02-031-2/+2
* added first test for the patterns a few fixes DanielDaniel Veillard2005-01-301-1/+25
* oops forgot to add the bakefile, DanielDaniel Veillard2005-01-281-1/+1
* fixing the way testapi.c is generated, fixes bug #161386 fix a commentDaniel Veillard2005-01-251-1/+8
* fixed bug #164556 where non-fatal errors stopped push parsing andDaniel Veillard2005-01-211-4/+3
* fixed dependency on python 2.3, also small improvement for cygwin (bugWilliam M. Brack2005-01-111-1/+1