kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
3ed155fc 2001-04-29 19:56:59 How to bump raw SAX parsing speed from 5.8M/s to 7.4M/s in 4 lines of code: - parser.c: small but effective parsing speed improvement Daniel
b59076b8 2001-04-29 17:04:07 - configure.in: default on the DocBook parser inclusion (for Gnome) - DOCBparser.h: fixed a header reference Daniel
b45c43be 2001-04-28 17:02:11 - configure.in xpath.c: applied Bjorn patches for FPE on the alpha Daniel
eefd4494 2001-04-28 16:55:50 - tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add xmlSaveFormatFileTo() Daniel
e39a93d0 2001-04-28 14:35:02 This improves seriously some XSLt speed tests: - xpath.c: simple and efficient optimization, XPath functions aways bind to the same code, cache this - TODO: updated (by saying some is obsolete) Daniel
2156a56b 2001-04-28 12:24:34 - xpath.c: more cleanup work on XPath name parsing routines Daniel
61d80a28 2001-04-27 17:13:01 - parserInternals.c xpath.[ch]: some UTF8 cleanup on xmlXPathParseName - xpath.c: Igor Zlatkovic suggested a change for NAN and MSC - debugXML.c: avoid compilation problems if compiling without HTML support, Igor Zlatkovic - win32/libxml2/libxml2.def.src: being able to compile without XPath on Windows Daniel
dbb14a72 2001-04-26 20:54:01 - parser.c: applied fixes from Christian Glahn bug report #53391 Daniel
2913e4ce 2001-04-26 19:29:02 new patches from Toshio Kuratomi Daniel * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi Daniel
67fee94e 2001-04-26 18:59:03 - tree.[ch]: added xmlSaveFormatFile interface for saving and indenting a file. Daniel