kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
5c9547e4 2004-02-12 15:31:49 preparing release of 2.6.6 updated the docs and rebuilt them Daniel * NEWS configure.in: preparing release of 2.6.6 * doc/*: updated the docs and rebuilt them Daniel
0ddb21c4 2004-02-12 12:43:49 fixing bug #132930 with the provided patch, a bit suspicious about it but * xmlregexp.c: fixing bug #132930 with the provided patch, a bit suspicious about it but this is fairly contained and regression tests still passes. * test/schemas/all1* result/schemas/all1*: added the test to the regression suite. Daniel
036143bb 2004-02-12 11:57:52 fixed bug #132575 about finding the end of the internal subset in push * parser.c: fixed bug #132575 about finding the end of the internal subset in push mode. * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml: added the test to the regression suite Daniel
3671190b 2004-02-11 13:25:26 added xmlByteConsumed() interface updated the benchmark rebuilt the docs * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h include/libxml/xmlIO.h: added xmlByteConsumed() interface * doc/*: updated the benchmark rebuilt the docs * python/tests/Makefile.am python/tests/indexes.py: added a specific regression test for xmlByteConsumed() * include/libxml/encoding.h rngparser.c tree.c: small cleanups Daniel
6f108a1d 2004-02-11 00:14:52 fixed missing output of internal DTD param entities when nothing else * tree.c: fixed missing output of internal DTD param entities when nothing else present in DTD (bug 134052)
030a7a17 2004-02-10 12:48:57 applied patch supplied by Christophe Dubach to fix problem with * encoding.c: applied patch supplied by Christophe Dubach to fix problem with --with-minimum configuration (bug 133773) * nanoftp.c: fixed potential buffer overflow problem, similar to fix just applied to nanohttp.c.
537769a6 2004-02-09 17:40:31 fixed the fix for the buffer overflow, thanks William :-)
2e6b143e 2004-02-09 15:10:28 fixed problem concerning determining SOCKLEN_T as pointed out by Daniel * acinclude.m4, configure.in: fixed problem concerning determining SOCKLEN_T as pointed out by Daniel Richard G. on the mailing list
37704356 2004-02-09 14:32:17 fixed buffer overflow reported by Yuuich Teranishi
b3377955 2004-02-09 12:48:55 small patch from Philip Ludlam to avoid warnings. Daniel * xpath.c: small patch from Philip Ludlam to avoid warnings. Daniel