kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
560c2a44 2003-07-06 21: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
7a985a18 2003-07-06 17:57:42 fixed 2 bugs pointed in #116448 Daniel * debugXML.c xpath.c: fixed 2 bugs pointed in #116448 Daniel
ffe4f5ec 2003-07-06 17: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
598bec37 2003-07-06 10:02:03 Libxml2 is not just "for Gnome", this is still confusing people, Daniel
1997c3e2 2003-07-05 20: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
d9d32aeb 2003-07-05 20: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
59002e7b 2003-07-04 17:01:59 Fixed multithreading problem
de2a67b4 2003-06-21 14: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
e8b5b0f1 2003-06-16 07:12:50 small addition to bcb patch
72f92a88 2003-06-14 16:48:26 applied the BCB patch by Eric Zurcher