kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
07be19bb 2002-02-08 14:20:35 applied patch from Andris Pavenis for binary name suffixes Daniel * Makefile.am: applied patch from Andris Pavenis for binary name suffixes Daniel
f216d461 2002-02-08 13:44:24 fixing #68748 Daniel * xmllint.c win32/win32config.h: fixing #68748 Daniel
d455d79d 2002-02-08 13:37:46 fixing #70166 Daniel * valid.c: fixing #70166 Daniel
c575b997 2002-02-08 13:28:40 Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 * Copyright Makefile.am README configure.in libxml.spec.in: Changed to the MIT Licence * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html doc/xmlio.html: updated the doc accordingly * include/libxml/xmlwin32version.h configure.in: preparing 2.4.14 release * python/generator.py python/libxml.c python/libxml2-python-api.xml python/libxml2class.txt python/libxml_wrap.h python/types.c: fixed the const xmlChar * wrapper and generator, XPath extension functions now use the context as first argument * python/tests/tstxpath.py python/tests/xpath.py python/tests/xpathext.py: Updated the tests accordingly * tree.c: fixed bug #70067 Daniel
2a0cf740 2002-02-07 16:40:20 oops, Daniel
7db3871b 2002-02-07 16:39:11 cleanup always use stdout if output is NULL don't close filedescriptors * Makefile.am: cleanup * debugXML.c: always use stdout if output is NULL * xmlIO.c: don't close filedescriptors passed to outputBuffers * python/Makefile.am python/generator.py python/libxml2class.txt python/libxml_wrap.h python/types.c: augmented the number of bindings handling FILE * and XPath contexts * python/tests/Makefile.am: avoid a stupid problem due to the use of TEST. Daniel
15a143b3 2002-02-06 22:40:50 fixed stupid bug #70738 found by alfons hoogervorst * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
70cab35a 2002-02-06 16:06:58 cleanup the extension function lookup always compile the list Daniel * python/TODO python/libxml.c: cleanup the extension function lookup * xmlmemory.c include/libxml/xmlmemory.h: always compile the list Daniel
7a96efc0 2002-02-05 16:34:33 do not install outside of prefix Daniel * configure.in python/Makefile.am: do not install outside of prefix Daniel
33caa0b8 2002-02-04 14:07:26 started adding SAX interfaces added a basic SAX test Daniel * python/TODO python/libxml.c: started adding SAX interfaces * python/tests/Makefile.am python/tests/pushSAX.py: added a basic SAX test Daniel