|
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
|
|
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
|
|
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.
|
|
c5a29ca1
|
2003-12-11T13:56:54
|
|
added pattern support
|
|
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
|
|
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
|
|
c7646e6d
|
2003-12-01T11:33:27
|
|
Applied the patch for BCB from Eric
|
|
ae8c9642
|
2003-11-27T18:40:18
|
|
adapted for the new ignorables
|
|
4f928215
|
2003-11-27T18:39:01
|
|
modified for compiler coexistence, added xmlwriter, added cruntime option
|
|
61a48c4f
|
2003-11-26T20:55:06
|
|
appied patch from Eric
|
|
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
|
|
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
|
|
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
|
|
6425b383
|
2003-10-25T15:38:34
|
|
added declaration for verMicroSuffix
|
|
1e5e4386
|
2003-10-21T19:15:44
|
|
typo pointed out by Stephane Bidoul Daniel
* win32/Makefile.mingw: typo pointed out by Stephane Bidoul
Daniel
|
|
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
|
|
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
|
|
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
|
|
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
|
|
520f5854
|
2003-10-17T09:21:57
|
|
Removed deprecated Win32 compilation tools, Daniel
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
47a428d8
|
2003-08-29T10:25:39
|
|
updates by Eric Zurcher
|
|
9e0acaa0
|
2003-08-28T12:34:00
|
|
Added support for Borland C++
|
|
01c0ceda
|
2003-08-28T10:49:25
|
|
minor path fix
|
|
1bab92db
|
2003-08-28T10:24:40
|
|
fixed for mingw
|
|
76874e45
|
2003-08-25T09:05:12
|
|
Exportability taint of the headers
|
|
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
|
|
30909427
|
2003-08-10T00:14:20
|
|
renerated with fixed libxml2-api.xml
* win32/libxml2.def.src: renerated with fixed libxml2-api.xml
|
|
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)
|
|
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.
|
|
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
|
|
e8b5b0f1
|
2003-06-16T07:12:50
|
|
small addition to bcb patch
|
|
72f92a88
|
2003-06-14T16:48:26
|
|
applied the BCB patch by Eric Zurcher
|
|
e38ab532
|
2003-05-17T11:30:54
|
|
threads default to native now
|
|
451c8a97
|
2003-04-28T12:55:43
|
|
fixed unicode map conditional, removed hardcoded schema entries
|
|
32249d0b
|
2003-04-28T00:15:59
|
|
*** empty log message ***
|
|
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
|
|
313bee2c
|
2003-04-27T15:59:42
|
|
added more exports
|
|
3e1d37aa
|
2003-04-27T15:59:26
|
|
thread-enabled build is now default
|
|
c7a37e81
|
2003-04-22T12:00:14
|
|
added more exports
|
|
398de29b
|
2003-04-05T09:43:07
|
|
fixed few conditional exports
|
|
c980b6d0
|
2003-04-01T20:00:02
|
|
exported new functions
|
|
bf48ce26
|
2003-02-19T14:51:20
|
|
added few exports
|
|
dc329b9b
|
2003-02-08T17:54:08
|
|
added relaxng exports
|
|
f3bffaf0
|
2003-02-08T17:53:46
|
|
updates for relaxng
|
|
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
|
|
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
|
|
78abcb1d
|
2003-01-12T21:43:50
|
|
added few global exports
|
|
4cd83c8e
|
2003-01-12T21:15:37
|
|
added more xmlreader exports
|
|
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
|
|
3f752e2a
|
2002-12-16T18:45:29
|
|
added xmlreader interface
|
|
2d42890d
|
2002-12-16T18:45:04
|
|
added xmlreader exports
|
|
fcb52585
|
2002-12-16T18:34:18
|
|
added xml reader exports
|
|
b894fbc5
|
2002-12-12T12:34:07
|
|
exported htmlNodeDumpOutput
|
|
33d1307a
|
2002-12-08T17:34:41
|
|
applied YALDSP from Mark Vakoc
|
|
71d47b75
|
2002-11-22T21:41:28
|
|
added more exports
|
|
853514fc
|
2002-11-22T21:41:09
|
|
added option for python bindings
|
|
002372e9
|
2002-11-22T18:07:37
|
|
fixed unresolved symbols for mingw
|
|
4e2884e1
|
2002-11-22T17:54:30
|
|
updates from Javier
|
|
2772ceaa
|
2002-11-14T17:45:20
|
|
*** empty log message ***
|
|
b2f61635
|
2002-11-14T17:43:55
|
|
cleanup
|
|
bd1a306c
|
2002-11-14T17:43:24
|
|
integrated mingw into jscript configure
|
|
b8036ea1
|
2002-11-14T17:42:43
|
|
*** empty log message ***
|
|
7ae91bcd
|
2002-11-08T17:18:52
|
|
retired xmlwin32version.h
|
|
9b5cc15c
|
2002-11-08T15:55:18
|
|
exported additional symbols
|
|
8f536a8a
|
2002-10-31T16:01:00
|
|
introduced a more flexible thread config
|
|
0ad7829a
|
2002-10-31T16:00:22
|
|
introduced a more flexible thread build
|
|
c55fc55f
|
2002-09-29T18:00:59
|
|
added .cvsignore
|
|
4320d87d
|
2002-09-29T17:56:43
|
|
PocketPC with Windows CE support
|
|
15f5f625
|
2002-09-29T17:54:00
|
|
introduced double-run compilation
|
|
3acadf41
|
2002-09-20T16:40:17
|
|
applied zlib patch
|
|
8e040974
|
2002-09-20T13:39:53
|
|
Mark Vakoc added regexp support
|
|
0ceeb8e8
|
2002-09-10T19:07:02
|
|
added more readme info for the binary package
|
|
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
|
|
a78942c5
|
2002-08-20T14:42:07
|
|
Added the prefix location to the include and lib search path
|
|
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
|
|
c3b604e2
|
2002-07-10T19:22:22
|
|
Added copy *.pdb to install, few have asked for this.
|
|
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
|
|
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
|
|
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)
|
|
db574b66
|
2002-05-15T01:30:07
|
|
exported xmlXPathNodeSetAddNs()
|
|
2abace56
|
2002-05-14T22:22:12
|
|
exported xmlXPathNodeSetAddNs()
|
|
26d5b21b
|
2002-05-01T18: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-01T18: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-16T17:57:17
|
|
*** empty log message ***
|
|
9425ce2d
|
2002-04-10T21:57:11
|
|
*** empty log message ***
|
|
ac97f6e0
|
2002-03-24T21:00:26
|
|
Windows command-line build components added.
|
|
5bd2689c
|
2002-03-24T20:56:09
|
|
*** empty log message ***
|
|
0e47ee29
|
2002-01-05T18:25:52
|
|
big cleanup of the Windows/MSVC project files from Igor Zlatkovic Daniel
* win32/*: big cleanup of the Windows/MSVC project files
from Igor Zlatkovic
Daniel
|
|
7f9a6806
|
2001-12-20T14:01:47
|
|
fixes for Windows from Igor Daniel
* include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
for Windows from Igor
Daniel
|
|
d3b29d2e
|
2001-12-18T07:53:16
|
|
close #67019 Daniel
* win32/libxml2/libxml2.def.src: close #67019
Daniel
|
|
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
|
|
ff0b7311
|
2001-10-11T06:46:09
|
|
update from Tobias Peters for 2.4.5 generate line nubers in elements
* win32/Makefile.mingw: update from Tobias Peters for 2.4.5
* DOCBparser.c: generate line nubers in elements
Daniel
|
|
a293c323
|
2001-10-02T13:54:14
|
|
adding xmlSAXParseFileWithData following Marco Stipek suggestion Daniel
* win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
adding xmlSAXParseFileWithData following Marco Stipek suggestion
Daniel
|
|
f6ed8bc7
|
2001-10-02T09:22:47
|
|
Igor Zlatkovic patches fixed typos Daniel
* win32/dsp/libxml2.def.src: Igor Zlatkovic patches
* DOCBparser.c HTMLparser.c parser.c: fixed typos
Daniel
|