kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
c480c4ea 2003-12-10 13:24:38 preparing release of libxml2-2.6.3, updated and regenerated the docs. * configure.in doc/* libxml.spec.in: preparing release of libxml2-2.6.3, updated and regenerated the docs. Daniel
323268f0 2003-12-10 10:52:08 Fixed a reference to a removed file, Daniel
427174fb 2003-12-10 10:42:59 removed some compilation warnings Daniel * SAX2.c pattern.c: removed some compilation warnings Daniel
3df01181 2003-12-10 10:17:51 fixing bug #119264 xmllint failing to report serialization errors in some * xmllint.c: fixing bug #119264 xmllint failing to report serialization errors in some cases. Daniel
18ab8721 2003-12-09 22:51:37 fixed an XML entites content serialization potentially triggered by * entities.c: fixed an XML entites content serialization potentially triggered by XInclude, see #126817 Daniel
10c08c7d 2003-12-09 15:14:26 applied the patch to xmlTextWriterStartPI() suggested by Daniel Schulman * xmlwriter.c: applied the patch to xmlTextWriterStartPI() suggested by Daniel Schulman in #128313 Daniel
6984e6d3 2003-12-09 14:20:17 another patch from Kenneth Haley for Mingw, c.f. #128787 Daniel * configure.in Makefile.am: another patch from Kenneth Haley for Mingw, c.f. #128787 Daniel
d324ff05 2003-12-09 14:09:47 applied patch from Kenneth Haley for compiling on Mingw see #128786 Daniel * include/libxml/xmlexports.h: applied patch from Kenneth Haley for compiling on Mingw see #128786 Daniel
5a30b2d1 2003-12-09 13:54:39 some flags were not passed down correctly as parsing options. Fixes * xmllint.c: some flags were not passed down correctly as parsing options. Fixes #126806 Daniel
e74d2e1c 2003-12-09 11:35:37 augmented the XInclude API to be able to pass XML parser flags down to the * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h include/libxml/xmlerror.h: augmented the XInclude API to be able to pass XML parser flags down to the Inclusion process. Also resynchronized with the Last Call W3C Working Draft 10 November 2003 for the xpointer attribute. * Makefile.am test/XInclude/docs/nodes[23].xml result/XInclude/*: augmented the tests for the new namespace and testing the xpointer attribute, changed the way error messages are tested * doc/*: regenerated the documentation Daniel