|
4e4bcd0f
|
2004-04-20T11:28:33
|
|
Kasimier Buchcik pointed out some inexistent functions, cleaned them out.
* include/libxml/SAX2.h: Kasimier Buchcik pointed out some
inexistent functions, cleaned them out.
Daniel
|
|
da0ff5da
|
2004-04-20T09:45:26
|
|
Johnson Cameron pointed out that initGenericErrorDefaultFunc() was really
* error.c: Johnson Cameron pointed out that
initGenericErrorDefaultFunc() was really wrong.
* xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
must be made public, added some missing comments on the XMLReader
header.
* c14n.c: Alexsey fixed C14N bug with processing namespaces
from attributes
Daniel
|
|
7c4eb63b
|
2004-04-19T21:29:12
|
|
fixed a stupid () error + Mark name. Daniel
* xpath.c: fixed a stupid () error + Mark name.
Daniel
|
|
eca726dc
|
2004-04-18T21:47:34
|
|
preparing 2.6.9 release updated and rebuilt the docs Daniel
* configure.in: preparing 2.6.9 release
* doc/* News: updated and rebuilt the docs
Daniel
|
|
68cb4b24
|
2004-04-18T20:55:39
|
|
relaxed id() to not check taht the name(s) passed are actually NCName,
* xpath.c: relaxed id() to not check taht the name(s) passed
are actually NCName, decided this in agreement with Aleksey Sanin
since existing specs like Visa3D broke that conformance checking
and other tools seems to not implement it sigh...
* SAX2.c: check attribute decls for xml:id and the value is an
NCName.
* test/xmlid/id_err* result/xmlid/id_err*: added error testing
Daniel
|
|
2582a338
|
2004-04-18T19:49:46
|
|
work around Microsoft compiler NaN bug raise reported by Mark Vakoc fixed
* xpath.c: work around Microsoft compiler NaN bug raise reported
by Mark Vakoc
* xmlschemas.c include/libxml/schemasInternals.h
include/libxml/xmlerror.h: fixed a recusive expection schemas
compilation error raised by taihei goi
Daniel
|
|
ee1d6926
|
2004-04-18T14:58:57
|
|
keep the ChangeLog compressed fix a segfault when using Close() test for
* libxml.spec.in: keep the ChangeLog compressed
* xmlreader.c: fix a segfault when using Close()
* python/tests/Makefile.am python/tests/reader8.py: test for
the Close() reader API.
Daniel
|
|
87640d5f
|
2004-04-17T14:58:15
|
|
minor warning cleanup (no change to logic) fixed return value for internal
* xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
doc/examples/io2.c: minor warning cleanup (no change to logic)
* xinclude: fixed return value for internal function
xmlXIncludeLoadFallback (now always 0 or -1)
|
|
8b0cbb04
|
2004-04-17T13:31:06
|
|
small enhancement to fix bug 139791
* valid.c: small enhancement to fix bug 139791
|
|
c85d0fec
|
2004-04-16T16:46:51
|
|
applied patches from Kasimier Buchcik for the attribute use support added
* xmlschemas.c include/libxml/schemasInternals.h
include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
for the attribute use support
* test/schemas/attruse* result/schemas/attruse*: added the
tests to the regression suite.
Daniel
|
|
377e1a90
|
2004-04-16T16:30:05
|
|
move the TODO as comments as the function while not finished are usable
* xmlsave.c: move the TODO as comments as the function while not
finished are usable as-is
* xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
implementing union
* test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
* python/Makefile.am: applied fix from Mike Hommey
Daniel
|
|
a0c48add
|
2004-04-16T15:58:29
|
|
fixed problem with detecting external dtd encoding (bug 135229). minor
* parser.c: fixed problem with detecting external dtd
encoding (bug 135229).
* Makefile.am: minor change to test label
|
|
5d8d10bb
|
2004-04-16T08:11:26
|
|
fixed problem causing duplicate fallback execution (bug 139520) added
* xinclude.c: fixed problem causing duplicate fallback
execution (bug 139520)
* test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
added testcase
|
|
67f8b1cd
|
2004-04-09T21:51:49
|
|
adding xml:id draft support adding 4 first regression tests Daniel
* SAX2.c include/libxml/tree.h: adding xml:id draft support
* Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
4 first regression tests
Daniel
|
|
80c0092b
|
2004-04-09T09:57:23
|
|
fixing Red Hat bug #120482 , libxml2-python should depend on the version
* libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
should depend on the version of python used to compile it.
Daniel
|
|
25d5d9ac
|
2004-04-05T07:08:42
|
|
applied patch from James Bursa, frameset should close head. Daniel
* HTMLparser.c: applied patch from James Bursa, frameset should
close head.
Daniel
|
|
a74a6ff0
|
2004-04-02T14:03:22
|
|
fixed problem in xmlRelaxNGCompareNameClasses which was causing
* relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
which was causing check-relaxng-test-suite.py test 351 to fail.
|
|
7e29c0a4
|
2004-04-02T09:07:22
|
|
implemented fix for M$ IIS redirect provided by Ian Hummel fixed problem
* nanohttp.c: implemented fix for M$ IIS redirect provided
by Ian Hummel
* relaxng.c: fixed problem with notAllowed compilation
(bug 138793)
|
|
0a194580
|
2004-04-01T20:09:22
|
|
fix for xmlUriEscape on "http://user@somewhere.com" from Mark Vadok.
* uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
from Mark Vadok.
Daniel
|
|
1f093e0c
|
2004-04-01T14:17:33
|
|
Add generated files, to make cvs silent.
* python/.cvsignore: Add generated files, to make cvs silent.
|
|
ba0153a6
|
2004-04-01T10:42:31
|
|
small signed-ness patch from Steve Little Daniel
* xmlschemas.c: small signed-ness patch from Steve Little
Daniel
|
|
2cbf596c
|
2004-03-31T15:50:43
|
|
patched a bug in parsing production 1 and 2 of xmlschemas regexp that
* xmlregexp.c: patched a bug in parsing production 1 and 2 of
xmlschemas regexp that William pointed out while working on
#134120
* test/regexp/branch result/regexp/branch: added a specific
regression test
Daniel
|
|
f5806743
|
2004-03-31T02:01:32
|
|
added PYTHONPATH to python tests for Schemas and RelaxNG added testfile
* Makefile.am: added PYTHONPATH to python tests for Schemas
and RelaxNG
* test/xsdtest/xsdtestsuite.xml: added testfile for
SchemasPythonTests
|
|
3dd87ba8
|
2004-03-29T14:58:38
|
|
added information about compiling on Unix Daniel
* doc/examples/examples.xsl doc/examples/index.html: added
information about compiling on Unix
Daniel
|
|
a8dc2886
|
2004-03-29T12:21:26
|
|
fixes the comments for xmlCatalogDump and xmlDumpACatalog rebuilt to
* catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
* doc/*: rebuilt to update
Daniel
|
|
753086ac
|
2004-03-28T16:12:44
|
|
optimize indentation based on the new context Daniel
* xmlsave.c: optimize indentation based on the new context
Daniel
|
|
3d354a79
|
2004-03-28T12:18:45
|
|
handle and explain a very tricky problem when modifying the tree based on
* doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
a very tricky problem when modifying the tree based on an XPath
result query.
Daniel
|
|
60929625
|
2004-03-27T17:54:18
|
|
fixed problem with IS_COMPILABLE flag (bug 130216)
* relaxng.c: fixed problem with IS_COMPILABLE flag
(bug 130216)
|
|
0b787f37
|
2004-03-26T17:29:53
|
|
applied patch from Dave Beckett to correct line number errors when using
* parser.c: applied patch from Dave Beckett to correct line number
errors when using push with CDATA
Daniel
|
|
b5eb7143
|
2004-03-26T13:55:38
|
|
added a test template added a new example, and make valgrind target Daniel
* doc/examples/xpath1.c: added a test template
* doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
added a new example, and make valgrind target
Daniel
|
|
766c4f9e
|
2004-03-26T10:48:29
|
|
apply fix for #136693 Daniel
* parser.c: apply fix for #136693
Daniel
|
|
654a9b3f
|
2004-03-26T03:24:56
|
|
doc/examples/io2.c doc/examples/io2.res add xmlDocDumpMemory example in
Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
* doc/examples/io2.c
* doc/examples/io2.res
add xmlDocDumpMemory example in response to mailing list FAQ
(rebuilt xml and html also)
|
|
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
|
|
252004df
|
2004-03-23T12:32:32
|
|
preparing 2.6.8 release, updated and rebuilt the docs. use valgring fro
* configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
the docs.
* Makefile.am: use valgring fro the new Python based regression tests
Daniel
|
|
6dc91962
|
2004-03-22T19:10:02
|
|
remove a memory leak on schemas type facets. reduce verbosity incorporated
* relaxng.c: remove a memory leak on schemas type facets.
* check-relaxng-test-suite.py check-relaxng-test-suite2.py
check-xsddata-test-suite.py: reduce verbosity
* configure.in Makefile.am: incorporated the Python regressions
tests for Relax-NG and Schemas Datatype to "make tests"
Daniel
|
|
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
|
|
2f07606d
|
2004-03-21T11:21:14
|
|
added an error message when an element is not found within a <choice> (bug
* relaxng.c: added an error message when an element is not
found within a <choice> (bug 126093)
|
|
10f1ef4c
|
2004-03-20T14:51:25
|
|
enhanced the logic of parsing char groups to better handle initial or
* xmlregexp.c: enhanced the logic of parsing char groups to
better handle initial or ending '-' (bug 135972)
|
|
236c8c09
|
2004-03-20T11:32:36
|
|
added check for external reference in xmlRelaxNGGetElements (bug 137718)
* relaxng.c: added check for external reference in
xmlRelaxNGGetElements (bug 137718)
* test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
regression test for above
|
|
20d82361
|
2004-03-17T08:44:46
|
|
added a close for the local file descriptor (bug 137474)
* nanohttp.c: added a close for the local file descriptor
(bug 137474)
|
|
32b7cdb6
|
2004-03-15T13:46:37
|
|
switched the output routines to use the new context. Daniel
* xmlsave.c: switched the output routines to use the new context.
Daniel
|
|
7217c86b
|
2004-03-15T02:43:56
|
|
enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END nodes (bug
* relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
nodes (bug 137153)
|
|
11c466ab
|
2004-03-14T12:20:15
|
|
applied patch from John Belmonte for anyURI. Daniel
* xmlschemastypes.c: applied patch from John Belmonte for anyURI.
Daniel
|
|
d3999c7a
|
2004-03-10T16:27:03
|
|
fix bug reported by Holger Rauch added the test to th regression suite
* parser.c: fix bug reported by Holger Rauch
* test/att8 result/noent/att8 result/att8 result/att8.rdr
result/att8.sax: added the test to th regression suite
Daniel
|
|
b318c3b7
|
2004-03-10T11:43:12
|
|
Minor change for later verson of php requiring $HTTP_GET_VARS.
* doc/search.php: Minor change for later verson of php requiring
$HTTP_GET_VARS.
|
|
57e9e918
|
2004-03-09T16:19:02
|
|
Changed the flag to xmlDocCopyNode (and similar routines), previously used
* tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
previously used only for recursion, to use a value of '2' to
indicate copy properties & namespaces, but not children.
* xinclude.c: changed the handling of ranges to use the above new
facility. Fixes Bug 134268.
|
|
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!)
|
|
d5e198ad
|
2004-03-09T09:03:28
|
|
applied patch from Anthony Carrico providing Python bindings for the
* python/libxml.c python/libxml.py: applied patch from Anthony Carrico
providing Python bindings for the Canonicalization C14N support.
Daniel
|
|
4a00326b
|
2004-03-09T02:39:04
|
|
.cvsignore and python/.cvsignore patched
* .cvsignore and python/.cvsignore patched
|
|
4d59e22a
|
2004-03-08T14:42:31
|
|
enhanced to assure that if xpointer is called for a document, the
* xinclude.c: enhanced to assure that if xpointer is called
for a document, the XML_PARSE_NOENT flag is set before parsing
the included document so that entities will automatically get
taken care of.
* xpointer.c: corrected code so that, if an XML_ENTITY_REF node
is encountered, it will log it and not crash (bug 135713)
|
|
a11e483e
|
2004-03-07T11:03:43
|
|
modified to make sub-includes inherit the parse flags from the parent
* xinclude.c: modified to make sub-includes inherit the
parse flags from the parent document (bug 132597)
|
|
ebcdebd6
|
2004-03-05T00:15:50
|
|
QName handling fixes for the XML Schemas support from Adam Dickmeiss also
* xmlschemas.c: QName handling fixes for the XML Schemas
support from Adam Dickmeiss
* test/schemas/po1_0.xsd: also fix the schemas
* test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
regression tests
Daniel
|
|
fc97906e
|
2004-03-04T22:07:16
|
|
paalied patch from Julio M. Merino Vidal fixing bug #134751 to fix
* configure.in doc/Makefile.am include/libxml/Makefile.am:
paalied patch from Julio M. Merino Vidal fixing bug #134751
to fix --with-html-dir option.
* doc/*: rebuilt fully the docs
* doc/html/libxml-xmlsave.html: new file from new header.
Daniel
|
|
2156d438
|
2004-03-04T15:59:36
|
|
fixing compilation bug with some options disabled as well as
* debugXML.c testHTML.c tree.c doc/examples/*.c
include/libxml/xmlsave.h: fixing compilation bug with some options
disabled as well as --with-minimum should fix #134695
Daniel
|
|
cccd4a05
|
2004-03-04T14:02:13
|
|
allow fallback to URI lookup when SYSTEM fails, should close #134092
* xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
should close #134092
Daniel
|
|
1a8741c8
|
2004-03-04T13:40:59
|
|
commiting the new xmlsave module before the actuall big code change.
* Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
the new xmlsave module before the actuall big code change.
Daniel
|
|
1aefc862
|
2004-03-04T11:40:48
|
|
applied patch from Adam Dickmeiss for mixed content added his regression
* xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
* test/schemas/mixed* result/schemas/mixed*: added his regression
tests too.
Daniel
|
|
3411d08e
|
2004-03-01T13:21:26
|
|
fix a compilation problem about a missing timb include Daniel
* testSAX.c: fix a compilation problem about a missing timb include
Daniel
|
|
09a726f5
|
2004-02-28T14:47:18
|
|
small enhancement to prevent trying to print strings with null pointers
* testSAX.c: small enhancement to prevent trying to print
strings with null pointers (caused "make tests" errors on
HP-UX)
|
|
e42ae6f9
|
2004-02-27T03:26:30
|
|
doc/xmllint.xml doc/xmllint.1 doc/xmllint.html doc/xmlcatalog_man.xml
Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
* doc/xmllint.xml
* doc/xmllint.1
* doc/xmllint.html
* doc/xmlcatalog_man.xml
* doc/xmlcatalog.1
* doc/xmlcatalog_man.html
applying patch from Mike Hommey to clarify XML_CATALOG_FILES
use
|
|
33a773ff
|
2004-02-26T22:49:00
|
|
patch for cross-compilation to Windows from Christophe de VIENNE. Daniel
* Makefile.am: patch for cross-compilation to Windows from
Christophe de VIENNE.
Daniel
|
|
fd9e70d0
|
2004-02-26T11:01:57
|
|
regenerated docs using older version of xsltproc pending resolution of AVT
* doc/*.html, doc/html/*.html: regenerated docs using older
version of xsltproc pending resolution of AVT problem
|
|
c74859e0
|
2004-02-26T09:57:32
|
|
applied patch from Charles Bozeman to nit use the system xmllint. Daniel
* Makefile.am: applied patch from Charles Bozeman to nit use
the system xmllint.
Daniel
|
|
51e5793d
|
2004-02-25T17:08:10
|
|
applied patch from Roland Schwingel for MingW Daniel
* include/libxml/xmlexports.h: applied patch from Roland Schwingel
for MingW
Daniel
|
|
06d2524e
|
2004-02-25T13:01:42
|
|
applied a cleanup patch from Peter Breitenlohner removed a doc build
* Makefile.am catalog.c configure.in: applied a cleanup patch
from Peter Breitenlohner
* tree.c: removed a doc build warning by fixing a param comment
* doc/* : rebuilt the docs
Daniel
|
|
d3669b2f
|
2004-02-25T12:34:55
|
|
avoid ID error message if using HTML_PARSE_NOERROR should fix #130762
* valid.c HTMLparser.c: avoid ID error message if using
HTML_PARSE_NOERROR should fix #130762
Daniel
|
|
f54cd533
|
2004-02-25T11:52:31
|
|
fixing compilation and link option when configuring with --without-valid
* debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
fixing compilation and link option when configuring with
--without-valid should fix #135309
Daniel
|
|
770075b5
|
2004-02-25T10:44:30
|
|
fixed the main issues reported by Peter Breitenlohner cleanup speedup
* catalog.c: fixed the main issues reported by Peter Breitenlohner
* parser.c: cleanup
* valid.c: speedup patch from Petr Pajas
Daniel
|
|
a59ddb5e
|
2004-02-25T08:12:32
|
|
fixed a memory leak (xmlXPathLangFunction) reported on the list by Mike
* xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
on the list by Mike Hommey
|
|
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
|
|
09b792ba
|
2004-02-23T10:53:52
|
|
applied patch from Malcolm Tredinnick to avoid tabs in python sources,
* python/tests/*.py: applied patch from Malcolm Tredinnick
to avoid tabs in python sources, should fix #135095
Daniel
|
|
807daf82
|
2004-02-22T22:13:27
|
|
add --timing option use the psvi field of the nodes instead of _private
* testSAX.c: add --timing option
* relaxng.c: use the psvi field of the nodes instead of _private
which may be used for other purposes.
Daniel
|
|
b5da42af
|
2004-02-21T14:57:44
|
|
small patch to try to fix a warning with Sun One compiler Daniel
* encoding.c: small patch to try to fix a warning with Sun One compiler
Daniel
|
|
3288882e
|
2004-02-21T14:21:50
|
|
small patch removing a warning with MS compiler. Daniel
* encoding.c: small patch removing a warning with MS compiler.
Daniel
|
|
522bc60e
|
2004-02-21T11:53:09
|
|
added "relaxng" option to the debugging shell some regression tests for
* debugXML.c: added "relaxng" option to the debugging shell
* Makefile.am test/errors/* result/errors/*: some regression tests
for some error tests cases.
Daniel
|
|
cb35f01d
|
2004-02-20T08:18:58
|
|
xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an old
* tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
is passed.
* test/att7 result//att7*: adding an old regression test
laying around on my laptop
Daniel
|
|
21924520
|
2004-02-19T16:37:07
|
|
fixed xmllint --memory --stream memory consumption on large file by using
* xmlreader.c: fixed xmllint --memory --stream memory consumption
on large file by using xmlParserInputBufferCreateStatic() with
the mmap'ed file
Daniel
|
|
49138f19
|
2004-02-19T12:58:36
|
|
some clarification in xmlDocDumpMemory() documentation fixed xmllint
* tree.c: some clarification in xmlDocDumpMemory() documentation
* xmllint.c: fixed xmllint --stream --timing to get timings back
Daniel
|
|
b3744004
|
2004-02-18T14:28:22
|
|
fixed a problem in push mode when attribute contains unescaped '>'
* parser.c: fixed a problem in push mode when attribute contains
unescaped '>' characters, fixes bug #134566
* test/att6 result//att6*: added the test to the regression suite
Daniel
|
|
965983a5
|
2004-02-17T16:30:24
|
|
removing a non-linear behaviour from ID/IDREF raised by Petr Pajas. Call
* valid.c: removing a non-linear behaviour from ID/IDREF raised
by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
xmlAddRef
Daniel
|
|
a9a1b105
|
2004-02-17T13:24:01
|
|
indicated encoding of the test file, needed for python 2.3 Daniel
* python/tests/indexes.py python/tests/reader.py: indicated
encoding of the test file, needed for python 2.3
Daniel
|
|
372a4454
|
2004-02-17T13:09:23
|
|
fixed problem with numbers having > 19 fractional places (bug 133921)
* xpath.c: fixed problem with numbers having > 19
fractional places (bug 133921)
|
|
f49be477
|
2004-02-17T11:48:18
|
|
applied optimization patch from Petr Pajas Daniel
* xpath.c: applied optimization patch from Petr Pajas
Daniel
|
|
ab69f366
|
2004-02-17T11:40:32
|
|
applied update from Alfred Mickautsch and the added patch from Lucas
* xmlwriter.c include/libxml/xmlwriter.h: applied update
from Alfred Mickautsch and the added patch from Lucas Brasilino
Daniel
|
|
31ae462a
|
2004-02-16T07:45:44
|
|
updating the benchmark graph and using a PNG instead of a GIF updated the
* benchmark.png index.html xml.html: updating the benchmark
graph and using a PNG instead of a GIF
* xmlreader.c: updated the TODO
Daniel
|
|
23eab680
|
2004-02-15T01:58:24
|
|
John Fleck <jfleck@inkstain.net>
John Fleck <jfleck@inkstain.net>
ChangeLog to go with
tutorial fix.
|
|
5c9547e4
|
2004-02-12T15:31:49
|
|
preparing release of 2.6.6 updated the docs and rebuilt them Daniel
* NEWS configure.in: preparing release of 2.6.6
* doc/*: updated the docs and rebuilt them
Daniel
|
|
0ddb21c4
|
2004-02-12T12:43:49
|
|
fixing bug #132930 with the provided patch, a bit suspicious about it but
* xmlregexp.c: fixing bug #132930 with the provided patch, a bit
suspicious about it but this is fairly contained and regression
tests still passes.
* test/schemas/all1* result/schemas/all1*: added the test to
the regression suite.
Daniel
|
|
036143bb
|
2004-02-12T11:57:52
|
|
fixed bug #132575 about finding the end of the internal subset in push
* parser.c: fixed bug #132575 about finding the end of the
internal subset in push mode.
* test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
added the test to the regression suite
Daniel
|
|
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
|
|
6f108a1d
|
2004-02-11T00:14:52
|
|
fixed missing output of internal DTD param entities when nothing else
* tree.c: fixed missing output of internal DTD param entities when
nothing else present in DTD (bug 134052)
|
|
030a7a17
|
2004-02-10T12:48:57
|
|
applied patch supplied by Christophe Dubach to fix problem with
* encoding.c: applied patch supplied by Christophe Dubach
to fix problem with --with-minimum configuration
(bug 133773)
* nanoftp.c: fixed potential buffer overflow problem,
similar to fix just applied to nanohttp.c.
|
|
537769a6
|
2004-02-09T17:40:31
|
|
fixed the fix for the buffer overflow, thanks William :-)
|
|
2e6b143e
|
2004-02-09T15:10:28
|
|
fixed problem concerning determining SOCKLEN_T as pointed out by Daniel
* acinclude.m4, configure.in: fixed problem concerning
determining SOCKLEN_T as pointed out by Daniel Richard G.
on the mailing list
|
|
37704356
|
2004-02-09T14:32:17
|
|
fixed buffer overflow reported by Yuuich Teranishi
|
|
b3377955
|
2004-02-09T12:48:55
|
|
small patch from Philip Ludlam to avoid warnings. Daniel
* xpath.c: small patch from Philip Ludlam to avoid warnings.
Daniel
|
|
182d32a5
|
2004-02-09T12:42:55
|
|
applied a small patch from Alfred Mickautsch to avoid an out of bound
* encoding.c: applied a small patch from Alfred Mickautsch
to avoid an out of bound error in isolat1ToUTF8()
Daniel
|
|
5bb9ccd5
|
2004-02-09T12:39:02
|
|
remove the warning on the 2001 namespace remove some warnings when
* xinclude.c: remove the warning on the 2001 namespace
* parser.c parserInternals.c xpath.c: remove some warnings
when compiling with MSVC6
* nanohttp.c: applied a patch when using _WINSOCKAPI_
Daniel
|
|
95af594b
|
2004-02-08T04:12:49
|
|
added a small hack to fix interference between my fixes for bugs 132585
* xinclude.c: added a small hack to fix interference between
my fixes for bugs 132585 and 132588.
* python/libxml.c: fixed problem with serialization of namespace
reported on the mailing list by Anthony Carrico
|
|
6bdacd7a
|
2004-02-07T08:53:23
|
|
fixed problem with function xmlXIncludeCopyRange (bug 133686).
* xinclude.c: fixed problem with function xmlXIncludeCopyRange
(bug 133686).
|