kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
9291449d 2004-02-23 16:33:21 preparing 2.6.7 release, updated and rebuilt the documentation. Daniel * doc/* NEWS configure.in: preparing 2.6.7 release, updated and rebuilt the documentation. Daniel
09b792ba 2004-02-23 10:53:52 applied patch from Malcolm Tredinnick to avoid tabs in python sources, * python/tests/*.py: applied patch from Malcolm Tredinnick to avoid tabs in python sources, should fix #135095 Daniel
807daf82 2004-02-22 22:13:27 add --timing option use the psvi field of the nodes instead of _private * testSAX.c: add --timing option * relaxng.c: use the psvi field of the nodes instead of _private which may be used for other purposes. Daniel
b5da42af 2004-02-21 14:57:44 small patch to try to fix a warning with Sun One compiler Daniel * encoding.c: small patch to try to fix a warning with Sun One compiler Daniel
3288882e 2004-02-21 14:21:50 small patch removing a warning with MS compiler. Daniel * encoding.c: small patch removing a warning with MS compiler. Daniel
6c662996 2004-02-21 11:55:44 Beuah ! Daniel Beuah ! Daniel
522bc60e 2004-02-21 11:53:09 added "relaxng" option to the debugging shell some regression tests for * debugXML.c: added "relaxng" option to the debugging shell * Makefile.am test/errors/* result/errors/*: some regression tests for some error tests cases. Daniel
cb35f01d 2004-02-20 08:18:58 xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an old * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL is passed. * test/att7 result//att7*: adding an old regression test laying around on my laptop Daniel
21924520 2004-02-19 16:37:07 fixed xmllint --memory --stream memory consumption on large file by using * xmlreader.c: fixed xmllint --memory --stream memory consumption on large file by using xmlParserInputBufferCreateStatic() with the mmap'ed file Daniel
49138f19 2004-02-19 12:58:36 some clarification in xmlDocDumpMemory() documentation fixed xmllint * tree.c: some clarification in xmlDocDumpMemory() documentation * xmllint.c: fixed xmllint --stream --timing to get timings back Daniel