2001-03-27 05:23:53 +08:00
|
|
|
|
Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c: Sullivan and Darin found a parser bug,
|
|
|
|
|
applied the patch.
|
|
|
|
|
|
2001-03-27 00:28:29 +08:00
|
|
|
|
Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
|
|
|
|
|
testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
|
|
|
|
|
xmlversion.h.in xpointer.c: of course the way I defined
|
|
|
|
|
UNUSED breaks on old gcc version. Try to be smart and
|
|
|
|
|
also define it directly in xmlversion.h
|
|
|
|
|
* configure.in: removed -ansi flag from the pedantic set
|
|
|
|
|
|
|
|
|
|
Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
2001-03-25 01:00:36 +08:00
|
|
|
|
Huge cleanup, I switched to compile with
|
|
|
|
|
-Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
|
|
|
|
|
-Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
|
|
|
|
|
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
|
|
|
|
|
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
|
|
|
|
|
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
|
|
|
|
|
* HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
|
|
|
|
|
encoding.h entities.c error.c list.[ch] nanoftp.c
|
|
|
|
|
nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
|
|
|
|
|
testSAX.c testURI.c testXPath.c tree.[ch] uri.c
|
|
|
|
|
valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
|
|
|
|
|
xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
|
|
|
|
|
Cleanup, staticfied a number of non-exported functions,
|
|
|
|
|
detected and cleaned up a dozen of problem found this way,
|
|
|
|
|
avoided a lot of public function name/typedef/system names clashes
|
|
|
|
|
* doc/xml.html: updated
|
|
|
|
|
* configure.in: switched private flags to the really pedantic ones.
|
|
|
|
|
|
2001-03-23 05:45:29 +08:00
|
|
|
|
Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* configure.in: 2.3.5
|
|
|
|
|
* doc/html/*: rebuilt the docs
|
|
|
|
|
|
2001-03-22 23:22:27 +08:00
|
|
|
|
Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c: fixed a reported bug in NOTATION parsing
|
|
|
|
|
* uri.c: accepted but not fixed bug 51876, added TODO
|
|
|
|
|
* Makefile.am: fixed bug 51876
|
|
|
|
|
|
2001-03-22 20:44:45 +08:00
|
|
|
|
Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* config.h.in configure.in error.c: fix a compilation problem
|
|
|
|
|
on platforms without vsnprintf (xml@thewrittenword.com)
|
|
|
|
|
|
2001-03-22 02:06:15 +08:00
|
|
|
|
Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c: fixed a function name header typo
|
|
|
|
|
* SAX.c: notations can also occur in external subset.
|
|
|
|
|
|
2001-03-20 21:22:46 +08:00
|
|
|
|
Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* error.c: removed a C++ like comment
|
|
|
|
|
|
2001-03-20 19:27:34 +08:00
|
|
|
|
Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c: fixing bug 52299 strange condition leading
|
|
|
|
|
to a parser crash due to a buffer overflow
|
|
|
|
|
* result/noent/attrib.xml result/attrib.xml test/attrib.xml:
|
|
|
|
|
added the specific test case
|
|
|
|
|
|
2001-03-19 23:58:54 +08:00
|
|
|
|
Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.[ch]: still a lot of cleanup based on XSLT, added
|
|
|
|
|
xmlXPathConvert{String,Number,Boolean} to be able to make
|
|
|
|
|
type casts without a context stack, fixed some implementation
|
|
|
|
|
problems related to the absence of context at parse-time,
|
|
|
|
|
added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
|
|
|
|
|
in the public API too
|
|
|
|
|
* xpointer.c xpathInternals.h: we need to know at parse time
|
|
|
|
|
whether we are compiling an XPointer
|
|
|
|
|
|
2001-03-19 18:57:13 +08:00
|
|
|
|
Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.[ch] xpointer.c: restaured the Binary and API compatibility
|
|
|
|
|
cleaned up the parser internals, refactored XPath code, added
|
|
|
|
|
new compilation based APIs and cleanly separated public and
|
|
|
|
|
private APIs.
|
|
|
|
|
|
2001-03-19 08:01:07 +08:00
|
|
|
|
Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.h: the comp field must be added at the end to avoid
|
|
|
|
|
killing binary compat.
|
|
|
|
|
|
2001-03-19 07:17:47 +08:00
|
|
|
|
Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: detect XPath memleaks in regreson tests
|
|
|
|
|
* error.c: fixed and error w.r.t. error reporting still using
|
|
|
|
|
stderr
|
|
|
|
|
* hash.c: added new line at end of file
|
|
|
|
|
* tree.h: minor cleanup
|
|
|
|
|
* xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
|
|
|
|
|
expression parsing from evaluation, resulted in a number of
|
|
|
|
|
changes internally, and in XPointer. Likely to break stuff
|
|
|
|
|
using xpathInternals.h but should remain binary compatible,
|
|
|
|
|
new interfaces will be added.
|
|
|
|
|
|
2001-03-15 03:40:17 +08:00
|
|
|
|
Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* configure.in: fixed a couple of problems reported by
|
|
|
|
|
okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
|
|
|
|
|
without gcc on non linux platforms.
|
|
|
|
|
|
2001-03-15 03:15:37 +08:00
|
|
|
|
Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
|
|
|
|
|
a fix for --with-html-dir= configure support. I hope it won't
|
|
|
|
|
break rpm generation
|
|
|
|
|
|
2001-03-15 00:30:00 +08:00
|
|
|
|
Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xmlIO.c: one function comment cleanup.
|
|
|
|
|
|
2001-03-14 21:56:48 +08:00
|
|
|
|
Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* SAX.c: external subset notations were improperly registered
|
|
|
|
|
in the internal subset.
|
|
|
|
|
|
2001-03-13 17:31:12 +08:00
|
|
|
|
Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* README.cvs-commits: added, pointing to HACKING
|
|
|
|
|
* HACKING: updated
|
|
|
|
|
|
2001-03-13 05:11:21 +08:00
|
|
|
|
Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c: and Matt Sergeant found one in the XML push
|
|
|
|
|
parser (erroneous check I forgot to remove when I fixed the
|
|
|
|
|
main parser).
|
|
|
|
|
|
2001-03-13 02:22:04 +08:00
|
|
|
|
Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: ptittom found a small bug in UnaryExpr
|
|
|
|
|
|
2001-03-10 20:32:04 +08:00
|
|
|
|
Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* configure.in: bumped to 2.3.4
|
|
|
|
|
* error.c: fixed bug #51860
|
|
|
|
|
* tree.c: fixed bug #51861
|
|
|
|
|
* valid.c: cleanup, more debug, failed to fix one bug crap ...
|
|
|
|
|
* tree.[ch] : added xmlDefaultBufferSize
|
|
|
|
|
* nanoftp.c: typo in function name header block
|
|
|
|
|
* doc/xml.html : updated, added link to XML::LibXSLT
|
|
|
|
|
* doc/html/* : rebuilt the docs
|
|
|
|
|
|
2001-03-08 03:45:40 +08:00
|
|
|
|
Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c SAX.c: the new content parsing code raised an
|
|
|
|
|
ugly bug in the characters() SAX callback. Found it
|
|
|
|
|
just because of strangeness in XSLT XML Rec ouptut :-(
|
|
|
|
|
|
2001-03-07 23:57:53 +08:00
|
|
|
|
Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Martin Baulig suggested to add -lm
|
|
|
|
|
* tree.c: found another bug in xmlNodeGetContent()
|
|
|
|
|
|
2001-03-06 16:33:38 +08:00
|
|
|
|
Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: Bjorn found the error related to strictness of comparison.
|
|
|
|
|
|
2001-03-05 17:49:20 +08:00
|
|
|
|
Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c: trying to fix the Dtd parsing problem reported
|
|
|
|
|
by Gary, side effect of last week speed optimizations.
|
|
|
|
|
|
2001-03-04 02:50:55 +08:00
|
|
|
|
Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
|
|
|
|
|
* parserInternals.c: removed unneeded test raised by Stric
|
|
|
|
|
|
2001-03-03 20:09:03 +08:00
|
|
|
|
Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
* xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
|
|
|
|
|
and fixed by William Brack). Added xmlXPathFormatNumber.
|
|
|
|
|
Changed the sorting slightly.
|
|
|
|
|
* configure.in Makefile.am example/Makefile.am: Added -lm.
|
|
|
|
|
Please note that applications linking with libxml2, must
|
|
|
|
|
also like with the math library from now on.
|
|
|
|
|
|
2001-03-03 18:04:57 +08:00
|
|
|
|
Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: fixed loop reported by Marc Sanfacon
|
|
|
|
|
|
2001-03-03 01:36:21 +08:00
|
|
|
|
Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c: one must report spaces even if the Dtd element
|
|
|
|
|
content proves that this is not part of the element content.
|
|
|
|
|
* result/valid/*.xml: this changed the ouptu slightly
|
|
|
|
|
|
2001-03-02 01:28:58 +08:00
|
|
|
|
Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* configure.in: bumped to 2.3.3
|
|
|
|
|
* doc/xml.html: updated
|
|
|
|
|
|
2001-02-28 05:54:07 +08:00
|
|
|
|
Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* tree.c: minor doc fix
|
|
|
|
|
* xpath.c: deallocation issues when a result tree has been
|
|
|
|
|
converted to a node-set
|
|
|
|
|
|
2001-02-27 04:10:45 +08:00
|
|
|
|
Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html: oops corrected dates s/2000/2001
|
|
|
|
|
|
2001-02-26 18:49:57 +08:00
|
|
|
|
Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* valid.c: new patch from Gary Pennington
|
|
|
|
|
|
2001-02-26 15:31:12 +08:00
|
|
|
|
Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html: applied patch from Ankh
|
|
|
|
|
|
2001-02-26 09:36:19 +08:00
|
|
|
|
Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xinclude.c: fixed a problem building on Mac
|
|
|
|
|
|
2001-02-26 03:54:14 +08:00
|
|
|
|
Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c: more work on increasing parsing ferformances
|
|
|
|
|
|
2001-02-26 00:11:03 +08:00
|
|
|
|
Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
|
|
|
|
|
xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
|
|
|
|
|
avoiding memcpy in production builds MEM_CLEANUP macro use
|
|
|
|
|
* parser.[ch] parserInternals.c: optimizations of the tightest
|
|
|
|
|
internal loops inside the parser. Better checking of I/O
|
|
|
|
|
flushing/loading conditions
|
|
|
|
|
* xmllint.c : added --timing
|
|
|
|
|
|
2001-02-25 01:48:53 +08:00
|
|
|
|
Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* configure.in: bumped to 2.3.2
|
|
|
|
|
* doc/xml.html: updated for release
|
|
|
|
|
|
2001-02-24 11:07:03 +08:00
|
|
|
|
Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: found a memleak and fixed a nasty bug
|
|
|
|
|
|
2001-02-24 02:44:52 +08:00
|
|
|
|
Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xmllint.[c1] : added return code errors for xmllint
|
|
|
|
|
* xpath.c: specific debug dump function for result value trees
|
|
|
|
|
|
2001-02-22 05:52:55 +08:00
|
|
|
|
Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: finally implemented xmlXPathCompareNodeSets
|
|
|
|
|
* test/XPath/expr/floats results/XPath/expr/floats: added
|
|
|
|
|
a test for float expressions
|
|
|
|
|
|
2001-02-21 11:07:44 +08:00
|
|
|
|
Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* tree.c: fixed xmlNodeGetContent, it was not recursing on child
|
|
|
|
|
* parserInternals.[ch]: trying to speed up parsing
|
|
|
|
|
* xpath.c : speeded up node set equality op
|
|
|
|
|
|
2001-02-20 02:05:20 +08:00
|
|
|
|
Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am valid.c list.[ch]: Gary Pennington provided a
|
|
|
|
|
better handling of ID/IDREF and the list modules associated
|
|
|
|
|
* configure.in: small CFLAGS cleanup
|
|
|
|
|
|
2001-02-19 23:14:59 +08:00
|
|
|
|
Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* configure.in: fixed iconv detection on AIX (stric)
|
|
|
|
|
|
2001-02-20 06:20:01 +08:00
|
|
|
|
Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
2001-02-19 18:00:53 +08:00
|
|
|
|
|
|
|
|
|
* xpath.c: fixed "*" (unbelievable !) and a couple of warnings
|
|
|
|
|
|
2001-02-19 00:51:25 +08:00
|
|
|
|
Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
* xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
|
|
|
|
|
and optimized xmlXPathNodeSetSort
|
|
|
|
|
|
2001-02-17 21:21:05 +08:00
|
|
|
|
Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: bug fix when context size is 0
|
|
|
|
|
* parser.c: I like Norm's Dtd because they still manage to break
|
|
|
|
|
the parser occasionally
|
|
|
|
|
|
2001-02-16 21:21:29 +08:00
|
|
|
|
Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
|
|
|
|
|
|
2001-02-16 08:11:46 +08:00
|
|
|
|
Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* tree.[ch] parser.c xpath.c: fixed the problem of addressing
|
|
|
|
|
attributes within the XML-1.0 namespace
|
|
|
|
|
|
2001-02-15 23:55:44 +08:00
|
|
|
|
Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpathInternals.h: exported a few axis functions
|
|
|
|
|
* doc/xml.html: updated the doc
|
|
|
|
|
|
2001-02-15 22:59:48 +08:00
|
|
|
|
Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* configure.in: applied patch from Daniel van Balen for OpenBSD
|
|
|
|
|
and bumped version to 2.3.1
|
|
|
|
|
* HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
|
|
|
|
|
attempt to find autoclosing was simply broken, removed it,
|
|
|
|
|
updated the examples, this is better
|
|
|
|
|
|
2001-02-14 18:37:43 +08:00
|
|
|
|
Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* hash.[ch]: added Paolo Casarini patch to provide Delete from
|
|
|
|
|
hash functionnalities.
|
|
|
|
|
* doc/html/* : rebuild the doc
|
|
|
|
|
|
2001-02-14 01:05:35 +08:00
|
|
|
|
Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
|
|
|
|
|
on predicate
|
|
|
|
|
* HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
|
|
|
|
|
result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
|
|
|
|
|
really want to have tags closed on output even if we accept
|
|
|
|
|
unclosed ones on input
|
|
|
|
|
|
2001-02-13 01:36:05 +08:00
|
|
|
|
Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: ouch don't free NULL, rare case fixed
|
|
|
|
|
* tree.c: don't coalesce text nodes if they don't have the
|
|
|
|
|
same behaviour wrt escaping on output
|
|
|
|
|
|
2001-02-12 04:17:31 +08:00
|
|
|
|
Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: small fixup
|
|
|
|
|
* SAX.c: don't warn on empty namespaces.
|
|
|
|
|
|
2001-02-08 18:31:33 +08:00
|
|
|
|
Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* README: a bit of cleanup
|
|
|
|
|
* configure.in: preparing for 2.3.0 release
|
|
|
|
|
|
2001-02-08 17:37:42 +08:00
|
|
|
|
Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* hash.[ch]: added a first version of xmlHashSize()
|
|
|
|
|
* valid.c: another bug fix from Gary Pennington
|
|
|
|
|
|
2001-02-08 02:24:48 +08:00
|
|
|
|
Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* valid.c: couple of bug fixes pointed by Gary Pennington
|
|
|
|
|
* HTMLtree.c: #if 0 cleanup
|
|
|
|
|
|
2001-02-06 21:29:07 +08:00
|
|
|
|
Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
|
|
|
|
|
which removes a time consuming check of xmlXPathNodeSetAdd()
|
|
|
|
|
and use it in places where we are sure to not break unicity
|
|
|
|
|
|
2001-02-06 01:57:33 +08:00
|
|
|
|
Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: bug fixes found from XSLT
|
|
|
|
|
* tree.c: preserve node->name special values when copying nodes.
|
|
|
|
|
* parserInternals.[ch] parser.[ch] SAX.c : added a mode where
|
|
|
|
|
external subset are fetched when available but without full
|
|
|
|
|
validation. Added xmlLoadExtDtdDefaultValue, need a function.
|
|
|
|
|
* HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
|
|
|
|
|
output with encoding disabled.
|
|
|
|
|
|
2001-02-03 16:52:06 +08:00
|
|
|
|
Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xmliO.c: Harry Blundell pointed out that xmlCheckFilename
|
|
|
|
|
xmlCheckFilename should not be called from xmlFileOpenW
|
|
|
|
|
and xmlGzfileOpenW
|
|
|
|
|
|
2001-02-03 01:07:32 +08:00
|
|
|
|
Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
|
|
|
|
|
* test/URI/smith.uri result/URI/smith.uri Makefile.am:
|
|
|
|
|
added the new tests for URI normalization
|
|
|
|
|
* testURI.c: fixed stoopid bugs
|
|
|
|
|
* result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
|
|
|
|
|
the URI in the error messages are now properly normalized
|
|
|
|
|
|
2001-02-02 16:20:19 +08:00
|
|
|
|
Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
|
|
|
|
|
|
2001-02-01 12:34:35 +08:00
|
|
|
|
Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
|
|
|
|
|
|
2001-02-01 04:46:31 +08:00
|
|
|
|
Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: fixed mod operator
|
|
|
|
|
|
2001-01-31 23:53:13 +08:00
|
|
|
|
Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c: fixed xmlStrcat doc
|
|
|
|
|
* tree.c: 2 fixes form Anders Carlson for copying nodes and
|
|
|
|
|
trees.
|
|
|
|
|
|
2001-01-31 21:23:49 +08:00
|
|
|
|
Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c result/XPath/tests/chaptersbase
|
|
|
|
|
result/XPath/tests/simplebase: fixed XPath node()
|
|
|
|
|
* tree.c: small fix in xmlNewNs()
|
|
|
|
|
* Makefile.am: removed extraneous xml2Conf.sh rule
|
|
|
|
|
|
2001-01-28 15:40:36 +08:00
|
|
|
|
Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am configure.in libxml.spec.in example/Makefile.am:
|
|
|
|
|
Changed the library name, in order to get libxml-devel and
|
|
|
|
|
libxml2-devel to coexist on a single system
|
|
|
|
|
* xml-config.1 xml-config.in xmlConf.sh.in: renamed
|
|
|
|
|
* xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
|
|
|
|
|
|
2001-01-28 02:59:33 +08:00
|
|
|
|
Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am configure.in libxml-2.0.pc.in: started working on getting
|
|
|
|
|
libxml2-devel installable in // as libxml-devel.
|
|
|
|
|
|
2001-01-28 01:50:22 +08:00
|
|
|
|
Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* doc/Makefile.am: fixed make rebuild in doc
|
|
|
|
|
* doc/html/*.html: rebuilt the docs
|
|
|
|
|
|
2001-01-26 17:32:39 +08:00
|
|
|
|
Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* tree.c: patch from Bjorn Reese on xmlBufferCCat
|
|
|
|
|
|
2001-01-26 02:54:39 +08:00
|
|
|
|
Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
|
|
|
|
|
the HTML doc to go into the -devel RPM ...
|
|
|
|
|
* aclocal.m4 config.h.in: some updates due to auto* magic
|
|
|
|
|
|
2001-01-26 02:13:04 +08:00
|
|
|
|
Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.h: added a hook in the context structure allowing to
|
|
|
|
|
link to extra support, needed for XSLT
|
|
|
|
|
|
2001-01-25 21:55:35 +08:00
|
|
|
|
Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
|
|
|
|
|
xmlXPtrCmpPoints to use it.
|
|
|
|
|
* propagated the following patch from Alejandro Forero
|
|
|
|
|
* include/win32config.h xmlIO.c: applied further suggestions
|
|
|
|
|
from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
|
|
|
|
|
* example/gjobread.c: fixed warnings, now that it builds
|
|
|
|
|
|
|
|
|
|
Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
|
|
|
|
|
|
|
|
|
|
* xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
|
|
|
|
|
|
|
|
|
|
* xmlIO.c (xmlCheckFilename): Function added to know whether a given
|
|
|
|
|
filename points to a valid file (not a directory).
|
|
|
|
|
* xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
|
|
|
|
|
Added calls to xmlCheckFilenameDir.
|
|
|
|
|
|
|
|
|
|
* xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
|
|
|
|
|
`path' (rather than `filename') as the parameter to gzopen and open.
|
|
|
|
|
|
2001-01-23 23:27:41 +08:00
|
|
|
|
Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: fixed a problem with EXTRA_DIST
|
|
|
|
|
|
2001-01-23 06:45:10 +08:00
|
|
|
|
Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am example/Makefile.am: finally found the trick
|
|
|
|
|
to build the example, i.e. add "." in SUBDIRS before example
|
|
|
|
|
in the list <grin/>
|
|
|
|
|
|
2001-01-22 23:32:01 +08:00
|
|
|
|
Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html: updated with an XSLT section, removed pointer to
|
|
|
|
|
W3C CVS base.
|
|
|
|
|
|
2001-01-22 18:45:16 +08:00
|
|
|
|
Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: when copying a XSLT tree object teh tree need to be copied
|
|
|
|
|
too, and deallocation need to occur the same way.
|
|
|
|
|
|
2001-01-22 17:58:39 +08:00
|
|
|
|
Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
|
|
|
|
|
type correponding to an XSLT result tree fragment. Share most
|
|
|
|
|
of the data format with node set, as well as operators.
|
|
|
|
|
* HTMLtree.c: added a newline at the end of the doctype output
|
|
|
|
|
whe this one is not present initially.
|
|
|
|
|
* tree.c: make sure taht the parent and doc pointers are properly
|
|
|
|
|
set when copying attributes (lists).
|
|
|
|
|
|
2001-01-21 17:48:59 +08:00
|
|
|
|
Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
|
|
|
|
|
|
2001-01-21 05:15:50 +08:00
|
|
|
|
Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: seems I finally killed that ugly path evaluation
|
|
|
|
|
context bug (tagged 9999 in case is is wrong)
|
|
|
|
|
|
2001-01-19 13:32:34 +08:00
|
|
|
|
Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
|
|
|
|
|
for XSLT
|
|
|
|
|
|
2001-01-18 23:21:36 +08:00
|
|
|
|
Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
|
|
|
|
|
for xmlGzfileOpen() bug
|
|
|
|
|
|
2001-01-18 20:17:12 +08:00
|
|
|
|
Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: removed an error found by XSLT usage
|
|
|
|
|
* tree.c parserInternals.h: use a predefined static string
|
|
|
|
|
for text and comment nodes, avoid freeing them in xmlFreeNode,
|
|
|
|
|
exported the string name in parserInternals.h and added
|
|
|
|
|
another value to disable encoding at output (for XSLT),
|
|
|
|
|
gain memory, time.
|
|
|
|
|
|
2001-01-17 16:19:35 +08:00
|
|
|
|
Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* win32/README.MSDev win32/libxml2/libxml2_a.dsp
|
|
|
|
|
win32/libxml2/libxml2_so.dsp: new makefiles and update
|
|
|
|
|
provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
|
|
|
|
|
|
2001-01-17 01:26:04 +08:00
|
|
|
|
Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
|
|
|
|
|
Gary Pennington
|
|
|
|
|
|
2001-01-16 03:41:13 +08:00
|
|
|
|
Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xpath.c: fixed the comaprision of values and nodelists,
|
|
|
|
|
need to compare nodelist still ...
|
|
|
|
|
* debugXML.c: avoided a possible core dump
|
|
|
|
|
* HTMLparser.c: cleanup
|
|
|
|
|
* nanohttp.c: contributed fix.
|
|
|
|
|
* tree.c: fixes in properties handling added xmlSetNsProp
|
|
|
|
|
needed by libxslt
|
|
|
|
|
* xpathInternals.h: exported xmlXPathBooleanFunction, added a
|
|
|
|
|
comment
|
|
|
|
|
* TODO: updated
|
|
|
|
|
|
2001-01-07 05:09:34 +08:00
|
|
|
|
Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* parser.c parserInternals.c: applied Bjorn Reese optimization
|
|
|
|
|
patch
|
|
|
|
|
|
|
|
|
|
Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: applied patch fro make check from Martin Vidner
|
|
|
|
|
|
2001-01-05 14:36:31 +08:00
|
|
|
|
Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* configure.in: preparing 2.2.11
|
|
|
|
|
* doc/html/*: rebuild the HTML files
|
|
|
|
|
* doc/xml.html : updated
|
|
|
|
|
|
2001-01-04 22:06:39 +08:00
|
|
|
|
Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* tree.c: fixed a stupid bug
|
|
|
|
|
* valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
|
|
|
|
|
patches related to validation of an XInclude processing result
|
|
|
|
|
* TODO: updated
|
|
|
|
|
|
2001-01-04 18:54:22 +08:00
|
|
|
|
Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
|
|
|
|
|
on large files
|
|
|
|
|
|
2001-01-04 04:52:44 +08:00
|
|
|
|
Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xmlIO.c: fixed xmlParserInputBufferCreateMem doc
|
|
|
|
|
|
2001-01-04 02:02:04 +08:00
|
|
|
|
Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
|
|
|
|
|
reported by Jonas Borgstr<74>m
|
|
|
|
|
* nanohttp.c: Applied Bjorn Reese' IPV6 first patch
|
|
|
|
|
|
2001-01-03 23:24:58 +08:00
|
|
|
|
Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* testXPath.c xpath.c: fixing the XPath union expressions problem
|
|
|
|
|
reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
2001-01-03 21:32:39 +08:00
|
|
|
|
Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
|
|
|
|
|
|
|
|
|
* xmllint.c: Made is so if the file name is "-" is will read form
|
|
|
|
|
standard input. Sven Heinicke <sven@zen.org>
|
|
|
|
|
* tree.c: fixed a problem when growing buffer
|
|
|
|
|
* tree.h: fixed the comment of the node types following andersca
|
|
|
|
|
comment
|
|
|
|
|
* TODO: updated
|
|
|
|
|
|
2000-12-27 18:46:47 +08:00
|
|
|
|
Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.[ch]: added a way to avoid adding automatically
|
|
|
|
|
omitted tags. htmlHandleOmittedElem() allows to change the
|
|
|
|
|
default handling.
|
|
|
|
|
* tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
|
|
|
|
|
xmlDocDumpFormatMemoryEnc(), uses memory functions for output
|
|
|
|
|
of xmllint too when using --memory flag, added a memory test
|
|
|
|
|
suite at the Makefile level.
|
|
|
|
|
* xpathInternals.h xpath.[ch] xpointer.c: fixed problems
|
|
|
|
|
with namespace use when encountering QNames in XPath evalation,
|
|
|
|
|
added xmlns() scheme in XPointer.
|
|
|
|
|
* nanoftp.c : incorporated a fix
|
|
|
|
|
* parser.c xmlIO.c: fixed problems raised with encoding when using
|
|
|
|
|
the memory I/O
|
|
|
|
|
* parserInternals.c: closed bug 25934 reported by
|
|
|
|
|
torsten.landschoff@innominate.de
|
|
|
|
|
* TODO: updated
|
|
|
|
|
|
2000-11-25 18:49:25 +08:00
|
|
|
|
Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in doc/html/* doc/xml.html: made a 2.2.9 release
|
|
|
|
|
on a non-updated tree :-(, made a 2.2.10 release to correct the
|
|
|
|
|
situation
|
|
|
|
|
|
2000-11-25 17:54:49 +08:00
|
|
|
|
Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
|
|
|
|
|
parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
|
|
|
|
|
integrated a set of OpenVMS changes from Howard Taylor
|
|
|
|
|
<Howard.Taylor@pacoast.com>
|
|
|
|
|
|
2000-11-25 08:48:47 +08:00
|
|
|
|
Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
|
|
|
|
|
* error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
|
|
|
|
|
|
2000-11-25 07:36:01 +08:00
|
|
|
|
Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: some fixes on auto-open of html/head/body
|
|
|
|
|
* encoding.c: fixed a compilation error on some gcc env
|
|
|
|
|
* xpath.c xpointer.[ch] xpathInternals.h: improved the
|
|
|
|
|
XPointer implementation
|
|
|
|
|
* test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
|
|
|
|
|
related XPointer tests and associated results
|
|
|
|
|
|
2000-11-24 21:04:04 +08:00
|
|
|
|
Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xmldtd.html doc/xml.html: following a short step by step
|
|
|
|
|
guidance on IRC to help maciej with DTDs I started a small
|
|
|
|
|
page on the subject.
|
|
|
|
|
|
2000-11-18 00:36:08 +08:00
|
|
|
|
Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: fixed handling of broken charrefs
|
|
|
|
|
* xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
|
|
|
|
|
patches
|
|
|
|
|
|
2000-11-14 02:22:49 +08:00
|
|
|
|
Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html doc/html/* : rebuilt the docs after adding
|
|
|
|
|
xinclude and updated page for 2.2.7 and 2.2.8
|
|
|
|
|
* configure.in: releasing 2.2.8
|
|
|
|
|
|
2000-11-13 19:47:47 +08:00
|
|
|
|
Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.[ch] parserInternals.c: applied the conditional
|
|
|
|
|
section processing fix from Jonathan P Springer
|
|
|
|
|
<jonathan.springer2@gte.net>
|
|
|
|
|
* xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
|
|
|
|
|
project file, fixed iconv default non support
|
|
|
|
|
* xpath.c: fixed the problem of evaluating relative expressions
|
|
|
|
|
when a node context is provided.
|
|
|
|
|
|
2000-11-12 23:56:56 +08:00
|
|
|
|
Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.c: fixed gcc 2.95 new warnings
|
|
|
|
|
* SAX.c: fixed a stupid bug
|
|
|
|
|
* tree.c: fixed a formatting problem when round-tripping
|
|
|
|
|
from/to memory
|
|
|
|
|
* xinclude.c: chased memleak, fixed a base problem
|
|
|
|
|
* xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
|
|
|
|
|
xmlXPtrBuildNodeList()
|
|
|
|
|
* TODO: updated
|
|
|
|
|
* Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
|
|
|
|
|
adding a first small set of regression tests for XInclude
|
|
|
|
|
|
2000-11-07 22:21:01 +08:00
|
|
|
|
Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanohttp.[ch]: applied Wayne Davison patches to access
|
|
|
|
|
the WWW-Authorization header.
|
|
|
|
|
* parser.c: Closed Bug#30847: Problems when switching encoding
|
|
|
|
|
in short files by applying Simon Berg's patch.
|
|
|
|
|
* valid.c: fixed a validation problem
|
|
|
|
|
* hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
|
|
|
|
|
xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
|
|
|
|
|
Wayne Davison
|
|
|
|
|
* xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
|
|
|
|
|
need to be extended to non full nodes selections.
|
|
|
|
|
* xinclude.c: starts to work decently
|
|
|
|
|
|
2000-11-07 00:43:11 +08:00
|
|
|
|
Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
|
|
|
|
|
debugXML.c xmlversion.h.in: Started adding XInclude support,
|
|
|
|
|
this is a new xmllint option
|
|
|
|
|
* tree.c xpath.c: applied TOM patches for XPath
|
|
|
|
|
* xpointer.c: fixed a couple of errors.
|
|
|
|
|
* uri.c: added an escaping function needed for xinclude
|
|
|
|
|
* testXPath.c hash.c HTMLtree.c: minor cleanups raised by
|
|
|
|
|
new warning from RH70 gcc's version
|
|
|
|
|
|
2000-11-01 02:23:44 +08:00
|
|
|
|
Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: fixed loop on invalid char in scripts
|
|
|
|
|
* parser.c: update to description of xmlIOParseDTD()
|
|
|
|
|
* libxml.m4 xmlversion.h.in: changes contributed by
|
|
|
|
|
Michael Schmeing <m.schmeing@internet-factory.de>
|
|
|
|
|
* configure.in: preparing for 2.2.7
|
|
|
|
|
* Makefile.am: trying to avoid config.h and acconfig.h
|
|
|
|
|
being included in the distrib
|
|
|
|
|
* configure.in: released 2.2.7
|
|
|
|
|
|
|
|
|
|
Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
|
|
|
|
|
like namespaces for good. Unified xmlNs and xmlNode somewhat.
|
|
|
|
|
|
2000-10-30 23:33:22 +08:00
|
|
|
|
Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.[ch]: added xmlIOParseDTD()
|
|
|
|
|
* xpointer.c: added support for the 2 extra parameters of
|
|
|
|
|
string-range, fixed a stoopid error when '0' was present
|
|
|
|
|
in XPointer expressions
|
|
|
|
|
* test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
|
|
|
|
|
testsuite for the above
|
|
|
|
|
|
2000-10-30 17:27:53 +08:00
|
|
|
|
Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* libxml.spec.in: improved package descriptions
|
|
|
|
|
|
2000-10-30 02:06:06 +08:00
|
|
|
|
Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.c xpathInternals.h: applied a large cleaning patch
|
|
|
|
|
from TOM <ptittom@free.fr>, it also add namespace support
|
|
|
|
|
for function and variables registration.
|
|
|
|
|
|
2000-10-30 01:53:40 +08:00
|
|
|
|
Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* uri.c: Wayne Davison's patch fixing xmlBuildURI()
|
|
|
|
|
* Makefile.mingw: Wayne Davison's update adding hash.c
|
|
|
|
|
|
2000-10-30 01:46:30 +08:00
|
|
|
|
Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.c: fixed the root evaluation problems
|
|
|
|
|
* HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
|
|
|
|
|
ignorable spaces with <b> <bold> <em>
|
|
|
|
|
* tree.c: fixed a loop in xmlSearchNsByHref()
|
|
|
|
|
|
2000-10-28 01:04:52 +08:00
|
|
|
|
Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.c: applied another XPath patch from TOM
|
|
|
|
|
* xpath.c include/makefile.am: applied another patch from
|
|
|
|
|
china@thewrittenword.com (cleanup on IRIX).
|
|
|
|
|
|
2000-10-27 19:49:33 +08:00
|
|
|
|
Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xml-config.1: received a fixed version from Fredrik Hallenberg
|
|
|
|
|
<hallon@lysator.liu.se>
|
|
|
|
|
|
2000-10-26 22:07:44 +08:00
|
|
|
|
Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
|
|
|
|
|
cleanup patch for XPath
|
|
|
|
|
|
2000-10-26 03:56:55 +08:00
|
|
|
|
Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* patched to redirrect all "out of context" error messages to
|
|
|
|
|
a reconfigurable routine. The changes are:
|
|
|
|
|
* xmlerror.h : added the export of an error context type (void *)
|
|
|
|
|
an error handler type xmlGenericErrorFunc there is an interface
|
|
|
|
|
xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
|
|
|
|
|
to reset the error handling routine and its argument
|
|
|
|
|
(by default it's equivalent to respectively fprintf and stderr.
|
|
|
|
|
* all the c files: all wild accesses to stderr or stdout within
|
|
|
|
|
the library have been replaced to calls to the handler.
|
|
|
|
|
|
2000-10-25 21:32:39 +08:00
|
|
|
|
Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: release 2.2.6
|
|
|
|
|
* xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
|
|
|
|
|
exporting the inner functions of xpath for extension modules
|
|
|
|
|
* doc/*: updated and rebuilt the doc
|
|
|
|
|
|
2000-10-25 19:01:53 +08:00
|
|
|
|
Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanohttp.c : applied Wayne HTTP cleanup patch
|
|
|
|
|
* tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
|
|
|
|
|
and xmlNodeSetSpacePreserve()
|
|
|
|
|
|
2000-10-25 18:11:55 +08:00
|
|
|
|
Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.c: closing bug #29260
|
|
|
|
|
|
2000-10-25 01:10:12 +08:00
|
|
|
|
Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* hash.[ch] debugXML.c: expanded/enhanced the API, added
|
|
|
|
|
multikey tuples, made hash structure opaque
|
|
|
|
|
* valid.[ch]: moved elements, attributes, notations decalarations
|
|
|
|
|
as well as ID and refs to hash tables.
|
|
|
|
|
* entities.c: hash cleanup
|
|
|
|
|
* xmlmemory.c: fixed a dump problem in debug mode
|
|
|
|
|
* include/Makefile.am: problem passing in DESTDIR= values patch
|
|
|
|
|
from Marc Christensen <marc@calderasystems.com>
|
|
|
|
|
* nanohttp.c: removed debugging remains
|
|
|
|
|
* HTMLparser.c: the bogus tag should be ignored (Wayne)
|
|
|
|
|
* HTMLparser.c parser.c: fixing a number of problems with the
|
|
|
|
|
macros in the *parser.c files (Wayne).
|
|
|
|
|
* HTMLparser.c: close the previous option when opening a new one
|
|
|
|
|
(Marc Sanfacon).
|
|
|
|
|
* result/HTML/*: updated the HTML results accordingly
|
|
|
|
|
|
2000-10-23 00:56:02 +08:00
|
|
|
|
Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
|
|
|
|
|
hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
|
|
|
|
|
XPath functions and XML entities table to them. More to come...
|
|
|
|
|
* xmlIO.c: fixed libxml closing FILEs it didn't open.
|
|
|
|
|
|
2000-10-22 20:04:13 +08:00
|
|
|
|
Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c: coalesce adjacent text nodes
|
|
|
|
|
* valid.c: handling of blank nodes in DTd validation (raised
|
|
|
|
|
by problems with a posteriori validation).
|
|
|
|
|
* nanohttp.c: changing behaviour on HTTP write stuff.
|
|
|
|
|
* HTMLtree.c: forced body and html to be explicitely closed.
|
|
|
|
|
* xpath.h: exported more XPath functions.
|
|
|
|
|
|
2000-10-16 04:38:39 +08:00
|
|
|
|
Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Release of 2.2.5
|
|
|
|
|
* xpointer.c: range() range-inside and other helper functions
|
|
|
|
|
* parserInternals.c: fixed perf problem raised by rolf@pointsman.de
|
|
|
|
|
|
2000-10-15 22:24:25 +08:00
|
|
|
|
Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* SAX.c: HTML attributes need normalization too (Bjorn Reese)
|
|
|
|
|
* HTMLparser.[ch]: addded htmlIsScriptAttribute()
|
|
|
|
|
|
2000-10-15 19:27:01 +08:00
|
|
|
|
Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/*: rebuilt docs preparing for 2.2.5 release, added URI
|
|
|
|
|
and XPointer modules
|
|
|
|
|
|
2000-10-15 18:27:08 +08:00
|
|
|
|
Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* SAX.h: closed #25107
|
|
|
|
|
|
2000-10-15 18:06:55 +08:00
|
|
|
|
Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* testSAX.c: fixed problem with cdata reporting
|
|
|
|
|
* SAXresult/* : updated
|
|
|
|
|
|
2000-10-15 18:02:56 +08:00
|
|
|
|
Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
|
|
|
|
|
Closed bug #27499, added to regression tests
|
|
|
|
|
* TODO: updated
|
|
|
|
|
|
2000-10-15 07:38:43 +08:00
|
|
|
|
Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
|
|
|
|
|
support for SCRIPT and STYLE with help from Bjorn Reese
|
|
|
|
|
* test/HTML/* result/HTML/*: added simple testcase and updated
|
|
|
|
|
the existing ones.
|
|
|
|
|
|
2000-10-14 00:38:25 +08:00
|
|
|
|
Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.c xpointer.c: XPointer reorder of ranges start/end and
|
|
|
|
|
string-range for empty strings
|
|
|
|
|
* test/XPath/docs/str test/XPath/xptr/chaptersrange
|
|
|
|
|
test/XPath/xptr/strrange: augmented the XPointer testsuite
|
|
|
|
|
|
2000-10-13 18:23:06 +08:00
|
|
|
|
Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html doc/xmlmem.html: added a module describing memory
|
|
|
|
|
interfaces and use, updated the main page.
|
|
|
|
|
|
2000-10-13 07:26:32 +08:00
|
|
|
|
Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
|
|
|
|
|
nanoftp code work on Windows too now
|
|
|
|
|
|
|
|
|
|
Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
2000-10-13 07:15:24 +08:00
|
|
|
|
|
|
|
|
|
* testXPath.c xpath.[ch]: moved some debug functions to xpath core
|
|
|
|
|
* xpointer.c: implemented string-range() at least a good first version
|
|
|
|
|
* test/XPath/docs/str test/XPath/xptr/strrange
|
|
|
|
|
result/XPath/xptr/strrange: the string-range() tests
|
|
|
|
|
|
2000-10-12 16:06:28 +08:00
|
|
|
|
Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.am include/Makefile.am include/win32config.h
|
|
|
|
|
win32/Makefile.mingw: fixed problems reported by Wayne Davison
|
|
|
|
|
and make distcheck
|
|
|
|
|
|
2000-10-12 07:50:35 +08:00
|
|
|
|
Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
|
|
|
|
|
xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
|
|
|
|
|
* xpointer.c: slight extension of xmlXPtrLocationSetMerge
|
|
|
|
|
|
2000-10-12 07:39:43 +08:00
|
|
|
|
Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
|
|
|
|
|
patch for socklen_t detection by
|
|
|
|
|
Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
|
2000-10-11 23:57:05 +08:00
|
|
|
|
Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
|
|
|
|
|
and added a --dtdvalid option to xmllint used to test it
|
|
|
|
|
|
2000-10-11 21:04:36 +08:00
|
|
|
|
Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xml-config.1 Makefile.am libxml.spec.in: adding a man page for
|
|
|
|
|
xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
|
|
|
|
|
|
2000-10-11 18:54:10 +08:00
|
|
|
|
Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
|
|
|
|
|
handlings (registration, lookup, cleanup)
|
|
|
|
|
|
2000-10-11 07:50:30 +08:00
|
|
|
|
Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in Makefile.am include/makefile.am: adding XPointer
|
|
|
|
|
and XPtrtests target
|
|
|
|
|
* xpointer.[ch] : new files for XPointer support
|
|
|
|
|
* test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
|
|
|
|
|
more XPath tests
|
|
|
|
|
|
2000-10-11 07:24:14 +08:00
|
|
|
|
Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: fixed, very broken, make distcheck works again
|
|
|
|
|
|
2000-10-11 07:01:31 +08:00
|
|
|
|
Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* More work toward 2.2.5, integrated a number of patches
|
|
|
|
|
* configure.in Makefile.am win32config.h.in: trying to cleanup
|
|
|
|
|
make distcheck .... huh ...
|
|
|
|
|
* include/Makefile.am include/win32config.h: new directory
|
|
|
|
|
for includes
|
|
|
|
|
* win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
|
|
|
|
|
updated teh makefiles and instructions for WIN32
|
|
|
|
|
* xpath.c: small fixes
|
|
|
|
|
* test/XPath/ results/XPath: updated the testcases and results
|
|
|
|
|
* HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
|
|
|
|
|
suggested patches
|
|
|
|
|
* valid.c: fixed an ID bug
|
|
|
|
|
|
2000-10-09 20:30:39 +08:00
|
|
|
|
Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* moved xml-error.h to xmlerror.h: seems this allowed to bypass
|
|
|
|
|
the automake bug where wrong dependancies were generated.
|
|
|
|
|
* xpath.[ch]: worked on XPointer
|
|
|
|
|
|
2000-10-06 20:59:53 +08:00
|
|
|
|
Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in Makefile.am: 2.2.5, ship the include in an
|
|
|
|
|
include/libxml subdirectory, use symlinks when using CVS
|
|
|
|
|
* testSAX.c: fixed small bug
|
|
|
|
|
* testXPath.c: changed the way testfiles are parsed
|
|
|
|
|
* debugXML.c: same kind of cleanup when parsing an argument expression
|
|
|
|
|
XPath/XPointers can have blanks embedded
|
|
|
|
|
* xpath.[ch]: more cleanup, reorgs for XPointer work
|
|
|
|
|
* parserInternals.c parser.c HTMLparser.c: fixed wrong include
|
|
|
|
|
* win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
|
|
|
|
|
|
2000-10-06 00:30:11 +08:00
|
|
|
|
Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
|
|
|
|
|
in the XPath engine, rewrote large parts of it, now it's far
|
|
|
|
|
cleaner and in sync with the REC not an old WD. Fixed a parsing
|
|
|
|
|
problem in the interactive XML shell found when testing XPath.
|
|
|
|
|
|
2000-10-04 21:33:43 +08:00
|
|
|
|
Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
|
|
|
|
|
incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
|
|
|
|
|
examples with the extra test
|
|
|
|
|
|
2000-10-04 20:40:27 +08:00
|
|
|
|
Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
|
|
|
|
|
the global init function.
|
|
|
|
|
|
2000-10-03 17:33:21 +08:00
|
|
|
|
Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: Doohhh, attribute name parsing was still case
|
|
|
|
|
sensitive ! Fixed this ...
|
|
|
|
|
* result/HTML/* : updated the tests results accordingly
|
|
|
|
|
|
2000-10-03 07:04:54 +08:00
|
|
|
|
Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
|
|
|
|
|
engine, should be far more stable, incorporated a new version of
|
|
|
|
|
preceding/following axis, need testing
|
|
|
|
|
* uri.c: fixed file:///c:/a/b/c problem
|
|
|
|
|
* test/XPath/tests/idsimple: augmented the XPath tests
|
|
|
|
|
|
2000-10-02 04:33:47 +08:00
|
|
|
|
Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/* rebuilding docs for 2.2.4 release
|
|
|
|
|
|
2000-10-02 04:28:44 +08:00
|
|
|
|
Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: releasing 2.2.4
|
|
|
|
|
* parser.[ch]: added xmlStrEqual()
|
|
|
|
|
* HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
|
|
|
|
|
tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
|
|
|
|
|
use xmlStrEqual instead
|
|
|
|
|
* TODO: updated
|
|
|
|
|
* added an XPath test
|
|
|
|
|
|
2000-10-02 02:23:35 +08:00
|
|
|
|
Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: fixed htmlStartCloseIndexinitialized init
|
|
|
|
|
* entities.h: exported xmlInitializePredefinedEntities
|
|
|
|
|
* parser.[ch] : added xmlInitParser()
|
|
|
|
|
* parserInternals.h : had to export htmlInitAutoClose()
|
|
|
|
|
|
2000-10-01 23:53:30 +08:00
|
|
|
|
Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.[ch] : fixed some serious XPath Predicate evaluation
|
|
|
|
|
problems
|
|
|
|
|
* Makefile.am : added XPath regression tests to normal tests
|
|
|
|
|
* uri.c: fixed a problem with local paths, cleanup
|
|
|
|
|
* parser.c: fixed a problem with large CData sections
|
|
|
|
|
|
2000-09-30 22:39:55 +08:00
|
|
|
|
Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in xml-config.in: patch from "Ben Taylor"
|
|
|
|
|
<sol7x86@hotmail.com> for solaris shared libs lookup
|
|
|
|
|
|
2000-09-30 07:17:57 +08:00
|
|
|
|
2000-09-30 Martin Baulig <baulig@suse.de>
|
|
|
|
|
|
|
|
|
|
* libxml-2.0.pc.in: Provide pkg-config script.
|
|
|
|
|
|
|
|
|
|
* configure.in: Create the libxml-2.0.pc script from the
|
|
|
|
|
libxml-2.0.pc.in templates.
|
|
|
|
|
* Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
|
2000-09-30 10:27:55 +08:00
|
|
|
|
script in `$(libdir)/pkgconfig'.
|
2000-09-30 07:17:57 +08:00
|
|
|
|
|
2000-09-25 22:26:28 +08:00
|
|
|
|
Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
|
|
|
|
|
when compiling with MSC
|
|
|
|
|
|
2000-09-25 02:49:59 +08:00
|
|
|
|
Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.c: patch for normalize-string() substring-before(),
|
|
|
|
|
substring-after() and translate() functions from Bjorn Reese
|
|
|
|
|
<breese@mail1.stofanet.dk>
|
|
|
|
|
* libxml.m4 Makefile.am: added libxml.m4 from Debian ?
|
|
|
|
|
Fredrik Hallenberg <hallon@lysator.liu.se>
|
|
|
|
|
* TODO: updated
|
|
|
|
|
|
2000-09-24 16:12:14 +08:00
|
|
|
|
Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
|
|
|
|
|
problem of socklen_t being undefined on a number of platforms
|
|
|
|
|
* debugXML.c: fixed a compilation problem when without snprintf
|
|
|
|
|
|
2000-09-23 18:28:52 +08:00
|
|
|
|
Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
|
|
|
|
|
an URI bug and a fix for the control-character-induced infinite loop
|
|
|
|
|
* nanohttp.c: preventive fix for compiling on WIN32
|
|
|
|
|
|
2000-09-23 00:07:02 +08:00
|
|
|
|
Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmlint.c: closing bug #25000
|
|
|
|
|
|
2000-09-22 21:51:48 +08:00
|
|
|
|
Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
|
|
|
|
|
* parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
|
|
|
|
|
modified slightly Wayne Davison patch adding xmlStrcasecmp and
|
|
|
|
|
related function, fixing xmlStrncmp(), and associated cleanup
|
|
|
|
|
* result/HTML/entities.html.sax: updating result
|
|
|
|
|
|
2000-09-19 20:25:59 +08:00
|
|
|
|
Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* uri.c: applied patch for URI escaping from Wayne Davison
|
|
|
|
|
<wayned@blorf.net>
|
|
|
|
|
* tree.c parserInternals.c HTMLparser.c: memset checks patches
|
|
|
|
|
from Denis Barbier <barbier@imacs.polytechnique.fr>
|
|
|
|
|
* HTMLparser.c: UTF8 characters in HTML tag-attribute values
|
|
|
|
|
patch from Wayne Davison
|
|
|
|
|
|
2000-09-18 00:38:14 +08:00
|
|
|
|
Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html : updated with new releases, adding "how to help"
|
|
|
|
|
|
2000-09-18 00:00:22 +08:00
|
|
|
|
Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
|
|
|
|
|
removed a few warnings in pedantic mode ...
|
|
|
|
|
* parserInternals.c parser.c: moved encoding switching function
|
|
|
|
|
to parserInternals.c
|
|
|
|
|
* configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
|
|
|
|
|
|
2000-09-17 02:15:00 +08:00
|
|
|
|
Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c parser.c: set ctxt->errNo before calling the
|
|
|
|
|
error or warning handlers
|
|
|
|
|
|
2000-09-16 22:02:43 +08:00
|
|
|
|
Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parserInternals.c parserInternals.h parser.c Makefile.am:
|
|
|
|
|
created a new module parserInternals.c, moved most of the
|
|
|
|
|
code shared by the various parsers there, as well as
|
|
|
|
|
deprecated code from parser.c. More cleanup of parser.c
|
|
|
|
|
* uri.c: fixed a problem when URI is NULL
|
|
|
|
|
* valid.c: speedup when looking for an attribute declaration
|
|
|
|
|
|
2000-09-11 00:14:55 +08:00
|
|
|
|
Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
|
|
|
|
|
the cleanup of the computation of URI references when seeking
|
|
|
|
|
external entities. The URI reference string and the resulting
|
|
|
|
|
URI are both stored now.
|
|
|
|
|
* parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
|
|
|
|
|
large s(n)printf checks and cleanup from Denis Barbier
|
|
|
|
|
<barbier@imacs.polytechnique.fr>
|
|
|
|
|
* xmlversion.h.in tree.h: couple of SGML declarations for a
|
|
|
|
|
possible docbook module.
|
|
|
|
|
* result/VC/ : a couple of test output changed due to the change
|
|
|
|
|
of the entities URI
|
|
|
|
|
|
2000-09-10 22:01:12 +08:00
|
|
|
|
Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.h: added a _private field for linking user's data
|
|
|
|
|
|
2000-09-10 21:23:08 +08:00
|
|
|
|
Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c parserInternals.h: demacroified most of the IS_XXX
|
|
|
|
|
the gain in size is significant so ...
|
|
|
|
|
|
2000-09-09 02:54:41 +08:00
|
|
|
|
Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* entities.c: cases where looking up entities with doc==NULL
|
|
|
|
|
covered
|
|
|
|
|
|
2000-09-05 18:42:32 +08:00
|
|
|
|
Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
2000-09-07 16:54:32 +08:00
|
|
|
|
* uri.c: applied Wayne Davison patch
|
2000-09-05 18:42:32 +08:00
|
|
|
|
* Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
|
|
|
|
|
|
2000-09-04 19:15:39 +08:00
|
|
|
|
Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
2000-09-07 16:54:32 +08:00
|
|
|
|
* uri.c testUri.c: applied Wayne Davison patches
|
2000-09-04 19:15:39 +08:00
|
|
|
|
* test/URI/uri.data result/URI/uri.data: first set of tests/results
|
|
|
|
|
* Makefile.in: added URItest and included thenin "make tests"
|
|
|
|
|
|
|
|
|
|
Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
2000-09-04 01:20:17 +08:00
|
|
|
|
|
|
|
|
|
* xmlversion.h.in: closed bug 22941
|
|
|
|
|
|
2000-08-31 22:57:50 +08:00
|
|
|
|
Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xmlio.html: added doc and example for entity loader
|
|
|
|
|
redefinition.
|
|
|
|
|
|
2000-08-31 21:50:12 +08:00
|
|
|
|
Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
|
|
|
|
|
used by libxml
|
|
|
|
|
|
2000-08-30 02:29:38 +08:00
|
|
|
|
Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: Fixed bug on invalid ontent characters and when using
|
|
|
|
|
push.
|
|
|
|
|
* xmllint.c: fixed xmllint endling of errors in push mode
|
|
|
|
|
|
2000-08-29 17:41:15 +08:00
|
|
|
|
Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c testHTML.c: applied two new patches from
|
2000-09-23 15:07:40 +08:00
|
|
|
|
Wayne Davison <wayned@users.sourceforge.net>
|
2000-08-29 17:41:15 +08:00
|
|
|
|
* result/HTML/*.sax: regenerated HTML SAX output
|
|
|
|
|
* parser.c: more cleanup.
|
|
|
|
|
|
2000-08-28 18:04:51 +08:00
|
|
|
|
Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.[ch] testHTML.c: applied the second set of
|
2000-09-23 15:07:40 +08:00
|
|
|
|
patches from Wayne Davison <wayned@users.sourceforge.net>,
|
|
|
|
|
adding htmlEncodeEntities()
|
2000-08-28 18:04:51 +08:00
|
|
|
|
* HTMLparser.c: fixed an ignorable white space detection bug
|
|
|
|
|
occuring when parsing with SAX only
|
|
|
|
|
* result/HTML/*.sax: updated since the output is now HTML
|
|
|
|
|
encoded...
|
|
|
|
|
|
2000-08-28 06:40:15 +08:00
|
|
|
|
Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
2000-09-23 15:07:40 +08:00
|
|
|
|
* HTMLparser.[ch]: applied some of Wayne Davison
|
|
|
|
|
<wayned@users.sourceforge.net> patches
|
2000-08-28 06:40:15 +08:00
|
|
|
|
|
2000-08-28 05:12:29 +08:00
|
|
|
|
Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* SAX.c tree.c debugXML.c: fixed bogus behaviour when an
|
|
|
|
|
undeclared namespace prefix was used, added a warning.
|
|
|
|
|
Cleaned up support w.r.t. entities, spilling out a warning
|
|
|
|
|
and being pedantic on lookups.
|
|
|
|
|
* test/warning/ent9 : added testcase for previous example.
|
|
|
|
|
* TODO: updated
|
|
|
|
|
* parserInternals.h parser.c: changed the way names are parsed
|
|
|
|
|
now allow infinite size and decrease penalty for normal use
|
|
|
|
|
* parser.c: Started a big cleanup/check of the parser code,
|
|
|
|
|
fixed some of the most tortuous entity code, spotted code
|
|
|
|
|
unused anymore
|
|
|
|
|
* test/*: added tests for very long names and related nasty
|
|
|
|
|
things.
|
|
|
|
|
|
2000-08-27 05:40:43 +08:00
|
|
|
|
Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/encoding.html: added encoding aliases doc
|
|
|
|
|
* doc/xml.html: updates
|
|
|
|
|
* encoding.[ch]: added EncodingAliases functions
|
|
|
|
|
* entities.[ch] valid.[ch] debugXML.c: removed two serious
|
|
|
|
|
bottleneck affecting large DTDs like Docbook
|
|
|
|
|
* parser.[ch] xmllint.c: added a pedantic option, will be
|
|
|
|
|
useful
|
|
|
|
|
* SAX.c: redefinition of entities is reported in pedantic mode
|
|
|
|
|
* testHTML.c: uninitialized warning from gcc
|
|
|
|
|
* uri.c: fixed a couple of bugs
|
|
|
|
|
* TODO: added issue raised by Michael
|
|
|
|
|
|
2000-08-23 07:52:16 +08:00
|
|
|
|
Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/encoding.html: propagated Martin Duerst suggestions
|
|
|
|
|
|
2000-08-23 07:36:12 +08:00
|
|
|
|
Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: Fixed Bug#21552: libxml fails to decode &
|
|
|
|
|
* uri.c testUri.c patches, by Marc Sanfacon (1 left)
|
|
|
|
|
* parser.c HTMLparser.c: HTML/encoding push problems reportedi
|
|
|
|
|
by Wayne Davison
|
|
|
|
|
|
2000-08-20 23:11:02 +08:00
|
|
|
|
Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.c nanohttp.c: small cleanup
|
|
|
|
|
* TODO: updated
|
|
|
|
|
|
2000-08-20 04:58:02 +08:00
|
|
|
|
Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* added an old VC testcase and updated title.xml entity
|
|
|
|
|
|
2000-08-20 03:52:36 +08:00
|
|
|
|
Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
|
|
|
|
|
done on auto-opening of <p> tags and cleanup of SAX output
|
|
|
|
|
|
2000-08-20 00:48:54 +08:00
|
|
|
|
Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
|
|
|
|
|
|
2000-08-20 00:40:28 +08:00
|
|
|
|
Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html libxml.* structure.*: updated the doc a bit
|
|
|
|
|
|
2000-08-17 21:50:51 +08:00
|
|
|
|
Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* testSAX.c testHTML.c result/HTML/: cleanup of the output
|
|
|
|
|
of SAX tests
|
|
|
|
|
|
2000-08-15 01:57:48 +08:00
|
|
|
|
Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Patch from Albert Chin-A-Young <china@thewrittenword.com>:
|
|
|
|
|
* xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
|
|
|
|
|
|
2000-08-14 23:13:33 +08:00
|
|
|
|
Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Patch from Dave Yearke <yearke@eng.buffalo.edu>:
|
|
|
|
|
* testHTML.c: fix core dump on Solaris 2.x systems
|
|
|
|
|
* HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
|
|
|
|
|
* result/HTML/*.sax: previous bug fix lead to new results
|
|
|
|
|
|
2000-08-14 22:58:22 +08:00
|
|
|
|
Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Patch from Albert Chin-A-Young <china@thewrittenword.com>:
|
|
|
|
|
* configure.in: added --with-readline=DIR to accept alternate
|
|
|
|
|
path for readline include/library
|
|
|
|
|
* configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
|
|
|
|
|
for ANSI under HP-UX
|
|
|
|
|
* config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
|
|
|
|
|
includes @LIBS@
|
|
|
|
|
|
2000-08-13 05:20:53 +08:00
|
|
|
|
Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/* : rebuilt the docs
|
|
|
|
|
* getting ready for 2.2.2 release
|
|
|
|
|
|
2000-08-13 05:12:04 +08:00
|
|
|
|
Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
|
|
|
|
|
and xmlAddFeature()
|
|
|
|
|
* tree.[ch]: added xmlAddChildList()
|
|
|
|
|
* xmllint.c: MAP_FAILED macro test
|
|
|
|
|
* parser.h: added xmlParseCtxtExternalEntity()
|
|
|
|
|
* valid.c: applied bug fixes removed warning
|
|
|
|
|
* tree.c: added CDATA block to elements content
|
|
|
|
|
* testSAX.c: cleanup of output
|
|
|
|
|
* testHTML.c: added SAX testing
|
|
|
|
|
* encoding.c: better error recovery
|
|
|
|
|
* SAX.c, parser.c: fixed one of the external entity processing
|
|
|
|
|
of the OASis testsuite
|
|
|
|
|
* Makefile.am: added HTML SAX regression tests
|
|
|
|
|
* configure.in: bumped to 2.2.2
|
|
|
|
|
* test/HTML/ result/HTML: added a few of HTML tests, and added the
|
|
|
|
|
SAX results
|
|
|
|
|
|
2000-08-05 02:23:10 +08:00
|
|
|
|
Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: patch for HP compiler
|
|
|
|
|
|
|
|
|
|
2000-08-04 Sven Heinicke <sven@zen.org>
|
|
|
|
|
|
|
|
|
|
* xmllint.c: Was coredumping sometimes when the file given didn't
|
|
|
|
|
exist.
|
|
|
|
|
|
2000-07-22 04:32:03 +08:00
|
|
|
|
Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c xmlIO.[ch]: fixed the problem of encoding support
|
2000-08-20 23:11:02 +08:00
|
|
|
|
|
2000-07-22 04:32:03 +08:00
|
|
|
|
when using in memory parsing. Need some cleanup.
|
|
|
|
|
* xmllint.c configure.in: added a --memory flag to test memory
|
|
|
|
|
parsing
|
|
|
|
|
|
2000-07-21 23:16:39 +08:00
|
|
|
|
Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanohttp.c: fixed socklen_t replacement to unsigned int
|
|
|
|
|
* parser.c: fixed a space handdling missing at the end of
|
|
|
|
|
production 28 DOCTYPE.
|
|
|
|
|
* xmlmemory.c: fixed a stupid bug on the routine to override
|
|
|
|
|
allocation functions
|
|
|
|
|
* TODO: updated
|
|
|
|
|
|
2000-07-14 23:02:46 +08:00
|
|
|
|
Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/ regenerated the docs
|
|
|
|
|
|
2000-07-14 22:49:25 +08:00
|
|
|
|
Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/encoding.html doc/xml.html: added I18N doc
|
|
|
|
|
* encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
|
|
|
|
|
improvements, both parser and filters, added ASCII & HTML,
|
|
|
|
|
fixed the ISO-Latin-1 one
|
|
|
|
|
* xmllint.c testHTML.c: added/made visible --encode
|
|
|
|
|
* debugXML.c : cleanup
|
|
|
|
|
* most .c files: applied patches due to warning on Windows and
|
|
|
|
|
when using Sun Pro cc compiler
|
|
|
|
|
* xpath.c : cleanup memleaks
|
|
|
|
|
* nanoftp.c : added a TESTING preprocessor flag for standalong
|
|
|
|
|
compile so that people can report bugs more easilly
|
|
|
|
|
* nanohttp.c : ditched socklen_t which was a portability mess
|
|
|
|
|
and replaced it with unsigned int.
|
|
|
|
|
* tree.[ch]: added xmlHasProp()
|
|
|
|
|
* TODO: updated
|
|
|
|
|
* test/ : added more test for entities, NS, encoding, HTML, wap
|
|
|
|
|
* configure.in: preparing for 2.2.0 release
|
|
|
|
|
|
2000-07-10 18:27:46 +08:00
|
|
|
|
Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.c: fixed the way the control connection is handled
|
|
|
|
|
* libxml.spec.in: fixed the dependancies and cleanup
|
|
|
|
|
|
2000-07-03 20:38:45 +08:00
|
|
|
|
Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html: changed the xmlsoft.org structure, updated the
|
|
|
|
|
examples w.r.t. root and childs
|
|
|
|
|
|
2000-07-03 02:53:09 +08:00
|
|
|
|
Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* libxml.spec.in: fixed bug #7419, dependancies fouled for libxml-devel
|
|
|
|
|
|
2000-07-02 15:56:37 +08:00
|
|
|
|
Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: Work on character encoding support for the HTML parser
|
|
|
|
|
* HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
|
|
|
|
|
* encoding.c: Fixed a potential memleak in the encoding stuff
|
|
|
|
|
|
2000-07-01 19:49:28 +08:00
|
|
|
|
Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/FAQ.html doc/Makefile.am : added a FAQ
|
|
|
|
|
|
|
|
|
|
Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
2000-07-01 02:39:56 +08:00
|
|
|
|
|
|
|
|
|
* HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
|
|
|
|
|
of the HTML parser to force it to not bypass SAX
|
|
|
|
|
|
2000-07-01 01:58:25 +08:00
|
|
|
|
Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* win32config.h.in: updated
|
|
|
|
|
* xmlversion.h.in: crap forgot to update this, this mean 2.1.0
|
|
|
|
|
lacks iconv support :-( need to release 2.1.1
|
|
|
|
|
* configure.in: release 2.1.1
|
|
|
|
|
* HTMLparser: fixed bug #14784
|
|
|
|
|
* xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
|
|
|
|
|
by Windows compiler
|
|
|
|
|
* HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
|
|
|
|
|
the SAX startDocument() callback.
|
|
|
|
|
* TODO: updated
|
|
|
|
|
|
|
|
|
|
Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* added xmlStopParser()
|
|
|
|
|
|
2000-06-29 07:40:59 +08:00
|
|
|
|
Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: 2.1.0 prerelease
|
|
|
|
|
* Large resync between W3C and Gnome tree
|
|
|
|
|
* nanoftp, nanohttp.c: fixed stalled connections probs
|
|
|
|
|
* HTMLtree.c SAX.c : support for attribute without values in
|
|
|
|
|
HTML for andersca
|
|
|
|
|
* valid.c: Fixed most validation + namespace problems
|
|
|
|
|
* HTMLparser.c: start document callback for andersca
|
|
|
|
|
* debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
|
|
|
|
|
* parser.h, SAX.c: serious speed improvement for large
|
|
|
|
|
CDATA blocks
|
|
|
|
|
* encoding.[ch] xmlIO.[ch]: Improved seriously saving to
|
|
|
|
|
different encoding
|
|
|
|
|
* example/Makefile.am example/gjobread.c tree.h: work on
|
|
|
|
|
libxml1 libxml2 convergence.
|
|
|
|
|
* config.h.in parser.c xmllint.c: added xmlCheckVersion()
|
|
|
|
|
and the LIBXML_TEST_VERSION macro
|
|
|
|
|
|
2000-06-24 02:32:15 +08:00
|
|
|
|
Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html: various patches and improvements typo fixed by
|
|
|
|
|
Felix Natter
|
|
|
|
|
* doc/libxml-doc.el: Emacs module to lookup the libxml documentation
|
|
|
|
|
from Felix Natter <fnatter@gmx.net>
|
|
|
|
|
|
2000-05-06 16:11:19 +08:00
|
|
|
|
Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/upgrade.html: updated with instructions for support of both
|
|
|
|
|
libxml-1.x and libxml-2.x
|
|
|
|
|
* doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
|
|
|
|
|
for 2.x support and also fixed includes
|
|
|
|
|
|
|
|
|
|
|
revamped the encoding support, added iconv support, so now libxml if
* encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
the encoding support, added iconv support, so now libxml if
compiled with iconv automatically support japanese encodings
among others. Work based on initial patch from Yuan-Chen Cheng
I may have broken binary compat in the encoding handler
registration scheme, but that was so utterly broken I don't
expect anybody to have used this feature until now.
* parserInternals.h: fixup on the CHAR range macro
* xml-error.h, parser.c: catch URL/URI errors using the uri.c
code.
* tree.[ch]: added xmlBufferGrow(), was needed for iconv
* uri.c: added xmlParseURI() I can't believe I forgot to
implement this one in 2.0 !!!
* SAX.c: moved doc->encoding update in the endDocument() call.
* TODO: updated.
Iconv rules :-)
Daniel
2000-05-03 22:20:55 +08:00
|
|
|
|
Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
|
|
|
|
|
the encoding support, added iconv support, so now libxml if
|
|
|
|
|
compiled with iconv automatically support japanese encodings
|
|
|
|
|
among others. Work based on initial patch from Yuan-Chen Cheng
|
|
|
|
|
I may have broken binary compat in the encoding handler
|
|
|
|
|
registration scheme, but that was so utterly broken I don't
|
|
|
|
|
expect anybody to have used this feature until now.
|
|
|
|
|
* parserInternals.h: fixup on the CHAR range macro
|
|
|
|
|
* xml-error.h, parser.c: catch URL/URI errors using the uri.c
|
|
|
|
|
code.
|
|
|
|
|
* tree.[ch]: added xmlBufferGrow(), was needed for iconv
|
|
|
|
|
* uri.c: added xmlParseURI() I can't believe I forgot to
|
|
|
|
|
implement this one in 2.0 !!!
|
|
|
|
|
* SAX.c: moved doc->encoding update in the endDocument() call.
|
|
|
|
|
* TODO: updated.
|
|
|
|
|
|
2000-04-24 19:33:38 +08:00
|
|
|
|
Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.h: removed extraneous xmlRemoveProp definition
|
|
|
|
|
* TODO: added item about --disable-corba configure switch
|
|
|
|
|
* tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
|
|
|
|
|
* nanoftp.c: fixed include problems giving troubles on AIX and
|
|
|
|
|
slowlaris
|
|
|
|
|
* xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
|
|
|
|
|
parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
|
|
|
|
|
comment and headers changes to lower gtk-doc number of warnings
|
|
|
|
|
* doc/html/*: rebuilt docs
|
|
|
|
|
|
2000-04-16 16:52:20 +08:00
|
|
|
|
Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HACKING: documented the tag for 1.x and instructions
|
|
|
|
|
|
2000-04-12 21:27:38 +08:00
|
|
|
|
Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
|
|
|
|
|
xmlNewIOInputStream, xmlParserInputBufferCreateIO,
|
|
|
|
|
xmlCreateIOParserCtxt
|
|
|
|
|
* parser.c parserInternals.h: speedup of IS_CHAR like macros,
|
|
|
|
|
significant overall improvement
|
|
|
|
|
* xmllint.c: added I/O test to xmllint
|
|
|
|
|
* testSAX.c: added a speed test
|
|
|
|
|
* doc/* : updated/regenerated
|
|
|
|
|
|
2000-04-08 21:17:27 +08:00
|
|
|
|
Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.c uri.h parserInternals.h: cosmetic changes from
|
|
|
|
|
"Timur I. Bakeyev" <timur@bat.ru>, including making
|
|
|
|
|
xmlCreateURI() public
|
|
|
|
|
|
2000-04-08 01:00:24 +08:00
|
|
|
|
Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
|
|
|
|
|
and the code at the same time. Added a clean mechanism for
|
|
|
|
|
overload or added input methods: xmlRegisterInputCallbacks()
|
|
|
|
|
* tree.c: fixed xmlPrevSibling and xmlNextSibling per
|
|
|
|
|
Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
|
|
|
|
|
* TODO: updated
|
|
|
|
|
* doc/* : updated/regenerated
|
|
|
|
|
* doc/Makefile.am: tweaks to avoid problem with libxml link in the
|
|
|
|
|
source dir
|
|
|
|
|
|
2000-04-06 03:12:29 +08:00
|
|
|
|
Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* testURI.c: yet another forgotten commit, I should get some sleep !
|
|
|
|
|
|
2000-04-06 02:38:42 +08:00
|
|
|
|
Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmllint.c: forgot to commit this too ?
|
|
|
|
|
|
2000-04-05 22:23:16 +08:00
|
|
|
|
Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmlversion.h.in : forgot to commit this previously
|
|
|
|
|
|
2000-04-04 03:48:13 +08:00
|
|
|
|
Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: preparing libxml-2.0.0 version looks Ok so far
|
|
|
|
|
* README TODO: updated for release
|
|
|
|
|
* uri.c uri.h: added authority parsing/saving
|
|
|
|
|
* uri.c testURI.c Makefile.am: moved the testing code to testURI.c
|
|
|
|
|
* xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
|
|
|
|
|
debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
|
|
|
|
|
tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
|
|
|
|
|
Makefile.am : added compile-time customization of libxml
|
|
|
|
|
--with-ftp --with-http --with-html --with-xpath --with-debug
|
|
|
|
|
--with-mem-debug
|
|
|
|
|
* *.[ch] autoconf.sh : moved to an absolute adressing of includes :
|
|
|
|
|
#include <libxml/xxx.h> I hope it won't break too much stuff
|
|
|
|
|
and will be manageable in the future...
|
|
|
|
|
* xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
|
|
|
|
|
and added xmllint to the installed programs
|
|
|
|
|
* uri.h: added xmlFreeURI()
|
|
|
|
|
|
2000-03-24 21:41:54 +08:00
|
|
|
|
Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* uri.c uri.h: finished the escaping handling, the base support
|
|
|
|
|
and the URI path normalization. Looks good just lacks the
|
|
|
|
|
authority content parsing code.
|
|
|
|
|
* Makefile.am: added instructions to generate testURI
|
|
|
|
|
* TODO: updated
|
|
|
|
|
* doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
|
|
|
|
|
added links and icons for W3C and Gnome
|
|
|
|
|
|
2000-03-20 21:07:15 +08:00
|
|
|
|
Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmlmemory.[ch] : seems I forgot to actually update the files in
|
|
|
|
|
the last commit :-)
|
|
|
|
|
* doc/xml.html doc/html/* : updated and uploaded the docs
|
|
|
|
|
|
2000-03-20 19:48:04 +08:00
|
|
|
|
Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
|
|
|
|
|
* TODO: updated
|
|
|
|
|
* xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
|
2000-03-20 21:07:15 +08:00
|
|
|
|
libxml default allocation function with another set (like gmalloc/
|
2000-03-20 19:48:04 +08:00
|
|
|
|
gfree).
|
|
|
|
|
* Makefile.am, uri.c, uri.h: added a set of functions to do
|
|
|
|
|
exact (litteraly copied from the RFC 2396 productions) parsing
|
|
|
|
|
and handling of URI. Will be needed for XLink, one XML WFC,
|
|
|
|
|
XML Base and reused in the nano[ftp/http] modules. Still work
|
|
|
|
|
to be done.
|
|
|
|
|
|
2000-03-15 03:59:05 +08:00
|
|
|
|
Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in, libxml.spec.in : libxml2
|
|
|
|
|
* doc/* : updated the doc page, rebuilt the docs
|
|
|
|
|
|
2000-03-15 02:30:20 +08:00
|
|
|
|
Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* all: tagged LIB_XML_1_X
|
|
|
|
|
* *.c *.h : updated from W3C CVS tree
|
|
|
|
|
* configure.in : 2.0.0-beta
|
|
|
|
|
* libxml.spec.in : libxml2 package nam
|
|
|
|
|
* result/* : new version of the tests output
|
|
|
|
|
|
2000-03-06 15:41:49 +08:00
|
|
|
|
Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html, doc/update.html: updated docs, 1.8.7
|
|
|
|
|
|
2000-03-04 19:39:42 +08:00
|
|
|
|
Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/* : rebuilt the docs
|
|
|
|
|
* parser.c: final patch on #6766
|
|
|
|
|
* valid.c: small patch on validity checks.
|
|
|
|
|
|
2000-03-04 19:39:42 +08:00
|
|
|
|
Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
|
|
|
|
|
added
|
|
|
|
|
* parser.c: adding xmlKeepBlanksDefault() as a way to manage
|
|
|
|
|
compatibility w.r.t. XML spec and existing code.
|
|
|
|
|
|
2000-03-02 11:46:43 +08:00
|
|
|
|
Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: seems a better solution to <a> </a> exists,
|
|
|
|
|
will try it for a while
|
|
|
|
|
|
2000-03-02 11:33:32 +08:00
|
|
|
|
Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: tried to remove the <a> </a> generating <a/>
|
|
|
|
|
this is hard. Left a flag for that purpose. Fixed bug #6766
|
|
|
|
|
* configure.in: prepared 1.8.7 not released, due to previous
|
|
|
|
|
problem
|
|
|
|
|
|
2000-03-02 08:15:55 +08:00
|
|
|
|
Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html : applied second patch from Paul DuBois
|
|
|
|
|
|
2000-03-01 06:57:47 +08:00
|
|
|
|
Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html : applied patch from Paul DuBois
|
|
|
|
|
|
2000-02-03 01:42:48 +08:00
|
|
|
|
Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c HTMLparser.c: do a bit of bufferization in push mode.
|
|
|
|
|
|
2000-02-03 01:15:36 +08:00
|
|
|
|
Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
|
|
|
|
|
compilation warnings on various platforms.
|
|
|
|
|
* parser.c: Fixed #5281 validity error callbacks are now desactived
|
|
|
|
|
by default if not validating.
|
|
|
|
|
|
2000-02-02 22:52:08 +08:00
|
|
|
|
Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.c, win32config.h.in: patches to compile on WIN32
|
|
|
|
|
|
2000-02-02 07:59:15 +08:00
|
|
|
|
Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
|
|
|
|
|
<gkatsi@cs.toronto.edu>
|
|
|
|
|
|
2000-01-31 04:04:29 +08:00
|
|
|
|
Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
|
|
|
|
|
processing URLs
|
|
|
|
|
|
2000-01-31 04:00:07 +08:00
|
|
|
|
Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
|
|
|
|
|
xmlNanoFTPUpdateURL for persistent control connections.
|
|
|
|
|
* configure.in: 1.8.6
|
|
|
|
|
|
|
|
|
|
Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
|
|
|
|
|
* tree.[ch] : added xmlSaveNoEmptyTags
|
|
|
|
|
|
2000-01-28 21:59:21 +08:00
|
|
|
|
2000-01-29 James Henstridge <james@daa.com.au>
|
|
|
|
|
|
|
|
|
|
* nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
|
|
|
|
|
|
|
|
|
|
* Makefile.am: added nanoftp.[ch] to the build.
|
|
|
|
|
|
2000-01-26 03:27:27 +08:00
|
|
|
|
Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.[ch]: cleanup, comments, API
|
|
|
|
|
* debugXML.c : fixed a bug in the cat command
|
|
|
|
|
* doc/*: regenerated the docs
|
|
|
|
|
|
2000-01-26 02:31:22 +08:00
|
|
|
|
Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
|
|
|
|
|
* debugXML.c : fixed a bug in the cat command
|
|
|
|
|
* valid.c: fixing some small probs
|
|
|
|
|
* libxml.spec.in: get rid of the SNAP suffix
|
|
|
|
|
* doc/xml.html: updated the status
|
|
|
|
|
|
2000-01-24 21:55:06 +08:00
|
|
|
|
Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xml-config.in: xml-config --version to just return the
|
|
|
|
|
version number
|
|
|
|
|
* xpath.c: some cleanup w.r.t. axis when the current node is
|
|
|
|
|
an attribute.
|
|
|
|
|
* TODO: updated
|
|
|
|
|
|
2000-01-19 02:01:01 +08:00
|
|
|
|
Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: prepared for libxml-1.8.5
|
|
|
|
|
* doc/* recompiled the documentation
|
|
|
|
|
|
|
|
|
|
2000-01-17 Jody Goldberg <jgoldberg@home.com>
|
|
|
|
|
|
|
|
|
|
* configure.in : WARNING autoconf subtlety alert :
|
|
|
|
|
Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
|
|
|
|
|
when looking for zlib.h so that HAVE_ZLIB_H is defined.
|
|
|
|
|
* config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
|
|
|
|
|
get defined by AC_CHECK_HEADERS.
|
|
|
|
|
|
2000-01-18 00:06:10 +08:00
|
|
|
|
Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c: fixed a hideous bug in xmlGetProp() thanks to
|
|
|
|
|
Rune.Djurhuus@fast.no
|
|
|
|
|
|
2000-01-15 22:20:03 +08:00
|
|
|
|
Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* TODO: updated
|
|
|
|
|
* tree.c, parser.c: made sure that only memory alloc problems
|
|
|
|
|
and internal parser errors are allowed to write to stdout or
|
|
|
|
|
stderr.
|
|
|
|
|
|
2000-01-14 22:45:24 +08:00
|
|
|
|
Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c : restored xmlNewGlobalNs since this seems used by
|
|
|
|
|
a lot of existing code :-(, fixed a bug in xmlNewNs
|
|
|
|
|
* nanohttp.c: fixed a problem with INCLUDE_WINSOCK
|
|
|
|
|
* HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
|
|
|
|
|
to exit() from the library code.
|
|
|
|
|
* xpath.c, parser.c: removed bugs or unused code detected by
|
|
|
|
|
Windows compilers
|
|
|
|
|
* parser.c: started adding interfaces for parsing well balanced
|
|
|
|
|
XML fragments
|
|
|
|
|
* configure.in: releasing 1.8.4
|
|
|
|
|
* doc/* : rebuilt the docs
|
|
|
|
|
|
2000-01-10 05:08:56 +08:00
|
|
|
|
Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch] : added xmlNewDocFragment() for DOM
|
|
|
|
|
* testHTML.c: uninitialized variable.
|
|
|
|
|
|
2000-01-05 22:58:39 +08:00
|
|
|
|
Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/* : rebuild the docs
|
|
|
|
|
|
2000-01-05 22:46:17 +08:00
|
|
|
|
Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* acconfig.h: readline and history patch
|
|
|
|
|
* valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
|
|
|
|
|
* tree.c: added check and handling when possibly removing an ID
|
|
|
|
|
* tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
|
|
|
|
|
and saving.
|
|
|
|
|
* test/HTML/entities.html result/HTML/entities.html* : test for
|
|
|
|
|
various entities reference cases
|
|
|
|
|
* result/HTML/* : as a result output of some testcase have
|
|
|
|
|
changed
|
|
|
|
|
* HTMLparser.c, parser.c: fixed a bug in the push mode triggered
|
|
|
|
|
by previous example. added xmlParseTryOrFinish().
|
|
|
|
|
* xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
|
|
|
|
|
entities.h debugXML.h HTMLparser.h: changed the way struct are
|
|
|
|
|
declared to allow gtk-doc to expose those
|
|
|
|
|
* parser.c: closed bug #4960
|
|
|
|
|
* Makefile.am configure.in: Applied patch from
|
|
|
|
|
Albert Chin-A-Young <china@thewrittenword.com> for better zlib
|
|
|
|
|
and math/socket libs detection
|
|
|
|
|
|
2000-01-04 01:30:46 +08:00
|
|
|
|
Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in, Makefile.am: link tester against readline
|
|
|
|
|
* doc/xml.html doc/*/*: updated and rebuilt the documentation pages
|
|
|
|
|
|
2000-01-03 19:08:02 +08:00
|
|
|
|
Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch]: added xmlRemoveProp
|
|
|
|
|
* win32config.h.in nanohttp.c: avoid including the Windows
|
|
|
|
|
socket stuff in every C files
|
|
|
|
|
* parser.c: removed an indetermination xmLDecl/PI(xml...) in
|
|
|
|
|
the XmL parser(s)
|
|
|
|
|
* test/ns4 result/ns4 etc...: added test case for previous prob
|
|
|
|
|
* tree.c: xmlNewNs wasn't checking for double definition
|
|
|
|
|
* Makefile.in: fixed a problem with dist-hook duplicates
|
|
|
|
|
* parser.[hc], xmlIO.c: fixed the loading of external entities
|
|
|
|
|
APIs, now xmlLoadExternalEntity() is used everywhere and
|
|
|
|
|
setting up an app specific front-end using the
|
|
|
|
|
* SAX.c parser.c: some fixes, now the xhtml spec validates
|
|
|
|
|
with the xhtml DTD.
|
|
|
|
|
* error.c: fixed crashes in case of no input stream
|
|
|
|
|
* test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
|
|
|
|
|
to the validation tests and results
|
|
|
|
|
|
1999-12-29 20:49:06 +08:00
|
|
|
|
Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
|
|
|
|
|
too htmlCreatePushParserCtxt() and htmlParseChunk()
|
|
|
|
|
* parser.c: a bit of cleanup.
|
|
|
|
|
* SAX.c, HTMLparser.c: some attributes may not have values (contrary
|
|
|
|
|
to XML) removed the last mem leak known
|
|
|
|
|
* HTMLtree.c: output message cleanup
|
|
|
|
|
* xmlmemory.c: display content info about memory blocks
|
|
|
|
|
* result/HTML/wired.* : missing att value warning change
|
|
|
|
|
|
1999-12-29 00:43:59 +08:00
|
|
|
|
Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/* : rebuilt the documentation
|
|
|
|
|
|
1999-12-29 00:35:14 +08:00
|
|
|
|
Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.[ch] parserInternals.h: Push parser for XML,
|
|
|
|
|
seems to work fine now
|
|
|
|
|
* tester.c debugXML.[ch]: Added an XML shell debug facility and
|
|
|
|
|
--push for push testing
|
|
|
|
|
* xpath.[ch] : cleaned up for Shell usage, added missing APIs
|
|
|
|
|
* testSAX.c: added --push
|
|
|
|
|
* HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
|
|
|
|
|
subtree
|
|
|
|
|
* xmlIO.[ch] : enriched API + fixes for push mode
|
|
|
|
|
* entities.[ch]: added the entity content length to the struct.
|
|
|
|
|
* xmlmemory.[ch]: new API to show the last entries for the shell
|
|
|
|
|
* valid.c: added required attribute testing
|
|
|
|
|
* SAX.c: the cdata callback now merge contiguous fragments
|
|
|
|
|
* HTMLparser.c: cleanup of some macros
|
|
|
|
|
|
1999-12-22 19:30:41 +08:00
|
|
|
|
Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: fix for PIs name starting with xml
|
|
|
|
|
* tree.c: fixed a potential problem with || and && ops
|
1999-12-22 19:31:10 +08:00
|
|
|
|
* *.c, configure.in win32config.h.in : generate win32config.h for
|
|
|
|
|
those on the Other Side !
|
1999-12-22 19:30:41 +08:00
|
|
|
|
|
1999-12-22 00:25:49 +08:00
|
|
|
|
Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: fixed a stupid = vs. == bug :-(
|
|
|
|
|
* doc/gnome-xml.sgml: s/glade/xml/
|
|
|
|
|
|
1999-12-21 23:35:29 +08:00
|
|
|
|
Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in, doc/xml.html : bug fix release 1.8.2
|
|
|
|
|
* debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
|
|
|
|
|
Hopefully the end of that silly C++ include problem
|
|
|
|
|
* tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
|
|
|
|
|
xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
|
|
|
|
|
* HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
|
|
|
|
|
troubles with autoclosed elements when the stree shape doesn't
|
|
|
|
|
follow the DtD specs. Added htmlIsAutoClosed() and
|
|
|
|
|
htmlAutoCloseTag()
|
|
|
|
|
* result/HTML/*.htm*: Updated the HTML examples regression tests output
|
|
|
|
|
* SAX.c tree.c: fixed bug on defaulting namespaces on attributes
|
|
|
|
|
* debugXML.c: fixed a bug on printing default namespaces.
|
|
|
|
|
* HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
|
|
|
|
|
|
1999-12-18 23:32:46 +08:00
|
|
|
|
Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* result/HTML/*.htm[l] : updated the HTML regression tests according
|
|
|
|
|
to the new output
|
|
|
|
|
* xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
|
|
|
|
|
HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
|
|
|
|
|
problem due to intermix of extern "C" { ... } declarations for C++
|
|
|
|
|
and recursive includes in the headers
|
|
|
|
|
|
1999-12-18 23:32:45 +08:00
|
|
|
|
1999-12-20 Chris Lahey <clahey@umich.edu>
|
|
|
|
|
|
|
|
|
|
* HTMLtree.c: Made it so that html nodes with a single child do
|
|
|
|
|
not insert a carriage return before or after the child node.
|
|
|
|
|
|
1999-12-18 23:32:46 +08:00
|
|
|
|
Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
1999-12-18 23:32:45 +08:00
|
|
|
|
|
|
|
|
|
* configure.in, doc/xml.html : bug fix release 1.8.1
|
|
|
|
|
* parser.c: fixed bug #4344
|
|
|
|
|
* xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
|
|
|
|
|
added the glue to avoid C++ problems
|
|
|
|
|
* doc/* : regenerated the documentation
|
|
|
|
|
|
1999-12-17 01:52:19 +08:00
|
|
|
|
Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c: fixed a bug introduced in 1.8.0 and breaking default
|
|
|
|
|
namespace recognition, and Dia as a resul :-(
|
|
|
|
|
* encoding.c: closed bug #3950
|
|
|
|
|
|
1999-12-16 03:08:24 +08:00
|
|
|
|
Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* valid.c: debugging a posteriori validation, except URI expansion
|
|
|
|
|
stuff this should be fixed now
|
|
|
|
|
* parserInternals.h: fixed a bug in IS_BASECHAR reported by
|
|
|
|
|
Carl Nygard <cnygard@bellatlantic.net>
|
|
|
|
|
* tester.c: added --postvalid, cleaning of the code
|
|
|
|
|
* tree.[ch]: added xmlDocGetRootElement()
|
|
|
|
|
|
1999-12-15 12:32:07 +08:00
|
|
|
|
Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
|
|
|
|
|
|
|
|
|
|
* SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
|
|
|
|
|
c++ losage.
|
|
|
|
|
|
1999-12-12 21:03:50 +08:00
|
|
|
|
Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in, doc/xml.html : bumped to 1.8.0
|
|
|
|
|
* xlink.[ch], Makefile.am : added framework for link detection
|
|
|
|
|
* parser.h: added nbChars to parser context, needed for cleanup.
|
|
|
|
|
* xmlmemory.c: removed a nasty bug when out of mem
|
|
|
|
|
* valid.[ch]: adding namespace support for attribute decl
|
|
|
|
|
* tester.c: added --debugent option
|
|
|
|
|
* debugXML.[ch]: added xmlDebugDumpEntities()
|
|
|
|
|
* parser.c: cleanup, avoiding use of CUR_PTR like plague, using
|
|
|
|
|
buffers instead, this was really needed, validation was breaking
|
|
|
|
|
in strange ways due to that. Added xmlParseStringPEReference()
|
|
|
|
|
and other parsing from strings functions. Entities processing
|
|
|
|
|
modified again, but PERef are still not handled correcly but
|
|
|
|
|
unless you're Eve Maller you won't notice :-)
|
|
|
|
|
* HTMLparser.c: large changes toward reliability, and switched to
|
|
|
|
|
lowercase internal tags, XHTML is lowercase, so it will help
|
|
|
|
|
that output is closer to next version.
|
|
|
|
|
* doc/* : regenerated the documentation, it is now hosted at
|
|
|
|
|
http://xmlsoft.org/ (same bits I just bought the domain :-)
|
|
|
|
|
|
|
|
|
|
|
1999-12-03 21:19:09 +08:00
|
|
|
|
Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
|
|
|
|
|
doc generation
|
|
|
|
|
* parser.c: fixed bugs #3908 and #3937 and a memory leak
|
|
|
|
|
in the SAX API
|
|
|
|
|
* doc/*: rebuilt the doc making sure everything appears in the
|
|
|
|
|
HTML files
|
|
|
|
|
|
1999-12-01 17:51:45 +08:00
|
|
|
|
Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
|
|
|
|
|
added the patch from Carl Nygard <cnygard@bellatlantic.net>
|
|
|
|
|
which allow impressive speed improvement on dataset with
|
|
|
|
|
large text pieces, but at the cost of broken binary
|
|
|
|
|
compatibility and slightly bigger memory usage.
|
|
|
|
|
Configure with --with-buffers to activate them, they
|
|
|
|
|
are protected with XML_USE_BUFFER_CONTENT define.
|
|
|
|
|
* entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
|
|
|
|
|
goal is 0 memory left allocated once parser is no more used
|
|
|
|
|
* testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
|
|
|
|
|
call xmlCleanupParser() and xmlMemoryDump()
|
|
|
|
|
|
1999-11-25 02:04:22 +08:00
|
|
|
|
Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
|
|
|
|
|
* parser.[ch] encoding.[ch]: added memory cleanup routines
|
|
|
|
|
* parser.c: closing bug #3788
|
|
|
|
|
* doc/*: rebuilt the doc
|
|
|
|
|
|
1999-11-23 18:40:46 +08:00
|
|
|
|
Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
|
|
|
|
|
xmlNewTextChild() and xmlSetCompressMode() behaviour.
|
|
|
|
|
* tester.c: added --compress option
|
|
|
|
|
* doc/*: rebuilt the documentation
|
|
|
|
|
|
1999-11-20 01:46:26 +08:00
|
|
|
|
Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: bugfixing, the damn thing MUST not crash even
|
|
|
|
|
if given /proc/kcore as input !
|
|
|
|
|
* doc/xml.html doc/*: updated and rebuilt the documentation
|
|
|
|
|
|
|
|
|
|
Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
1999-11-18 22:02:05 +08:00
|
|
|
|
|
|
|
|
|
* parser.c: Fixed some wrongly space collapsing code due to
|
|
|
|
|
a misreading of the spec.
|
|
|
|
|
* result/*: fixed the output accordingly
|
|
|
|
|
|
|
|
|
|
Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
1999-11-18 01:32:38 +08:00
|
|
|
|
|
|
|
|
|
* encoding.c: bug fix and typos
|
|
|
|
|
* xmlIO.[ch] parser.c: first bits toward real progressive parsing
|
|
|
|
|
* parser.c: added attribute normalization closing bug #3597
|
|
|
|
|
* test/att* result/att* SAXresult/att*: testcase for attribute
|
|
|
|
|
normalization
|
|
|
|
|
|
1999-11-16 01:53:11 +08:00
|
|
|
|
Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: closing bug #3163 by adding extra flags for the
|
|
|
|
|
cc compiler on HP-UX
|
|
|
|
|
|
1999-11-13 01:02:31 +08:00
|
|
|
|
Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* valid.[ch] : removed a typo and an enumerated type bug in the
|
|
|
|
|
xmlAddElementDecl() function
|
|
|
|
|
* tree.c : I changed xmlSetProp() and xmlNewProp() to do the
|
|
|
|
|
call to xmlEncodeEntitiesReentrant() so that the functions
|
|
|
|
|
New, Set and Get are at the same level.
|
|
|
|
|
* parser.c HTMLparser.c: extra memory allocation bug for
|
|
|
|
|
attributes detected by someone using libxml in embedded systems :-)
|
|
|
|
|
|
1999-10-28 23:51:53 +08:00
|
|
|
|
Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmlmemory.h: turned off mem debug :-\
|
|
|
|
|
|
1999-10-25 21:15:52 +08:00
|
|
|
|
Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: closed bug #2784 a one line fix, but worth pushing
|
|
|
|
|
a new release out
|
|
|
|
|
* HTMLparser.c: fixed auto-close bugs on list items, zeroing
|
|
|
|
|
some structures, comments before and after the
|
|
|
|
|
main element, and other nastyness
|
|
|
|
|
* HTMLtree.c tree.c: accomodate the extended HTML supported
|
|
|
|
|
* configure.in: pushing 1.7.4
|
|
|
|
|
* test/ent8 and related outputs : added a new test for bug #2784
|
|
|
|
|
* test/HTML/wired.html and related output: a nasty HTML example
|
|
|
|
|
* Makefile.am: improved the test scripts
|
|
|
|
|
* docs/* : reran the documentation extractor, updated xml.html
|
|
|
|
|
|
1999-10-14 17:10:25 +08:00
|
|
|
|
Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
|
|
|
|
|
HTMLparser and debugged the HTML related code. HTML documents
|
|
|
|
|
now have their own type
|
|
|
|
|
* entities.c: do not dump ' for HTML output
|
|
|
|
|
* xmlmemory.c: improvement, breakpoint mechanism
|
|
|
|
|
* testHTML.c: added --sax --repeat ...
|
|
|
|
|
* Makefile.am: improved the HTML tests
|
|
|
|
|
* valid.[ch]: added xmlValidGetValidElements and
|
|
|
|
|
xmlValidGetPotentialChildren
|
|
|
|
|
* tester.c: added --insert to test the 2 new functions
|
|
|
|
|
* test//* result//* SAXresult//* : regression test cleanup
|
|
|
|
|
and extension.
|
|
|
|
|
* doc/html : added doc for new modules gnome-xml-xmlmemory.html and
|
|
|
|
|
gnome-xml-nanohttp.html
|
|
|
|
|
|
1999-10-11 23:09:51 +08:00
|
|
|
|
Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: fixed problems with some autoclose tags
|
|
|
|
|
* tree.c: fixed XML output problems.
|
|
|
|
|
* result/* SAXresult/*: update of the tests output
|
|
|
|
|
|
1999-10-09 17:11:45 +08:00
|
|
|
|
Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Arturo patch for xmlConf.sh version info
|
|
|
|
|
* parser.c: Tim Josling patch for single quoted items
|
|
|
|
|
* tester.c: Tim Josling patch for tester options usage
|
|
|
|
|
* tree.h: indent cleanup
|
|
|
|
|
|
1999-10-08 22:37:09 +08:00
|
|
|
|
Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c parser.h : Fixed problems with HTML parsing
|
|
|
|
|
reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
|
|
|
|
|
|
1999-10-08 17:40:39 +08:00
|
|
|
|
Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c : Raph patch for initialization of CORBA fields
|
|
|
|
|
* parser.c, xpath.c, ...: modification of doc comments
|
|
|
|
|
* xpath.c : allow spaces in xpath expressions
|
|
|
|
|
|
1999-09-27 16:17:49 +08:00
|
|
|
|
Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmlmemory.h: turning off memory debug :-(
|
|
|
|
|
|
1999-09-26 19:31:02 +08:00
|
|
|
|
Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
|
|
|
|
|
better SAX interfaces.
|
|
|
|
|
* testSAX.c: uses the new SAX routine, avoid fetching any remote
|
|
|
|
|
entity.
|
|
|
|
|
* configure.in: 1.7.2
|
|
|
|
|
|
|
|
|
|
Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
1999-09-24 22:03:48 +08:00
|
|
|
|
|
|
|
|
|
* libxml.spec.in: fixed the URL
|
|
|
|
|
* doc/xml.html: improved the documentation front-end
|
|
|
|
|
|
1999-09-26 19:31:02 +08:00
|
|
|
|
Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
1999-09-24 07:08:42 +08:00
|
|
|
|
|
|
|
|
|
* nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
|
|
|
|
|
|
1999-09-26 19:31:02 +08:00
|
|
|
|
Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
1999-09-24 06:19:22 +08:00
|
|
|
|
|
|
|
|
|
* libxml.spec.in: fixed the alpha compile problem
|
|
|
|
|
* parser.[ch]: changed errno to errNo in the parser context :-(
|
|
|
|
|
* *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
|
|
|
|
|
* doc/xml.html: changed CHAR to xmlChar
|
|
|
|
|
* doc/html/*: recompiled the documentation
|
|
|
|
|
* configure.in: 1.7.1
|
|
|
|
|
|
1999-09-22 17:46:25 +08:00
|
|
|
|
Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.h: modified the parser context struct to regain 1.4.0
|
|
|
|
|
binary compatibility
|
|
|
|
|
* parser.c, xml-error.h: added errno ot teh context and defined
|
|
|
|
|
a set of errors values with update of errno
|
|
|
|
|
* nanohttp.[ch]: minimalist HTTP front-end for fetching remote
|
|
|
|
|
DTDs and entities
|
|
|
|
|
* *.h, *.c: complete cleanup of the use of config.h and include
|
|
|
|
|
protection depending on the current setup.
|
|
|
|
|
* overalll debugging, maintenance and bug-fixing on all modules
|
|
|
|
|
* updated the documentation
|
|
|
|
|
* ready for 1.7.0
|
|
|
|
|
|
1999-09-09 05:35:25 +08:00
|
|
|
|
Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c : cleanup
|
|
|
|
|
* SAX.c valid.c valid.h: added ID/IDREF checking
|
|
|
|
|
* tree.c tree.h: extended doc structure for refs
|
|
|
|
|
* configure.in: 1.6.2
|
|
|
|
|
* parser.c: patched bug in SAX user arg call
|
|
|
|
|
* parserInternals.h: patched missing close in C++ wrapping
|
|
|
|
|
* testXPath.c xpath.c xpath.h: prepared for extensibility,
|
|
|
|
|
especially upcoming XPointer implementation.
|
|
|
|
|
* doc/xml.html: augmented, typo
|
|
|
|
|
|
1999-09-05 04:50:25 +08:00
|
|
|
|
Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
|
|
|
|
|
|
|
|
|
|
* doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
|
|
|
|
|
not all invocations of install understand -d.
|
|
|
|
|
|
1999-09-05 04:25:14 +08:00
|
|
|
|
Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: prepend all the test* calls with $(top_builddir) -
|
|
|
|
|
to make 'check' works, when builddir != srcdir.
|
|
|
|
|
|
1999-09-05 02:27:23 +08:00
|
|
|
|
Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* doc/xml.html : updated the documentation
|
|
|
|
|
|
1999-09-03 06:04:43 +08:00
|
|
|
|
Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
|
|
|
|
|
not deallocated memory blocks
|
|
|
|
|
* *.c : replaces all calls to malloc() free() and realloc() to
|
|
|
|
|
the wrapper functions/macros
|
|
|
|
|
* tree.c : removed memory leaks dues to calling xmlFreeNode()
|
|
|
|
|
instead of xmlFreeNodeList()
|
|
|
|
|
|
1999-09-01 20:19:13 +08:00
|
|
|
|
Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c: corrected a stupid bug leading to core dump at
|
|
|
|
|
tree deallocation. Removed warnings indicated by
|
|
|
|
|
Stephane.Conversy@lri.fr
|
|
|
|
|
* entities.c: Fixes Yet Another Stupid Bug, entities were not
|
|
|
|
|
looked for in the external subset
|
|
|
|
|
|
|
|
|
|
Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
1999-08-30 19:23:51 +08:00
|
|
|
|
|
|
|
|
|
* parser.c valid.[ch] xpath.c: patched compilation warnings reported
|
|
|
|
|
on SGI by Stephane.Conversy@lri.fr
|
|
|
|
|
|
1999-08-30 05:02:19 +08:00
|
|
|
|
Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* all .h : changed the prototype declaration indent as in gtk
|
|
|
|
|
* most .c : working on reducing the TODOs in the code
|
|
|
|
|
* most .c : cleanup though -pedantic and Insure++
|
|
|
|
|
* improvements on validation ID checkings.
|
|
|
|
|
* tree.[ch] SAX.c: added support for namespace on attributes #2022
|
|
|
|
|
* xml-config.in: closed #1810
|
|
|
|
|
|
|
|
|
|
Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
1999-08-16 07:32:28 +08:00
|
|
|
|
|
|
|
|
|
* tree.h, valid.c, valid.h: more work on validity, IDs
|
|
|
|
|
* xpath.c: added/fixed comparidon and equlity, added a new isinf
|
|
|
|
|
definition for AIX
|
|
|
|
|
|
1999-08-16 01:19:50 +08:00
|
|
|
|
Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
|
|
|
|
|
the distribution due to a cut'n paste error at last commit
|
|
|
|
|
|
1999-08-11 03:04:08 +08:00
|
|
|
|
Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: upgraded to version 1.4.0
|
|
|
|
|
* valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
|
|
|
|
|
Big update, added a large part of the validation process,
|
|
|
|
|
it should be usable, but some parts are missing
|
|
|
|
|
* xpath.c: improved the implementation w.r.t. root.
|
|
|
|
|
* Makefile.am: added more tests
|
|
|
|
|
* test and result trees: added a lot of tests
|
|
|
|
|
* libxml.spec.in: export libxml.so.0 and libxml.so.1
|
|
|
|
|
|
1999-08-10 17:34:35 +08:00
|
|
|
|
Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Added an HACKING file
|
|
|
|
|
|
1999-07-28 03:52:06 +08:00
|
|
|
|
Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xpath.[ch] : improvements and debug of the XPath implementation
|
|
|
|
|
* parser.c, HTMLparser.c : modified the parsers to be progressive
|
|
|
|
|
* tree.[ch] : extended the Buffer promitives
|
|
|
|
|
* xmlIO.[ch] : added basic I/O routines providing progressive
|
|
|
|
|
parsing and ready for I18N conversion plugins
|
|
|
|
|
* SAXresult/* : the SAX callback sequence maybe slightly different
|
|
|
|
|
now
|
|
|
|
|
* test*.c : improved/updated the tests programs
|
|
|
|
|
* doc/* : recompiled the docs.
|
|
|
|
|
|
1999-07-27 00:42:37 +08:00
|
|
|
|
1999-07-26 Michael Meeks <michael@edenproject.org>
|
|
|
|
|
|
|
|
|
|
* tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
|
|
|
|
|
|
|
|
|
|
* tree.c: Ditto.
|
|
|
|
|
|
1999-07-15 22:24:29 +08:00
|
|
|
|
Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: upgraded to version 1.4.0
|
|
|
|
|
* xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
|
|
|
|
|
draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
|
|
|
|
|
XML query language, see http://www.w3.org/TR/xpath for more details.
|
|
|
|
|
* parser.c, parser.h: added CHAR* related string functions for XPath
|
|
|
|
|
* HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
|
|
|
|
|
* doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
|
|
|
|
|
rebuild the docs.
|
|
|
|
|
* Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
|
|
|
|
|
and regression testing capabilities for XPath.
|
|
|
|
|
|
1999-07-12 18:38:12 +08:00
|
|
|
|
Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
|
|
|
|
|
closing bug #1646
|
|
|
|
|
|
1999-07-12 17:16:45 +08:00
|
|
|
|
Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.am, example/Makefile.am: closed bug #1683
|
|
|
|
|
|
1999-07-12 00:14:19 +08:00
|
|
|
|
Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* example/Makefile.am, configure.in: added the makefile for the
|
|
|
|
|
gjobread example
|
|
|
|
|
|
1999-07-10 20:21:13 +08:00
|
|
|
|
Sat Jul 10 14:19:11 CEST 1999 Tomasz K<>oczko <kloczek@pld.org.pl>
|
|
|
|
|
|
|
|
|
|
* doc/Makefile.am:
|
|
|
|
|
- fix which allow "make install DESTDIR=</install/prefix>".
|
|
|
|
|
|
1999-07-09 18:11:57 +08:00
|
|
|
|
Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
|
|
|
|
|
which fixed a problem on the file reading-code.
|
|
|
|
|
|
1999-07-07 15:32:15 +08:00
|
|
|
|
Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
|
|
|
|
|
output.
|
|
|
|
|
* Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
|
|
|
|
|
|
1999-07-07 06:25:25 +08:00
|
|
|
|
Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.h : Oops removed the binary compatibility problem
|
|
|
|
|
* HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
|
|
|
|
|
* parser.c, HTMLparser.c: applied patches for reading from stdin
|
|
|
|
|
|
1999-07-06 00:50:46 +08:00
|
|
|
|
Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c, entities.c, valid.c: cleanup bug #1591
|
|
|
|
|
* configure.in: cleanup bug #1592
|
|
|
|
|
* HTMLparser.[ch], testHTML.c: started adding an HTML parser using
|
|
|
|
|
the same tree back-end. Hence gdome will be available for it.
|
|
|
|
|
* doc/Makefile.am: close bug #617
|
|
|
|
|
|
1999-06-27 07:07:37 +08:00
|
|
|
|
Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: alloctate a per parser context SAX interface block
|
|
|
|
|
|
1999-06-23 05:49:07 +08:00
|
|
|
|
Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* released 1.3.0 with xmlEncodeEntities restoring old behaviour
|
|
|
|
|
and xmlEncodeEntitiesReentrant with the correct one :-\
|
|
|
|
|
|
|
|
|
|
Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* commit of my internal XML base changes, quite a lot of
|
|
|
|
|
changes, cleanups, better entities support, framework for
|
|
|
|
|
new I/O and charset detection and handling
|
|
|
|
|
* Fixed the configure/Makefile stuff to generate shared libs
|
|
|
|
|
with the proper version info, so we jumped on rev from
|
|
|
|
|
0.0.0 to 1.2.0 ! The binary interfaces have been broken,
|
|
|
|
|
xmlEncodeEntities() result need to be freed now, and a string
|
|
|
|
|
xmlParserVersion provide the current library version.
|
|
|
|
|
|
1999-06-16 05:27:11 +08:00
|
|
|
|
Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: fixed a buffer overrun for when you have a very long
|
|
|
|
|
attribute with no entities in it.
|
|
|
|
|
|
1999-06-13 22:37:07 +08:00
|
|
|
|
Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* added example directory
|
|
|
|
|
* added example/gjobs.xml gjobread.c, still need a Makefile.in
|
|
|
|
|
|
1999-06-03 01:44:04 +08:00
|
|
|
|
Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Release of libxml-1.1, nearly everything has been touched for
|
|
|
|
|
this.
|
|
|
|
|
* Added more regression tests
|
|
|
|
|
* Updated the documentation
|
|
|
|
|
|
1999-05-29 19:51:49 +08:00
|
|
|
|
Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch]: unified the XML_NO_CORBA defines.
|
|
|
|
|
* parser.c encoding.[ch]: started plugging in char encoding detection
|
|
|
|
|
|
1999-05-29 11:04:30 +08:00
|
|
|
|
Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
|
|
|
|
|
|
|
|
|
|
* tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
|
|
|
|
|
Also freed allocated buffer.
|
|
|
|
|
|
1999-05-29 19:51:49 +08:00
|
|
|
|
Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
1999-04-22 04:12:07 +08:00
|
|
|
|
* parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
|
|
|
|
|
reentrancy problem at printing. One is left in entities.c, to
|
|
|
|
|
remove ASAP
|
|
|
|
|
* testSAX.c : added a test example showing the use of the SAX
|
|
|
|
|
interface if one doesn't want to build the DOM tree.
|
|
|
|
|
* html/gnome-xml-*.html html/index.sgml: regenerated the documentation
|
|
|
|
|
|
1999-04-05 20:20:10 +08:00
|
|
|
|
Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
|
|
|
|
|
large revamping of the parser to use SAX callbacks
|
|
|
|
|
http://www.megginson.com/SAX/ (or at least a C like interface
|
|
|
|
|
a la Expat). It's now possible to set up your own callbacks
|
|
|
|
|
and the parser will not build a DOM tree.
|
|
|
|
|
* test/* result/*: updated the test suite, I finally removed
|
|
|
|
|
the old Namespace draft support (PI based).
|
|
|
|
|
|
1999-04-03 00:04:43 +08:00
|
|
|
|
Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: added test result to EXTRA_DIST for make tests
|
|
|
|
|
|
1999-03-25 04:42:16 +08:00
|
|
|
|
Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c, parserInternals.h: moved the chars macro definitions
|
|
|
|
|
to parserInternals.h
|
|
|
|
|
* parser.c, error.c: applied patches from "Knut <20>kesson"
|
|
|
|
|
<ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
|
|
|
|
|
|
1999-03-23 18:11:11 +08:00
|
|
|
|
Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xml-config.in : applied patch to make --version work
|
|
|
|
|
|
1999-03-06 06:14:01 +08:00
|
|
|
|
1999-03-05 Raja R Harinath <harinath@cs.umn.edu>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (check-local): Alias for `tests' target. This will
|
|
|
|
|
cause `make check' to do the right thing.
|
|
|
|
|
(tests): Don't run tests in srcdir. Also, replaced calls to
|
|
|
|
|
basename with a `sed' "equivalent".
|
|
|
|
|
|
1999-03-05 14:26:45 +08:00
|
|
|
|
Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Renamed error.h to xml-error.h, corrected Makefile.am to list
|
|
|
|
|
it in the header and not the sources, updated the doc.
|
|
|
|
|
Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
|
|
|
|
|
pointing this out.
|
|
|
|
|
|
1999-03-01 20:28:53 +08:00
|
|
|
|
Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c, parser.h, parserInternals.h: memory leak hunting,
|
|
|
|
|
exported the inputStream routines.
|
|
|
|
|
* doc/html/* : updated accordingly
|
|
|
|
|
|
1999-03-01 05:54:31 +08:00
|
|
|
|
Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c, parser.h, parserInternals.h: added a few extra
|
|
|
|
|
internal calls to allocate and free parser contexts ...
|
|
|
|
|
* doc/html/* : updated accordingly
|
|
|
|
|
|
1999-02-25 19:01:29 +08:00
|
|
|
|
Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* configure.in, Makefile.am, doc/makefile.am : General changes for
|
|
|
|
|
1.0.0 release and including the generated HTML documentation.
|
|
|
|
|
|
1999-02-25 16:46:07 +08:00
|
|
|
|
Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* makefile.am : added parserInternals.h, oops.
|
|
|
|
|
|
1999-02-22 18:33:01 +08:00
|
|
|
|
Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parserInternals.h: added this header giving access to the parser
|
|
|
|
|
internal functions.
|
|
|
|
|
* doc/Makefile.am : added a rebuild target which rebuilds the full
|
|
|
|
|
set of documentations
|
|
|
|
|
* parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
|
|
|
|
|
the internal subset.
|
|
|
|
|
* *.c *.h: modifications needed to generate the documentation using
|
|
|
|
|
gtk-doc, cleanup of functions blocks, reorganisation of struct
|
|
|
|
|
declarations.
|
|
|
|
|
|
1999-02-17 00:29:17 +08:00
|
|
|
|
Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
|
|
|
|
|
the tar and spec file to include the beginning of the doc.
|
|
|
|
|
|
1999-02-13 08:07:17 +08:00
|
|
|
|
1999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
|
|
|
|
|
|
|
|
|
|
* doc/.cvsignore: Added this file.
|
|
|
|
|
|
1999-02-09 02:33:22 +08:00
|
|
|
|
Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c: fixed xmlGetProp to return "" when the attribute
|
|
|
|
|
exists, even if the node-list is NULL.
|
|
|
|
|
|
1999-02-08 23:13:10 +08:00
|
|
|
|
Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c: patched an error outputting empty attribute values.
|
|
|
|
|
* Makefile.am and doc/makefile.am: have been updated during the
|
|
|
|
|
week-end. Sorry for an empty CVS log, I got a shell problem.
|
|
|
|
|
|
1999-02-01 20:18:54 +08:00
|
|
|
|
Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.h: cleaned up using enums instead of defines
|
|
|
|
|
* parser.c, valid.[ch]: more work on parsing/output of element
|
|
|
|
|
declarations
|
|
|
|
|
|
1999-02-01 06:15:06 +08:00
|
|
|
|
Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* valid.[ch], tree.c, parser.c : more work toward full parsing
|
|
|
|
|
of XML DTDs.
|
|
|
|
|
* README: added informations about mailing-list and on-line
|
|
|
|
|
documentation
|
|
|
|
|
|
1999-01-28 07:01:51 +08:00
|
|
|
|
1999-01-27 Raja R Harinath <harinath@cs.umn.edu>
|
|
|
|
|
|
|
|
|
|
* configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
|
|
|
|
|
|
1999-01-18 03:11:59 +08:00
|
|
|
|
Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c, tree.[ch] : more work toward conformance testing,
|
|
|
|
|
added a last element to accelerate parsing of very flat structures
|
|
|
|
|
started working on internal subset Element content declaration.
|
|
|
|
|
* valid.[ch] : first cut at adding code toward validation.
|
|
|
|
|
* previous changes had also small impact on most files, especially
|
|
|
|
|
the conformance testing using James Clark test suite.
|
|
|
|
|
|
1999-01-17 21:48:01 +08:00
|
|
|
|
Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* test/* : updated the examples, most of them were not well
|
|
|
|
|
formed (humm), and added rdf2.
|
|
|
|
|
* result/* : resulting changes in the output.
|
|
|
|
|
|
1998-12-07 02:08:28 +08:00
|
|
|
|
Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c: changed the behaviour of xmlGetProp on NULL values.
|
|
|
|
|
|
1998-12-06 01:27:22 +08:00
|
|
|
|
Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c: patched a bug in the generation of empty attributes
|
|
|
|
|
|
1998-11-27 14:39:50 +08:00
|
|
|
|
Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* entities.[ch], tree.[ch], tester.c: added copy interfaces
|
|
|
|
|
for node/trees/documents/... Biggest problem is namespace
|
|
|
|
|
support when copying subtrees.
|
|
|
|
|
|
1998-11-16 09:04:26 +08:00
|
|
|
|
Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c, entities.c: improve entities and char ref encoding,
|
|
|
|
|
and cleanups of error messages.
|
|
|
|
|
|
1998-11-14 02:04:35 +08:00
|
|
|
|
Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c, entities.c: simple bug hunting done during rpm2html and
|
|
|
|
|
rpmfind integration.
|
|
|
|
|
|
1998-11-09 09:17:21 +08:00
|
|
|
|
Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.[ch]: Added interfaces allowing to specify a SAX
|
|
|
|
|
handler before parsing.
|
|
|
|
|
|
1998-11-08 22:40:56 +08:00
|
|
|
|
Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: redirrect all errors reporting through the SAX
|
|
|
|
|
error function
|
|
|
|
|
|
1998-11-05 04:07:05 +08:00
|
|
|
|
Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* entities.c: rather use HAVE_SNPRINTF and not depend on glib
|
|
|
|
|
* libtool, tlmain ...: update of the libtool files
|
|
|
|
|
|
1998-11-05 02:13:38 +08:00
|
|
|
|
1998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* entities.c: Use g_snprintf insteda of snprintf.
|
|
|
|
|
|
1998-11-02 03:34:31 +08:00
|
|
|
|
Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* entities.c, parser.c: debug and cleanup of CharRef handling/saving.
|
|
|
|
|
added ent5 test for this purpose.
|
|
|
|
|
* parser.c, parser.h: formatting, comments and UTF-8 planning.
|
|
|
|
|
|
1998-10-30 14:39:40 +08:00
|
|
|
|
Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: fixed? a strange error due to compression on a GWP
|
|
|
|
|
document.
|
|
|
|
|
|
1998-10-29 13:51:30 +08:00
|
|
|
|
Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch]: bug fixing
|
|
|
|
|
* entities.[ch]: defined a specific type for predefined entities
|
|
|
|
|
* doc/xml.html: more documentation on the library, how to use it,
|
|
|
|
|
overview of the interfaces.
|
|
|
|
|
|
1998-10-29 06:58:05 +08:00
|
|
|
|
Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.[ch]: more cleanup on the API, made the tree mor conformant.
|
|
|
|
|
|
1998-10-28 09:00:12 +08:00
|
|
|
|
Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c: corrected a small bug
|
|
|
|
|
* doc/xml.html: continuing writing documentation.
|
|
|
|
|
|
1998-10-28 06:56:57 +08:00
|
|
|
|
Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* debugXML.h debugXML.c: added debugging utilities.
|
|
|
|
|
* tester.c: added --debug switch.
|
|
|
|
|
* tree.c: patched an incorrect node->type assignment.
|
|
|
|
|
* parser.c: formatting, ensure that node->doc != NULL in attributes
|
|
|
|
|
|
1998-10-27 14:21:04 +08:00
|
|
|
|
Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
|
|
|
|
|
entity support and provide an internal representation close to
|
|
|
|
|
DOM one (entity ref nodes, and attribute value as tree). I tried
|
|
|
|
|
to preserve the interface but this will surely break some apps
|
|
|
|
|
(I have to change rpm2html/rpmfind for example). I had to change
|
|
|
|
|
two interfaces, and the generated tree is somewhat different.
|
|
|
|
|
* doc/* : started documenting the XML library, the tree and
|
|
|
|
|
DOM/Corba. This is a first step.
|
|
|
|
|
|
1998-10-25 02:27:49 +08:00
|
|
|
|
Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: Set up the fonctions comment block, boring but useful.
|
|
|
|
|
* parser.h, SAX.c, parser.c: now attributes are processed through
|
|
|
|
|
the SAX interface. The problem is that my SAX interface diverged
|
|
|
|
|
quite a bit from the original one, well this is not an official
|
|
|
|
|
spec, and translating it from Java to C is hairy anyway...
|
|
|
|
|
|
1998-10-20 14:14:16 +08:00
|
|
|
|
Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
|
|
|
|
|
fonctions comment block, boring but useful.
|
|
|
|
|
|
|
|
|
|
Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
1998-10-19 08:43:02 +08:00
|
|
|
|
|
|
|
|
|
* encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
|
|
|
|
|
conversion routines. However they are not yet used to convert the
|
|
|
|
|
inputs. The core will run with UTF-8.
|
|
|
|
|
|
1998-10-19 03:12:41 +08:00
|
|
|
|
Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c : make sure that the type id is properly set-up when
|
|
|
|
|
a new object is allocated, needed for DOM.
|
|
|
|
|
|
1998-10-17 14:47:46 +08:00
|
|
|
|
Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.h, tree.c: Ok, the main objects in the tree will be native
|
|
|
|
|
corba objects, it costs 8 bytes per Node, Attribute and Document
|
|
|
|
|
but it simplifies the Corba integration a lot (no extra interface
|
|
|
|
|
objects to allocate/free).
|
|
|
|
|
|
1998-10-14 10:36:47 +08:00
|
|
|
|
Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.h, tree.c, parser.c: added prev and doc pointers to Node,
|
|
|
|
|
and changed NODEs contants for conformity with DOM Level 1
|
|
|
|
|
|
1998-10-08 11:47:24 +08:00
|
|
|
|
Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* added hooks to keep track of servants when creating objects
|
|
|
|
|
xmlDoc and xmlNode (for Corba export).
|
|
|
|
|
|
1998-10-04 22:41:05 +08:00
|
|
|
|
Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* added xml-config script.
|
|
|
|
|
|
1998-10-02 04:28:28 +08:00
|
|
|
|
Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
|
|
|
|
|
to autoupdate libtool and automake conf files.
|
|
|
|
|
|
1998-10-01 03:28:59 +08:00
|
|
|
|
1998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Use '?' to separate the sed
|
|
|
|
|
commands as ',' is used when people pass -Wl,something.
|
|
|
|
|
|
|
|
|
|
|
1998-09-25 03:15:06 +08:00
|
|
|
|
Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* tree.c, tree.h: added a per-document compression interface.
|
|
|
|
|
|
1998-09-23 08:49:46 +08:00
|
|
|
|
Tue Sep 22 20:47:38 EDT 1998
|
|
|
|
|
|
|
|
|
|
* tree.c, tree.h: added saving with compression and added interfaces
|
|
|
|
|
to control the compression level (xmlGetCompressMode,
|
|
|
|
|
xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
|
|
|
|
|
|
1998-09-22 08:24:21 +08:00
|
|
|
|
Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* parser.c: corrected a loop for files of size 0
|
|
|
|
|
|
1998-08-21 05:52:38 +08:00
|
|
|
|
1998-08-20 Raja R Harinath <harinath@cs.umn.edu>
|
|
|
|
|
|
|
|
|
|
* error.h: New file. Contains prototyes from `error.c'.
|
|
|
|
|
|
1998-08-14 09:22:43 +08:00
|
|
|
|
Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (xmlincdir): New macro.
|
|
|
|
|
(xmlinc_HEADERS): Renamed from include_HEADERS.
|
|
|
|
|
|
1998-08-13 12:43:19 +08:00
|
|
|
|
Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* applied small patch on numeric entities from
|
|
|
|
|
Christopher Blizzard <blizzard@appliedtheory.com>
|
|
|
|
|
|
1998-08-13 11:39:55 +08:00
|
|
|
|
Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* New release 0.2, removed the old xml_* files so that it's
|
|
|
|
|
coherent with the other CVS base (W3C), far better conformance
|
|
|
|
|
to standard, new namespaces, decent entities support, beginning
|
|
|
|
|
of a SAX-like interface. Nearly nothing left intact, even the
|
|
|
|
|
test examples ...
|
|
|
|
|
|
1998-07-31 05:47:18 +08:00
|
|
|
|
1998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
|
|
|
|
|
|
|
|
|
|
* .cvsignore: Add .deps dir
|
|
|
|
|
|
1998-07-27 05:31:38 +08:00
|
|
|
|
Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
|
|
|
|
|
|
|
|
|
* xml_tree: changed the memory allocation scheme for name in xmlNewNode
|
|
|
|
|
|
1998-07-26 12:28:20 +08:00
|
|
|
|
Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
1998-07-25 03:24:09 +08:00
|
|
|
|
|
1998-07-26 12:28:20 +08:00
|
|
|
|
* configure.in: added test for CPP
|
|
|
|
|
* AUTHORS, Changelog: the original ones didn't get commited but the
|
|
|
|
|
glib ones instead, fixed.
|
|
|
|
|
* Makefile.am: corrected an error in library naming
|
1998-07-25 03:24:09 +08:00
|
|
|
|
|
1998-07-26 12:28:20 +08:00
|
|
|
|
Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
|
1998-07-25 03:24:09 +08:00
|
|
|
|
|
1998-07-26 12:28:20 +08:00
|
|
|
|
* integrated code developped at W3C
|
|
|
|
|
* changed the original Copyright
|
|
|
|
|
* migrated to automake
|
|
|
|
|
* prefixed the filenames by xml_ to avoid filename clashes
|
1998-07-25 03:24:09 +08:00
|
|
|
|
|