kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
9291449d 2004-02-23 16:33:21 preparing 2.6.7 release, updated and rebuilt the documentation. Daniel * doc/* NEWS configure.in: preparing 2.6.7 release, updated and rebuilt the documentation. Daniel
09b792ba 2004-02-23 10:53:52 applied patch from Malcolm Tredinnick to avoid tabs in python sources, * python/tests/*.py: applied patch from Malcolm Tredinnick to avoid tabs in python sources, should fix #135095 Daniel
807daf82 2004-02-22 22:13:27 add --timing option use the psvi field of the nodes instead of _private * testSAX.c: add --timing option * relaxng.c: use the psvi field of the nodes instead of _private which may be used for other purposes. Daniel
b5da42af 2004-02-21 14:57:44 small patch to try to fix a warning with Sun One compiler Daniel * encoding.c: small patch to try to fix a warning with Sun One compiler Daniel
3288882e 2004-02-21 14:21:50 small patch removing a warning with MS compiler. Daniel * encoding.c: small patch removing a warning with MS compiler. Daniel
6c662996 2004-02-21 11:55:44 Beuah ! Daniel Beuah ! Daniel
522bc60e 2004-02-21 11:53:09 added "relaxng" option to the debugging shell some regression tests for * debugXML.c: added "relaxng" option to the debugging shell * Makefile.am test/errors/* result/errors/*: some regression tests for some error tests cases. Daniel
cb35f01d 2004-02-20 08:18:58 xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an old * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL is passed. * test/att7 result//att7*: adding an old regression test laying around on my laptop Daniel
21924520 2004-02-19 16:37:07 fixed xmllint --memory --stream memory consumption on large file by using * xmlreader.c: fixed xmllint --memory --stream memory consumption on large file by using xmlParserInputBufferCreateStatic() with the mmap'ed file Daniel
49138f19 2004-02-19 12:58:36 some clarification in xmlDocDumpMemory() documentation fixed xmllint * tree.c: some clarification in xmlDocDumpMemory() documentation * xmllint.c: fixed xmllint --stream --timing to get timings back Daniel
b3744004 2004-02-18 14:28:22 fixed a problem in push mode when attribute contains unescaped '>' * parser.c: fixed a problem in push mode when attribute contains unescaped '>' characters, fixes bug #134566 * test/att6 result//att6*: added the test to the regression suite Daniel
965983a5 2004-02-17 16:30:24 removing a non-linear behaviour from ID/IDREF raised by Petr Pajas. Call * valid.c: removing a non-linear behaviour from ID/IDREF raised by Petr Pajas. Call xmlListAppend instead of xmlListInsert in xmlAddRef Daniel
a9a1b105 2004-02-17 13:24:01 indicated encoding of the test file, needed for python 2.3 Daniel * python/tests/indexes.py python/tests/reader.py: indicated encoding of the test file, needed for python 2.3 Daniel
372a4454 2004-02-17 13:09:23 fixed problem with numbers having > 19 fractional places (bug 133921) * xpath.c: fixed problem with numbers having > 19 fractional places (bug 133921)
f49be477 2004-02-17 11:48:18 applied optimization patch from Petr Pajas Daniel * xpath.c: applied optimization patch from Petr Pajas Daniel
ab69f366 2004-02-17 11:40:32 applied update from Alfred Mickautsch and the added patch from Lucas * xmlwriter.c include/libxml/xmlwriter.h: applied update from Alfred Mickautsch and the added patch from Lucas Brasilino Daniel
31ae462a 2004-02-16 07:45:44 updating the benchmark graph and using a PNG instead of a GIF updated the * benchmark.png index.html xml.html: updating the benchmark graph and using a PNG instead of a GIF * xmlreader.c: updated the TODO Daniel
23eab680 2004-02-15 01:58:24 John Fleck <jfleck@inkstain.net> John Fleck <jfleck@inkstain.net> ChangeLog to go with tutorial fix.
d14bccc2 2004-02-15 01:57:42 doc/tutorial/xmltutorial.xml doc/tutorial/xmltutorial.pdf Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net> * doc/tutorial/xmltutorial.xml * doc/tutorial/xmltutorial.pdf * doc/tutorial/*.html Fix bug in XPath example in the tutorial, thanks to Carlos, whose last name I don't know, for pointing this out
5c9547e4 2004-02-12 15:31:49 preparing release of 2.6.6 updated the docs and rebuilt them Daniel * NEWS configure.in: preparing release of 2.6.6 * doc/*: updated the docs and rebuilt them Daniel
0ddb21c4 2004-02-12 12:43:49 fixing bug #132930 with the provided patch, a bit suspicious about it but * xmlregexp.c: fixing bug #132930 with the provided patch, a bit suspicious about it but this is fairly contained and regression tests still passes. * test/schemas/all1* result/schemas/all1*: added the test to the regression suite. Daniel
036143bb 2004-02-12 11:57:52 fixed bug #132575 about finding the end of the internal subset in push * parser.c: fixed bug #132575 about finding the end of the internal subset in push mode. * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml: added the test to the regression suite Daniel
3671190b 2004-02-11 13:25:26 added xmlByteConsumed() interface updated the benchmark rebuilt the docs * 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
6f108a1d 2004-02-11 00:14:52 fixed missing output of internal DTD param entities when nothing else * tree.c: fixed missing output of internal DTD param entities when nothing else present in DTD (bug 134052)
030a7a17 2004-02-10 12:48:57 applied patch supplied by Christophe Dubach to fix problem with * 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.
537769a6 2004-02-09 17:40:31 fixed the fix for the buffer overflow, thanks William :-)
2e6b143e 2004-02-09 15:10:28 fixed problem concerning determining SOCKLEN_T as pointed out by Daniel * acinclude.m4, configure.in: fixed problem concerning determining SOCKLEN_T as pointed out by Daniel Richard G. on the mailing list
37704356 2004-02-09 14:32:17 fixed buffer overflow reported by Yuuich Teranishi
b3377955 2004-02-09 12:48:55 small patch from Philip Ludlam to avoid warnings. Daniel * xpath.c: small patch from Philip Ludlam to avoid warnings. Daniel
182d32a5 2004-02-09 12:42:55 applied a small patch from Alfred Mickautsch to avoid an out of bound * encoding.c: applied a small patch from Alfred Mickautsch to avoid an out of bound error in isolat1ToUTF8() Daniel
5bb9ccd5 2004-02-09 12:39:02 remove the warning on the 2001 namespace remove some warnings when * 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
95af594b 2004-02-08 04:12:49 added a small hack to fix interference between my fixes for bugs 132585 * 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
6bdacd7a 2004-02-07 08:53:23 fixed problem with function xmlXIncludeCopyRange (bug 133686). * xinclude.c: fixed problem with function xmlXIncludeCopyRange (bug 133686).
1ce3c802 2004-02-06 13:03:38 fixed problem with return value of xmlTextWriterWriteIndent() (bug 133297) * xmlwriter.c: fixed problem with return value of xmlTextWriterWriteIndent() (bug 133297)
6b1a28d3 2004-02-06 11:24:44 changed coding to output good XIncludes when one or more bad ones are * xinclude.c: changed coding to output good XIncludes when one or more bad ones are present (bug 132588)
ef245fda 2004-02-06 09:33:59 corrected handling of empty fallback condition (bug 132585) * xinclude.c: corrected handling of empty fallback condition (bug 132585)
edb65a7a 2004-02-06 07:36:04 added initialisation for ctxt->vctxt in HTMLInitParser (bug 133127) minor * HTMLparser.c: added initialisation for ctxt->vctxt in HTMLInitParser (bug 133127) * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED from several function params)
b2d25dd7 2004-02-04 00:51:21 fixed problem regarding freeing of dictionary when there are errors within * 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.
fbf2c5ea 2004-02-03 17:55:56 fixed validation of maxLength with no content using patch submitted by * xmlschemastypes.c: fixed validation of maxLength with no content using patch submitted by Eric Haszlakiewicz (bug 133259)
6619b6a0 2004-02-03 08:28:45 *** empty log message ***
97f8c870 2004-02-03 08:28:20 fixed mingw+msys compilation
18a88ce2 2004-02-03 08:27:55 added calling convention to the public function prototypes
b9079053 2004-02-03 04:20:18 enhanced output indenting (bug 133264) * xmlwriter.c: enhanced output indenting (bug 133264)
93d004f9 2004-02-03 00:14:10 applied patch from Steve Ball to provide structured error reports. * xmlreader.c, include/libxml/xmlreader.h: applied patch from Steve Ball to provide structured error reports.
a9c612c3 2004-02-01 10:04:05 moved serialization of attribute text data (xmlSerializeContent) into a * 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)
92aa0300 2004-01-31 15:24:23 John Fleck <jfleck@inkstain.net> changelog on reader*.c commits to update John Fleck <jfleck@inkstain.net> changelog on reader*.c commits to update example docs
f2497c16 2004-01-31 15:23:33 Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net 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 :-)
ba6bec67 2004-01-31 03:48:11 doc/examples/examples.xml doc/examples/*.html add note that reader 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
9387637d 2004-01-31 03:47:42 John Fleck <jfleck@inkstain.net> ChangeLog to go with docs/examples commit John Fleck <jfleck@inkstain.net> ChangeLog to go with docs/examples commit
c07ed5e6 2004-01-30 07:52:48 added (void *) type override to prevent warning on Solaris (Bug 132671) * xpath.c: added (void *) type override to prevent warning on Solaris (Bug 132671)
4f8b8d9d 2004-01-28 14:22:37 doc/examples/Makefile.am per Jan. 15 email to the list from oliverst, the 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
e1021fa1 2004-01-26 17:03:09 applied fix from Alexander Winston for a problem related to automake-1.8 , * acinclude.m4: applied fix from Alexander Winston for a problem related to automake-1.8 , c.f. #132513 and #129861 Daniel
c3a429aa 2004-01-26 11:55:11 don't rely on . being on the path for make tests, should keep Mr. Crozat * doc/examples/index.py: don't rely on . being on the path for make tests, should keep Mr. Crozat quiet until next time... Daniel
189f46b1 2004-01-25 21:03:04 preparing release 2.6.5, rebuilt the docs, checked rngparser stuff does * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the docs, checked rngparser stuff does not end up in the tarball Daniel
05349ab2 2004-01-25 20:01:35 applied patch from Frederic Peters fixing the wrong arg order in xpath * python/libxml.c: applied patch from Frederic Peters fixing the wrong arg order in xpath callback in bug #130980 Daniel
03c2f0a4 2004-01-25 19:54:59 fixing #130453 XInclude element with no href attribute fully integrating * 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
dda22c15 2004-01-24 08:31:30 applied patch from Steve Ball to avoid a double-free. Daniel * include/libxml/schemasInternals.h xmlschemas.c: applied patch from Steve Ball to avoid a double-free. Daniel
4773df2a 2004-01-23 13:15:13 added io1.c an example ox xmlIO usage and io1.res test result, fixed a * 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
e9f0811a 2004-01-22 22:20:31 make xmlReallocLoc() accept NULL pointer
1516d5b3 2004-01-22 07:27:45 applied patch from John Belmonte for normalizedString datatype support. * xmlschemastypes.c: applied patch from John Belmonte for normalizedString datatype support. Daniel
ce4fc56e 2004-01-22 02:47:18 fixed problem with union when last() is used in predicate (bug #131971) * xpath.c: fixed problem with union when last() is used in predicate (bug #131971) * xpointer.c: minor change to comment for doc generation
ae28918b 2004-01-21 16:00:43 fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel * parser.c: fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel
20c5e787 2004-01-21 09:57:31 applied patch from Alfred Mickautsch fixing a memory leak reported on the * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory leak reported on the list. Daniel
4f4a27f9 2004-01-14 23:50:34 applied patch from Stephane Bidoul to add enums to the Python bindings. * python/generator.py python/tests/tstLastError.py: applied patch from Stephane Bidoul to add enums to the Python bindings. Daniel
c2c0d142 2004-01-13 20:51:03 another small patch from Mark Vadoc Daniel * testHTML.c: another small patch from Mark Vadoc Daniel
87247e87 2004-01-13 20:42:02 applied patch from Mark Vadoc to not use SAX1 unless necessary. Daniel * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied patch from Mark Vadoc to not use SAX1 unless necessary. Daniel
c82c57e6 2004-01-12 16:24:34 some parser optimizations, xmllint --memory --timing --repeat --stream * 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
65765284 2004-01-08 16:59:30 removed a memory leak remaining from the switch to a dictionnary for * xmlschemas.c: removed a memory leak remaining from the switch to a dictionnary for string allocations c.f. #130891 Daniel
96b6cd2b 2004-01-08 16:49:50 fixing some problem if configured --without-xinclude c.f. #130902 Daniel * xmlreader.c: fixing some problem if configured --without-xinclude c.f. #130902 Daniel
e4177a54 2004-01-08 16:43:57 changed AC_OUTPUT() macro to avoid a cygwin problem c.f. #130896 Daniel * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem c.f. #130896 Daniel
abfca615 2004-01-07 23:38:02 applying patch from Mark Vakoc for Windows applied doc fixes from Sven * 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
46da4649 2004-01-06 22:54:57 applied patch from Stephane Bidoul for structured error handling from * 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
5d4cba41 2004-01-06 15:19:12 fixed Bug130593 fixed compilation warning * configure.in: fixed Bug130593 * xmlwriter.c: fixed compilation warning
5987071f 2004-01-06 14:17:05 fixed the comment in the header rebuilt the docs Daniel * include/libxml/xmlstring.h: fixed the comment in the header * doc/*: rebuilt the docs Daniel
a2e844a3 2004-01-06 11:52:13 moved string and UTF8 routines out of parser.c and encoding.c into a new * 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)
0f124fdd 2004-01-06 03:48:57 doc/tutorial/customfo.xsl doc/tutorial/customhtml.xsl update custom 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
d7306b0f 2004-01-05 23:11:54 commiting the compact relax ng parser. It's not completely finished, it's * 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
09a4d0ab 2004-01-05 14:28:43 fixed apibuild.py's generation of "constructors" to be in alphabetical * 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.
751c9ec6 2004-01-05 13:05:58 applied patch from Lucas Brasilino fixing an indent problem. Daniel * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent problem. Daniel
35df6d40 2004-01-05 02:01:51 John Fleck <jfleck@inkstain.net> forgot a ChangeLog John Fleck <jfleck@inkstain.net> forgot a ChangeLog
2050d89f 2004-01-05 01:56:38 change background color of function declaration to improve readability 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
7762bb15 2004-01-04 14:49:01 added a routine xmlStrncatNew to create a new string from 2 frags. added * 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.
24d90485 2004-01-04 07:22:59 (removed extra blank line in my last entry)
9202942b 2004-01-04 01:01:14 applied suggestion from Miloslav Trmac (see Bug 130419) and eliminated * 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).
d34b0b8f 2004-01-02 20:26:01 applied patch from St
2cca446b 2004-01-02 20:04:23 applied the patch from Lucas Brasilino to add indentation support to * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from Lucas Brasilino to add indentation support to xmlWriter Daniel
aae10527 2004-01-02 14:59:41 fixed problem with "recursive" include (fallback contains another include * xinclude.c: fixed problem with "recursive" include (fallback contains another include - Bug 129969)
1a9b7084 2004-01-02 10:42:01 found and fixed a bug misallocating some non blank text node strings from * 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
1ff4213e 2003-12-31 14:05:15 fixed problem caused by wrong dictionary reference count, reported on the * xinclude.c: fixed problem caused by wrong dictionary reference count, reported on the list by Christopher Grayce.
f7eb794c 2003-12-31 07:59:17 fixed problem pointed out by St
72ee48d5 2003-12-30 08:30:19 Fixed memory leak reported by Dave Beckett Removed spurious comment * 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
1f5c9891 2003-12-29 17:09:55 xmlValidateElement could crash for element holding a namespace declaration * valid.c: xmlValidateElement could crash for element holding a namespace declaration but not in a namespace. Oliver Fischer provided the example. Daniel
d21f61b5 2003-12-29 10:31:21 issue validation status on stderr, not stdout as suggested by Pawel * 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
08171918 2003-12-29 02:52:11 edited a couple of comments in accordance with posting on the mailing list * 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.
b15351e5 2003-12-27 04:34:42 added tests for xs:all to assure minOccurs and maxOccurs <= 1 (Bug 130020) * xmlschemas.c: added tests for xs:all to assure minOccurs and maxOccurs <= 1 (Bug 130020)
dc99df93 2003-12-27 01:54:25 fixed xmlFAParseCharRange for Unicode ranges with patch from Charles * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges with patch from Charles Bozeman.
9887395b 2003-12-26 06:03:14 fixed problem causing segfault on validation error condition (reported on * xmlregexp.c: fixed problem causing segfault on validation error condition (reported on mailing list)
cf9eadf7 2003-12-25 13:24:05 fixed missing dictionaries for Memory and Doc parser contexts (problem * 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.
e6e59cdf 2003-12-24 11:56:44 updated the docs and prepared a new release 2.6.4 Daniel * configure.in NEWS doc/*: updated the docs and prepared a new release 2.6.4 Daniel
509028f2 2003-12-24 11:10:17 remove deprecated warning on startElement() Daniel * legacy.c: remove deprecated warning on startElement() Daniel