Log

Author Commit Date CI Message
Daniel Veillard e5984080 2003-08-19T22:21:13 fixes a small bug introduced in last commit and detected by valgrind. * tree.c: fixes a small bug introduced in last commit and detected by valgrind. Daniel
Daniel Veillard 6155d8aa 2003-08-19T15:01:28 optimization when freeing hash tables. some tuning of buffer allocations * dict.c hash.c: optimization when freeing hash tables. * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer allocations * parser.c parserInternals.c include/libxml/parser.h: keep a single allocated block for all the attributes callbacks, avoid useless malloc()/free() * tree.c: do not realloc() when growing a buffer if the buffer ain't full, malloc/memcpy/free avoid copying memory. Daniel
Daniel Veillard 66f68e71 2003-08-18T16:39:51 added option --dtdvalidfpi for Tobias Reif Daniel * xmllint.c doc/xmllint.xml doc/xmllint.1: added option --dtdvalidfpi for Tobias Reif Daniel
Daniel Veillard 2fdbd32d 2003-08-18T12:15:38 new dictionary module to keep a single instance of the names used by the * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am: new dictionary module to keep a single instance of the names used by the parser * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c: switched all parsers to use the dictionary internally * include/libxml/HTMLparser.h include/libxml/parser.h include/libxml/parserInternals.h include/libxml/valid.h: Some of the interfaces changed as a result to receive or return "const xmlChar *" instead of "xmlChar *", this is either insignificant from an user point of view or when the returning value changed, those function are really parser internal methods that no user code should really change * doc/libxml2-api.xml doc/html/*: the API interface changed and the docs were regenerated Daniel
Daniel Veillard 23a52c5c 2003-08-18T10:01:18 Updated the front page informations, Daniel
Daniel Veillard 7fb801f0 2003-08-17T21:07:26 applied patch to xmlCleanupParser from Dave Beckett Daniel * parser.c: applied patch to xmlCleanupParser from Dave Beckett Daniel
William M. Brack a716ff11 2003-08-16T14:58:33 fixed part (2) of bug 119535 (wrong alpha case on filenames) * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html: fixed part (2) of bug 119535 (wrong alpha case on filenames)
Daniel Veillard a7600434 2003-08-16T14:58:32 2.6.0beta1 changes Fixing attribute normalization, might not be totally * configure.in doc/* : 2.6.0beta1 changes * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute normalization, might not be totally fixed but this should make sure SAX event provide the right strings for attributes except entities for which libxml2 is different by default This should fix #109564 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes in attribute callback values * result/c14n/with-comments/example-4 result/c14n/without-comments/example-4: this also fixes a subtle bug in the canonicalization tests. Daniel
William M. Brack 3f23648c 2003-08-16T14:58:32 fixed part (2) of bug 119535 (wrong alpha case on filenames) * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html: fixed part (2) of bug 119535 (wrong alpha case on filenames)
William M. Brack c6e07559 2003-08-16T12:44:47 regenerated API documentation for xmlsoft.org (part of Bug 119535) * doc/API*.html, doc/html/*: regenerated API documentation for xmlsoft.org (part of Bug 119535)
William M. Brack 7a82165d 2003-08-15T07:27:40 Minor changes to comments, etc. for improving documentation generation * encoding.c, threads.c, include/libxml/HTMLparser.h, doc/libxml2-api.xml: Minor changes to comments, etc. for improving documentation generation * doc/Makefile.am: further adjustment to auto-generation of win32/libxml2.def.src
Daniel Veillard cfba2fe0 2003-08-15T00:33:43 preparing libxml2-2.5.10 release updated the doc and rebuilt Daniel * News configure.in: preparing libxml2-2.5.10 release * doc/* : updated the doc and rebuilt Daniel
Daniel Veillard bf1e3d83 2003-08-14T23:57:26 fixing the xmlSAXParseDTD bug #119536 raised by Malcolm Tredinnick with * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by Malcolm Tredinnick with the patch he suggested. Daniel
Daniel Veillard e8ed6203 2003-08-14T23:39:01 allocation error #119784 raised by Oliver Stoeneberg Daniel * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg Daniel
Daniel Veillard 608d0ac9 2003-08-14T22:44:25 fixing an use of strcpy() where both strings overlap pointed out by * uri.c: fixing an use of strcpy() where both strings overlap pointed out by valgrind. Daniel
Daniel Veillard 9848532c 2003-08-14T15:44:40 get rid of some compilation warnings. fix the performance problem reported * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of some compilation warnings. * xinclude.c: fix the performance problem reported by Kevin Ruscoe plus some cleanup and better error reporting. Daniel
Daniel Veillard ab1ae3a7 2003-08-14T12:19:54 applied UTF-16 encoding handling patch provided by Mark Itzcovitz more * encoding.c: applied UTF-16 encoding handling patch provided by Mark Itzcovitz * encoding.c parser.c: more cleanup and fixes for UTF-16 when not having iconv support. Daniel
Daniel Veillard ccf996fc 2003-08-14T10:48:38 Corrected bug tracking modules to look for libxml2 not libxml, Daniel
Daniel Veillard 1638a47a 2003-08-14T01:23:25 Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. Daniel
Daniel Veillard b19ba83f 2003-08-14T00:33:46 fixed the serious CPU usage problem reported by Grant Goodale applied * parser.c: fixed the serious CPU usage problem reported by Grant Goodale * HTMLparser.c: applied patch from Oliver Kidman about a free missing in htmlSAXParseDoc Daniel
William M. Brack ccf9e39d 2003-08-13T14:50:18 Removed dependency from libxml2.def.src * doc/Makefile.am: Removed dependency from libxml2.def.src
William M. Brack 476cd964 2003-08-13T11:09:42 took away the requirement for automake-1.4, changed the messages for * autogen.sh: took away the requirement for automake-1.4, changed the messages for getting auto* tools to current gnu pages. * configure.in, configure: added check for Linux Dec alpha requiring -ieee flag, fixed test for ipv6 * trionan.c: fixed problem for compiling on Linux Dec alpha using native compiler * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src whenever libxml2-api.xml is changed.
Daniel Veillard 6b621b89 2003-08-11T15:03:34 cleaning up a problem when parsing UTF-16 and libiconv is not used. Daniel * parser.c: cleaning up a problem when parsing UTF-16 and libiconv is not used. Daniel
William M. Brack 30909427 2003-08-10T00:14:20 renerated with fixed libxml2-api.xml * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
Daniel Veillard 83ee40de 2003-08-09T22:24:09 preparing libxml2-2.5.9 release updated the doc and rebuilt Daniel * News configure.in: preparing libxml2-2.5.9 release * doc/* : updated the doc and rebuilt Daniel
Daniel Veillard 0ab6fa01 2003-08-09T18:01:53 changing an enum definition to get a correct API XML description. This was * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum definition to get a correct API XML description. This was apparently breaking Windows build. Daniel
Daniel Veillard 14f752c2 2003-08-09T11:44:50 fixed a nasty bug #119387, bad heuristic from the progressive HTML parser * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from the progressive HTML parser front-end on large character data island leading to an erroneous end of data detection by the parser. Some cleanup too to get closer from the XML progressive parser. Daniel
William M. Brack 6d13f33d 2003-08-08T16:40:36 Added in support for the ISO8859X module (patch provided by Jesse Pelton) * win32/configure.js: Added in support for the ISO8859X module (patch provided by Jesse Pelton)
Daniel Veillard 70bcb0ea 2003-08-08T14:00:28 hum try to avoid some troubles when the library is not initialized and one * HTMLtree.c tree.c threads.c: hum try to avoid some troubles when the library is not initialized and one try to save, the locks in threaded env might not been initialized, playing safe * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added his tests to the regression suite. Daniel
William M. Brack 41e6bed5 2003-08-08T10:53:06 Bug 119343 (with apologies to Igor) - Enhanced handling of docb and * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343 (with apologies to Igor) - Enhanced handling of docb and nanohttp.
William M. Brack 16db7b6e 2003-08-07T13:12:49 further small changes for warnings when configured with --with-iconv=no * encoding.c: further small changes for warnings when configured with --with-iconv=no
William M. Brack a71a8ef1 2003-08-06T04:43:55 further small changes to elminate most of the remaining warnings. * error.c trionan.[ch] testThreads.c python/generator.py: further small changes to elminate most of the remaining warnings.
William M. Brack c193956e 2003-08-05T15:52:22 small changes to syntax to get rid of compiler warnings. No changes to * error.c HTMLparser.c testC14N.c testHTML.c testURI.c xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c python/libxml.c include/libxml/xmlmemory.h: small changes to syntax to get rid of compiler warnings. No changes to logic.
Daniel Veillard c758c229 2003-08-04T20:42:34 rebuilt the API and docs. Daniel * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs. Daniel
Daniel Veillard 20aa0fb4 2003-08-04T19:43:15 fixed a small problem in the patch for #118763 this reverts back to the * tree.c: fixed a small problem in the patch for #118763 * result/HTML/doc3.htm*: this reverts back to the previous result Daniel
Daniel Veillard 91e69c59 2003-08-04T01:43:07 applied doc patch to xml.html and rebuilt, apparently some C++ wrappers * doc/FAQ.html doc/xml.html: applied doc patch to xml.html and rebuilt, apparently some C++ wrappers are not available, c.f. bug #118943 Daniel
Daniel Veillard 39057f40 2003-08-04T01:33:43 fixing HTML attribute serialization bug #118763 applying a modified * tree.c: fixing HTML attribute serialization bug #118763 applying a modified version of the patch from Bacek * result/HTML/doc3.htm*: this modifies the output from one test Daniel
Daniel Veillard 8d73bcb5 2003-08-04T01:06:15 added a new API to split a QName without generating any memory allocation * tree.c include/libxml/tree.h: added a new API to split a QName without generating any memory allocation * valid.c: fixed another problem with namespaces on element in mixed content case * python/tests/reader2.py: updated the testcase with Bjorn Reese fix to reader for unsignificant white space * parser.c HTMLparser.c: cleanup. Daniel
Daniel Veillard 5ee43b06 2003-08-04T00:58:46 trying to fix #118754 of possible recursion in the catalogs. Not * catalog.c: trying to fix #118754 of possible recursion in the catalogs. Not fantastically happy about the current fix since it's likely to break under very thread intensive concurrent access to the catalog. Better solution might to keep the depth an extra argument to the resolution functions. Daniel
Daniel Veillard 7b68df97 2003-08-03T22:58:54 fixed bug #118712 about mixed content, and namespaced element names. added * valid.c: fixed bug #118712 about mixed content, and namespaced element names. * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check in the regression tests Daniel
William M. Brack 779af007 2003-08-01T15:55:39 =Bug 118559 (continued)
William M. Brack 78637da0 2003-07-31T14:47:38 fixing bug 118559
Daniel Veillard 97e01886 2003-07-30T18:59:19 applied a patch from William Brack about the problem of parsing very large * HTMLparser.c: applied a patch from William Brack about the problem of parsing very large HTML instance with comments as raised by Nick Kew Daniel
Daniel Veillard d6038e02 2003-07-30T16:37:18 applying cleanup patch from Bjorn Reese for xmlTextReaderNodeType() and * xmlreader.c include/libxml/xmlreader.h: applying cleanup patch from Bjorn Reese for xmlTextReaderNodeType() and significant whitespace. There is an enum for node type values now. Daniel
Daniel Veillard 01fc1a9d 2003-07-30T15:12:01 applying patch from Peter Jacobi to added ISO-8859-x encoding support when * encoding.c: applying patch from Peter Jacobi to added ISO-8859-x encoding support when iconv is not available * configure.in include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: added the glue needed at the configure level and made it the default for Windows Daniel
Daniel Veillard c2664641 2003-07-29T20:44:53 patch from Joachim Bauch + cleanup for Relax NG error callbacks in python * python/generator.py python/libxml.c python/libxml2class.txt: patch from Joachim Bauch + cleanup for Relax NG error callbacks in python Daniel
Daniel Veillard a6874ca4 2003-07-29T16:47:24 applied Peter Jacobi encoding cleanup patch, and also avoided a possible * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding cleanup patch, and also avoided a possible memory leak Daniel
Daniel Veillard 9ff7de14 2003-07-29T13:30:42 fix the previous commit Daniel * encoding.c: fix the previous commit Daniel
William M. Brack 4a557d97 2003-07-29T04:28:04 fixed problem with comments reported by Nick Kew added routines * HTMLparser.c: fixed problem with comments reported by Nick Kew * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for some future cleanup of UTF8 handling
Daniel Veillard 9deb242b 2003-07-28T20:40:59 applied a change suggested by Sean Griffin in bug #118494 about a memory * xpath.c: applied a change suggested by Sean Griffin in bug #118494 about a memory leak in EXSLT Daniel
Daniel Veillard d94849b0 2003-07-28T13:02:24 fixed a Relax-NG compilation/streaming bug introduced when fixing the * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced when fixing the previous Relax-NG bugs * result/relaxng/*: This slightly changes the output messages of some regression tests. * configure.in: added support of -with-fexceptions for nested C++ support. Daniel
MDT 2003 John Fleck 63f3a47d 2003-07-24T21:48:30 doc/tutorial/apa.html doc/tutorial/apb.html doc/tutorial/apc.html Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net> * doc/tutorial/apa.html * doc/tutorial/apb.html * doc/tutorial/apc.html * doc/tutorial/apd.html * doc/tutorial/ape.html * doc/tutorial/apf.html * doc/tutorial/apg.html * doc/tutorial/aph.html * doc/tutorial/ar01s02.html * doc/tutorial/ar01s03.html * doc/tutorial/ar01s04.html * doc/tutorial/ar01s05.html * doc/tutorial/ar01s06.html * doc/tutorial/ar01s07.html * doc/tutorial/ar01s08.html * doc/tutorial/index.html * doc/tutorial/ix01.html * doc/tutorial/xmltutorial.pdf * doc/tutorial/xmltutorial.xml update tutorial with XPath example
Daniel Veillard 597bc48b 2003-07-24T16:08:28 fixing a bug about a special case of namespace handling, this closes bug * SAX.c parser.c: fixing a bug about a special case of namespace handling, this closes bug #116841 Daniel
Daniel Veillard 5373ea12 2003-07-24T13:09:13 Fixing some uppercase fragment identifier pointing to generated docs, Daniel
Daniel Veillard 2134ab18 2003-07-23T19:56:29 checked and fixed the compilation of RNG schemas, fixes a couple of bugs * relaxng.c result/relaxng/*: checked and fixed the compilation of RNG schemas, fixes a couple of bugs #117097 and #117001 . This slightly changes the output messages of some regression tests. Daniel
Daniel Veillard c127adc8 2003-07-23T15:07:08 fixed an out of bound error #118052 , the good part if that base64 code * xmlreader.c: fixed an out of bound error #118052 , the good part if that base64 code was not in use yet ... Daniel
MDT 2003 John Fleck 2ae05c7e 2003-07-23T01:43:53 doc/xmllint.html include html version of the xmllint man page, so an Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net> * doc/xmllint.html include html version of the xmllint man page, so an up-to-date version is visible on the Web
Daniel Veillard 8edf1c5c 2003-07-22T20:52:14 added a new API xmlXIncludeProcessTree() to process XInclude only on a * xinclude.c include/libxml/xinclude.h: added a new API xmlXIncludeProcessTree() to process XInclude only on a subtree this should fix bug #115385 Daniel
Daniel Veillard cbbd78da 2003-07-20T15:21:30 Applied fix for "wb" open flag, Daniel
Daniel Veillard 409a8147 2003-07-18T15:16:57 adding Get interface for the error callback and parameters of parsing and * relaxng.c include/libxml/relaxng.h: adding Get interface for the error callback and parameters of parsing and validation contexts * xmlreader.c: patch to fix bug #117702 about incomplete Read() on text nodes. Daniel
Daniel Veillard 2dcb937a 2003-07-16T21:18:19 patch from Dodji Seketeli about UTF16 BOM when using the push XML parser. * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM when using the push XML parser. * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml: added the test to the regression suite. Daniel
Daniel Veillard 2009c4ed 2003-07-15T20:04:34 add xmlThrDefMutex = NULL in xmlCleanupGlobals() as suggested by Rob * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals() as suggested by Rob Richards Daniel
Daniel Veillard 34ba3879 2003-07-15T13:34:05 removed some warnings by casting xmlChar to unsigned int and a couple of * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c xmlschemas.c xpath.c: removed some warnings by casting xmlChar to unsigned int and a couple of others. * xmlschemastypes.c: fixes a segfault on empty hexBinary strings Daniel
Daniel Veillard 3dc93a42 2003-07-10T14:04:33 cleanup patches from Peter Breitenlohner Daniel * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner Daniel
Daniel Veillard df101d83 2003-07-08T14:03:36 fixes some problem when freeing unititialized mutexes Daniel * globals.c threads.c: fixes some problem when freeing unititialized mutexes Daniel
Daniel Veillard 2db8c125 2003-07-08T12:16:59 the modules should not import <config.h> directly, some cleanups Peter * nanoftp.c nanohttp.c: the modules should not import <config.h> directly, some cleanups * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas validation code. Daniel
Daniel Veillard 13d07cdc 2003-07-07T16:02:41 Jesse Pelton pointed out a problem in the javascript code. Daniel * win32/configure.js: Jesse Pelton pointed out a problem in the javascript code. Daniel
Daniel Veillard 75eb1adc 2003-07-07T14:42:44 regenerated might fix includes problems with the Ipv6 support on solaris * NEWS doc/*: regenerated * nanoftp.c nanohttp.c: might fix includes problems with the Ipv6 support on solaris * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes defined as #IMPLIED Daniel
Daniel Veillard 95c09d9a 2003-07-07T12:11:06 Update of docs, Daniel
Daniel Veillard 560c2a44 2003-07-06T21:13:49 preparing release 1.5.8 changed some preprocessor block applied patch from * configure.in doc/*: preparing release 1.5.8 * nanohttp.c: changed some preprocessor block * xmlschemastypes.c: applied patch from Charles Bozeman adding hexBinary schema datatype and adding support for totalDigits and fractionDigits facets. Daniel
Daniel Veillard 7a985a18 2003-07-06T17:57:42 fixed 2 bugs pointed in #116448 Daniel * debugXML.c xpath.c: fixed 2 bugs pointed in #116448 Daniel
Daniel Veillard ffe4f5ec 2003-07-06T17:35:43 fixed bug #116095 removing the error message when reapplying XInclude to a * xinclude.c: fixed bug #116095 removing the error message when reapplying XInclude to a document. Daniel
Daniel Veillard 598bec37 2003-07-06T10:02:03 Libxml2 is not just "for Gnome", this is still confusing people, Daniel
Daniel Veillard 1997c3e2 2003-07-05T20:43:43 applied small changes to portability layer for compilation on DJGPP Ms-DOS * xmlIO.c: applied small changes to portability layer for compilation on DJGPP Ms-DOS compiler. Daniel
Daniel Veillard d9d32aeb 2003-07-05T20:32:43 use the character() SAX callback if the cdataBlock ain't defined. fix bug * parser.c HTMLparser.c: use the character() SAX callback if the cdataBlock ain't defined. * xpath.c: fix bug #115349 allowing compilation when configured with --without-xpath since the Schemas code needs NAN and co. Daniel
William M. Brack 59002e7b 2003-07-04T17:01:59 Fixed multithreading problem
Daniel Veillard de2a67b4 2003-06-21T14:20:04 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com> closing bug #114837 * configure.in: Added checks for IPv6 support and getaddrinfo(). * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6. * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6. * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage field or sockaddr_in field, depending upon the availability of IPv6 support. have_ipv6(): Added to check for run-time IPv6 support. (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy): Modified to parse a URI with IPv6 address given in []. (xmlNanoFTPConnect): Changed to use getaddrinfo for address resolution, if it is available on the system, as gethostbyname does not return IPv6 addresses on some platforms. (xmlNanoFTPGetConnection): Modified type of dataAddr variable to sockaddr_storage or sockaddr_in depending upon the IPv6 support. Sending EPSV, EPRT or PASV, PORT depending upon the type of address we are dealing with. * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support. (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse a URI with IPv6 address given in []. (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is available on the system. Also IPv6 addresses will be resolved by gethostbyname only if IPv6 run-time support is available. (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address. Daniel
Igor Zlatkovic e8b5b0f1 2003-06-16T07:12:50 small addition to bcb patch
Igor Zlatkovic 72f92a88 2003-06-14T16:48:26 applied the BCB patch by Eric Zurcher
Daniel Veillard d7cec926 2003-06-13T12:30:10 reverted back patch for #113521, due to #115104 and while fixing #115101 . * doc/Makefile.am doc/html/*: reverted back patch for #113521, due to #115104 and while fixing #115101 . HTML URLs must not be version dependant. Daniel
Daniel Veillard 8265a18a 2003-06-13T10:05:56 do not generate &quot; for " outside of attributes this changes the output * entities.c: do not generate &quot; for " outside of attributes * result//*: this changes the output of some tests Daniel
Daniel Veillard 8a469171 2003-06-12T16:05:07 Updates, changed libxml to libxml2 in a number of places, Daniel
Daniel Veillard 4e9b1bc2 2003-06-09T10:30:33 trying to fix #114277 about when file remapping and escaping should really * parser.c xmlIO.c: trying to fix #114277 about when file remapping and escaping should really be attempted. Daniel
Daniel Veillard a37aab84 2003-06-09T09:10:36 applied a patch from Gman for building docs applied a patch from Gary * doc/*: applied a patch from Gman for building docs * valid.c xmllint.c include/libxml/valid.h: applied a patch from Gary Pennington to provide an allocator for xmlValidCtxt * xmlreader.c: applied patch from Jacek Konieczny fixing bug #113580 about data not being passed immediately. Daniel
Daniel Veillard e1326114 2003-06-05T09:32:20 applied a couple of patches from Mark Itzcovitz to handle saving back * tree.c: applied a couple of patches from Mark Itzcovitz to handle saving back "UTF-16" documents. Daniel
Daniel Veillard a84c0b30 2003-06-02T16:58:46 commiting some work done while in the Maldives (hence the timezone on the * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting some work done while in the Maldives (hence the timezone on the laptop !) * result/schemas/length3* test/schemas/deter0_* test/schemas/group0_*: some tests added too Daniel
Daniel Veillard 8caa9c2c 2003-06-02T13:35:24 small fix fixed an error message Daniel * encoding.c: small fix * xmlIO.c: fixed an error message Daniel
Daniel Veillard 0e0f37a3 2003-05-20T12:22:41 fixing Red Hat bug #91013 where xmllint was accepting an improper UTF8 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was accepting an improper UTF8 sequence Daniel
Igor Zlatkovic fb7f0845 2003-05-17T11:31:20 ChangeLog
Igor Zlatkovic e38ab532 2003-05-17T11:30:54 threads default to native now
Igor Zlatkovic 84f8c6db 2003-05-17T10:55:38 *** empty log message ***
Igor Zlatkovic d58a42de 2003-05-17T10:55:15 applied patch from Stephane for threads
Daniel Veillard 5f5b7bb7 2003-05-16T17:19:40 fixing bug #112904: html output method escaped plus sign character in URI * HTMLtree.c: fixing bug #112904: html output method escaped plus sign character in URI attribute. Daniel
Daniel Veillard 781ac8b1 2003-05-15T22:11:36 patch from Stéphane Bidoul for setting up threads global defaults. this * build_glob.py global.data globals.c parser.c include/libxml/globals.h: patch from Stéphane Bidoul for setting up threads global defaults. * doc/libxml2-api.xml: this extends the API with new functions * python/tests/Makefile.am python/tests/reader2.py python/tests/thread2.py: integrated the associated testcase and fixed the error string used in reader2 Daniel
Daniel Veillard 6f7e24bb 2003-05-14T19:45:50 Fixed the release number fo the spec file, Daniel
Daniel Veillard 38b80a8f 2003-05-14T18:59:00 trying to conciliate --with-python= requirements and RPM builds, a PITA * configure.in libxml.spec.in python/Makefile.am: trying to conciliate --with-python= requirements and RPM builds, a PITA really... Daniel
William M. Brack 3b811174 2003-05-14T02:53:43 Updated testfiles for error.c fix
Daniel Veillard 104caa3d 2003-05-13T22:54:05 oops last commit introduced a memory leak. Daniel * HTMLparser.c: oops last commit introduced a memory leak. Daniel
Daniel Veillard e8b09e40 2003-05-13T22:14:13 added --nonet option fixing #112803 by adding --nonet when calling * xmllint.c doc/xmllint.xml: added --nonet option * doc/Makefile.am: fixing #112803 by adding --nonet when calling xsltproc or xmllint * doc/xmllint.xml doc/xmllint.1: also added --schema doc and rebuilt * HTMLparser.c: cleaned up the HTML parser context build when using an URL Daniel
Daniel Veillard d437d328 2003-05-13T21:07:01 added a comment about bug #112902 Daniel * libxml.spec.in: added a comment about bug #112902 Daniel