kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
252004df 2004-03-23 12:32:32 preparing 2.6.8 release, updated and rebuilt the docs. use valgring fro * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt the docs. * Makefile.am: use valgring fro the new Python based regression tests Daniel
6dc91962 2004-03-22 19:10:02 remove a memory leak on schemas type facets. reduce verbosity incorporated * relaxng.c: remove a memory leak on schemas type facets. * check-relaxng-test-suite.py check-relaxng-test-suite2.py check-xsddata-test-suite.py: reduce verbosity * configure.in Makefile.am: incorporated the Python regressions tests for Relax-NG and Schemas Datatype to "make tests" Daniel
500a1de5 2004-03-22 15:22:58 applied patch from Alfred Mickautsch for better DTD support. fixed bug * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from Alfred Mickautsch for better DTD support. * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c xmlschemas.c: fixed bug #137867 i.e. fixed properly the way reference counting is handled in the XML parser which had the side effect of removing a lot of hazardous cruft added to try to fix the problems associated as they popped up. * xmlIO.c: FILE * close fixup for stderr/stdout Daniel
2f07606d 2004-03-21 11:21:14 added an error message when an element is not found within a <choice> (bug * relaxng.c: added an error message when an element is not found within a <choice> (bug 126093)
10f1ef4c 2004-03-20 14:51:25 enhanced the logic of parsing char groups to better handle initial or * xmlregexp.c: enhanced the logic of parsing char groups to better handle initial or ending '-' (bug 135972)
236c8c09 2004-03-20 11:32:36 added check for external reference in xmlRelaxNGGetElements (bug 137718) * relaxng.c: added check for external reference in xmlRelaxNGGetElements (bug 137718) * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added regression test for above
20d82361 2004-03-17 08:44:46 added a close for the local file descriptor (bug 137474) * nanohttp.c: added a close for the local file descriptor (bug 137474)
32b7cdb6 2004-03-15 13:46:37 switched the output routines to use the new context. Daniel * xmlsave.c: switched the output routines to use the new context. Daniel
7217c86b 2004-03-15 02:43:56 enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END nodes (bug * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END nodes (bug 137153)
11c466ab 2004-03-14 12:20:15 applied patch from John Belmonte for anyURI. Daniel * xmlschemastypes.c: applied patch from John Belmonte for anyURI. Daniel