kc3-lang/libxml2/win32

Branch :


Log

Author Commit Date CI Message
01fa6156 2004-06-29 17: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
a2351322 2004-06-27 12: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
72c28585 2004-06-09 14:32:47 minor changes for the windows binary package
f0552936 2004-05-16 01: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
712096b3 2004-04-30 12: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
9ea6231e 2004-04-29 14: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
ebe25d49 2004-03-25 09: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
500a1de5 2004-03-22 15: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
39111ecb 2004-03-09 10: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!)
9291449d 2004-02-23 16: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
3671190b 2004-02-11 13: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
abfca615 2004-01-07 23: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
09a4d0ab 2004-01-05 14: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.
c5a29ca1 2003-12-11 13:56:54 added pattern support
e74d2e1c 2003-12-09 11: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
1e90661b 2003-12-05 14: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
c7646e6d 2003-12-01 11:33:27 Applied the patch for BCB from Eric
ae8c9642 2003-11-27 18:40:18 adapted for the new ignorables
4f928215 2003-11-27 18:39:01 modified for compiler coexistence, added xmlwriter, added cruntime option
61a48c4f 2003-11-26 20:55:06 appied patch from Eric
5841f0e0 2003-11-20 11: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
ea939087 2003-11-09 12: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
6b9d6951 2003-11-05 09: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
6425b383 2003-10-25 15:38:34 added declaration for verMicroSuffix
1e5e4386 2003-10-21 19:15:44 typo pointed out by Stephane Bidoul Daniel * win32/Makefile.mingw: typo pointed out by Stephane Bidoul Daniel
ea04893e 2003-10-21 09: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
1d211e22 2003-10-20 22: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
198c1bfc 2003-10-20 17: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
fc8dc355 2003-10-18 09: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
520f5854 2003-10-17 09:21:57 Removed deprecated Win32 compilation tools, Daniel
141310af 2003-10-06 08:47:56 applied patch from St
4432df23 2003-09-28 18: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
dca8cc79 2003-09-26 13: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
60942def 2003-09-25 21: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
70b18564 2003-09-24 21: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
16fa96c5 2003-09-23 21: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
47a428d8 2003-08-29 10:25:39 updates by Eric Zurcher
9e0acaa0 2003-08-28 12:34:00 Added support for Borland C++
01c0ceda 2003-08-28 10:49:25 minor path fix
1bab92db 2003-08-28 10:24:40 fixed for mingw
76874e45 2003-08-25 09:05:12 Exportability taint of the headers
2fdbd32d 2003-08-18 12: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
30909427 2003-08-10 00:14:20 renerated with fixed libxml2-api.xml * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
6d13f33d 2003-08-08 16: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)
41e6bed5 2003-08-08 10: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.
13d07cdc 2003-07-07 16: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
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
e38ab532 2003-05-17 11:30:54 threads default to native now
451c8a97 2003-04-28 12:55:43 fixed unicode map conditional, removed hardcoded schema entries
32249d0b 2003-04-28 00:15:59 *** empty log message ***
94bb2f1c 2003-04-27 22:14:07 applied patch from St
313bee2c 2003-04-27 15:59:42 added more exports
3e1d37aa 2003-04-27 15:59:26 thread-enabled build is now default
c7a37e81 2003-04-22 12:00:14 added more exports
398de29b 2003-04-05 09:43:07 fixed few conditional exports
c980b6d0 2003-04-01 20:00:02 exported new functions
bf48ce26 2003-02-19 14:51:20 added few exports
dc329b9b 2003-02-08 17:54:08 added relaxng exports
f3bffaf0 2003-02-08 17:53:46 updates for relaxng
417be3ae 2003-01-20 21:26:34 patch from St
26f70269 2003-01-16 22:45:08 applied a patch from St
78abcb1d 2003-01-12 21:43:50 added few global exports
4cd83c8e 2003-01-12 21:15:37 added more xmlreader exports
beb70bd3 2002-12-18 14: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
3f752e2a 2002-12-16 18:45:29 added xmlreader interface
2d42890d 2002-12-16 18:45:04 added xmlreader exports
fcb52585 2002-12-16 18:34:18 added xml reader exports
b894fbc5 2002-12-12 12:34:07 exported htmlNodeDumpOutput
33d1307a 2002-12-08 17:34:41 applied YALDSP from Mark Vakoc
71d47b75 2002-11-22 21:41:28 added more exports
853514fc 2002-11-22 21:41:09 added option for python bindings
002372e9 2002-11-22 18:07:37 fixed unresolved symbols for mingw
4e2884e1 2002-11-22 17:54:30 updates from Javier
2772ceaa 2002-11-14 17:45:20 *** empty log message ***
b2f61635 2002-11-14 17:43:55 cleanup
bd1a306c 2002-11-14 17:43:24 integrated mingw into jscript configure
b8036ea1 2002-11-14 17:42:43 *** empty log message ***
7ae91bcd 2002-11-08 17:18:52 retired xmlwin32version.h
9b5cc15c 2002-11-08 15:55:18 exported additional symbols
8f536a8a 2002-10-31 16:01:00 introduced a more flexible thread config
0ad7829a 2002-10-31 16:00:22 introduced a more flexible thread build
c55fc55f 2002-09-29 18:00:59 added .cvsignore
4320d87d 2002-09-29 17:56:43 PocketPC with Windows CE support
15f5f625 2002-09-29 17:54:00 introduced double-run compilation
3acadf41 2002-09-20 16:40:17 applied zlib patch
8e040974 2002-09-20 13:39:53 Mark Vakoc added regexp support
0ceeb8e8 2002-09-10 19:07:02 added more readme info for the binary package
22669b26 2002-08-22 07: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
a78942c5 2002-08-20 14:42:07 Added the prefix location to the include and lib search path
9e951761 2002-08-08 18: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
c3b604e2 2002-07-10 19:22:22 Added copy *.pdb to install, few have asked for this.
f8cb6dda 2002-06-04 04: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
1b31e4a0 2002-05-27 14: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
23002568 2002-05-24 07: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)
db574b66 2002-05-15 01:30:07 exported xmlXPathNodeSetAddNs()
2abace56 2002-05-14 22:22:12 exported xmlXPathNodeSetAddNs()
26d5b21b 2002-05-01 18:33:18 exported default 'file:', 'http:' and 'ftp:' protocols input handlers and * include/libxml/xmlIO.h win32/dsp/libxml2.def.src win32/libxml2.def.src xmlIO.c: exported default 'file:', 'http:' and 'ftp:' protocols input handlers and maked protocols comparisson case insensitiv
5aac8b85 2002-05-01 18:32:28 exported default 'file:', 'http:' and 'ftp:' protocols input handlers and * include/libxml/xmlIO.h win32/dsp/libxml2.def.src win32/libxml2.def.src xmlIO.c: exported default 'file:', 'http:' and 'ftp:' protocols input handlers and maked protocols comparisson case insensitive
a6f2d906 2002-04-16 17:57:17 *** empty log message ***