|
78637da0
|
2003-07-31T14:47:38
|
|
fixing bug 118559
|
|
97e01886
|
2003-07-30T18:59:19
|
|
applied a patch from William Brack about the problem of parsing very large
* HTMLparser.c: applied a patch from William Brack about
the problem of parsing very large HTML instance with comments
as raised by Nick Kew
Daniel
|
|
d6038e02
|
2003-07-30T16:37:18
|
|
applying cleanup patch from Bjorn Reese for xmlTextReaderNodeType() and
* xmlreader.c include/libxml/xmlreader.h: applying cleanup
patch from Bjorn Reese for xmlTextReaderNodeType() and
significant whitespace. There is an enum for node type
values now.
Daniel
|
|
01fc1a9d
|
2003-07-30T15:12:01
|
|
applying patch from Peter Jacobi to added ISO-8859-x encoding support when
* 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
|
|
c2664641
|
2003-07-29T20:44:53
|
|
patch from Joachim Bauch + cleanup for Relax NG error callbacks in python
* python/generator.py python/libxml.c python/libxml2class.txt:
patch from Joachim Bauch + cleanup for Relax NG error callbacks
in python
Daniel
|
|
a6874ca4
|
2003-07-29T16:47:24
|
|
applied Peter Jacobi encoding cleanup patch, and also avoided a possible
* parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
cleanup patch, and also avoided a possible memory leak
Daniel
|
|
9ff7de14
|
2003-07-29T13:30:42
|
|
fix the previous commit Daniel
* encoding.c: fix the previous commit
Daniel
|
|
4a557d97
|
2003-07-29T04:28:04
|
|
fixed problem with comments reported by Nick Kew added routines
* HTMLparser.c: fixed problem with comments reported by Nick Kew
* encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
some future cleanup of UTF8 handling
|
|
9deb242b
|
2003-07-28T20:40:59
|
|
applied a change suggested by Sean Griffin in bug #118494 about a memory
* xpath.c: applied a change suggested by Sean Griffin in bug
#118494 about a memory leak in EXSLT
Daniel
|
|
d94849b0
|
2003-07-28T13:02:24
|
|
fixed a Relax-NG compilation/streaming bug introduced when fixing the
* relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
when fixing the previous Relax-NG bugs
* result/relaxng/*: This slightly changes the output messages of
some regression tests.
* configure.in: added support of -with-fexceptions for nested C++
support.
Daniel
|
|
63f3a47d
|
2003-07-24T21:48:30
|
|
doc/tutorial/apa.html doc/tutorial/apb.html doc/tutorial/apc.html
Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
* doc/tutorial/apa.html
* doc/tutorial/apb.html
* doc/tutorial/apc.html
* doc/tutorial/apd.html
* doc/tutorial/ape.html
* doc/tutorial/apf.html
* doc/tutorial/apg.html
* doc/tutorial/aph.html
* doc/tutorial/ar01s02.html
* doc/tutorial/ar01s03.html
* doc/tutorial/ar01s04.html
* doc/tutorial/ar01s05.html
* doc/tutorial/ar01s06.html
* doc/tutorial/ar01s07.html
* doc/tutorial/ar01s08.html
* doc/tutorial/index.html
* doc/tutorial/ix01.html
* doc/tutorial/xmltutorial.pdf
* doc/tutorial/xmltutorial.xml
update tutorial with XPath example
|
|
597bc48b
|
2003-07-24T16:08:28
|
|
fixing a bug about a special case of namespace handling, this closes bug
* SAX.c parser.c: fixing a bug about a special case of namespace
handling, this closes bug #116841
Daniel
|
|
5373ea12
|
2003-07-24T13:09:13
|
|
Fixing some uppercase fragment identifier pointing to generated docs, Daniel
|
|
2134ab18
|
2003-07-23T19:56:29
|
|
checked and fixed the compilation of RNG schemas, fixes a couple of bugs
* relaxng.c result/relaxng/*: checked and fixed the compilation
of RNG schemas, fixes a couple of bugs #117097 and #117001 .
This slightly changes the output messages of some regression tests.
Daniel
|
|
c127adc8
|
2003-07-23T15:07:08
|
|
fixed an out of bound error #118052 , the good part if that base64 code
* xmlreader.c: fixed an out of bound error #118052 , the good
part if that base64 code was not in use yet ...
Daniel
|
|
2ae05c7e
|
2003-07-23T01:43:53
|
|
doc/xmllint.html include html version of the xmllint man page, so an
Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
* doc/xmllint.html
include html version of the xmllint man page, so an
up-to-date version is visible on the Web
|
|
8edf1c5c
|
2003-07-22T20:52:14
|
|
added a new API xmlXIncludeProcessTree() to process XInclude only on a
* xinclude.c include/libxml/xinclude.h: added a new API
xmlXIncludeProcessTree() to process XInclude only on a subtree
this should fix bug #115385
Daniel
|
|
cbbd78da
|
2003-07-20T15:21:30
|
|
Applied fix for "wb" open flag, Daniel
|
|
409a8147
|
2003-07-18T15:16:57
|
|
adding Get interface for the error callback and parameters of parsing and
* relaxng.c include/libxml/relaxng.h: adding Get interface for
the error callback and parameters of parsing and validation
contexts
* xmlreader.c: patch to fix bug #117702 about incomplete Read()
on text nodes.
Daniel
|
|
2dcb937a
|
2003-07-16T21:18:19
|
|
patch from Dodji Seketeli about UTF16 BOM when using the push XML parser.
* parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
when using the push XML parser.
* result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
added the test to the regression suite.
Daniel
|
|
2009c4ed
|
2003-07-15T20:04:34
|
|
add xmlThrDefMutex = NULL in xmlCleanupGlobals() as suggested by Rob
* globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
as suggested by Rob Richards
Daniel
|
|
34ba3879
|
2003-07-15T13:34:05
|
|
removed some warnings by casting xmlChar to unsigned int and a couple of
* DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
xmlschemas.c xpath.c: removed some warnings by casting xmlChar
to unsigned int and a couple of others.
* xmlschemastypes.c: fixes a segfault on empty hexBinary strings
Daniel
|
|
3dc93a42
|
2003-07-10T14:04:33
|
|
cleanup patches from Peter Breitenlohner Daniel
* nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
Daniel
|
|
df101d83
|
2003-07-08T14:03:36
|
|
fixes some problem when freeing unititialized mutexes Daniel
* globals.c threads.c: fixes some problem when freeing unititialized
mutexes
Daniel
|
|
2db8c125
|
2003-07-08T12:16:59
|
|
the modules should not import <config.h> directly, some cleanups Peter
* nanoftp.c nanohttp.c: the modules should not import <config.h>
directly, some cleanups
* xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
validation code.
Daniel
|
|
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
|
|
75eb1adc
|
2003-07-07T14:42:44
|
|
regenerated might fix includes problems with the Ipv6 support on solaris
* NEWS doc/*: regenerated
* nanoftp.c nanohttp.c: might fix includes problems with the
Ipv6 support on solaris
* tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
defined as #IMPLIED
Daniel
|
|
95c09d9a
|
2003-07-07T12:11:06
|
|
Update of docs, Daniel
|
|
560c2a44
|
2003-07-06T21:13:49
|
|
preparing release 1.5.8 changed some preprocessor block applied patch from
* configure.in doc/*: preparing release 1.5.8
* nanohttp.c: changed some preprocessor block
* xmlschemastypes.c: applied patch from Charles Bozeman adding
hexBinary schema datatype and adding support for totalDigits and
fractionDigits facets.
Daniel
|
|
7a985a18
|
2003-07-06T17:57:42
|
|
fixed 2 bugs pointed in #116448 Daniel
* debugXML.c xpath.c: fixed 2 bugs pointed in #116448
Daniel
|
|
ffe4f5ec
|
2003-07-06T17:35:43
|
|
fixed bug #116095 removing the error message when reapplying XInclude to a
* xinclude.c: fixed bug #116095 removing the error message when
reapplying XInclude to a document.
Daniel
|
|
598bec37
|
2003-07-06T10:02:03
|
|
Libxml2 is not just "for Gnome", this is still confusing people, Daniel
|
|
1997c3e2
|
2003-07-05T20:43:43
|
|
applied small changes to portability layer for compilation on DJGPP Ms-DOS
* xmlIO.c: applied small changes to portability layer for
compilation on DJGPP Ms-DOS compiler.
Daniel
|
|
d9d32aeb
|
2003-07-05T20:32:43
|
|
use the character() SAX callback if the cdataBlock ain't defined. fix bug
* parser.c HTMLparser.c: use the character() SAX callback
if the cdataBlock ain't defined.
* xpath.c: fix bug #115349 allowing compilation when configured
with --without-xpath since the Schemas code needs NAN and co.
Daniel
|
|
59002e7b
|
2003-07-04T17:01:59
|
|
Fixed multithreading problem
|
|
de2a67b4
|
2003-06-21T14:20:04
|
|
Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
closing bug #114837
* configure.in: Added checks for IPv6 support and getaddrinfo().
* acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
* config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
* nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
field or sockaddr_in field, depending upon the availability of IPv6
support.
have_ipv6(): Added to check for run-time IPv6 support.
(xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
Modified to parse a URI with IPv6 address given in [].
(xmlNanoFTPConnect): Changed to use getaddrinfo for address
resolution, if it is available on the system, as gethostbyname
does not return IPv6 addresses on some platforms.
(xmlNanoFTPGetConnection): Modified type of dataAddr variable to
sockaddr_storage or sockaddr_in depending upon the IPv6 support.
Sending EPSV, EPRT or PASV, PORT depending upon the type of address
we are dealing with.
* nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
(xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
a URI with IPv6 address given in [].
(xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
available on the system. Also IPv6 addresses will be resolved by
gethostbyname only if IPv6 run-time support is available.
(xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
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
|
|
d7cec926
|
2003-06-13T12:30:10
|
|
reverted back patch for #113521, due to #115104 and while fixing #115101 .
* doc/Makefile.am doc/html/*: reverted back patch for #113521,
due to #115104 and while fixing #115101 . HTML URLs must not
be version dependant.
Daniel
|
|
8265a18a
|
2003-06-13T10:05:56
|
|
do not generate " for " outside of attributes this changes the output
* entities.c: do not generate " for " outside of attributes
* result//*: this changes the output of some tests
Daniel
|
|
8a469171
|
2003-06-12T16:05:07
|
|
Updates, changed libxml to libxml2 in a number of places, Daniel
|
|
4e9b1bc2
|
2003-06-09T10:30:33
|
|
trying to fix #114277 about when file remapping and escaping should really
* parser.c xmlIO.c: trying to fix #114277 about when file
remapping and escaping should really be attempted.
Daniel
|
|
a37aab84
|
2003-06-09T09:10:36
|
|
applied a patch from Gman for building docs applied a patch from Gary
* doc/*: applied a patch from Gman for building docs
* valid.c xmllint.c include/libxml/valid.h: applied a patch from
Gary Pennington to provide an allocator for xmlValidCtxt
* xmlreader.c: applied patch from Jacek Konieczny fixing bug
#113580 about data not being passed immediately.
Daniel
|
|
e1326114
|
2003-06-05T09:32:20
|
|
applied a couple of patches from Mark Itzcovitz to handle saving back
* tree.c: applied a couple of patches from Mark Itzcovitz
to handle saving back "UTF-16" documents.
Daniel
|
|
a84c0b30
|
2003-06-02T16:58:46
|
|
commiting some work done while in the Maldives (hence the timezone on the
* relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
some work done while in the Maldives (hence the timezone on the
laptop !)
* result/schemas/length3* test/schemas/deter0_*
test/schemas/group0_*: some tests added too
Daniel
|
|
8caa9c2c
|
2003-06-02T13:35:24
|
|
small fix fixed an error message Daniel
* encoding.c: small fix
* xmlIO.c: fixed an error message
Daniel
|
|
0e0f37a3
|
2003-05-20T12:22:41
|
|
fixing Red Hat bug #91013 where xmllint was accepting an improper UTF8
* parserInternals.c: fixing Red Hat bug #91013 where xmllint was
accepting an improper UTF8 sequence
Daniel
|
|
fb7f0845
|
2003-05-17T11:31:20
|
|
ChangeLog
|
|
e38ab532
|
2003-05-17T11:30:54
|
|
threads default to native now
|
|
84f8c6db
|
2003-05-17T10:55:38
|
|
*** empty log message ***
|
|
d58a42de
|
2003-05-17T10:55:15
|
|
applied patch from Stephane for threads
|
|
5f5b7bb7
|
2003-05-16T17:19:40
|
|
fixing bug #112904: html output method escaped plus sign character in URI
* HTMLtree.c: fixing bug #112904: html output method escaped
plus sign character in URI attribute.
Daniel
|
|
781ac8b1
|
2003-05-15T22:11:36
|
|
patch from Stéphane Bidoul for setting up threads global defaults. this
* build_glob.py global.data globals.c parser.c
include/libxml/globals.h: patch from Stéphane Bidoul for setting
up threads global defaults.
* doc/libxml2-api.xml: this extends the API with new functions
* python/tests/Makefile.am python/tests/reader2.py
python/tests/thread2.py: integrated the associated testcase and
fixed the error string used in reader2
Daniel
|
|
6f7e24bb
|
2003-05-14T19:45:50
|
|
Fixed the release number fo the spec file, Daniel
|
|
38b80a8f
|
2003-05-14T18:59:00
|
|
trying to conciliate --with-python= requirements and RPM builds, a PITA
* configure.in libxml.spec.in python/Makefile.am: trying
to conciliate --with-python= requirements and RPM builds,
a PITA really...
Daniel
|
|
3b811174
|
2003-05-14T02:53:43
|
|
Updated testfiles for error.c fix
|
|
104caa3d
|
2003-05-13T22:54:05
|
|
oops last commit introduced a memory leak. Daniel
* HTMLparser.c: oops last commit introduced a memory leak.
Daniel
|
|
e8b09e40
|
2003-05-13T22:14:13
|
|
added --nonet option fixing #112803 by adding --nonet when calling
* xmllint.c doc/xmllint.xml: added --nonet option
* doc/Makefile.am: fixing #112803 by adding --nonet when calling
xsltproc or xmllint
* doc/xmllint.xml doc/xmllint.1: also added --schema doc and
rebuilt
* HTMLparser.c: cleaned up the HTML parser context build when
using an URL
Daniel
|
|
d437d328
|
2003-05-13T21:07:01
|
|
added a comment about bug #112902 Daniel
* libxml.spec.in: added a comment about bug #112902
Daniel
|
|
97ad4c74
|
2003-05-13T08:08:36
|
|
Cleanup config help
|
|
3dd57f79
|
2003-05-13T02:06:18
|
|
Fixed bug 109942
|
|
d72c7e33
|
2003-05-12T21:55:03
|
|
PI nodes in external subset were not freed :-\ fixes bug #112842 Daniel
* tree.c: PI nodes in external subset were not freed :-\
fixes bug #112842
Daniel
|
|
75bb3bbf
|
2003-05-12T15:25:56
|
|
added --schema option to run WXS schema validation tried to improve error
* xmllint.c: added --schema option to run WXS schema validation
* xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
tried to improve error reporting in the Schema code, some cleanup
too.
Daniel
|
|
82bbbd4f
|
2003-05-11T20:16:09
|
|
fixed some problems in the handling of errors, and attributes addressed by
* xmlschemas.c: fixed some problems in the handling of errors,
and attributes addressed by references.
* test/schemas/* result/schemas/*: dropped the verbosity level
and added a couple of new tests
Daniel
|
|
adbb0e63
|
2003-05-10T20:02:45
|
|
Stéphane Bidoul found an off by one addressing error on the error
* relaxng.c: Stéphane Bidoul found an off by one addressing
error on the error handling.
Daniel
|
|
a77cf71f
|
2003-05-09T23:09:55
|
|
trying to fix #112673 Daniel
* xmlschemastypes.c: trying to fix #112673
Daniel
|
|
c3ca5ba4
|
2003-05-09T22:26:28
|
|
removed multiple warning, this fixed a bug and should close #111574 Daniel
* DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
warning, this fixed a bug and should close #111574
Daniel
|
|
37fc84d1
|
2003-05-09T19:38:15
|
|
fixing bug #104081 with xs:all with an element holding minOccurs="0" added
* xmlschemas.c: fixing bug #104081 with xs:all with an element
holding minOccurs="0"
* test/schemas/all_* result/schemas/all_*: added some regression
tests for that bug
* xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
Garry Pennington to compile without schemas support.
Daniel
|
|
a067e656
|
2003-05-01T08:03:46
|
|
fixed a problem with xmlUnlinkNode() for DTDs. Daniel
* tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
Daniel
|
|
61c52202
|
2003-04-30T12:20:34
|
|
try to fix Red hat bug #89957, do not output -L/usr/lib64 fixed a typo in
* xml2-config.in: try to fix Red hat bug #89957, do not
output -L/usr/lib64
* xmlreader.c: fixed a typo in a comment
Daniel
|
|
93d95255
|
2003-04-29T20:25:40
|
|
Added informations about xml2-config in the FAQ, Daniel
|
|
6d68f616
|
2003-04-29T13:33:21
|
|
doc/tutorial/aph.html, ix01.html forgot to cvs add the new files. Thanks
Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
* doc/tutorial/aph.html, ix01.html
forgot to cvs add the new files. Thanks to Roland van Laar
for pointing this out
|
|
d433046a
|
2003-04-29T12:40:16
|
|
fixing a function comment switching to the XML/XSLT doc generation closing
* xmlschemas.c doc/libxml2-api.xml: fixing a function comment
* doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
to the XML/XSLT doc generation closing #111799
* doc/html/*: complete update of the HTML results
Daniel
|
|
a28d2365
|
2003-04-28T12:56:01
|
|
*** empty log message ***
|
|
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
|
|
34656b48
|
2003-04-27T16:00:05
|
|
*** empty log message ***
|
|
313bee2c
|
2003-04-27T15:59:42
|
|
added more exports
|
|
3e1d37aa
|
2003-04-27T15:59:26
|
|
thread-enabled build is now default
|
|
c06bb62c
|
2003-04-27T15:59:00
|
|
included libxml/uri.h for xmlCanonicPath declaration
|
|
1177ca42
|
2003-04-26T22:29:54
|
|
updated the web site separated developers from common pages, made the
* NEWS doc/*.xsl doc/*.html: updated the web site separated
developers from common pages, made the transition to XHTML1,
added validity checking to the makefile rules.
Daniel
|
|
329456ab
|
2003-04-26T21:21:00
|
|
fix for xmlIOParseDTD same as previous and reported by Petr Pajas Daniel
* parser.c: fix for xmlIOParseDTD same as previous and reported
by Petr Pajas
Daniel
|
|
c6abc3d8
|
2003-04-26T13:27:30
|
|
applied fix to xmlSAXParseDTD from Malcolm Tredinnick closing #111638
* parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
closing #111638
Daniel
|
|
2b32e6f3
|
2003-04-26T12:03:54
|
|
fixed a problem in the generator where the way functions are remapped as
* python/generator.py: fixed a problem in the generator where
the way functions are remapped as methods on classes was
not symetric and dependant on python internal hash order,
as reported by Stéphane Bidoul
Daniel
|
|
8aff3b7d
|
2003-04-26T03:54:07
|
|
xmltutorial.xml xmltutorial.pdf *.html add appendix on generating compiler
Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
* doc/tutorial:
xmltutorial.xml
xmltutorial.pdf
*.html
add appendix on generating compiler flags, more indexing
|
|
1c960272
|
2003-04-25T23:12:22
|
|
applied patch from Craig A. Berry to get libxml-2.5.7 to compile on
* triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
to get libxml-2.5.7 to compile on OpenVMS
Daniel
|
|
c5573464
|
2003-04-25T16:43:49
|
|
fixing an xmlParseDTD bug raised by Petr Pajas Daniel
* parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
Daniel
|
|
fd583410
|
2003-04-25T13:22:10
|
|
automated the generation of the man page based on xsltproc and a
* doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
doc/xmllint.1 doc/xmllint.xml: automated the generation of the
man page based on xsltproc and a stylesheet PI in the XML.
Daniel
|
|
dc07e18b
|
2003-04-25T10:39:38
|
|
trying to fix #110541 where generated character preventing
* doc/xmllint.*: trying to fix #110541 where generated
character preventing rendering by the man command.
Daniel
|
|
8594de98
|
2003-04-25T10:08:44
|
|
Fixed a wrong reference to XMLCATALOG env variable, Daniel
|
|
92fc02cc
|
2003-04-24T23:12:35
|
|
preparing release 2.5.7 updated and rebuilt the docs fixed the script
* NEWS configure.in: preparing release 2.5.7
* doc/*: updated and rebuilt the docs
* doc/apibuild.py: fixed the script
Daniel
|
|
de0a0a5a
|
2003-04-24T17:12:57
|
|
make sure the OOM code don't get in the way of the builds automatic update
* Makefile.am doc/apibuild.py: make sure the OOM code don't
get in the way of the builds
* doc/libxml2-api.xml python/libxml2class.txt: automatic update
Daniel
|
|
a76fe5ca
|
2003-04-24T16:06:47
|
|
integrated the Out Of Memory test from Havoc Pennington #109368 a lot of
* Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
Memory test from Havoc Pennington #109368
* SAX.c parser.c parserInternals.c tree.c uri.c valid.c
xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
include/libxml/parser.h: a lot of memory allocation cleanups
based on the results of the OOM testing
* check-relaxng-test-suite2.py: seems I forgot to commit the
script.
Daniel
|
|
18f113da
|
2003-04-23T15:18:26
|
|
trivial fix for 109774 removing a warning Daniel
* xmlschemastypes.c: trivial fix for 109774 removing a warning
Daniel
|
|
85095e2c
|
2003-04-23T13:56:44
|
|
try to find more places where xmlCanonicPath() must be used to convert
* DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
more places where xmlCanonicPath() must be used to convert
filenames to URLs, trying to fix #111088
Daniel
|
|
5439624b
|
2003-04-23T07:36:50
|
|
applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocal
* python/libxml.c python/libxml.py: applied patch from
Brent M Hendricks adding binding for xmlCatalogAddLocal
Daniel
|
|
45269b8b
|
2003-04-22T13:21:57
|
|
tried to fix #98879 again in a more solid way. Daniel
* HTMLparser.c: tried to fix #98879 again in a more solid
way.
Daniel
|
|
94f48843
|
2003-04-22T12:00:37
|
|
*** empty log message ***
|
|
c7a37e81
|
2003-04-22T12:00:14
|
|
added more exports
|