include/libxml/xmlwin32version.h


Log

Author Commit Date CI Message
Daniel Veillard be586972 2003-11-18T20:56:51 modified the file header to add more informations, painful... updated to * 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
William M. Brack 60f394e9 2003-11-16T06:25:42 Finally - found the problem with the page generation (XMLPUBFUN not * 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.
Daniel Veillard 4826743d 2002-10-18T11:21:38 preparing the release of 2.4.26 updated and rebuilt the documentation * configure.in: preparing the release of 2.4.26 * doc/*: updated and rebuilt the documentation Daniel
Igor Zlatkovic 9524c232 2002-09-29T17:53:19 outsourced WinSock compatibility macros
Daniel Veillard e16b5740 2002-09-26T17:50:03 preparing release of 2.4.25 updated and regenerated teh docs and web * configure.in include/libxml/xmlwin32version.h: preparing release of 2.4.25 * doc/*: updated and regenerated teh docs and web pages. Daniel
Daniel Veillard 42766c0e 2002-08-22T20:52:17 possible mem leak patch from Jason Adams integrated xf:escape-uri() from * xpath.c: possible mem leak patch from Jason Adams * xpath.c: integrated xf:escape-uri() from Wesley Terpstra in the XQuery namespace * configure.in: preparing 2.4.24 * doc/*.html: updated the web pages * python/generator.py: closing bug #85258 by generating conditional compile check to avoid linking to routines not configured in. Daniel
Daniel Veillard 539638ba 2002-07-06T19:55:14 preparing 2.4.23 rebuilt the docs Daniel * configure.in: preparing 2.4.23 * doc/*: rebuilt the docs Daniel
Daniel Veillard d5e22ef5 2002-05-27T21:17:57 preparing 2.4.22 Daniel * configure.in: preparing 2.4.22 Daniel
Daniel Veillard fc57b41c 2002-04-29T15:50:14 preparing 2.4.21 raised a too low limit rebuilt the docs Daniel * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21 * valid.c: raised a too low limit * doc/*: rebuilt the docs Daniel
Daniel Veillard a7084cd5 2002-04-15T17:12:47 release of 2.4.20 updated and rebuilt the docs Daniel * configure.in: release of 2.4.20 * doc/*: updated and rebuilt the docs Daniel
Daniel Veillard da423da2 2002-04-10T19:25:38 Silvan Minghetti pointed erroneous use of LIBXML_THREADS_ENABLED instead * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti pointed erroneous use of LIBXML_THREADS_ENABLED instead of LIBXML_THREAD_ENABLED Daniel
Daniel Veillard 19274092 2002-03-25T16:48:03 preparing 2.4.19 rebuilt the docs Daniel * configure.in: preparing 2.4.19 * doc/*: rebuilt the docs Daniel
Daniel Veillard 34ce8bec 2002-03-18T19:37:11 preparing 2.4.18 updated and rebuilt the web site implement the new * configure.in: preparing 2.4.18 * doc/*: updated and rebuilt the web site * *.c libxml.h: implement the new IN_LIBXML scheme discussed with the Windows and Cygwin maintainers. * parser.c: humm, changed the way the SAX parser work when xmlSubstituteEntitiesDefault(1) is set, it will then do the entity registration and loading by itself in case the user provided SAX getEntity() returns NULL. * testSAX.c: added --noent to test the behaviour. Daniel
Daniel Veillard af43f63a 2002-03-08T15:05:20 preparing 2.4.17 release updated and rebuilt the docs fixed a comment * configure.in: preparing 2.4.17 release * doc/*: updated and rebuilt the docs * xpath.c: fixed a comment * python/libxml.c: fixed a possible reentrancy problem Daniel
Daniel Veillard 044fc6b7 2002-03-04T17:09:44 fixing #61290 "namespace nodes have no parent" long standing divergence * 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
Daniel Veillard 5f4b5999 2002-02-20T10:22:49 preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16 * doc/* python/libxml2class.txt: updated and rebuilt the docs, rebuilt the API and web site * xpath.c: fixed #71978 portability bugs Daniel
Daniel Veillard 397ff11c 2002-02-11T18:27:20 preparing 2.4.15 rebuilt some docs Daniel * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs Daniel
Daniel Veillard c575b997 2002-02-08T13:28:40 Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 * Copyright Makefile.am README configure.in libxml.spec.in: Changed to the MIT Licence * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html doc/xmlio.html: updated the doc accordingly * include/libxml/xmlwin32version.h configure.in: preparing 2.4.14 release * python/generator.py python/libxml.c python/libxml2-python-api.xml python/libxml2class.txt python/libxml_wrap.h python/types.c: fixed the const xmlChar * wrapper and generator, XPath extension functions now use the context as first argument * python/tests/tstxpath.py python/tests/xpath.py python/tests/xpathext.py: Updated the tests accordingly * tree.c: fixed bug #70067 Daniel
Daniel Veillard 744683d1 2002-01-14T17:30:20 updated to 2.4.13 update of the documentation daniel * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13 * doc/* : update of the documentation daniel
Daniel Veillard db0eb8df 2002-01-13T13:35:00 applied Serguei Narojnyi's patch to add native thread support on the Win32 * 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
Daniel Veillard ef90ba7e 2001-12-07T14:24:22 preparing 2.4.12 updated and rebuilt the docs Daniel * configure.in : preparing 2.4.12 * doc/* : updated and rebuilt the docs Daniel
Daniel Veillard bd9b0e8e 2001-11-26T10:32:08 preparing 2.4.11 better --catalogs description Daniel * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11 * xmllint.c: better --catalogs description Daniel
Daniel Veillard 8e3943cb 2001-11-12T21:35:44 update from Igor for Windows Daniel * win32/dsp/* include/libxml/xmlwin32version.h.in: update from Igor for Windows Daniel
Daniel Veillard 43d3f61a 2001-11-10T11:57:23 preparing 2.4.10 upgraded and rebuilt the docs Daniel * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10 * doc/*: upgraded and rebuilt the docs Daniel
Daniel Veillard c853b32f 2001-11-06T15:24:37 releasing 2.4.9 fixing catalog breakages fixed more problems in catalog * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9 fixing catalog breakages * Makefile.am catalog.c result/catalogs/catal result/catalogs/mycatalog.* test/catalogs/catal*: fixed more problems in catalog support, added more regression tests for both XML and SGML catalog handling Daniel
Daniel Veillard ea89828b 2001-11-04T22:13:45 cleanup updated with 2.4.8 Daniel * libxml.spec.in: cleanup * include/libxml/xmlwin32version.h: updated with 2.4.8 Daniel
Daniel Veillard 52dcab39 2001-10-30T12:51:17 preparing 2.4.7 switched to the latest xmllint manual page from John * configure.in: preparing 2.4.7 * Makefile.am doc/Makefile.am: switched to the latest xmllint manual page from John * doc/*: updated the doc and rebuilt the generated pages Daniel
Daniel Veillard 60087f30 2001-10-10T09:45:09 preparing 2.4.6 release updated and rebuilt the docs fixed a number of * configure.in: preparing 2.4.6 release * doc/xml.html doc/html/*: updated and rebuilt the docs * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos Daniel
Daniel Veillard 2fc2db73 2001-09-14T17:33:51 let's ship 2.4.5 before egtting too much troubles with 2.4.4 errors. * configure.in: let's ship 2.4.5 before egtting too much troubles with 2.4.4 errors. Daniel
Daniel Veillard 04382ae3 2001-09-12T18:51:30 preparing for 2.4.4 updated and rebuilt the docs Daniel * configure.in: preparing for 2.4.4 * doc/xml.html doc/html/*: updated and rebuilt the docs Daniel
Daniel Veillard 7cf5e448 2001-09-10T20:16:32 Tried to close bug #60131 Daniel * libxml.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in: Tried to close bug #60131 Daniel
Daniel Veillard 9f7b84bb 2001-08-23T15:31:19 preparing for a 2.4.3 release even if it may not be ready yet redirected * 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
Daniel Veillard 9a0b3d63 2001-08-15T12:58:03 released 2.4.2 Daniel * config.h.in configure.in include/libxml/xmlwin32version.h: released 2.4.2 Daniel
Daniel Veillard 50f34371 2001-08-03T12:06:36 applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC * 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
Daniel Veillard fdb1f244 2001-07-27T23:32:44 reinserted, needed for Windows users of CVS Daniel * include/libxml/xmlwin32version.h: reinserted, needed for Windows users of CVS Daniel
Darin Adler a77cac0b 2001-07-27T17:41:51 Remove this file from CVS because it's generated. * include/libxml/.cvsignore: * include/libxml/xmlwin32version.h: Remove this file from CVS because it's generated.
Daniel Veillard 05dec344 2001-07-14T21:57:39 added xmlCheckVersion() Daniel * include/libxml/xmlwin32version.h.in: added xmlCheckVersion() Daniel
Daniel Veillard 09ab7e1c 2001-07-10T15:49:44 release of 2.4.0 updated the docs Daniel * configure.in include/libxml/xmlwin32version.h: release of 2.4.0 * doc/xml.html doc/html/*: updated the docs Daniel
Daniel Veillard f524d6e1 2001-07-05T23:41:40 released 2.3.14 Daniel * Makefile.am configure.in include/libxml/xmlwin32version.h: released 2.3.14 Daniel
Daniel Veillard b37ecd0e 2001-06-28T16:18:11 - configure.in include/libxml/xmlwin32version.h: released 2.3.13 - Makefile.am example/Makefile.am: workaround automake generating erroneous deps Daniel
Daniel Veillard 1164810d 2001-06-26T16:08:24 - configure.in doc/xml.html include/libxml/xmlwin32version.h: release of 2.3.12 - parser.c: make an error message if unknow entities in all cases Daniel
Daniel Veillard c5d64345 2001-06-24T12:13:24 Summer's cleanup, a really big one: * 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