Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 560c2a44 | 2003-07-06 21:13:49 | preparing release 1.5.8 changed some preprocessor block applied patch from * configure.in doc/*: preparing release 1.5.8 * nanohttp.c: changed some preprocessor block * xmlschemastypes.c: applied patch from Charles Bozeman adding hexBinary schema datatype and adding support for totalDigits and fractionDigits facets. Daniel | ||
| 7a985a18 | 2003-07-06 17:57:42 | fixed 2 bugs pointed in #116448 Daniel * debugXML.c xpath.c: fixed 2 bugs pointed in #116448 Daniel | ||
| ffe4f5ec | 2003-07-06 17:35:43 | fixed bug #116095 removing the error message when reapplying XInclude to a * xinclude.c: fixed bug #116095 removing the error message when reapplying XInclude to a document. Daniel | ||
| 1997c3e2 | 2003-07-05 20:43:43 | applied small changes to portability layer for compilation on DJGPP Ms-DOS * xmlIO.c: applied small changes to portability layer for compilation on DJGPP Ms-DOS compiler. Daniel | ||
| d9d32aeb | 2003-07-05 20:32:43 | use the character() SAX callback if the cdataBlock ain't defined. fix bug * parser.c HTMLparser.c: use the character() SAX callback if the cdataBlock ain't defined. * xpath.c: fix bug #115349 allowing compilation when configured with --without-xpath since the Schemas code needs NAN and co. Daniel | ||
| 59002e7b | 2003-07-04 17:01:59 | Fixed multithreading problem | ||
| de2a67b4 | 2003-06-21 14:20:04 | Applying IPv6 patch from Archana Shah <archana.shah@wipro.com> closing bug #114837 * configure.in: Added checks for IPv6 support and getaddrinfo(). * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6. * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6. * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage field or sockaddr_in field, depending upon the availability of IPv6 support. have_ipv6(): Added to check for run-time IPv6 support. (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy): Modified to parse a URI with IPv6 address given in []. (xmlNanoFTPConnect): Changed to use getaddrinfo for address resolution, if it is available on the system, as gethostbyname does not return IPv6 addresses on some platforms. (xmlNanoFTPGetConnection): Modified type of dataAddr variable to sockaddr_storage or sockaddr_in depending upon the IPv6 support. Sending EPSV, EPRT or PASV, PORT depending upon the type of address we are dealing with. * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support. (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse a URI with IPv6 address given in []. (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is available on the system. Also IPv6 addresses will be resolved by gethostbyname only if IPv6 run-time support is available. (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address. Daniel | ||
| 72f92a88 | 2003-06-14 16:48:26 | applied the BCB patch by Eric Zurcher | ||
| d7cec926 | 2003-06-13 12:30:10 | reverted back patch for #113521, due to #115104 and while fixing #115101 . * doc/Makefile.am doc/html/*: reverted back patch for #113521, due to #115104 and while fixing #115101 . HTML URLs must not be version dependant. Daniel | ||
| 8265a18a | 2003-06-13 10:05:56 | do not generate " for " outside of attributes this changes the output * entities.c: do not generate " for " outside of attributes * result//*: this changes the output of some tests Daniel | ||
| 4e9b1bc2 | 2003-06-09 10:30:33 | trying to fix #114277 about when file remapping and escaping should really * parser.c xmlIO.c: trying to fix #114277 about when file remapping and escaping should really be attempted. Daniel | ||
| a37aab84 | 2003-06-09 09:10:36 | applied a patch from Gman for building docs applied a patch from Gary * doc/*: applied a patch from Gman for building docs * valid.c xmllint.c include/libxml/valid.h: applied a patch from Gary Pennington to provide an allocator for xmlValidCtxt * xmlreader.c: applied patch from Jacek Konieczny fixing bug #113580 about data not being passed immediately. Daniel | ||
| e1326114 | 2003-06-05 09:32:20 | applied a couple of patches from Mark Itzcovitz to handle saving back * tree.c: applied a couple of patches from Mark Itzcovitz to handle saving back "UTF-16" documents. Daniel | ||
| a84c0b30 | 2003-06-02 16:58:46 | commiting some work done while in the Maldives (hence the timezone on the * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting some work done while in the Maldives (hence the timezone on the laptop !) * result/schemas/length3* test/schemas/deter0_* test/schemas/group0_*: some tests added too Daniel | ||
| 8caa9c2c | 2003-06-02 13:35:24 | small fix fixed an error message Daniel * encoding.c: small fix * xmlIO.c: fixed an error message Daniel | ||
| 0e0f37a3 | 2003-05-20 12:22:41 | fixing Red Hat bug #91013 where xmllint was accepting an improper UTF8 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was accepting an improper UTF8 sequence Daniel | ||
| fb7f0845 | 2003-05-17 11:31:20 | ChangeLog | ||
| 84f8c6db | 2003-05-17 10:55:38 | *** empty log message *** | ||
| 5f5b7bb7 | 2003-05-16 17:19:40 | fixing bug #112904: html output method escaped plus sign character in URI * HTMLtree.c: fixing bug #112904: html output method escaped plus sign character in URI attribute. Daniel | ||
| 781ac8b1 | 2003-05-15 22:11:36 | patch from St | ||
| 38b80a8f | 2003-05-14 18:59:00 | trying to conciliate --with-python= requirements and RPM builds, a PITA * configure.in libxml.spec.in python/Makefile.am: trying to conciliate --with-python= requirements and RPM builds, a PITA really... Daniel | ||
| 104caa3d | 2003-05-13 22:54:05 | oops last commit introduced a memory leak. Daniel * HTMLparser.c: oops last commit introduced a memory leak. Daniel | ||
| e8b09e40 | 2003-05-13 22:14:13 | added --nonet option fixing #112803 by adding --nonet when calling * xmllint.c doc/xmllint.xml: added --nonet option * doc/Makefile.am: fixing #112803 by adding --nonet when calling xsltproc or xmllint * doc/xmllint.xml doc/xmllint.1: also added --schema doc and rebuilt * HTMLparser.c: cleaned up the HTML parser context build when using an URL Daniel | ||
| d437d328 | 2003-05-13 21:07:01 | added a comment about bug #112902 Daniel * libxml.spec.in: added a comment about bug #112902 Daniel | ||
| 3dd57f79 | 2003-05-13 02:06:18 | Fixed bug 109942 | ||
| d72c7e33 | 2003-05-12 21:55:03 | PI nodes in external subset were not freed :-\ fixes bug #112842 Daniel * tree.c: PI nodes in external subset were not freed :-\ fixes bug #112842 Daniel | ||
| 75bb3bbf | 2003-05-12 15:25:56 | added --schema option to run WXS schema validation tried to improve error * xmllint.c: added --schema option to run WXS schema validation * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h: tried to improve error reporting in the Schema code, some cleanup too. Daniel | ||
| 82bbbd4f | 2003-05-11 20:16:09 | fixed some problems in the handling of errors, and attributes addressed by * xmlschemas.c: fixed some problems in the handling of errors, and attributes addressed by references. * test/schemas/* result/schemas/*: dropped the verbosity level and added a couple of new tests Daniel | ||
| adbb0e63 | 2003-05-10 20:02:45 | St | ||
| a77cf71f | 2003-05-09 23:09:55 | trying to fix #112673 Daniel * xmlschemastypes.c: trying to fix #112673 Daniel | ||
| c3ca5ba4 | 2003-05-09 22:26:28 | removed multiple warning, this fixed a bug and should close #111574 Daniel * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple warning, this fixed a bug and should close #111574 Daniel | ||
| 37fc84d1 | 2003-05-09 19:38:15 | fixing bug #104081 with xs:all with an element holding minOccurs="0" added * xmlschemas.c: fixing bug #104081 with xs:all with an element holding minOccurs="0" * test/schemas/all_* result/schemas/all_*: added some regression tests for that bug * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and Garry Pennington to compile without schemas support. Daniel | ||
| a067e656 | 2003-05-01 08:03:46 | fixed a problem with xmlUnlinkNode() for DTDs. Daniel * tree.c: fixed a problem with xmlUnlinkNode() for DTDs. Daniel | ||
| 61c52202 | 2003-04-30 12:20:34 | try to fix Red hat bug #89957, do not output -L/usr/lib64 fixed a typo in * xml2-config.in: try to fix Red hat bug #89957, do not output -L/usr/lib64 * xmlreader.c: fixed a typo in a comment Daniel | ||
| 6d68f616 | 2003-04-29 13:33:21 | doc/tutorial/aph.html, ix01.html forgot to cvs add the new files. Thanks Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent> * doc/tutorial/aph.html, ix01.html forgot to cvs add the new files. Thanks to Roland van Laar for pointing this out | ||
| d433046a | 2003-04-29 12:40:16 | fixing a function comment switching to the XML/XSLT doc generation closing * xmlschemas.c doc/libxml2-api.xml: fixing a function comment * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching to the XML/XSLT doc generation closing #111799 * doc/html/*: complete update of the HTML results Daniel | ||
| a28d2365 | 2003-04-28 12:56:01 | *** empty log message *** | ||
| 94bb2f1c | 2003-04-27 22:14:07 | applied patch from St | ||
| 34656b48 | 2003-04-27 16:00:05 | *** empty log message *** | ||
| 1177ca42 | 2003-04-26 22:29:54 | updated the web site separated developers from common pages, made the * NEWS doc/*.xsl doc/*.html: updated the web site separated developers from common pages, made the transition to XHTML1, added validity checking to the makefile rules. Daniel | ||
| 329456ab | 2003-04-26 21:21:00 | fix for xmlIOParseDTD same as previous and reported by Petr Pajas Daniel * parser.c: fix for xmlIOParseDTD same as previous and reported by Petr Pajas Daniel | ||
| c6abc3d8 | 2003-04-26 13:27:30 | applied fix to xmlSAXParseDTD from Malcolm Tredinnick closing #111638 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick closing #111638 Daniel | ||
| 2b32e6f3 | 2003-04-26 12:03:54 | fixed a problem in the generator where the way functions are remapped as * python/generator.py: fixed a problem in the generator where the way functions are remapped as methods on classes was not symetric and dependant on python internal hash order, as reported by St | ||
| 8aff3b7d | 2003-04-26 03:54:07 | xmltutorial.xml xmltutorial.pdf *.html add appendix on generating compiler Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net> * doc/tutorial: xmltutorial.xml xmltutorial.pdf *.html add appendix on generating compiler flags, more indexing | ||
| 1c960272 | 2003-04-25 23:12:22 | applied patch from Craig A. Berry to get libxml-2.5.7 to compile on * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry to get libxml-2.5.7 to compile on OpenVMS Daniel | ||
| c5573464 | 2003-04-25 16:43:49 | fixing an xmlParseDTD bug raised by Petr Pajas Daniel * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas Daniel | ||
| fd583410 | 2003-04-25 13:22:10 | automated the generation of the man page based on xsltproc and a * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml: automated the generation of the man page based on xsltproc and a stylesheet PI in the XML. Daniel | ||
| dc07e18b | 2003-04-25 10:39:38 | trying to fix #110541 where generated character preventing * doc/xmllint.*: trying to fix #110541 where generated character preventing rendering by the man command. Daniel | ||
| 92fc02cc | 2003-04-24 23:12:35 | preparing release 2.5.7 updated and rebuilt the docs fixed the script * NEWS configure.in: preparing release 2.5.7 * doc/*: updated and rebuilt the docs * doc/apibuild.py: fixed the script Daniel | ||
| de0a0a5a | 2003-04-24 17:12:57 | make sure the OOM code don't get in the way of the builds automatic update * Makefile.am doc/apibuild.py: make sure the OOM code don't get in the way of the builds * doc/libxml2-api.xml python/libxml2class.txt: automatic update Daniel | ||
| a76fe5ca | 2003-04-24 16:06:47 | integrated the Out Of Memory test from Havoc Pennington #109368 a lot of * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of Memory test from Havoc Pennington #109368 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h include/libxml/parser.h: a lot of memory allocation cleanups based on the results of the OOM testing * check-relaxng-test-suite2.py: seems I forgot to commit the script. Daniel | ||
| 18f113da | 2003-04-23 15:18:26 | trivial fix for 109774 removing a warning Daniel * xmlschemastypes.c: trivial fix for 109774 removing a warning Daniel | ||
| 85095e2c | 2003-04-23 13:56:44 | try to find more places where xmlCanonicPath() must be used to convert * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find more places where xmlCanonicPath() must be used to convert filenames to URLs, trying to fix #111088 Daniel | ||
| 5439624b | 2003-04-23 07:36:50 | applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocal * python/libxml.c python/libxml.py: applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocal Daniel | ||
| 45269b8b | 2003-04-22 13:21:57 | tried to fix #98879 again in a more solid way. Daniel * HTMLparser.c: tried to fix #98879 again in a more solid way. Daniel | ||
| 94f48843 | 2003-04-22 12:00:37 | *** empty log message *** | ||
| f431eb81 | 2003-04-22 08:37:26 | applied the patch provided by Brent Hendricks fixing #105992 and * SAX.c test/valid/ns* test/result/ns*: applied the patch provided by Brent Hendricks fixing #105992 and integrated the examples in the testsuite. Daniel | ||
| c4f65abe | 2003-04-21 23:07:45 | updated a bit fixed the comment, threads now default to on fixed an * TODO: updated a bit * configure.in: fixed the comment, threads now default to on * parserInternals.c: fixed an erroneous xmlMallocAtomic() call Daniel | ||
| a880b124 | 2003-04-21 21:36:41 | a lot of performance work especially the speed of streaming through the * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c xmlreader.c include/libxml/parser.h: a lot of performance work especially the speed of streaming through the reader and push interface. Some thread related optimizations. Nearly doubled the speed of parsing through the reader. Daniel | ||
| 83c8a5cd | 2003-04-20 16:45:07 | doc/xmllint.xml doc/xmllint.1 update man page to explain use of --stream Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net> * doc/xmllint.xml * doc/xmllint.1 update man page to explain use of --stream | ||
| 3c908dca | 2003-04-19 00:07:51 | added xmlMallocAtomic() to be used when allocating blocks which do not * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c include/libxml/globals.h include/libxml/xmlmemory.h: added xmlMallocAtomic() to be used when allocating blocks which do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet() to allow registering the full set of functions needed by a garbage collecting allocator like libgc, ref #109944 Daniel | ||
| 84942713 | 2003-04-18 14:40:05 | switched to have thread support enabled by default, didn't got troubles * configure.in: switched to have thread support enabled by default, didn't got troubles with ABI compatibility on Linux, hope it won't break on strange OSes, if yes, report the system ID * doc/libxml2-api.xml: just rebuilt the API Daniel | ||
| 3e59fc52 | 2003-04-18 12:34:58 | added support for large file, tested with a 3+GB instance, and some * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c: added support for large file, tested with a 3+GB instance, and some cleanup. * catalog.c: added a TODO * Makefile.am: added some "make tests" comments Daniel | ||
| ac297930 | 2003-04-17 12:55:35 | some cleanups extended the document to cover RelaxNG and tree operations * relaxng.c: some cleanups * doc/xmlreader.html: extended the document to cover RelaxNG and tree operations * python/tests/Makefile.am python/tests/reader[46].py: added some xmlReader example/regression tests * result/relaxng/tutor*.err: updated the output of a number of tests Daniel | ||
| 62163604 | 2003-04-17 09:36:38 | valgrind pointed out an uninitialized variable error. Daniel * relaxng.c: valgrind pointed out an uninitialized variable error. Daniel | ||
| 33300b49 | 2003-04-17 09:09:19 | augnemting the APIs, cleanups. cleanup bug #111005 added some missing * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h xmlreader.c: augnemting the APIs, cleanups. * parser.c: cleanup bug #111005 * xmlIO.c: added some missing comments Daniel | ||
| ce192eb8 | 2003-04-16 15:58:05 | more work on RelaxNG streaming validation trying to improve the subset * relaxng.c xmllint.c: more work on RelaxNG streaming validation trying to improve the subset compiled, and more testing. * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the documentation * test/relaxng/tutor11_1_3.xml: fixes the DTD path * result/relaxng/*.err: fix some of the outputs Daniel | ||
| f4e5576f | 2003-04-15 23:32:22 | implemented streaming of RelaxNG (when possible) on top of the xmlReader * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h include/libxml/xmlreader.h: implemented streaming of RelaxNG (when possible) on top of the xmlReader interface, provided it as xmllint --stream --relaxng .rng .xml This seems to mostly work. * Makefile.am: updated to test RelaxNG streaming Daniel | ||
| c58f4efb | 2003-04-14 16:11:26 | integrated the regexp based validity checking of fragments of the document * relaxng.c include/libxml/relaxng.h: integrated the regexp based validity checking of fragments of the document for which the RNG can be compiled to regexps. Works on all regression tests, only fix needed is related to error messages. Daniel | ||
| 52b48c7a | 2003-04-13 19:53:42 | Starting work precompiling parts of RelaxNG schemas. Not plugged onto * relaxng.c xmlregexp.c include/libxml/xmlautomata.h include/libxml/xmlregexp.h: Starting work precompiling parts of RelaxNG schemas. Not plugged onto validity checking yet, just the regexp building part. Needed to extend some of the automata and regexp APIs. Daniel | ||
| f6bad798 | 2003-04-11 19:38:54 | make sure xmllint --stream and xmllint --stream --valid returns errors * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure xmllint --stream and xmllint --stream --valid returns errors code appropriately Daniel | ||
| c6cae7b6 | 2003-04-11 09:02:11 | Added the Expand() and Next() operation to work on subtrees within the * xmlreader.c include/libxml/xmlreader.h: Added the Expand() and Next() operation to work on subtrees within the reader framework. * doc/libxml2-api.xml python/libxml2class.txt: resulting updates * python/tests/reader5.py: added an example for those new functions of the reader. Daniel | ||
| 645c690d | 2003-04-10 21:40:49 | patch from Vasily Tchekalkin to fix #109865 Daniel * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865 Daniel | ||
| 9e07710b | 2003-04-10 13:36:54 | fixing HasValue for namespace as raised by Denys Duchier Daniel * xmlreader.c: fixing HasValue for namespace as raised by Denys Duchier Daniel | ||
| 02ea1414 | 2003-04-09 12:08:47 | exported htmlCreateMemoryParserCtxt() it was static Daniel * HTMLparser.c include/libxml/HTMLparser.h: exported htmlCreateMemoryParserCtxt() it was static Daniel | ||
| d3b9cd88 | 2003-04-09 11:24:17 | update from Charles Bozeman for date and duration types updated too Daniel * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h: update from Charles Bozeman for date and duration types * test/schemas/date_0.* test/schemas/dur_0.* result/schemas/date_0.* result/schemas/dur_0.*: updated too Daniel | ||
| c00cda8c | 2003-04-07 10:22:39 | fixing bug #107129, removing excessive allocation and calls to *printf in * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h: fixing bug #107129, removing excessive allocation and calls to *printf in the code to build QName strings. Daniel | ||
| 6965118d | 2003-04-05 09:43:30 | *** empty log message *** | ||
| adba5f1b | 2003-04-04 16:09:01 | fixed a possible problem with xmlRecoverMemory() Daniel * parser.c: fixed a possible problem with xmlRecoverMemory() Daniel | ||
| a48ed3d6 | 2003-04-03 15:28:28 | Bjorn sent an update for the TRIO portability layer. Daniel * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c triostr.h: Bjorn sent an update for the TRIO portability layer. Daniel | ||
| d6c8650b | 2003-04-01 20:00:42 | *** empty log 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 | ||
| 80b19092 | 2003-03-28 13:29:53 | implemented comparisons for Schemas values. fixed some bugs in duration * relaxng.c: implemented comparisons for Schemas values. * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed some bugs in duration handling, comparisons for durations and decimals, removed all memory leaks pointed out by James testsuite. Current status is now found 238 test schemas: 197 success 41 failures found 1035 test instances: 803 success 130 failures Daniel | ||
| 91a1325b | 2003-03-27 23:44:43 | fixed bugs and memory leaks in the W3C XML Schemas code implemented * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory leaks in the W3C XML Schemas code * xmlschemastypes.c: implemented nonPositiveInteger * test/schemas/length2_0.xsd result/schemas/length2_0_0.err: fixed the test and result. Daniel | ||
| 6560a42c | 2003-03-27 21:25:38 | two patches from James Bursa on the HTML parser and a typo reindenting, * HTMLparser.c tree.c: two patches from James Bursa on the HTML parser and a typo * xmlschemastypes.c: reindenting, fixing a memory access problem with dates. Daniel | ||
| 6c5b2d3f | 2003-03-27 14:55:52 | fixing #109227 providing more context in case of start/end tag mismatch * parser.c: fixing #109227 providing more context in case of start/end tag mismatch * python/tests/ctxterror.py python/tests/readererr.py: update the tests accordingly Daniel | ||
| d9b72839 | 2003-03-27 14:24:00 | should fix #109327 errors on memory accesses Daniel * xinclude.c: should fix #109327 errors on memory accesses Daniel | ||
| c7e9b194 | 2003-03-27 14:08:24 | Fixed reopening of #78662 <form action="..."> is an URI reference Daniel * HTMLtree.c: Fixed reopening of #78662 <form action="..."> is an URI reference Daniel | ||
| e209b330 | 2003-03-26 21:40:13 | fixed bug #109160 on non-ASCII IDs Daniel * xpath.c: fixed bug #109160 on non-ASCII IDs Daniel | ||
| 642104e1 | 2003-03-26 16:32:05 | Norm suggested a nicer error message for xml:space values errors Daniel * parser.c: Norm suggested a nicer error message for xml:space values errors Daniel | ||
| e4fa2932 | 2003-03-26 00:38:10 | first part of the fix to performance bug #108905, adds * xpath.c include/libxml/xpath.h: first part of the fix to performance bug #108905, adds xmlXPathOrderDocElems() providing document order for nodes. * python/libxml.c: Python may require TRIO as Albert Chin pointed out Daniel |