- 27 Apr, 2003 4 commits
-
-
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 4 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
-
Daniel Veillard authored
* include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h xmlreader.c: augnemting the APIs, cleanups. * parser.c: cleanup bug #111005 * xmlIO.c: added some missing comments Daniel
-
- 16 Apr, 2003 1 commit
-
-
Daniel Veillard authored
* relaxng.c xmllint.c: more work on RelaxNG streaming validation trying to improve the subset compiled, and more testing. * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the documentation * test/relaxng/tutor11_1_3.xml: fixes the DTD path * result/relaxng/*.err: fix some of the outputs Daniel
-
- 15 Apr, 2003 1 commit
-
-
Daniel Veillard authored
* relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h include/libxml/xmlreader.h: implemented streaming of RelaxNG (when possible) on top of the xmlReader interface, provided it as xmllint --stream --relaxng .rng .xml This seems to mostly work. * Makefile.am: updated to test RelaxNG streaming Daniel
-
- 14 Apr, 2003 1 commit
-
-
Daniel Veillard authored
* relaxng.c include/libxml/relaxng.h: integrated the regexp based validity checking of fragments of the document for which the RNG can be compiled to regexps. Works on all regression tests, only fix needed is related to error messages. Daniel
-
- 13 Apr, 2003 1 commit
-
-
Daniel Veillard authored
* relaxng.c xmlregexp.c include/libxml/xmlautomata.h include/libxml/xmlregexp.h: Starting work precompiling parts of RelaxNG schemas. Not plugged onto validity checking yet, just the regexp building part. Needed to extend some of the automata and regexp APIs. Daniel
-
- 11 Apr, 2003 2 commits
-
-
Daniel Veillard authored
* xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure xmllint --stream and xmllint --stream --valid returns errors code appropriately Daniel
-
Daniel Veillard authored
* xmlreader.c include/libxml/xmlreader.h: Added the Expand() and Next() operation to work on subtrees within the reader framework. * doc/libxml2-api.xml python/libxml2class.txt: resulting updates * python/tests/reader5.py: added an example for those new functions of the reader. Daniel
-