Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 17bed981 | 2003-02-24 20:11:43 | preparing release 2.5.4 updated and rebuilt the docs removed warnings * configure.in: preparing release 2.5.4 * doc/*: updated and rebuilt the docs * relaxng.c: removed warnings * result/relaxng/*: updated the results Daniel | ||
| f4be0180 | 2003-02-24 19:54:33 | fixes a DTD regexp generation problem. Daniel * valid.c: fixes a DTD regexp generation problem. Daniel | ||
| 02111c1d | 2003-02-24 19:14:52 | fixes bug #105998 about false detection of attribute consumption loop. * parser.c: fixes bug #105998 about false detection of attribute consumption loop. Daniel | ||
| 2406abda | 2003-02-24 18:16:47 | Fixes bug #106931 in XInclude entities merging. Daniel * xinclude.c: Fixes bug #106931 in XInclude entities merging. Daniel | ||
| fcc822e2 | 2003-02-24 17:52:08 | fixed bug #105992 Daniel * SAX.c: fixed bug #105992 Daniel | ||
| 3ebc7d43 | 2003-02-24 17:17:58 | fixed xmlSetProp and al. when the node passed is not an element. fixed * tree.c: fixed xmlSetProp and al. when the node passed is not an element. * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks found 373 test schemas: 369 success 4 failures found 529 test instances: 525 success 4 failures * check-relaxng-test-suite.py: added memory debug reporting Daniel | ||
| c64b8e98 | 2003-02-24 11:47:13 | some warning removal on Igor's patch seems I messed up with #106788 fix * uri.c parser.c: some warning removal on Igor's patch * tree.c: seems I messed up with #106788 fix * python/libxml.c: fixed some base problems when Python provides the resolver. * relaxng.c: fixed the interleave algorithm found 373 test schemas: 364 success 9 failures found 529 test instances: 525 success 4 failures the resulting failures are bug in the algorithm from 7.3 and lack of support for params Daniel | ||
| 0046c0fe | 2003-02-23 13:52:30 | another fix for nodeinfo in entities problem fixed bug #106788 from James * parser.c: another fix for nodeinfo in entities problem * tree.c entities.c: fixed bug #106788 from James Clark some spaces need to be serialized as character references. Daniel | ||
| 40ed73b7 | 2003-02-23 13:40:12 | *** empty log message *** | ||
| ce07616c | 2003-02-23 13:39:39 | path handling bug introduced by my recent machinations fixed | ||
| 10ee8b38 | 2003-02-22 10:04:53 | Added pointers to tkxmllint and tkxsltproc, Daniel | ||
| 44e1dd00 | 2003-02-21 23:23:28 | fixing some nodeinfo in entities problem raised by Glenn W. Bach * parser.c: fixing some nodeinfo in entities problem raised by Glenn W. Bach * relaxng.c: implemented the first section 7.3 check * result/relaxng/*: updated the results Daniel | ||
| c5312d7c | 2003-02-21 17:14:10 | fixed some problems in the previous commit and finished implementing 4.16 * relaxng.c: fixed some problems in the previous commit and finished implementing 4.16 rules checking found 373 test schemas: 353 success 20 failures found 529 test instances: 519 success 6 failures * result/relaxng/*: updated the results Daniel | ||
| 4c5cf709 | 2003-02-21 15:40:34 | implemented checks from section 7.2 Daniel * relaxng.c: implemented checks from section 7.2 Daniel | ||
| 77648bbe | 2003-02-20 15:03:22 | implemented the checks from section 7.1, fixed some of the 4.20 and 4.21 * relaxng.c: implemented the checks from section 7.1, fixed some of the 4.20 and 4.21 problems. found 373 test schemas: 338 success 35 failures found 529 test instances: 519 success 6 failures * result/relaxng/*: updated the results Daniel | ||
| 1c745ade | 2003-02-20 00:11:02 | implemented the 4.20 and 4.21 simplification rules. updated the results * relaxng.c: implemented the 4.20 and 4.21 simplification rules. * result/relaxng/*: updated the results Daniel | ||
| ce14fa54 | 2003-02-19 17:32:48 | more bugfixes updated the results Daniel * relaxng.c: more bugfixes * result/relaxng/*: updated the results Daniel | ||
| 7e1d158a | 2003-02-19 14:51:44 | *** empty log message *** | ||
| bf48ce26 | 2003-02-19 14:51:20 | added few exports | ||
| 5f9fada3 | 2003-02-19 14:51:00 | obsoleted xmlNormalizeWindowsPath | ||
| f2238e6e | 2003-02-19 14:50:35 | introduced xmlCanonicPath | ||
| 18fb2780 | 2003-02-19 14:49:48 | ensured xmlDoc.URL is always canonic | ||
| 2e9b165f | 2003-02-19 13:29:45 | patched to have shared libraries for Python regression tests and static * Makefile.am configure.in: patched to have shared libraries for Python regression tests and static binaries for gdb debug in my development environment * relaxng.c: more bugfixes found 373 test schemas: 296 success 77 failures found 529 test instances: 516 success 8 failures * result/relaxng/*: updated the results Daniel | ||
| 8fe98710 | 2003-02-19 00:19:14 | guess what ! Relax-NG bugfixing, what a surprize... Daniel * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize... Daniel | ||
| d431074c | 2003-02-18 21:12:46 | float/double check bugfix exported a function for NMTOKEN validation add a * xmlschemastypes.c: float/double check bugfix * tree.c include/libxml/tree.h: exported a function for NMTOKEN validation * xmlreader.c: add a TODO for Jody * relaxng.c: bugfix bugfix bugfix found 373 test schemas: 300 success 73 failures found 529 test instances: 507 success 10 failures * result/relaxng/*: updated the results Daniel | ||
| 2df2de22 | 2003-02-17 23:34:33 | more RelaxNG bug hunting Daniel * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting Daniel | ||
| 416589ae | 2003-02-17 17:25:42 | more work on the RelaxNG implementation conformance testing. found 373 * relaxng.c check-relaxng-test-suite.py: more work on the RelaxNG implementation conformance testing. found 373 test schemas: 284 success 89 failures found 529 test instances: 448 success 47 failures * result/relaxng/*: updated the results Daniel | ||
| 784b9358 | 2003-02-16 15:50:27 | applied a patch from Kjartan Maraas to fix some typos Daniel * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied a patch from Kjartan Maraas to fix some typos Daniel | ||
| febcca40 | 2003-02-16 15:44:18 | more bug-hunting added --tree to dump the intermediate rng tree patch from * relaxng.c: more bug-hunting * testRelax.c include/libxml/relaxng.h: added --tree to dump the intermediate rng tree * python/generator.py: patch from Stephane Bidoul to fix the generator on python < 2.2 Daniel | ||
| d2298791 | 2003-02-14 16:54:11 | more testing on the Relax-NG front, cleaning up the regression tests * check-relaxng-test-suite.py relaxng.c: more testing on the Relax-NG front, cleaning up the regression tests failures current state and I forgot support for "mixed": found 373 test schemas: 280 success 93 failures found 529 test instances: 401 success 68 failures * tree.c include/libxml/tree.h xmlschemastypes.c: finished and moved the Name, NCName and QName validation routine in tree.c * uri.c: fixed handling of URI ending up with #, i.e. having an empty fragment ID. * result/relaxng/*: updated the results Daniel | ||
| 9a237c9d | 2003-02-13 15:52:58 | improved the script accordingly to the XInclude regression tests updates * check-xinclude-test-suite.py: improved the script accordingly to the XInclude regression tests updates * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13 November 2002 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq: augmented the Xpointer testsuite for the element() scheme Daniel | ||
| f4b4f988 | 2003-02-13 11:02:08 | added TODO for the DTD compatibility spec more bug fixes driven by the * relaxng.c: added TODO for the DTD compatibility spec * xinclude.c: more bug fixes driven by the testsuite Daniel | ||
| d581b7ed | 2003-02-11 18:03:05 | Work on the W3C/NIST regression tests for XInclude, improved the script, * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST regression tests for XInclude, improved the script, improving XInclude error reporting mechanism Daniel | ||
| e9751d95 | 2003-02-10 23:08:28 | Oops forgot to commit check-xinclude-test-suite.py, Daniel | ||
| 869fb320 | 2003-02-10 16:24:45 | Adding the 2 check python scripts for RelaxNG and XInclude, Daniel | ||
| 1d788d24 | 2003-02-10 16:21:58 | preparing release 2.5.3 Daniel * NEWS doc/* configure.in: preparing release 2.5.3 Daniel | ||
| fd7ce5f7 | 2003-02-10 16:12:39 | trying to fix #104934 about some XHTML1 serialization issues. Daniel * tree.c: trying to fix #104934 about some XHTML1 serialization issues. Daniel | ||
| 809faa52 | 2003-02-10 15:43:53 | fixing bug #104646 about iconv based encoding conversion when the input * encoding.c xmlIO.c: fixing bug #104646 about iconv based encoding conversion when the input buffer stops in the middle of a multibyte char Daniel | ||
| 1703c5fc | 2003-02-10 14:28:44 | OASIS RelaxNG testsuite python script to run regression against OASIS * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite * check-relaxng-test-suite.py: python script to run regression against OASIS RelaxNG testsuite * relaxng.c: some cleanup tweaks * HTMLparser.c globals.c: cleanups in comments * doc/libxml2-api.xml: updated the API * result/relaxng/*: errors moved files, so large diffs but no changes at the semantic level. Daniel | ||
| 6aa2f603 | 2003-02-10 00:01:56 | fixing #105678 problem when dumping a namespace node. Daniel * tree.c: fixing #105678 problem when dumping a namespace node. Daniel | ||
| 591b4be0 | 2003-02-09 23:33:36 | fixed doc comment problems adding RelaxNG wrappers added a specific test * xpath.c: fixed doc comment problems * python/generator.py python/libxml_wrap.h python/types.c: adding RelaxNG wrappers * python/tests/Makefile.am python/tests/relaxng.py: added a specific test of those early Python RelaxNG bindings Daniel | ||
| 6581e1b8 | 2003-02-09 22:21:43 | fixed the download links to gnome.org to use 2.5 and not 2.4, Daniel | ||
| 231d791f | 2003-02-09 14:22:17 | fixes a libtool problem on AMD 64bits builds found the validation problem * libxml.spec.in: fixes a libtool problem on AMD 64bits builds * relaxng.c: found the validation problem I had with interleave when not covering all remaining siblings * Makefile.am test.relaxng/* result/relaxng/*: augmented the testsuite and check the RNG schemas against the RNG schemas given in appendix A Daniel | ||
| dc329b9b | 2003-02-08 17:54:08 | added relaxng exports | ||
| f3bffaf0 | 2003-02-08 17:53:46 | updates for relaxng | ||
| 6dacee67 | 2003-02-08 17:52:57 | *** empty log message *** | ||
| 97fd5670 | 2003-02-07 13:01:54 | applied another bug fix from Sean Chittenden Daniel * xinclude.c: applied another bug fix from Sean Chittenden Daniel | ||
| ef4d3bc3 | 2003-02-07 12:38:22 | I f...ed up the default configuration of schemas and --relaxng option * configure.in xmllint.c: I f...ed up the default configuration of schemas and --relaxng option display in xmllint, pointed by Morus Walter. * xlink.c: Sean Chittenden pointed a couple of errors in the XLink detection module, fixes bug #105374. Daniel | ||
| c5a70f26 | 2003-02-06 23:41:59 | added the boolean base type. Daniel * xmlschemastypes.c: added the boolean base type. Daniel | ||
| 96a4b252 | 2003-02-06 08:22:32 | started implementing some of the missing default simple types updated the * xmlschemastypes.c: started implementing some of the missing default simple types * result/relaxng/*: updated the results Daniel | ||
| 72fef16e | 2003-02-05 14:31:19 | updated the docs, ready for 2.5.2 release Daniel * NEWS doc/*: updated the docs, ready for 2.5.2 release Daniel | ||
| 71531f33 | 2003-02-05 13:19:53 | comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 * HTMLparser.c tree.c xmlIO.c: comments cleanups * Makefile.am: use xmllint for doing the RelaxNG tests * configure.in: preparing 2.5.2 made schemas support default to on instead of off * relaxng.c: removed the verbosity * xmllint.c: added --relaxng option * python/generator.py python/libxml_wrap.h: prepared the integration of the new RelaxNG module and schemas * result/relaxng/*: less verbose output Daniel | ||
| ec498e1b | 2003-02-05 11:01:50 | do not run content model validation if the content is not determinist * valid.c: do not run content model validation if the content is not determinist Daniel | ||
| de590ca1 | 2003-02-05 10:45:26 | added the redefinition of namespaced attribute check that was missing as * SAX.c: added the redefinition of namespaced attribute check that was missing as Fabrice Desr | ||
| 930dfb63 | 2003-02-05 10:17:38 | applied HTML improvements from Nick Kew, allowing to do more checking to * HTMLparser.c include/libxml/HTMLparser.h: applied HTML improvements from Nick Kew, allowing to do more checking to HTML elements and attributes. Daniel | ||
| 4287c57a | 2003-02-04 22:48:53 | fixing bug #105137 about entities declaration needing to be copied to the * xinclude.c: fixing bug #105137 about entities declaration needing to be copied to the including document. Daniel | ||
| 652d8a94 | 2003-02-04 19:28:49 | fixed bug #104817 with delegateURI fixing bugs #104123 and #104125 Daniel * catalog.c: fixed bug #104817 with delegateURI * xpath.c: fixing bugs #104123 and #104125 Daniel | ||
| 0e298ad2 | 2003-02-04 16:14:33 | fixing #104096 to compile without regexps Daniel * configure.in valid.c xmlreader.c python/libxml_wrap.h python/types.c: fixing #104096 to compile without regexps Daniel | ||
| 57e79b30 | 2003-02-04 15:33:12 | fixing bug #103969 forgot to add an epsilon transition when building the * valid.c: fixing bug #103969 forgot to add an epsilon transition when building the automata for elem* Daniel | ||
| 358a9896 | 2003-02-04 15:22:32 | applied patch from Arne de Bruijn fixing bug #103827 Daniel * HTMLparser.c: applied patch from Arne de Bruijn fixing bug #103827 Daniel | ||
| eb137179 | 2003-02-04 15:18:06 | updating a comment, fixing #103776 Daniel * HTMLparser.c: updating a comment, fixing #103776 Daniel | ||
| 8d589046 | 2003-02-04 15:07:21 | fixing bug 105049 for validity checking of content within recursive * parser.c: fixing bug 105049 for validity checking of content within recursive entities. Daniel | ||
| e5b110b3 | 2003-02-04 14:43:39 | try to fix # 105049 a couple of changes and extensions updated a function * HTMLparser.c: try to fix # 105049 * relaxng.c xmlschemastypes.c: a couple of changes and extensions * tree.c: updated a function comment Daniel | ||
| 419a7688 | 2003-02-03 23:22:49 | more work on grammars and refs/defs augmented/updated the regression tests * relaxng: more work on grammars and refs/defs * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| 144fae16 | 2003-02-03 13:17:57 | more work on name classes, except support augmented/updated the regression * relaxng: more work on name classes, except support * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| 1ed7f364 | 2003-02-03 10:57:45 | more work on name classes, the "validate all" schemas seems to work now. * relaxng: more work on name classes, the "validate all" schemas seems to work now. * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| 3b2e4e1c | 2003-02-03 08:52:58 | removed an unprotedted debug message Aleksi Suhonen put a guard against * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen * parser.c: put a guard against infinite document depth, basically trying to avoid another kind of DoS attack. * relaxng.c: some code w.r.t. nameClasses Daniel | ||
| fc1a4503 | 2003-02-02 16:02:55 | check all the namespace support was actually correct based on tutorial * test/relaxng/* result/relaxng/*: check all the namespace support was actually correct based on tutorial section 10. Daniel | ||
| e2a5a08b | 2003-02-02 14:35:17 | include seems to work okay now augmented/updated the regression tests * relaxng: include seems to work okay now * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| a9d912de | 2003-02-01 17:43:10 | a bit of work done in the train back. added one of the include tests * relaxng.c: a bit of work done in the train back. * test/relaxng/*: added one of the include tests Daniel | ||
| 80ec90ac | 2003-01-30 14:12:27 | More tests from section 9 of the tutorial, Daniel | ||
| 0fb01065 | 2003-01-30 13:41:41 | Combine with interleave on attributes worked without chnages, daniel | ||
| 154877e5 | 2003-01-30 12:17:05 | more work done in the train augmented/updated the regression tests Daniel * relaxng: more work done in the train * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| b711312c | 2003-01-30 05:49:40 | oops forgot two external rngs, Daniel | ||
| e431a27d | 2003-01-29 23:02:33 | debugging of externalRef augmented/updated the regression tests Daniel * relaxng.c: debugging of externalRef * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| 03e6e8d4 | 2003-01-29 21:32:01 | Oops forgot some result files, daniel | ||
| d41f4f48 | 2003-01-29 21:07:52 | more work on Relax-NG, implementing externalRef augmented/updated the * relaxng.c: more work on Relax-NG, implementing externalRef * test/relaxng/* result/relaxng/*: augmented/updated the regression tests * Makefile.am: cleanup to Relaxtests target Daniel | ||
| b08c9815 | 2003-01-28 23:09:49 | more work on Relax-NG, implementing interleave augmented/updated the * relaxng.c: more work on Relax-NG, implementing interleave * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| 76fc5eda | 2003-01-28 20:58:15 | more work on Relax-NG, implementing interleave augmented/updated the * relaxng.c: more work on Relax-NG, implementing interleave * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| da81d192 | 2003-01-27 14:35:56 | doc/tutorial/customfo.xsl doc/tutorial/customhtml.xsl adding stylesheet Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net> * doc/tutorial/customfo.xsl * doc/tutorial/customhtml.xsl adding stylesheet customizations used to generate fo for pdf and html | ||
| c6e997c9 | 2003-01-27 12:35:42 | more work on Relax-NG augmented/updated the regression tests added a * relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests * xmlschemastypes.c: added a number of base type definition but not the associated checks, those are still TODOs Daniel | ||
| 731967ea | 2003-01-27 00:39:50 | in docs/tutorial: apa.html apb.html apc.html apd.html ape.html apf.html Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net> in docs/tutorial: * apa.html * apb.html * apc.html * apd.html * ape.html * apf.html * apg.html * ar01s02.html * ar01s03.html * ar01s04.html * ar01s05.html * ar01s06.html * ar01s07.html * ar01s08.html * index.html * xmltutorial.pdf * xmltutorial.xml add index to tutorial | ||
| 937362d3 | 2003-01-27 00:04:32 | doc/xmlcatalog.1 doc/xmlcatalog_man.html doc/xmlcatalog_man.xml belatedly Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net> * doc/xmlcatalog.1 * doc/xmlcatalog_man.html * doc/xmlcatalog_man.xml belatedly fixing bug #93622 (adds rewriteURI type to "--add" option in xmlcatalog man page | ||
| 3be27518 | 2003-01-26 19:49:04 | applied patch for FreeBSD by Julio Merino, closing #104475 Daniel * xmlcatalog.c xmllint.c: applied patch for FreeBSD by Julio Merino, closing #104475 Daniel | ||
| ea3f398c | 2003-01-26 19:45:18 | more work on Relax-NG augmented/updated the regression tests Daniel * relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| edc91928 | 2003-01-26 00:52:04 | more work on Relax-NG augmented/updated the regression tests Daniel * relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| dd1655c5 | 2003-01-25 18:01:32 | updated the policy on private mail answers more work on Relax-NG * README: updated the policy on private mail answers * relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel | ||
| 831e8fdd | 2003-01-25 11:45:34 | State that I will Cc the list for all technical answer, Daniel | ||
| 7424eb60 | 2003-01-24 14:14:52 | applied a documentation patch from Stefan Kost Daniel * error.c parser.c tree.c: applied a documentation patch from Stefan Kost Daniel | ||
| 276be4a6 | 2003-01-24 01:03:34 | more work on Relax-NG regenerated the docs updated and augmented the * relaxng.c: more work on Relax-NG * doc/*: regenerated the docs * test/relaxng/* result/relaxng/*: updated and augmented the Relax-NG regression tests and results Daniel | ||
| 98bf67ac | 2003-01-23 22:00:09 | Adding testRelax.c, I forgot it, Daniel | ||
| bb4c817c | 2003-01-23 18:35:42 | oops forgot a new header, daniel | ||
| 6eadf63c | 2003-01-23 18:29:16 | First commit of the new Relax-NG validation code, not generally useful * Makefile.am configure.in relaxng.c include/libxml/relaxng.h: First commit of the new Relax-NG validation code, not generally useful yet. * test/relaxng/* result/relaxng/*: current state of the regression tests Daniel | ||
| 814a76db | 2003-01-23 18:24:20 | minimized the memory allocated for GetContent and a bit of cleanup. Daniel * tree.c: minimized the memory allocated for GetContent and a bit of cleanup. Daniel | ||
| ff12c494 | 2003-01-23 16:42:55 | seems there is no good reasons to not generate bindings for XPointer * python/generator.py: seems there is no good reasons to not generate bindings for XPointer Daniel | ||
| 540a31a3 | 2003-01-21 11:21:07 | applied a new patch from St | ||
| 417be3ae | 2003-01-20 21:26:34 | patch from St | ||
| 97ddfc0b | 2003-01-20 00:09:57 | doc/guidelines.html grammar and spelling cleanup Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net> * doc/guidelines.html grammar and spelling cleanup | ||
| 1aaae654 | 2003-01-17 10:48:04 | Forgot to add readererr.py, oops, Daniel | ||
| 26f70269 | 2003-01-16 22:45:08 | applied a patch from St |