aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* A couple of generated but modified filesDaniel Veillard2009-07-091-0/+4
| | | | | | * config.h.in: update of libtool seems to have modified it * python/libxml2class.txt: python update modified the order of classes apparently
* preparing the release of 2.7.2 fix the Solaris portability issueDaniel Veillard2008-10-031-0/+3
| | | | | | | | | | | | * configure.in doc/* NEWS: preparing the release of 2.7.2 * dict.c: fix the Solaris portability issue * parser.c: additional cleanup on #554660 fix * test/ent13 result/ent13* result/noent/ent13*: added the example in the regression test suite. * HTMLparser.c: handle leading BOM in htmlParseElement() Daniel svn path=/trunk/; revision=3799
* patch from Roumen Petrov to detect if iconv() needs a const for the secondDaniel Veillard2008-02-151-0/+3
| | | | | | | | * config.h.in configure.in encoding.c: patch from Roumen Petrov to detect if iconv() needs a const for the second parameter Daniel svn path=/trunk/; revision=3693
* cleanup from Albert Chin html/index.sgml doesn't exist anymore DanielDaniel Veillard2005-10-281-12/+0
| | | | | | | * config.h.in configure.in vms/config.vms macos/src/config-mac.h: cleanup from Albert Chin * doc/Makefile.am: html/index.sgml doesn't exist anymore Daniel
* fixed problem in xmlTextWriterVSprintf caused by misuse of vsnprintf addedWilliam M. Brack2005-10-201-0/+6
| | | | | | | | | * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by misuse of vsnprintf * configure.in, config.h.in: added a configuration check for va_copy and added a define for VA_COPY for xmlwriter.c fix * parser.c: fixed problem with CRLF split between chunks (bug #319279) (fix provided by Brion Vibber)
* use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoidDaniel Veillard2005-03-311-3/+3
| | | | | | | * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoid breaking common defines #166922 Daniel
* trying to work around the compilation problem on HP-UX DanielDaniel Veillard2005-01-131-0/+3
| | | | | | * config.h.in configure.in xmlmodule.c: trying to work around the compilation problem on HP-UX Daniel
* applied DSO support patch 2 from Joel Reed DanielDaniel Veillard2005-01-041-1/+13
| | | | | | | | | | * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c include/libxml/Makefile.am include/libxml/xmlerror.h include/libxml/xmlmodule.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: applied DSO support patch 2 from Joel Reed Daniel
* fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes theWilliam M. Brack2004-12-251-4/+1
| | | | | | * parserInternals.c: fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes the fix for bug #152286. * tree.c, parser.c: minor warning cleanup, no change to logic
* Applied patch from Brent Hendricks adding support for late DTD validation.Daniel Veillard2004-11-101-0/+6
| | | | | | | | | * python/generator.py python/libxml.c python/libxml2class.txt python/libxml_wrap.h python/types.c: Applied patch from Brent Hendricks adding support for late DTD validation. * python/tests/Makefile.am python/tests/dtdvalid.py python/tests/test.dtd: integrated the provided regression test Daniel
* fixed a problem occuring only in x86_64 when very large error messages areDaniel Veillard2004-10-221-1/+4
| | | | | | * python/libxml.c: fixed a problem occuring only in x86_64 when very large error messages are raied to the Python handlers. Daniel
* added UTF-8 string checking, raise a problem, need debug DanielDaniel Veillard2004-10-151-4/+1
| | | | | | * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking, raise a problem, need debug Daniel
* another patch from Malcolm Tredinnick fixing warning generated by theDaniel Veillard2004-09-281-2/+4
| | | | | | | | * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c xmlschemastypes.c: another patch from Malcolm Tredinnick fixing warning generated by the Nonstop Kernel Open System Services compiler #151710 Daniel
* fixed make valgrind xstc DanielDaniel Veillard2004-09-241-4/+1
| | | | | * Makefile.am: fixed make valgrind xstc Daniel
* added a dumb rule to able to compile tst.c when people submit a sampleDaniel Veillard2004-08-141-143/+182
| | | | | | | | | | | | | * Makefile.am: added a dumb rule to able to compile tst.c when people submit a sample test program * xmlschemas.c: applied small patch from Eric Haszlakiewicz to document xmlSchemasSetValidErrors() limitations, #141827 * error.c: Add information in generic and structured error setter functions that this need to be done per thread #144308 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization bug #144162 * doc/xmllint.xml: typo fix #144840 Daniel
* applied Schemas patches from Kasimier Buchcik lot of new tests for thingsDaniel Veillard2004-08-101-182/+143
| | | | | | | | | | | * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h include/libxml/xmlerror.h include/libxml/xmlschemastypes.h: applied Schemas patches from Kasimier Buchcik * test/ result/ bug141333* annot-err* any[1-4]* bug145246* element-err* element-minmax-err* include1* restrict-CT-attr-ref*: lot of new tests for things fixed by the patch Daniel
* applied a patch from Gerrit P. Haase to get python bindings on CygwinDaniel Veillard2004-08-041-1/+4
| | | | | | | * Makefile.am config.h.in configure.in python/Makefile.am: applied a patch from Gerrit P. Haase to get python bindings on Cygwin Daniel
* elaborated on description of xmlValidityWarningFunc andWilliam M. Brack2004-08-031-4/+1
| | | | | | | | | * include/libxml/valid.h: elaborated on description of xmlValidityWarningFunc and xmlValidityErrorFunc (bug 144760) * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h: minor fixes to comments for doc rebuilding errors. * doc/*.html: rebuilt the docs
* do not provide functions used as destructor of classes as public methodsDaniel Veillard2004-07-011-1/+4
| | | | | | | * python/generator.py: do not provide functions used as destructor of classes as public methods to avoid double-free problem like in bug #145185 Daniel
* more fixes with Kasimier, looks far cleaner :-) DanielDaniel Veillard2004-06-291-4/+1
| | | | | * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-) Daniel
* patch from Igor for the default catalog path on Windows DanielDaniel Veillard2004-06-141-1/+4
| | | | | * catalog.c: patch from Igor for the default catalog path on Windows Daniel
* updated the docs for 2.6.10 DanielDaniel Veillard2004-05-181-4/+1
| | | | | * NEWS doc/*: updated the docs for 2.6.10 Daniel
* releasing 2.6.10 DanielDaniel Veillard2004-05-171-1/+4
| | | | | * configure.in : releasing 2.6.10 Daniel
* patch from Mark Vakoc for regression tests on Windows. the NaN problemDaniel Veillard2004-04-291-4/+1
| | | | | | | * win32/Makefile.msvc: patch from Mark Vakoc for regression tests on Windows. * xpath.c: the NaN problem also shows up on Borland Daniel
* remove a memory leak on schemas type facets. reduce verbosity incorporatedDaniel Veillard2004-03-221-1/+4
| | | | | | | | | * relaxng.c: remove a memory leak on schemas type facets. * check-relaxng-test-suite.py check-relaxng-test-suite2.py check-xsddata-test-suite.py: reduce verbosity * configure.in Makefile.am: incorporated the Python regressions tests for Relax-NG and Schemas Datatype to "make tests" Daniel
* fix bug #128401 affecting regexp quantifiers DanielDaniel Veillard2003-12-031-0/+3
| | | | | | * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting regexp quantifiers Daniel
* less verbose on difference cleanup fixed xmlCleanupParser() doc work onDaniel Veillard2003-11-111-0/+39
| | | | | | | | | | | | | | * check-xinclude-test-suite.py: less verbose on difference * libxml.spec.in: cleanup * parser.c: fixed xmlCleanupParser() doc * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/examples/Makefile.am doc/examples/example1.c doc/examples/examples.xml doc/examples/index.py doc/examples/test1.xml: work on adding C examples and generating automated information about those. examples.xml is autogenerated describing the examples. * example/Makefile.am: cleanup Daniel
* preparing release 1.5.8 changed some preprocessor block applied patch fromDaniel Veillard2003-07-061-2/+2
| | | | | | | | | * 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
* Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>Daniel Veillard2003-06-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* serious cleanup of the spec file and associated changes in the Makefiles.Daniel Veillard2002-10-231-119/+143
| | | | | | | | * Makefile.am config.h.in libxml.spec.in doc/Makefile.am: serious cleanup of the spec file and associated changes in the Makefiles. * valid.c: try to remove some warnings on x86_64 Daniel
* trying to fix #77441 DanielDaniel Veillard2002-04-141-0/+6
| | | | | * configure.in: trying to fix #77441 Daniel
* fixed a bug newly introduced and pointed by Uwe Fechner in xmlCopyProp()Daniel Veillard2002-03-081-0/+9
| | | | | | * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner in xmlCopyProp() Daniel
* patch from Anthony Jones for hash.c allocation size trying to work aroundDaniel Veillard2002-01-141-0/+3
| | | | | | | * hash.c: patch from Anthony Jones for hash.c allocation size * Makefile.am: trying to work around Yet Another Libtool Madness and build the 2.4.13 release finally ... daniel
* close #67019 DanielDaniel Veillard2001-12-181-3/+0
| | | | | * win32/libxml2/libxml2.def.src: close #67019 Daniel
* started integrating the core of the thread support not activated yet butDaniel Veillard2001-10-121-0/+5
| | | | | | | | | | * Makefile.am include/libxml/Makefile.am include/libxml/globals.h globals.c include/libxml/threads.h threads.c build_glob.py global.data xmlcatalog.c acconfig.h configure.in: started integrating the core of the thread support not activated yet but half integrated. The code should still compile and work anyway. Daniel
* dohh generated the wrong include path :-( re-dohh forgot the new manpageDaniel Veillard2001-09-131-3/+0
| | | | | | * libxml-2.0.pc.in: dohh generated the wrong include path :-( * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-( Daniel
* *** empty log message ***Daniel Veillard2001-09-121-0/+3
|
* moved includes to includedir/libxml2/libxml, updated the configurationDaniel Veillard2001-09-121-3/+0
| | | | | | * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml, updated the configuration scripts systems accordingly
* Need $(ICONV_LIBS) in libxml2_la_LIBADD DanielDaniel Veillard2001-09-071-0/+3
| | | | | * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD Daniel
* preparing for a 2.4.3 release even if it may not be ready yet redirectedDaniel Veillard2001-08-231-3/+0
| | | | | | | | | | | | * Makefile.am configure.in include/libxml/xmlwin32version.h: preparing for a 2.4.3 release even if it may not be ready yet * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected all file parsing lookup to go through the entity resolver, add to add an API to bypass it (needed to load catalogs themselves), some cleanup on the catalog code too. * nanoftp.c: small cleanup * doc/catalog.html: small update Daniel
* released 2.4.2 DanielDaniel Veillard2001-08-151-0/+3
| | | | | | * config.h.in configure.in include/libxml/xmlwin32version.h: released 2.4.2 Daniel
* cleaned up some warning on the Alpha DanielDaniel Veillard2001-07-171-3/+0
| | | | | * SAX.c xmlIO.c: cleaned up some warning on the Alpha Daniel
* add #undef HAVE_DLFCN_HPeter Williams2001-07-131-0/+3
| | | | | | | | | 2001-07-13 Peter Williams <peterw@ximian.com> * config.h.in: add #undef HAVE_DLFCN_H * example/Makefile.am (INCLUDES): Compile fix when srcdir != builddir.
* fixed the way to detect symlink DanielDaniel Veillard2001-06-231-0/+6
| | | | | * configure.in: fixed the way to detect symlink Daniel
* releasing 2.3.10 DanielDaniel Veillard2001-06-011-3/+0
| | | | | * configure.in: releasing 2.3.10 Daniel
* - config.h.in configure.in xmlversion.h.in: added ansidecl.h testDaniel Veillard2001-04-111-0/+3
| | | | Daniel
* Spring cleanup ...: - configure.in Makefile.am config.h.inDaniel Veillard2001-03-271-0/+18
| | | | | | | | | | | | | | | | | | | Spring cleanup ...: - configure.in Makefile.am config.h.in xmlversion.h.in: detect if we need string functions - trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions to be able to use them where needed. Applied some changes to reduce name linking pollution and compile in only what's needed. - HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef for the string manipulation functions - xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically to the free() function of xmlmemory.c - entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP usage. Daniel
* - config.h.in configure.in error.c: fix a compilation problemDaniel Veillard2001-03-221-0/+3
| | | | | on platforms without vsnprintf (xml@thewrittenword.com) Daniel
* Preparing 2.3.2 release:Daniel Veillard2001-02-241-3/+3
| | | | | | - configure.in: bumped to 2.3.2 - doc/xml.html: updated for release Daniel
* Some packaging cleanup:Daniel Veillard2001-01-251-0/+6
| | | | | | | - Makefile.am doc/Makefile.am libxml.spec.in: painful work to get the HTML doc to go into the -devel RPM ... - aclocal.m4 config.h.in: some updates due to auto* magic Daniel