kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
c2d4a93d 2003-04-01 11:13:05 preparing release 2.5.6 updated and rebuilt the docs Daniel * configure.in NEWS: preparing release 2.5.6 * doc/*: updated and rebuilt the docs Daniel
e502041f 2003-04-01 09:55:20 fixed an uninitialized memory access pointed by valgrind on C14Ntests * SAX.c: fixed an uninitialized memory access pointed by valgrind on C14Ntests Daniel
7fe1f3a5 2003-03-31 22:13:33 one more fixup of error message reporting Daniel * relaxng.c: one more fixup of error message reporting Daniel
5f1946ad 2003-03-31 16:38:16 more work on bug #109225, and fixed an uninitialized variable pointed out * relaxng.c: more work on bug #109225, and fixed an uninitialized variable pointed out by valgrind Daniel
a507fbf3 2003-03-31 16:09:37 try to work on bug #109225 and provide better error reports. this change * relaxng.c: try to work on bug #109225 and provide better error reports. * result/relaxng/* : this change the output of a number of tests * xinclude.c: fixing the parsed entity redefinition problem raised on the list. * test/schemas/date_0.xsd: updated the date test c.f. E2-12 Daniel
b3721c25 2003-03-31 11:22:25 fixed date comparison to handle the tzo The only failures left are * xmlschemastypes.c: fixed date comparison to handle the tzo The only failures left are disagreements on Notations and '+1' not being allowed for ulong, uint, ushort and ubyte. Daniel
455cc073 2003-03-31 10:13:23 fixed gMonth parsing routine accordingly to the XML Schemas errata * xmlschemastypes.c: fixed gMonth parsing routine accordingly to the XML Schemas errata http://www.w3.org/2001/05/xmlschema-errata#e2-12 Daniel
e637c4ad 2003-03-30 21:10:09 more work on XML Schemas datatypes and facets support. Currently only * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes and facets support. Currently only schemas with binHex or base64 don't compile. A few error left in the test suite: found 1035 test instances: 919 success 23 failures most are gdate or gdateyear failing check, and a few cases where James clark tests results are strange. * valid.c: allow to reuse the Notation checking routine without having a validation context. * SAX.c: removed a #if 0 Daniel
b6c7f415 2003-03-29 16:41:55 forgot to apply one check from #106931 patch more work on XML Schemas * xinclude.c: forgot to apply one check from #106931 patch * xmlschemastypes.c: more work on XML Schemas datatypes Daniel
c4c21551 2003-03-29 10:53:38 more work on cleaning up XML Schemas datatypes based on James Clark tests * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work on cleaning up XML Schemas datatypes based on James Clark tests test/xsdtest/xsdtest.xml Daniel