summaryrefslogtreecommitdiff
path: root/testdso.c
Commit message (Collapse)AuthorAgeFilesLines
* warning patches from Peter Breitenlohner serious DTD parsing speedups,Daniel Veillard2005-01-251-1/+3
| | | | | | | | * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner * include/libxml/valid.h valid.c parser.c: serious DTD parsing speedups, start to deprecate 3 ElementDef related entry point and replace them with better ones. Daniel
* fixed bug #157633 in relaxng choice optimization added regression testsDaniel Veillard2005-01-151-1/+1
| | | | | | | | | * relaxng.c: fixed bug #157633 in relaxng choice optimization * result/relaxng/choice0* test/relaxng/choice0*: added regression tests about it. * doc/*: rebuilt * testdso.c: removed a warning due to a missing void in signature. Daniel
* applied DSO support patch 2 from Joel Reed DanielDaniel Veillard2005-01-041-0/+10
* Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c include/libxml/Makefile.am include/libxml/xmlerror.h include/libxml/xmlmodule.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: applied DSO support patch 2 from Joel Reed Daniel