- 12 Feb, 2002 2 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* python/libxml.c: couple of bug fixes Daniel
-
- 11 Feb, 2002 5 commits
-
-
Daniel Veillard authored
* python/*.py: removed tabs and used spaces. Daniel
-
Daniel Veillard authored
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.15 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs Daniel
-
Daniel Veillard authored
* doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707 Daniel
-
Daniel Veillard authored
* include/libxml/encoding.h include/libxml/entities.h include/libxml/globals.h include/libxml/parser.h include/libxml/threads.h include/libxml/tree.h include/libxml/xmlmemory.h: trying to fix the include mess Daniel
-
Daniel Veillard authored
* include/libxml/xmlmemory.h: reverted part of the previous attempt to provide #69655, this was breaking the build. Daniel
-
- 10 Feb, 2002 2 commits
-
-
Daniel Veillard authored
* HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c globals.c parser.c threads.c tree.c valid.c xmlmemory.c xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h include/libxml/parserInternals.h include/libxml/tree.h include/libxml/xmlmemory.h include/libxml/xpathInternals.h: Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. * python/libxml.c: fixed a warning. Daniel
-
Daniel Veillard authored
* tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude copying of node, merge back IDs in the target document. * result/XInclude/docids.xml test/XInclude/docs/docids.xml test/XInclude/ents/ids.xml: test case * result/VC/ElementValid4: output changed due to a typo fix Daniel
-
- 09 Feb, 2002 2 commits
-
-
Daniel Veillard authored
* python/Makefile.am: seems some version of automake didn't generate the dependancies right as Jacob found out. Add an extra dependancy rule. Daniel
-
Daniel Veillard authored
* parserInternals.c valid.c: Justin Fletcher found some parts of the code needing cleanup * libxml.spec.in python/Makefile.am python/generator.py python/libxml.c python/libxml.py: Fixed the python Makefiles corrected a bug showing up on ia64, changed the name of the python internal module too Daniel
-
- 08 Feb, 2002 5 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* Makefile.am: applied patch from Andris Pavenis for binary name suffixes Daniel
-
Daniel Veillard authored
* xmllint.c win32/win32config.h: fixing #68748 Daniel
-
Daniel Veillard authored
* valid.c: fixing #70166 Daniel
-
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 2 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
-