- 11 Feb, 2004 2 commits
-
-
Daniel Veillard authored
* parserInternals.c xmlIO.c encoding.c include/libxml/parser.h include/libxml/xmlIO.h: added xmlByteConsumed() interface * doc/*: updated the benchmark rebuilt the docs * python/tests/Makefile.am python/tests/indexes.py: added a specific regression test for xmlByteConsumed() * include/libxml/encoding.h rngparser.c tree.c: small cleanups Daniel
-
William M. Brack authored
* tree.c: fixed missing output of internal DTD param entities when nothing else present in DTD (bug 134052)
-
- 10 Feb, 2004 1 commit
-
-
William M. Brack authored
* encoding.c: applied patch supplied by Christophe Dubach to fix problem with --with-minimum configuration (bug 133773) * nanoftp.c: fixed potential buffer overflow problem, similar to fix just applied to nanohttp.c.
-
- 09 Feb, 2004 6 commits
-
-
Igor Zlatkovic authored
-
William M. Brack authored
* acinclude.m4, configure.in: fixed problem concerning determining SOCKLEN_T as pointed out by Daniel Richard G. on the mailing list
-
Igor Zlatkovic authored
-
Daniel Veillard authored
* xpath.c: small patch from Philip Ludlam to avoid warnings. Daniel
-
Daniel Veillard authored
* encoding.c: applied a small patch from Alfred Mickautsch to avoid an out of bound error in isolat1ToUTF8() Daniel
-
Daniel Veillard authored
* xinclude.c: remove the warning on the 2001 namespace * parser.c parserInternals.c xpath.c: remove some warnings when compiling with MSVC6 * nanohttp.c: applied a patch when using _WINSOCKAPI_ Daniel
-
- 08 Feb, 2004 1 commit
-
-
William M. Brack authored
* xinclude.c: added a small hack to fix interference between my fixes for bugs 132585 and 132588. * python/libxml.c: fixed problem with serialization of namespace reported on the mailing list by Anthony Carrico
-
- 07 Feb, 2004 1 commit
-
-
William M. Brack authored
* xinclude.c: fixed problem with function xmlXIncludeCopyRange (bug 133686).
-
- 06 Feb, 2004 4 commits
-
-
William M. Brack authored
* xmlwriter.c: fixed problem with return value of xmlTextWriterWriteIndent() (bug 133297)
-
William M. Brack authored
* xinclude.c: changed coding to output good XIncludes when one or more bad ones are present (bug 132588)
-
William M. Brack authored
* xinclude.c: corrected handling of empty fallback condition (bug 132585)
-
William M. Brack authored
* HTMLparser.c: added initialisation for ctxt->vctxt in HTMLInitParser (bug 133127) * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED from several function params)
-
- 04 Feb, 2004 1 commit
-
-
William M. Brack authored
* xinclude.c: fixed problem regarding freeing of dictionary when there are errors within an XInclude file (bug 133106). Thanks to Oleg Paraschenko for the assistance.
-
- 03 Feb, 2004 6 commits
-
-
William M. Brack authored
* xmlschemastypes.c: fixed validation of maxLength with no content using patch submitted by Eric Haszlakiewicz (bug 133259)
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
William M. Brack authored
* xmlwriter.c: enhanced output indenting (bug 133264)
-
William M. Brack authored
* xmlreader.c, include/libxml/xmlreader.h: applied patch from Steve Ball to provide structured error reports.
-
- 01 Feb, 2004 1 commit
-
-
William M. Brack authored
* tree.c, include/libxml/tree.h: moved serialization of attribute text data (xmlSerializeContent) into a separate routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c * xmlwriter.c: changed handling of attribute string to use the routine above (fixed bug 131548)
-
- 31 Jan, 2004 4 commits
-
-
John Fleck authored
John Fleck <jfleck@inkstain.net> changelog on reader*.c commits to update example docs
-
John Fleck authored
Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net * doc/examples/reader1.c, reader2.c, reader3.c * doc/examples/examples.xml * doc/examples/*.html add note that reader examples need libmxl2 > 2.6, rebuild html - this time doing it correctly :-)
-
MST 2004 John Fleck authored
Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net> * doc/examples/examples.xml * doc/examples/*.html add note that reader examples need libmxl2 > 2.6, rebuild html
-
John Fleck authored
John Fleck <jfleck@inkstain.net> ChangeLog to go with docs/examples commit
-
- 30 Jan, 2004 1 commit
-
-
William M. Brack authored
* xpath.c: added (void *) type override to prevent warning on Solaris (Bug 132671)
-
- 28 Jan, 2004 1 commit
-
-
MST 2004 John Fleck authored
Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net> * doc/examples/Makefile.am per Jan. 15 email to the list from oliverst, the index.html file from this directory wasn't making it into the tarball
-
- 26 Jan, 2004 2 commits
-
-
Daniel Veillard authored
* acinclude.m4: applied fix from Alexander Winston for a problem related to automake-1.8 , c.f. #132513 and #129861 Daniel
-
Daniel Veillard authored
* doc/examples/index.py: don't rely on . being on the path for make tests, should keep Mr. Crozat quiet until next time... Daniel
-
- 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 1 commit
-
-
Daniel Veillard authored
* parser.c: fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel
-