- 30 Jan, 2002 3 commits
-
-
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 6 commits
-
-
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
-
Daniel Veillard authored
-
Daniel Veillard authored
* Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py: added an XML description of the API, moved the script generating it here. Added a "make api" target Daniel
-
Daniel Veillard authored
* tree.c: Adam Lounds pointed out a bug in xmlSearchNs() Daniel
-
Daniel Veillard authored
-
Daniel Veillard authored
* xpath.c include/libxml/xpathInternals.h: the change made to xmlXPathFuncLookupFunc was incompatible roll it back Daniel
-
- 20 Jan, 2002 2 commits
-
-
Daniel Veillard authored
* SAX.c: cleanup patch from Anthony Jones * doc/Makefile.am: fix the headers to avoid in make scan * parserInternals.c xpath.c include/libxml/*.h: cleanup of the includes, * vs Ptr and general cleanup * parsedecl.py: first version of a script to extract the module interfaces, the goal will be to provide .decl or XML specification of the interfaces to build wrappers. Daniel
-
Daniel Veillard authored
* doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog now provides return codes in case of errors Daniel
-
- 19 Jan, 2002 3 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
-
Bjorn Reese authored
-
- 18 Jan, 2002 2 commits
-
-
Daniel Veillard authored
* globals.c xmlIO.c xmlcatalog.c: removed the last occurences of strdup usage in the code Daniel
-
Daniel Veillard authored
* parser.c error.c: Keith Isdale complained rightly that xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc Daniel
-
- 17 Jan, 2002 1 commit
-
-
Daniel Veillard authored
* tree.c: fixed the funxtion to set the xml: attributes * debugXML.c: added "setbase" to test it. Daniel
-
- 16 Jan, 2002 1 commit
-
-
Daniel Veillard authored
* tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen() to allow updating an attribute content Daniel
-
- 15 Jan, 2002 1 commit
-
-
Daniel Veillard authored
* libxml.h: try to avoid problems when compiling on Windows Daniel
-
- 14 Jan, 2002 4 commits
-
-
Daniel Veillard authored
* hash.c: patch from Anthony Jones for hash.c allocation size * Makefile.am: trying to work around Yet Another Libtool Madness and build the 2.4.13 release finally ... daniel
-
Daniel Veillard authored
* configure.in include/libxml/xmlwin32version.h: updated to 2.4.13 * doc/* : update of the documentation daniel
-
Daniel Veillard authored
* debugXML.c tree.c: some cleanup after an unsuccessful attempt at fixing #61290 :-( Daniel
-
Daniel Veillard authored
-
- 13 Jan, 2002 5 commits
-
-
Daniel Veillard authored
* tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL Fixes bug #67229 Daniel
-
Daniel Veillard authored
* tree.c: trying to avoid troubles when a subtree is copied and coalesced in part with the target tree. Should fix bug #67407 Daniel
-
Daniel Veillard authored
* valid.c: fixed validation of attributes content of type NAME NAMES NMTOKEN and NMTOKENS to accept internationalized values, very old bug. Fixes #67671 Daniel
-
Daniel Veillard authored
* parser.c include/libxml/parserInternals.h tree.c: integrated a couple of fixes and a new API function xmlSetEntityReferenceFunc() from Keith Isdale and dedicated to xsldbg the XSLT debugger. Daniel
-
Daniel Veillard authored
* threads.c: applied Serguei Narojnyi's patch to add native thread support on the Win32 platform * testThreadsWin32.c Makefile.am: added the test program also from Serguei, Win32 specific * include/win32config.h include/libxml/xmlwin32version.h.in: added patch from Igor for the Windows thread specific defines. Daniel
-