- 25 Jan, 2004 3 commits
-
-
Daniel Veillard authored
* configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the docs, checked rngparser stuff does not end up in the tarball Daniel
-
Daniel Veillard authored
* python/libxml.c: applied patch from Frederic Peters fixing the wrong arg order in xpath callback in bug #130980 Daniel
-
Daniel Veillard authored
* xinclude.c: fixing #130453 XInclude element with no href attribute * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating the compact syntax will require more work, postponed for the 2.6.5 release. Daniel
-
- 24 Jan, 2004 1 commit
-
-
Daniel Veillard authored
* include/libxml/schemasInternals.h xmlschemas.c: applied patch from Steve Ball to avoid a double-free. Daniel
-
- 23 Jan, 2004 1 commit
-
-
Daniel Veillard authored
* doc/examples/*: added io1.c an example ox xmlIO usage and io1.res test result, fixed a awful lot of memory leaks showing up in testWriter.c, changed the examples and the Makefiles to test memory leaks. * xmlwriter.c: fixed a memory leak * Makefile.am: run the doc/examples regression tests as part of make tests * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to compile an XPath expression within a context, currently the goal is to be able to reuse the XSLT stylesheet dictionnary, but this opens the door to others possible optimizations. * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows to build a new dictionnary based on another read-only dictionnary. This is needed for XSLT to keep the stylesheet dictionnary read-only while being able to reuse the strings for the transformation dictionnary. * xinclude.c: fixed a dictionnar reference counting problem occuring when document parsing failed. * testSAX.c: adding option --repeat for timing 100times the parsing * doc/* : rebuilt all the docs Daniel
-
- 22 Jan, 2004 3 commits
-
-
Aleksey Sanin authored
-
Daniel Veillard authored
* xmlschemastypes.c: applied patch from John Belmonte for normalizedString datatype support. Daniel
-
William M. Brack authored
* xpath.c: fixed problem with union when last() is used in predicate (bug #131971) * xpointer.c: minor change to comment for doc generation
-
- 21 Jan, 2004 2 commits
-
-
Daniel Veillard authored
* parser.c: fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel
-
Daniel Veillard authored
* xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory leak reported on the list. Daniel
-
- 14 Jan, 2004 1 commit
-
-
Daniel Veillard authored
* python/generator.py python/tests/tstLastError.py: applied patch from Stephane Bidoul to add enums to the Python bindings. Daniel
-
- 13 Jan, 2004 2 commits
-
-
Daniel Veillard authored
* testHTML.c: another small patch from Mark Vadoc Daniel
-
Daniel Veillard authored
* HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied patch from Mark Vadoc to not use SAX1 unless necessary. Daniel
-
- 12 Jan, 2004 1 commit
-
-
Daniel Veillard authored
* dict.c parser.c xmlstring.c: some parser optimizations, xmllint --memory --timing --repeat --stream ./db10000.xml went down from 16.5 secs to 15.5 secs. Daniel
-
- 08 Jan, 2004 3 commits
-
-
Daniel Veillard authored
* xmlschemas.c: removed a memory leak remaining from the switch to a dictionnary for string allocations c.f. #130891 Daniel
-
Daniel Veillard authored
* xmlreader.c: fixing some problem if configured --without-xinclude c.f. #130902 Daniel
-
Daniel Veillard authored
* configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem c.f. #130896 Daniel
-
- 07 Jan, 2004 1 commit
-
-
Daniel Veillard authored
* win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc: applying patch from Mark Vakoc for Windows * doc/catalog.html doc/encoding.html doc/xml.html: applied doc fixes from Sven Zimmerman Daniel
-
- 06 Jan, 2004 5 commits
-
-
Daniel Veillard authored
* python/libxml2-python-api.xml python/libxml_wrap.h python/types.c python/tests/Makefile.am python/tests/tstLastError.py: applied patch from Stephane Bidoul for structured error handling from python, and the associated test Daniel
-
William M. Brack authored
* configure.in: fixed Bug130593 * xmlwriter.c: fixed compilation warning
-
Daniel Veillard authored
* include/libxml/xmlstring.h: fixed the comment in the header * doc/*: rebuilt the docs Daniel
-
William M. Brack authored
* encoding.c, parser.c, xmlstring.c, Makefile.am, include/libxml/Makefile.am, include/libxml/catalog.c, include/libxml/chvalid.h, include/libxml/encoding.h, include/libxml/parser.h, include/libxml/relaxng.h, include/libxml/tree.h, include/libxml/xmlwriter.h, include/libxml/xmlstring.h: moved string and UTF8 routines out of parser.c and encoding.c into a new module xmlstring.c with include file include/libxml/xmlstring.h mostly using patches from Reid Spencer. Since xmlChar now defined in xmlstring.h, several include files needed to have a #include added for safety. * doc/apibuild.py: added some additional sorting for various references displayed in the APIxxx.html files. Rebuilt the docs, and also added new file for xmlstring module. * configure.in: small addition to help my testing; no effect on normal usage. * doc/search.php: added $_GET[query] so that persistent globals can be disabled (for recent versions of PHP)
-
MST 2004 John Fleck authored
Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net> * doc/tutorial/customfo.xsl * doc/tutorial/customhtml.xsl update custom tutorial-building stylesheets in preparation for tutorial update
-
- 05 Jan, 2004 5 commits
-
-
Daniel Veillard authored
* rngparser.c: commiting the compact relax ng parser. It's not completely finished, it's not integrated but I want to save the current state Daniel
-
William M. Brack authored
* doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml, win32/libxml2.def.src: fixed apibuild.py's generation of "constructors" to be in alphabetical order (instead of previous random sequence); regenerated resulting files.
-
Daniel Veillard authored
* xmlwriter.c: applied patch from Lucas Brasilino fixing an indent problem. Daniel
-
John Fleck authored
John Fleck <jfleck@inkstain.net> forgot a ChangeLog
-
MST 2004 John Fleck authored
Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net> * doc/newapi.xsl: change background color of function declaration to improve readability * doc/*: rebuild docs with new stylesheet
-
- 04 Jan, 2004 3 commits
-
-
William M. Brack authored
* parser.c, include/libxml/parser.h: added a routine xmlStrncatNew to create a new string from 2 frags. * tree.c: added code to check if node content is from dictionary before trying to change or concatenate.
-
William M. Brack authored
-
William M. Brack authored
* xmlmemory.c: applied suggestion from Miloslav Trmac (see Bug 130419) and eliminated xmlInitMemoryDone. More improvement needed. * xml2-config.in: added an additional flag (--exec-prefix) to allow library directory to be different from include directory (Bug 129558).
-
- 02 Jan, 2004 4 commits
-
-
Daniel Veillard authored
* error.c: applied patch from Stéphane Bidoul for structured error reporting. Daniel
-
Daniel Veillard authored
* include/libxml/xmlwriter.h xmlwriter.c: applied the patch from Lucas Brasilino to add indentation support to xmlWriter Daniel
-
William M. Brack authored
* xinclude.c: fixed problem with "recursive" include (fallback contains another include - Bug 129969)
-
Daniel Veillard authored
* SAX2.c: found and fixed a bug misallocating some non blank text node strings from the dictionnary. * xmlmemory.c: fixed a problem with the memory debug mutex release. Daniel
-
- 31 Dec, 2003 2 commits
-
-
William M. Brack authored
* xinclude.c: fixed problem caused by wrong dictionary reference count, reported on the list by Christopher Grayce.
-
William M. Brack authored
* python/generator.py, python/libxml2class.txt: fixed problem pointed out by Stphane Bidoul on the list. * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h: completed modifications required to fix Bug 129967 (at last!). Now wait to see how long before further trouble...
-
- 30 Dec, 2003 1 commit
-
-
William M. Brack authored
* parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed memory leak reported by Dave Beckett * xmlschemas.c: Removed spurious comment reported on the mailing list * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h: Further work on Bug 129967 concerning xpointer range handling and range-to function; much better, but still not complete
-
- 29 Dec, 2003 2 commits
-
-
Daniel Veillard authored
* valid.c: xmlValidateElement could crash for element holding a namespace declaration but not in a namespace. Oliver Fischer provided the example. Daniel
-
Daniel Veillard authored
* xmllint.c: issue validation status on stderr, not stdout as suggested by Pawel Palucha * result/relaxng/*: this change slightly all the output from RNG regressions. Daniel
-