kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
e6e59cdf 2003-12-24 11:56:44 updated the docs and prepared a new release 2.6.4 Daniel * configure.in NEWS doc/*: updated the docs and prepared a new release 2.6.4 Daniel
509028f2 2003-12-24 11:10:17 remove deprecated warning on startElement() Daniel * legacy.c: remove deprecated warning on startElement() Daniel
b98d082e 2003-12-24 11:06:25 XInclude xpointer support was broken with the new namespace. Fixes #129932 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support was broken with the new namespace. Fixes #129932 Daniel
b0f397e1 2003-12-23 23:30:53 types might be redefined in includes, quick fix to allow this but lacks * xmlschemas.c include/libxml/schemasInternals.h: types might be redefined in includes, quick fix to allow this but lacks the equality of the redefinition test. Daniel
49bcb3a8 2003-12-23 16:47:44 Fixed typo pointed out by S.-H. Zimmermann, Daniel
ab1cedad 2003-12-23 07:16:17 fixed bug concerning validation using external dtd of element with mutiple * valid.c: fixed bug concerning validation using external dtd of element with mutiple namespace declarations (Bug 129821)
84d83e34 2003-12-23 03:45:17 inhibited production of "(null):" in xmlGetNodePath when node has default * tree.c: inhibited production of "(null):" in xmlGetNodePath when node has default namespace (Bug 129710)
e8d1bd9d 2003-12-23 01:28:58 small enhancement to xmlXPathCmpNodes to assure document order for * xpath.c: small enhancement to xmlXPathCmpNodes to assure document order for attributes is retained (Bug 129331)
4bc5f430 2003-12-22 18:13:12 change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(), * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(), change those to not close the file descriptor. Updated the comment, should close #129683 Daniel
2d2f1552 2003-12-21 23:36:39 fixed a serious problem in XInclude #129021 Daniel * xinclude.c: fixed a serious problem in XInclude #129021 Daniel