win32


Log

Author Commit Date CI Message
Igor Zlatkovic 5b9d7146 2004-08-24T14:42:56 upgraded to zlib 1.2.1
Igor Zlatkovic 8ea667fd 2004-08-24T14:42:29 added support for version extra
Daniel Veillard 259f0dfa 2004-08-18T09:13:18 Applied patch from Torkel Lyng to add Schemas support to the Python * xmlschemas.c include/libxml/xmlschemas.h python/generator.py python/libxml.c python/libxml_wrap.h python/types.c python/tests/schema.py python/tests/Makefile.am: Applied patch from Torkel Lyng to add Schemas support to the Python bindings and extend the schemas error API, registered a new test. * doc/* elfgcchack.h: rebuilt to regenerate the bindings Daniel
Daniel Veillard 01fa6156 2004-06-29T17:04:39 applied Schemas patches from Kasimier Buchcik, there is still one open * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h: applied Schemas patches from Kasimier Buchcik, there is still one open issue about referencing freed memory. * test/schemas/* result/schemas/*: updated with new tests from Kasimier Daniel
Daniel Veillard a2351322 2004-06-27T12:08:10 hack based on Arjan van de Ven suggestion to reduce ELF footprint and * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de Ven suggestion to reduce ELF footprint and generated code. Based on aliasing of libraries function to generate direct call instead of indirect ones * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic generation of elfgcchack.h based on the API description, extended the API description to show the conditionals configuration flags required for symbols. * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup * doc/*: regenerated the docs. Daniel
Igor Zlatkovic 72c28585 2004-06-09T14:32:47 minor changes for the windows binary package
Daniel Veillard f0552936 2004-05-16T01:20:17 a couple of large static variable which should really not be declared as * catalog.c: a couple of large static variable which should really not be declared as such cluttered the .bss section. Daniel
Daniel Veillard 712096b3 2004-04-30T12:56:46 applied a second patch from Mark Vakoc for regression tests on Windows * win32/Makefile.msvc: applied a second patch from Mark Vakoc for regression tests on Windows Daniel
Daniel Veillard 9ea6231e 2004-04-29T14:04:09 patch from Mark Vakoc for regression tests on Windows. the NaN problem * win32/Makefile.msvc: patch from Mark Vakoc for regression tests on Windows. * xpath.c: the NaN problem also shows up on Borland Daniel
Daniel Veillard ebe25d49 2004-03-25T09:35:49 applied patch from Mark Vadoc avoiding using xmlParse* option and use * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied patch from Mark Vadoc avoiding using xmlParse* option and use xmlRead* instead * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher to avoid problems with some pathnames. Daniel
Daniel Veillard 500a1de5 2004-03-22T15:22:58 applied patch from Alfred Mickautsch for better DTD support. fixed bug * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from Alfred Mickautsch for better DTD support. * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c xmlschemas.c: fixed bug #137867 i.e. fixed properly the way reference counting is handled in the XML parser which had the side effect of removing a lot of hazardous cruft added to try to fix the problems associated as they popped up. * xmlIO.c: FILE * close fixup for stderr/stdout Daniel
William M. Brack 39111ecb 2004-03-09T10:53:42 added new module xmlsave with patch supplied by Eric Zurcher (second * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc: added new module xmlsave with patch supplied by Eric Zurcher (second attempt - don't know what happened to the first one!)
Daniel Veillard 9291449d 2004-02-23T16:33:21 preparing 2.6.7 release, updated and rebuilt the documentation. Daniel * doc/* NEWS configure.in: preparing 2.6.7 release, updated and rebuilt the documentation. Daniel
Daniel Veillard 3671190b 2004-02-11T13:25:26 added xmlByteConsumed() interface updated the benchmark rebuilt the docs * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h include/libxml/xmlIO.h: added xmlByteConsumed() interface * doc/*: updated the benchmark rebuilt the docs * python/tests/Makefile.am python/tests/indexes.py: added a specific regression test for xmlByteConsumed() * include/libxml/encoding.h rngparser.c tree.c: small cleanups Daniel
Daniel Veillard abfca615 2004-01-07T23:38:02 applying patch from Mark Vakoc for Windows applied doc fixes from Sven * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc: applying patch from Mark Vakoc for Windows * doc/catalog.html doc/encoding.html doc/xml.html: applied doc fixes from Sven Zimmerman Daniel
William M. Brack 09a4d0ab 2004-01-05T14:28:43 fixed apibuild.py's generation of "constructors" to be in alphabetical * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml, win32/libxml2.def.src: fixed apibuild.py's generation of "constructors" to be in alphabetical order (instead of previous random sequence); regenerated resulting files.
Igor Zlatkovic c5a29ca1 2003-12-11T13:56:54 added pattern support
Daniel Veillard e74d2e1c 2003-12-09T11:35:37 augmented the XInclude API to be able to pass XML parser flags down to the * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h include/libxml/xmlerror.h: augmented the XInclude API to be able to pass XML parser flags down to the Inclusion process. Also resynchronized with the Last Call W3C Working Draft 10 November 2003 for the xpointer attribute. * Makefile.am test/XInclude/docs/nodes[23].xml result/XInclude/*: augmented the tests for the new namespace and testing the xpointer attribute, changed the way error messages are tested * doc/*: regenerated the documentation Daniel
Daniel Veillard 1e90661b 2003-12-05T14:57:46 cleanup the make rebuild in doc, this include new directive to stop * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h include/libxml/pattern.h include/libxml/schemasInternals.h include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup the make rebuild in doc, this include new directive to stop documentation warnings * doc/* doc/html/*: rebuilt the docs * pattern.c xmlreader.c include/libxml/pattern.h include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern() to save nodes while scanning the tree with the reader, cleanup the way element were freed, and xmlTextReaderPreserve() implementation, the API might change for namespace binding support when compiling patterns. * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve() Daniel
Igor Zlatkovic c7646e6d 2003-12-01T11:33:27 Applied the patch for BCB from Eric
Igor Zlatkovic ae8c9642 2003-11-27T18:40:18 adapted for the new ignorables
Igor Zlatkovic 4f928215 2003-11-27T18:39:01 modified for compiler coexistence, added xmlwriter, added cruntime option
Igor Zlatkovic 61a48c4f 2003-11-26T20:55:06 appied patch from Eric
Daniel Veillard 5841f0e0 2003-11-20T11:59:09 applied patch from Alfred Mickautsch, bugfixes and comments added his test * xmlwriter.c include/libxml/xmlwriter.h: applied patch from Alfred Mickautsch, bugfixes and comments * doc/examples/*: added his test as the xmlWriter example * doc/html/ doc/*.html: this resulted in some improvements * include/libxml/hash.h: fixed an inclusion problem when <libxml/hash.h> wasn't preceeded by <xml/parser.h> Daniel
William M. Brack ea939087 2003-11-09T12:45:26 enhanced for range checking, updated to Unicode version 4.0.1 (API docs * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h, python/libxml2class.txt: enhanced for range checking, updated to Unicode version 4.0.1 (API docs also updated) * python/generator.py: minor change to fix a warning
Daniel Veillard 6b9d6951 2003-11-05T09:50:55 applied patch from Mark Vakoc to simplify his work from CVS checkouts. * win32/configure.js: applied patch from Mark Vakoc to simplify his work from CVS checkouts. Daniel
Igor Zlatkovic 6425b383 2003-10-25T15:38:34 added declaration for verMicroSuffix
Daniel Veillard 1e5e4386 2003-10-21T19:15:44 typo pointed out by Stephane Bidoul Daniel * win32/Makefile.mingw: typo pointed out by Stephane Bidoul Daniel
Daniel Veillard ea04893e 2003-10-21T09:27:57 set of Win32 patches for 2.6.0 by Joachim Bauch Daniel * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch Daniel
Daniel Veillard 1d211e22 2003-10-20T22:32:39 added the xmlWriter module contributed by Alfred Mickautsch added room for * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h include/libxml/Makefile.am include/libxml/xmlversion.h.in: added the xmlWriter module contributed by Alfred Mickautsch * include/libxml/tree.h: added room for line and extra information * xmlreader.c python/tests/reader6.py: bugfixing some problem some of them introduced in September * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API Daniel
Daniel Veillard 198c1bfc 2003-10-20T17:07:41 removing xmldwalk module since it got merged with the xmlreader. cleanup * Makefile.am configure.in xmldwalk.c xmlreader.c include/libxml/Makefile.am include/libxml/xmldwalk.h include/libxml/xmlversion.h.in: removing xmldwalk module since it got merged with the xmlreader. * parser.c: cleanup * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API * python/tests/Makefile.am python/tests/reader7.py python/tests/walker.py: adding regression testing for the new xmlreader APIs, new APIs for reader creation, including makeing reader "walker" operating on preparsed document trees. Daniel
Daniel Veillard fc8dc355 2003-10-18T09:07:46 added new APIs for creating reader from sources or reusing a reader with a * xmlreader.c include/libxml/xmlreader.h: added new APIs for creating reader from sources or reusing a reader with a new source, like the xmlReadxx and xmlCtxtReadxxx * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py doc/Makefile.am: regenerated the APIs * doc/xml.html: applied a patch from Stefan Kost for namesapce docs Daniel
Daniel Veillard 520f5854 2003-10-17T09:21:57 Removed deprecated Win32 compilation tools, Daniel
Daniel Veillard 141310af 2003-10-06T08:47:56 applied patch from Stéphane Bidoul to fix the compilation of 2.6.0 code on * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc win32/configure.js: applied patch from Stéphane Bidoul to fix the compilation of 2.6.0 code on Win32 Daniel
Daniel Veillard 4432df23 2003-09-28T18:58:27 cleanup, creating a new legacy.c module, made sure make tests ran in * Makefile.am: cleanup, creating a new legacy.c module, made sure make tests ran in reduced conditions * SAX.c SAX2.c configure.in entities.c globals.c parser.c parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in: increased the modularization, allow to configure out validation code and legacy code, added a configuration option --with-minimum compiling only the mandatory code which then shrink to 200KB. Daniel
Daniel Veillard dca8cc79 2003-09-26T13:53:14 rebuilt the API added the new options --nocdata and --nsclean to remove * doc/libxml2-api.xml: rebuilt the API * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options --nocdata and --nsclean to remove CDATA section and surperfluous namespace declarations * parser.c SAX2.c: implementation of the 2 new options Daniel
Daniel Veillard 60942def 2003-09-25T21:05:58 Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URL * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h: Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URL parameter when not loading from a file or URL. Daniel
Daniel Veillard 70b18564 2003-09-24T21:45:21 patch from Stephane Bidoul for configuring the beta2 version #123104 * win32/configure.js: patch from Stephane Bidoul for configuring the beta2 version #123104 Daniel
Daniel Veillard 16fa96c5 2003-09-23T21:50:54 adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... * parser.c include/libxml/parser.h: adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO() and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with a clear define of xmlParserOption, xmlCtxtUseOptions() should simplify custom parsing without being tempted to use global variables, and xmlCtxtReset() should allow reuse of a context for multiple parsing. * xmllint.c: switched to use xmlReadXXX, allow options to be used simultaneously with less troubles. * tree.c: simple warning removal * doc/apibuild.py: small fix * doc/libxml2-api.xml win32/libxml2.def.src: updated Daniel
Igor Zlatkovic 47a428d8 2003-08-29T10:25:39 updates by Eric Zurcher
Igor Zlatkovic 9e0acaa0 2003-08-28T12:34:00 Added support for Borland C++
Igor Zlatkovic 01c0ceda 2003-08-28T10:49:25 minor path fix
Igor Zlatkovic 1bab92db 2003-08-28T10:24:40 fixed for mingw
Igor Zlatkovic 76874e45 2003-08-25T09:05:12 Exportability taint of the headers
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
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
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)
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.
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
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
Igor Zlatkovic e38ab532 2003-05-17T11:30:54 threads default to native now
Igor Zlatkovic 451c8a97 2003-04-28T12:55:43 fixed unicode map conditional, removed hardcoded schema entries
Igor Zlatkovic 32249d0b 2003-04-28T00:15:59 *** empty log message ***
Daniel Veillard 94bb2f1c 2003-04-27T22:14:07 applied patch from Stéphane Bidoul for the Python bindings on the new * win32/configure.js python/setup.py.in: applied patch from Stéphane Bidoul for the Python bindings on the new release. Daniel
Igor Zlatkovic 313bee2c 2003-04-27T15:59:42 added more exports
Igor Zlatkovic 3e1d37aa 2003-04-27T15:59:26 thread-enabled build is now default
Igor Zlatkovic c7a37e81 2003-04-22T12:00:14 added more exports
Igor Zlatkovic 398de29b 2003-04-05T09:43:07 fixed few conditional exports
Igor Zlatkovic c980b6d0 2003-04-01T20:00:02 exported new functions
Igor Zlatkovic bf48ce26 2003-02-19T14:51:20 added few exports
Igor Zlatkovic dc329b9b 2003-02-08T17:54:08 added relaxng exports
Igor Zlatkovic f3bffaf0 2003-02-08T17:53:46 updates for relaxng
Daniel Veillard 417be3ae 2003-01-20T21:26:34 patch from Stéphane Bidoul for better per context error message APIs * xmlreader.c python/drv_libxml2.py python/generator.py python/libxml.c python/libxml.py python/libxml_wrap.h python/types.c: patch from Stéphane Bidoul for better per context error message APIs * python/tests/ctxterror.py python/tests/readererr.py: update of the tests Daniel
Daniel Veillard 26f70269 2003-01-16T22:45:08 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and * xmlreader.c include/libxml/xmlreader.h python/generator.py python/libxml.c python/libxml.py win32/libxml2.def.src: applied a patch from Stéphane Bidoul to allow per XMLtextReader error and warning handling * python/tests/Makefile.am python/tests/readererr.py: adding the specific regression test Daniel
Igor Zlatkovic 78abcb1d 2003-01-12T21:43:50 added few global exports
Igor Zlatkovic 4cd83c8e 2003-01-12T21:15:37 added more xmlreader exports
Daniel Veillard beb70bd3 2002-12-18T14:53:54 more work on the xml reader interfaces. updated Igor's mail and the Web * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more work on the xml reader interfaces. * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the Web page for the Windows binaries. Daniel
Igor Zlatkovic 3f752e2a 2002-12-16T18:45:29 added xmlreader interface
Igor Zlatkovic 2d42890d 2002-12-16T18:45:04 added xmlreader exports
Igor Zlatkovic fcb52585 2002-12-16T18:34:18 added xml reader exports
Igor Zlatkovic b894fbc5 2002-12-12T12:34:07 exported htmlNodeDumpOutput
Igor Zlatkovic 33d1307a 2002-12-08T17:34:41 applied YALDSP from Mark Vakoc
Igor Zlatkovic 71d47b75 2002-11-22T21:41:28 added more exports
Igor Zlatkovic 853514fc 2002-11-22T21:41:09 added option for python bindings
Igor Zlatkovic 002372e9 2002-11-22T18:07:37 fixed unresolved symbols for mingw
Igor Zlatkovic 4e2884e1 2002-11-22T17:54:30 updates from Javier
Igor Zlatkovic 2772ceaa 2002-11-14T17:45:20 *** empty log message ***
Igor Zlatkovic b2f61635 2002-11-14T17:43:55 cleanup
Igor Zlatkovic bd1a306c 2002-11-14T17:43:24 integrated mingw into jscript configure
Igor Zlatkovic b8036ea1 2002-11-14T17:42:43 *** empty log message ***
Igor Zlatkovic 7ae91bcd 2002-11-08T17:18:52 retired xmlwin32version.h
Igor Zlatkovic 9b5cc15c 2002-11-08T15:55:18 exported additional symbols
Igor Zlatkovic 8f536a8a 2002-10-31T16:01:00 introduced a more flexible thread config
Igor Zlatkovic 0ad7829a 2002-10-31T16:00:22 introduced a more flexible thread build
Igor Zlatkovic c55fc55f 2002-09-29T18:00:59 added .cvsignore
Igor Zlatkovic 4320d87d 2002-09-29T17:56:43 PocketPC with Windows CE support
Igor Zlatkovic 15f5f625 2002-09-29T17:54:00 introduced double-run compilation
Igor Zlatkovic 3acadf41 2002-09-20T16:40:17 applied zlib patch
Igor Zlatkovic 8e040974 2002-09-20T13:39:53 Mark Vakoc added regexp support
Igor Zlatkovic 0ceeb8e8 2002-09-10T19:07:02 added more readme info for the binary package
Daniel Veillard 22669b26 2002-08-22T07:17:11 updated with version from Elizabeth Barham at * win32/win32/Makefile.mingw: updated with version from Elizabeth Barham at http://soggytrousers.net/repository/ Daniel
Igor Zlatkovic a78942c5 2002-08-20T14:42:07 Added the prefix location to the include and lib search path
Aleksey Sanin 9e951761 2002-08-08T18:02:41 added new c14n function to Windows def files * win32/dsp/libxml2.def.src win32/libxml2.def.src: added new c14n function to Windows def files
Igor Zlatkovic c3b604e2 2002-07-10T19:22:22 Added copy *.pdb to install, few have asked for this.
Aleksey Sanin f8cb6dda 2002-06-04T04:27:06 added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modified * result/c14n/exc-without-comments/merlin-c14n-two-* result/c14n/without-comments/merlin-c14n-two-* test/c14n/exc-without-comments/merlin-c14n-two-* test/c14n/without-comments/merlin-c14n-two-* testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modified test script to handle these test cases * c14n.c: fixed bugs for complicated nodes set (namespace without node and others from merlin-c14n-two.tar.gz) * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function for xmlsec performance patch * xpath.c: fixed self::node() for namespaces and attributes
Daniel Veillard 1b31e4a0 2002-05-27T14:44:50 fixing #79334 making htmlParseDocument a public entry point. rebuilt the * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument a public entry point. * doc/*: rebuilt the API and docs Daniel
Aleksey Sanin 23002568 2002-05-24T07:18:40 changed default value for global parameter xmlIndentTreeOutput to 1 and * global.data globals.c tree.c include/libxml/globals.h win32/libxml2.def.src win32/dsp/libxml2.def.src: changed default value for global parameter xmlIndentTreeOutput to 1 and introduced new global parameter xmlTreeIndentString (the string used to do one-level indent) with default value " " (as it was in tree.c)
Aleksey Sanin db574b66 2002-05-15T01:30:07 exported xmlXPathNodeSetAddNs()
Igor Zlatkovic 2abace56 2002-05-14T22:22:12 exported xmlXPathNodeSetAddNs()