- 08 Feb, 2002 1 commit
-
-
Daniel Veillard authored
* 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
-
- 07 Feb, 2002 2 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* 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
-
- 06 Feb, 2002 2 commits
-
-
Daniel Veillard authored
* configure.in: fixed stupid bug #70738 found by alfons hoogervorst
-
Daniel Veillard authored
* python/TODO python/libxml.c: cleanup the extension function lookup * xmlmemory.c include/libxml/xmlmemory.h: always compile the list Daniel
-
- 05 Feb, 2002 1 commit
-
-
Daniel Veillard authored
* configure.in python/Makefile.am: do not install outside of prefix Daniel
-
- 04 Feb, 2002 2 commits
-
-
Daniel Veillard authored
* python/TODO python/libxml.c: started adding SAX interfaces * python/tests/Makefile.am python/tests/pushSAX.py: added a basic SAX test Daniel
-
Daniel Veillard authored
* tree.c: hardened the addChild function * python/generator.py python/libxml.c python/libxml2-python-api.xml python/libxml2class.txt python/libxml_wrap.h python/TODO: added accessors needed for xmlNode, a bit more testing and extension of interfaces * python/tests/Makefile.am python/tests/build.py: added a test build from scratch/save/load/check Daniel
-
- 03 Feb, 2002 3 commits
-
-
Daniel Veillard authored
* parserInternals.c: change a small bit in the way valididy error messages get initialized * python/TODO python/libxml.c python/libxml2-python-api.xml python/libxml2class.txt python/libxml_wrap.h python/types.c: added some memory debugging to track leaks at the libxml2 level * python/tests/*.py: changed all tests to check for leaks, there is just one left in XPath extension registrations. daniel
-
Daniel Veillard authored
* python/TODO python/generator.py python/libxml2-python-api.xml python/libxml2class.txt: more accessor classes for the parser context, allow to switch on and check validity * python/tests/Makefile.am python/tests/error.py python/tests/invalid.xml python/tests/valid.xml python/tests/validate.py: attded more test and and added error.py which I forgot to commit in the last step Daniel
-
Daniel Veillard authored
* python/Makefile.am python/types.c: cleanup * python/libxml.c python/libxml.py python/libxml_wrap.h python/generator.py python/libxml2-python-api.xml python/libxml2class.txt: added class for parser context, added first cut for push mode support. Added a framework to generate accessors functions. * python/tests/Makefile.am python/tests/push.py: added a push test Daniel
-
- 02 Feb, 2002 6 commits
-
-
Daniel Veillard authored
* python/Makefile.am python/TODO python/libxml.py: fixed a small bug a bit of cleanup. Daniel
-
Daniel Veillard authored
* python/Makefile.am python/libxml.c python/libxml2-python-api.xml python/libxml2class.txt: adding error redirections and preformat to a python handler * python/tests/Makefile.am python/tests/*.py: cleanup made all tests self checking Daniel
-
Daniel Veillard authored
* python/libxml.c python/libxml.py: fixed a stupid bug when renaming a function Daniel
-
Daniel Veillard authored
-
Daniel Veillard authored
* libxml.spec.in python/Makefile.am python/TODO python/generator.py python/libxml.c python/libxml2-python-api.xml python/libxml2class.txt: Progressing through the TODOs, class description output, extra XML API, RPM now builds the wrappers for all python installed versions Daniel
-
Daniel Veillard authored
* configure.in libxml.spec.in python/Makefile.am python/TODO python/generator.py python/libxml2class.txt: added more informations in the libxml2-python package including docs. Slightly changed the class hierarchy * python/tests/*: added basic regression tests infrastructure too Daniel
-
- 01 Feb, 2002 3 commits
-
-
Daniel Veillard authored
* python/Makefile.am python/generator.py python/libxml.c python/libxml.py: more work, now able to extend the XPath interpreter with functions written in python. Daniel
-
Daniel Veillard authored
* python/Makefile.am: Jacob sent a patch to allow building from tarfile. Daniel
-
Daniel Veillard authored
-
- 31 Jan, 2002 3 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* python/Makefile.am python/libxml.c configure.in Makefile.am: inserted the python wrappers build, I hope this won't be too unportable Daniel
-
Daniel Veillard authored
* xpath.c: minor optimization * python/generator.py python/libxml.c python/libxml.py python/libxml_wrap.h: more work on the python bindings, they now support XPath and there is no evident leak Daniel
-
- 30 Jan, 2002 4 commits
-
-
Daniel Veillard authored
* python/generator.py python/libxml.c python/libxml.py: more work on the python bindings generator. Daniel
-
Daniel Veillard authored
* python/generator.py python/libxml.c python/libxml_wrap.h: more work on the python bindings. Daniel
-
Daniel Veillard authored
* python/generator.py python/libxml.c python/libxml.py python/libxml_wrap.h: commited early version of a python binding for private use only ATM Daniel
-
Daniel Veillard authored
to remove that specific file, Daniel
-
- 26 Jan, 2002 1 commit
-
-
Daniel Veillard authored
* entities.c tree.c include/libxml/entities.h: applied patch from Anthony Jones to implement copy of DTD subtree too. Had just to keep 2 function private which really ought to become public ones. Daniel
-
- 25 Jan, 2002 1 commit
-
-
Daniel Veillard authored
* xmllint.c: added pointers to the web pages in the usage() Daniel
-
- 24 Jan, 2002 2 commits
-
-
Daniel Veillard authored
* tree.c: more fixes from Petr Kozelka for attribute handling in the tree API to align the semantic with DOM. Daniel
-
Daniel Veillard authored
* valid.c tree.c entities.c: another set of patches from Anthony Jones for copy operations cleanup and robustness Daniel
-
- 23 Jan, 2002 4 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated an alphabetic index based on comments content * doc/*: rebuilt the web site with the new references Daniel
-
Daniel Veillard authored
* parserInternals.h: Greg Sjaardema suggested to use an eponential buffer groth policy in xmlParserAddNodeInfo() Daniel
-
Daniel Veillard authored
* doc/api.xsl doc/APIconstructors.html doc/APIfiles.html doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml doc/parsedecl.py doc/Makefile.am: updated the python extractor to generate cross-references, and added/updated the stylesheets to generate and link API indexes. The generic keyword index is not done yet. * doc/*.html: regenerated all the usual docs too Daniel
-
- 22 Jan, 2002 4 commits
-
-
Daniel Veillard authored
* debugXML.c: added an xpath function to the shell for T. V. Raman Daniel
-
Daniel Veillard authored
* debugXML.c: patch from Anthony Jones to catch NULL nodes in debug routines. Daniel
-
Daniel Veillard authored
* tree.c: apply an patch from Petr Kozelka for unlink and replace support of attribute nodes Daniel
-
Daniel Veillard authored
* doc/libxml2-api.xml doc/parsedecl.py: Build a new version hopefully near complete and fully documented of the API in XML * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h include/libxml/list.h include/libxml/parser.h include/libxml/tree.h include/libxml/parserInternals.h include/libxml/valid.hi include/libxml/xmlIO.h include/libxml/xmlerror.hi include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini include/libxml/xpath.h include/libxml/xpathInternals.h: Cleaned up the doc comments a lot in the process, the interface coverage is now 100% Daniel
-
- 21 Jan, 2002 1 commit
-
-
Daniel Veillard authored
* doc/libxml2-api.xml doc/parsedecl.py: improved the script to extracts comments from the gtk-doc DocBook output (a bit convoluted but seems to work). Daniel
-