- 29 Apr, 2003 3 commits
-
-
Daniel Veillard authored
-
MDT 2003 John Fleck authored
Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent> * doc/tutorial/aph.html, ix01.html forgot to cvs add the new files. Thanks to Roland van Laar for pointing this out
-
Daniel Veillard authored
* xmlschemas.c doc/libxml2-api.xml: fixing a function comment * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching to the XML/XSLT doc generation closing #111799 * doc/html/*: complete update of the HTML results Daniel
-
- 28 Apr, 2003 3 commits
-
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
- 27 Apr, 2003 5 commits
-
-
Daniel Veillard authored
* win32/configure.js python/setup.py.in: applied patch from Stéphane Bidoul for the Python bindings on the new release. Daniel
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
- 26 Apr, 2003 5 commits
-
-
Daniel Veillard authored
* NEWS doc/*.xsl doc/*.html: updated the web site separated developers from common pages, made the transition to XHTML1, added validity checking to the makefile rules. Daniel
-
Daniel Veillard authored
* parser.c: fix for xmlIOParseDTD same as previous and reported by Petr Pajas Daniel
-
Daniel Veillard authored
* parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick closing #111638 Daniel
-
Daniel Veillard authored
* python/generator.py: fixed a problem in the generator where the way functions are remapped as methods on classes was not symetric and dependant on python internal hash order, as reported by Stéphane Bidoul Daniel
-
MDT 2003 John Fleck authored
Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net> * doc/tutorial: xmltutorial.xml xmltutorial.pdf *.html add appendix on generating compiler flags, more indexing
-
- 25 Apr, 2003 5 commits
-
-
Daniel Veillard authored
* triodef.h vms/build_libxml.com: applied patch from Craig A. Berry to get libxml-2.5.7 to compile on OpenVMS Daniel
-
Daniel Veillard authored
* parser.c: fixing an xmlParseDTD bug raised by Petr Pajas Daniel
-
Daniel Veillard authored
* doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml: automated the generation of the man page based on xsltproc and a stylesheet PI in the XML. Daniel
-
Daniel Veillard authored
* doc/xmllint.*: trying to fix #110541 where generated character preventing rendering by the man command. Daniel
-
Daniel Veillard authored
-
- 24 Apr, 2003 3 commits
-
-
Daniel Veillard authored
* NEWS configure.in: preparing release 2.5.7 * doc/*: updated and rebuilt the docs * doc/apibuild.py: fixed the script Daniel
-
Daniel Veillard authored
* Makefile.am doc/apibuild.py: make sure the OOM code don't get in the way of the builds * doc/libxml2-api.xml python/libxml2class.txt: automatic update Daniel
-
Daniel Veillard authored
* Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of Memory test from Havoc Pennington #109368 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h include/libxml/parser.h: a lot of memory allocation cleanups based on the results of the OOM testing * check-relaxng-test-suite2.py: seems I forgot to commit the script. Daniel
-
- 23 Apr, 2003 3 commits
-
-
Daniel Veillard authored
* xmlschemastypes.c: trivial fix for 109774 removing a warning Daniel
-
Daniel Veillard authored
* DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find more places where xmlCanonicPath() must be used to convert filenames to URLs, trying to fix #111088 Daniel
-
Daniel Veillard authored
* python/libxml.c python/libxml.py: applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocal Daniel
-
- 22 Apr, 2003 4 commits
-
-
Daniel Veillard authored
* HTMLparser.c: tried to fix #98879 again in a more solid way. Daniel
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Daniel Veillard authored
* SAX.c test/valid/ns* test/result/ns*: applied the patch provided by Brent Hendricks fixing #105992 and integrated the examples in the testsuite. Daniel
-
- 21 Apr, 2003 2 commits
-
-
Daniel Veillard authored
* TODO: updated a bit * configure.in: fixed the comment, threads now default to on * parserInternals.c: fixed an erroneous xmlMallocAtomic() call Daniel
-
Daniel Veillard authored
* globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c xmlreader.c include/libxml/parser.h: a lot of performance work especially the speed of streaming through the reader and push interface. Some thread related optimizations. Nearly doubled the speed of parsing through the reader. Daniel
-
- 20 Apr, 2003 1 commit
-
-
MDT 2003 John Fleck authored
Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net> * doc/xmllint.xml * doc/xmllint.1 update man page to explain use of --stream
-
- 19 Apr, 2003 1 commit
-
-
Daniel Veillard authored
* DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c include/libxml/globals.h include/libxml/xmlmemory.h: added xmlMallocAtomic() to be used when allocating blocks which do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet() to allow registering the full set of functions needed by a garbage collecting allocator like libgc, ref #109944 Daniel
-
- 18 Apr, 2003 2 commits
-
-
Daniel Veillard authored
* configure.in: switched to have thread support enabled by default, didn't got troubles with ABI compatibility on Linux, hope it won't break on strange OSes, if yes, report the system ID * doc/libxml2-api.xml: just rebuilt the API Daniel
-
Daniel Veillard authored
* libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c: added support for large file, tested with a 3+GB instance, and some cleanup. * catalog.c: added a TODO * Makefile.am: added some "make tests" comments Daniel
-
- 17 Apr, 2003 3 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* relaxng.c: some cleanups * doc/xmlreader.html: extended the document to cover RelaxNG and tree operations * python/tests/Makefile.am python/tests/reader[46].py: added some xmlReader example/regression tests * result/relaxng/tutor*.err: updated the output of a number of tests Daniel
-
Daniel Veillard authored
* relaxng.c: valgrind pointed out an uninitialized variable error. Daniel
-