- 06 Jan, 2004 2 commits
-
-
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 3 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
-
William M. Brack authored
* xmlschemas.c: edited a couple of comments in accordance with posting on the mailing list (no logic change) * xpointer.c: working on Bug 129967, added check for NULL nodeset to prevent crash. Further work required. * xpath.c: working on Bug 129967, added code to handle XPATH_LOCATIONSET in RANGETO code, also added code to handle it in xmlXPathEvaluatePredicateResult. Further work required.
-
- 27 Dec, 2003 2 commits
-
-
William M. Brack authored
* xmlschemas.c: added tests for xs:all to assure minOccurs and maxOccurs <= 1 (Bug 130020)
-
William M. Brack authored
* xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges with patch from Charles Bozeman.
-
- 26 Dec, 2003 1 commit
-
-
William M. Brack authored
* xmlregexp.c: fixed problem causing segfault on validation error condition (reported on mailing list)
-
- 25 Dec, 2003 1 commit
-
-
William M. Brack authored
* xmlschemas.c: fixed missing dictionaries for Memory and Doc parser contexts (problem reported on mailing list) * doc/apibuild.py: small change to prevent duplicate lines on API functions list. It will take effect the next time the docs are rebuilt.
-
- 24 Dec, 2003 3 commits
-
-
Daniel Veillard authored
* configure.in NEWS doc/*: updated the docs and prepared a new release 2.6.4 Daniel
-
Daniel Veillard authored
* legacy.c: remove deprecated warning on startElement() Daniel
-
Daniel Veillard authored
* xinclude.c result/XInclude/nodes2.*: XInclude xpointer support was broken with the new namespace. Fixes #129932 Daniel
-
- 23 Dec, 2003 5 commits
-
-
Daniel Veillard authored
* xmlschemas.c include/libxml/schemasInternals.h: types might be redefined in includes, quick fix to allow this but lacks the equality of the redefinition test. Daniel
-
Daniel Veillard authored
-
William M. Brack authored
* valid.c: fixed bug concerning validation using external dtd of element with mutiple namespace declarations (Bug 129821)
-
William M. Brack authored
* tree.c: inhibited production of "(null):" in xmlGetNodePath when node has default namespace (Bug 129710)
-
William M. Brack authored
* xpath.c: small enhancement to xmlXPathCmpNodes to assure document order for attributes is retained (Bug 129331)
-
- 22 Dec, 2003 1 commit
-
-
Daniel Veillard authored
* parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(), change those to not close the file descriptor. Updated the comment, should close #129683 Daniel
-
- 21 Dec, 2003 3 commits
-
-
Daniel Veillard authored
* xinclude.c: fixed a serious problem in XInclude #129021 Daniel
-
Daniel Veillard authored
* parser.c: fixed bug #129489, propagation of parsing flags in entities. * parser.c xmlreader.c: improved the comments of parsing options Daniel
-
William M. Brack authored
* python/Makefile.am, python/tests/Makefile.am, doc/Makefile.am: applied fixes to allow build from 'outside' directory (Bug 129172)
-
- 20 Dec, 2003 3 commits
-
-
MST 2003 John Fleck authored
Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net> * tree.c - add explanation of namespace inheritance when ns is NULL to xmlNewChild and xmlNewTextChild API doc
-
William M. Brack authored
* include/libxml/xpathInternals.h: undid last change (my bad). Put necessary fix in libxslt/libexslt instead. * include/libxml/DOCBparser.h: put test for __GCC__ on warning directive (Bug 129105)
-
William M. Brack authored
* include/libxml/xpathInternals.h: fixed xmlXPathReturnString to cater for NULL pointer (bug 129561) * globals.c: added comment to suppress documentation warning * doc/apibuild.py: fixed problem which caused last APIchunkxx.html to be lost. Rebuilt doc/* (including adding APIchunk26.html)
-
- 19 Dec, 2003 1 commit
-
-
Daniel Veillard authored
* xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when using an xmlReaderWalker() Daniel
-