Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| af43f63a | 2002-03-08 15:05:20 | preparing 2.4.17 release updated and rebuilt the docs fixed a comment * configure.in: preparing 2.4.17 release * doc/*: updated and rebuilt the docs * xpath.c: fixed a comment * python/libxml.c: fixed a possible reentrancy problem Daniel | ||
| ef6c46f8 | 2002-03-07 22:21:56 | fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specific * tree.c python/tests/Makefile.am python/tests/attribs.py: fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specific regression test * python/generator.py: xmlHasNsProp() and xmlHasProp() shall not raise exceptions when failing to find the attribute. Daniel | ||
| 90bc3717 | 2002-03-07 15:12:58 | owen pointed out a problem with the ftime fix, gettimeofday() was not * configure.in xmllint.c: owen pointed out a problem with the ftime fix, gettimeofday() was not detected by configure and the ftime header wasn't included, dohhh Daniel | ||
| 8c1ae606 | 2002-03-07 11:21:00 | trying to fix #71457 for timing precision when gettimeofday() is not * configure.in xmllint.c: trying to fix #71457 for timing precision when gettimeofday() is not availble but ftime() is Daniel | ||
| f5a457a3 | 2002-03-07 10:25:29 | Fixed #73408 missing images are now copied on install and part of the * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images are now copied on install and part of the -devel RPM Daniel | ||
| 7b41613f | 2002-03-07 08:36:03 | trying to avoid bug #72150 which was apparently caused by a gcc bug (or a * xpath.c: trying to avoid bug #72150 which was apparently caused by a gcc bug (or a processor problem) as detailed at http://veillard.com/gcc.bug Daniel | ||
| f742d341 | 2002-03-07 00:05:35 | fixed xmlReconciliateNs(), added a Python test/example for inter-document * tree.c python/tests/Makefile.am python/tests/cutnpaste.py: fixed xmlReconciliateNs(), added a Python test/example for inter-document cut'n paste * python/libxml.py: fixed node.doc on document nodes and added xpathEval() onto node objects Daniel | ||
| 4e0e2974 | 2002-03-06 21:39:42 | fixed some htmlSetMetaEncoding() problems fixup and integrated tests for * HTMLtree.c: fixed some htmlSetMetaEncoding() problems * python/libxml.c python/tests/Makefile.am python/tests/serialize.py: fixup and integrated tests for the serialization stuff Daniel | ||
| e915b2d4 | 2002-03-06 18:42:40 | Fixed bug #72570 moved the libxml man page to section 3 Daniel * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570 moved the libxml man page to section 3 Daniel | ||
| 1e77438d | 2002-03-06 17:35:40 | fix bug #72490 added methods serialize() and saveTo() to all node * tree.c: fix bug #72490 * python/libxml.c python/libxml.py: added methods serialize() and saveTo() to all node elements. Daniel |