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 |