summaryrefslogtreecommitdiff
path: root/include/libxml/xmlwin32version.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove xmlwin32version.hNick Wellnhofer2022-02-161-322/+0
| | | | | | | This file was undocumented and never used anywhere. Maybe users were supposed to rename this file to xmlversion.h manually. These days, both CMake and win32/configure.js generate xmlversion.h from xmlversion.h.in, just like the Autotools build.
* Remove CVS and SVN-related codeNick Wellnhofer2022-02-131-1/+1
|
* Fix typosNick Wellnhofer2020-03-081-2/+2
| | | | Resolves #133.
* Stop including ansidecl.hNick Wellnhofer2017-11-271-3/+0
| | | | | | This seems to be an undocumented, internal GCC header added a long time ago. I don't know why it was included, but I think it can be safely removed.
* change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro nameDaniel Veillard2009-04-151-6/+6
| | | | | | | | | | | | | * include/libxml/parser.h include/libxml/xmlwriter.h include/libxml/relaxng.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in include/libxml/valid.h include/libxml/xmlschemas.h include/libxml/xmlerror.h: change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name collisions with other packages and headers as reported by Belgabor and Mike Hommey daniel svn path=/trunk/; revision=3827
* port patch from Marcus Meissner to add gcc checking for printf likeDaniel Veillard2009-01-181-5/+32
| | | | | | | | | | | | | | | * include/libxml/parser.h include/libxml/xmlwriter.h include/libxml/relaxng.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in include/libxml/valid.h include/libxml/xmlschemas.h include/libxml/xmlerror.h: port patch from Marcus Meissner to add gcc checking for printf like functions parameters, should fix #65068 * doc/apibuild.py doc/*: modified the script accordingly and regenerated * xpath.c xmlmemory.c threads.c: fix a few warnings Daniel svn path=/trunk/; revision=3813
* windows header should get the same define DanielDaniel Veillard2009-01-181-0/+10
| | | | | | | | * include/libxml/xmlwin32version.h.in: windows header should get the same define Daniel svn path=/trunk/; revision=3812
* changed xmlPatterncompile signature to pass an int and not an enum sinceDaniel Veillard2005-07-231-0/+9
| | | | | | | | | | | | | | | * pattern.c include/libxml/pattern.h: changed xmlPatterncompile signature to pass an int and not an enum since it can generate ABI compat troubles. * include/libxml/schematron.h schematron.c: adding the new schematron code, work in progress lots to be left and needing testing * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in Makefile.am configure.in: integration of schematron into the build * xpath.c include/libxml/xpath.h: adding flags to control compilation options right now just XML_XPATH_CHECKNS. Daniel
* try to avoid conflicts. DanielDaniel Veillard2005-07-101-1/+1
| | | | | * include/libxml/xmlwin32version.h.in: try to avoid conflicts. Daniel
* applied DSO support patch 2 from Joel Reed DanielDaniel Veillard2005-01-041-0/+12
| | | | | | | | | | * 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
* revamped the XML debugging module and prepare for a new checking modeDaniel Veillard2004-10-041-0/+9
| | | | | | | * configure.in debugXML.c include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: revamped the XML debugging module and prepare for a new checking mode Daniel
* added some code to include the CVS ChangeLog version in theWilliam M. Brack2004-08-181-0/+7
| | | | | | | * configure.in globals.c include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: added some code to include the CVS ChangeLog version in the xmlParserVersion string (printed by xmllint with --version)
* modified the file header to add more informations, painful... updated toDaniel Veillard2003-11-181-4/+5
| | | | | | | | | | | | * include/libxml/*.h include/libxml/*.h.in: modified the file header to add more informations, painful... * genChRanges.py genUnicode.py: updated to generate said changes in headers * doc/apibuild.py: extract headers, add them to libxml2-api.xml * *.html *.xsl *.xml: updated the stylesheets to flag geprecated APIs modules. Updated the stylesheets, some cleanups, regenerated * doc/html/*.html: regenerated added back book1 and libxml-lib.html Daniel
* Finally - found the problem with the page generation (XMLPUBFUN notWilliam M. Brack2003-11-161-1/+1
| | | | | | | | | | | | | | | | | * doc/html/*.html: Finally - found the problem with the page generation (XMLPUBFUN not recognized by gtkdoc). Re-created the pages using a temporary version of include/libxml/*.h. * testOOMlib.c,include/libxml/encoding.h, include/libxml/schemasInternals.h,include/libxml/valid.h, include/libxml/xlink.h,include/libxml/xmlwin32version.h, include/libxml/xmlwin32version.h.in, include/libxml/xpathInternals.h: minor edit of comments to help automatic documentation generation * doc/docdescr.doc: small elaboration * doc/examples/test1.c,doc/examples/Makefile.am: re-commit (messed up on last try) * xmlreader.c: minor change to clear warning.
* applying patch from Peter Jacobi to added ISO-8859-x encoding support whenDaniel Veillard2003-07-301-0/+9
| | | | | | | | | * 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
* Silvan Minghetti pointed erroneous use of LIBXML_THREADS_ENABLED insteadDaniel Veillard2002-04-101-1/+1
| | | | | | | * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti pointed erroneous use of LIBXML_THREADS_ENABLED instead of LIBXML_THREAD_ENABLED Daniel
* fixing #61290 "namespace nodes have no parent" long standing divergenceDaniel Veillard2002-03-041-0/+9
| | | | | | | | | | | | | | | | * xpath.c: fixing #61290 "namespace nodes have no parent" long standing divergence from the XPath REC. NodeSets simply hold a copy of namespace nodes and those node ->next points to the parent (which may not be the node carrying the definition). * include/libxml/xpath.h: flagged but didn't added a possible speedup * DOCBparser.c HTMLparser.c: removed some warnings from push parser due to new state being added. * tree.c: new fix from Boris Erdmann * configure.in c14n.c include/libxml/c14n.h testC14N.c: added the XML Canonalization support from Aleksey Sanin Daniel
* applied Serguei Narojnyi's patch to add native thread support on the Win32Daniel Veillard2002-01-131-0/+9
| | | | | | | | | | * threads.c: applied Serguei Narojnyi's patch to add native thread support on the Win32 platform * testThreadsWin32.c Makefile.am: added the test program also from Serguei, Win32 specific * include/win32config.h include/libxml/xmlwin32version.h.in: added patch from Igor for the Windows thread specific defines. Daniel
* update from Igor for Windows DanielDaniel Veillard2001-11-121-2/+12
| | | | | | * win32/dsp/* include/libxml/xmlwin32version.h.in: update from Igor for Windows Daniel
* Tried to close bug #60131 DanielDaniel Veillard2001-09-101-2/+9
| | | | | | | * libxml.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in: Tried to close bug #60131 Daniel
* applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSCDaniel Veillard2001-08-031-29/+55
| | | | | | | | | | * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c testSAX.c xmlIO.c xmllint.c include/win32config.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in win32/README.MSDev win32/dsp/*: applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC Daniel
* added xmlCheckVersion() DanielDaniel Veillard2001-07-141-0/+1
| | | | | * include/libxml/xmlwin32version.h.in: added xmlCheckVersion() Daniel
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-0/+179
* AUTHORS: added William and Bjorn * include/libxml/*.h *.c README doc/*.html etc.: changed old email to daniel@veillard.com hopefully I won't have to do this again * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that docs can be rebuilt cleanly now * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h from CVs it's generated, added include/libxml/xmlwin32version.h also generated but which should change far less frequently. * catalog.c nanoftp.c: made sure to include libxml.h not libxml/xmlversion.h directly * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h when compiling on WIN32 and MSC Daniel