2N/AFri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
2N/A *
parser.c: avoid a warning on 64bits introduced earlier
2N/AFri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
2N/A out of range characters in an HTML file, report and
2N/A continue processing instead, should fix #472696
2N/AFri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
2N/A start cleaning up 'make diskcheck' problems
c.f. #506228
2N/AFri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
2N/A in xmllint, fixes 504284
2N/AFri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
2N/AFri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
2N/A when saving back, patch from Stefan Behnel fixing 495213
2N/AFri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
2N/A *
parser.c: applied patch from Christian Schmidt fixing a
2N/A column counter update problem, fixes #472696
2N/AFri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
2N/A *
parser.c: handle a erroneous parsing of attributes in
2N/A case said attribute has been redeclared in the DTD with a
2N/A *
hash.c: fix the hash scanner to not crash if a first element
from the hash list is been removed in the callback
Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
*
xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
as raised by Felipe Pena, should fix #508156
Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
*
pattern.c: fix crash from double free of name for bug #501760
Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
*
threads.c: remove unused variable in __xmlGlobalInitMutexLock
Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
__xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
Patch from Marc-Antoine Ruel.
Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
schema document ownership for bug #495215
Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
*
xmlmemory.c: xmlFree(NULL) should not crash in debug mode
Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
testURI.c: add a debug option printing all the fields within
Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: fix to avoid a crash when dumping an attribute from
an XHTML document, patch contributed to fix #485298
Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
*
nanohttp.c: Enhanced to include port number (if not == 80) on the
"Header:" URL (bug #469681).
Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
nanohttp.c: fix an open() call with creation without 3rd argument
hopefully that interface is never used.
Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
with object caching (bug #469410)
Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
applied patch from Frank Gross fixing Schemas IDC import bug
#455953 and also add the test to the regression suite
Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: try to fix for the nth time the automata generation
in case of complex ranges. I suppose that time it is actually okay
Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
parser.c: aligned xmlSAXUserParseMemory() to match
xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
*
xmlIO.c: fixed windows path determination (patch from
Roland Schwarz, bug #462877)
(patch from Roland Schwarz, bug #462877)
Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed a parser bug where invalid char in comment may
not be detected, reported by Ashwin Sinha
the example to the regression suite
Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: fixed problem reported on bug #460415
Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
*
uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: applied patch from bug #454608 from Patrik Fimml.
Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
uses of xmlTextWriterStartDocument()
Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
argument occurs, should fix #450936
Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
valid.c: patch from Dagfinn I. Manns�ker for idness of name
in HTML,
c.f. bug #305885.
Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
SAX2.c: fixing bug #319964, parsing of HTML attribute really
should not have namespace processing.
Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed the push mode when a big comment occurs before
an internal subset, should close bug #438835
test in the regression suite
Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix bug #414846 where invalid characters in attributes
would sometimes not be detected.
test case to the regression tests
Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
in GNU tar, should fix #396751
Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: workaround misgenerated file: URIs
c.f. #437385
Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed bug #407436 a crash in a specific case of
Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
catalog.c: fixed bug #383687, some case of recursion on next
were not caught in the catalog code.
Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fixed bug #381877, avoid reading over the end
of stream when generating an UTF-8 encoding error.
Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed bug #366161, trivially added the check in
Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
for VC8 build support to embed manifest within files. Under MS VC, build
Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
add xmlDllMain to header for win32 when building for static dll
Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
*
xmlwriter.c: fixed problem with namespace declaration being
written more than once per element start tag
Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed problem with xmlXPathNodeSetSort;
fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed problem with string value for PI node
Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
uri.c: fix bug reported by Fran�ois Delyon
Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
*
encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
by Mark Rowe (bug #440159)
_POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
Wendy Doyle and Mark Rowe, bug #346675)
changes to fix compilation warnings - no change to logic.
Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
*
nanohttp.c: small enhancement to last fix, pointed out
Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
*
nanohttp.c: fixed problem on gzip streams (bug #438045)
*
xpath.c: fixed minor spot of redundant code - no logic change.
Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
*
xpath.c: enhanced the coding for xmlXPathCastNumberToString
in order to produce the required number of significant digits
Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
list.c: applied patch to fix xmlListAppend() from
*
valid.c: also fix the place wher it was called.
Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
parser.c: tried to fix an error problem on entity content failure
Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: applied patch from Michael Day to add support for
Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
in htmlCreateDocParserCtxt.
Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
the query part in raw form.
Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
patch from Richard Jones to for the silent flag on valgrind
when doing "make valgrind"
*
xmlregexp.c: raise a regexp error when '\' is misused to escape
Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
uri.c: fix xmlURIUnescapeString comments which was confusing
Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
better integrate support for Windows CE
Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
patch from Andreas Stricke to ease the compilation on Windows CE
Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
a libxml2 patch from Christian Ehrlicher
Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
not try to detect comments, reported by Mike Day
Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
*
xmlregexp.c: small enhancement for quantifier range with
min occurs of 0; fixes bug 425542.
Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied change from Michael Day to avoid a problem when
compiled without zlib support.
Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
*
xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
*
HTMLparser.c: fixed memory access error on parsing of meta data
which had errors (bug #382206). Also cleaned up a few warnings
by adding some additional DECL macros.
Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
*
nanoftp.c: applied patch from Bj�rn Wiberg to try to fix again
the silly __ss_familly problem on various AIXes, should fix #420184
Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
*
xmlschemas.c: fixed problem with referenced attribute groups
Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: applied patch from Julien Reichel cleaning up mode
and state internal flags mixups
Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
cases when comparing identical nodes (bug #415567) with patch
Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
Andreas Hanke (bug #408626)
Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
*
doc/xml.html: Changed all references to libxml2 CVS over to
Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
*
xpath.c: Fixed memory bug with invalid function reported by
Francois Delyon on mailing list
Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: fixed problem with invalid char encountered
during text include (reported on xslt mailing list)
Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
in concurrent threaded initialization fix from Ted Phelps
Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
*
parser.c: added a GROW when parsing complex comments (bug #405666)
param with 'destroy' in it's description (
i.e. param destroyed by
the routine under test, so shouldn't be destroyed by testapi)
*
xmlreader.c: added freeing of 'input' param even on error
(fixes leak detected by testapi)
Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
compilation error on some architectures (bug #398277)
* fixed screwed-up ChangeLog (deleted some duplicate entries)
Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
* implemented patch from St�phane Bidoul for
uri.c (bug #389767)
Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
*
xpath.c: added checks for alloc fail on calls to
xmlXPathNewContext (libxslt bug #400242)
Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
* Re-generated the documentation (API chunks 27-29 were missing)
Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
when SAX event are passed back to the python handlers
Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
expose xmlTextReaderSetup() function
Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
generate negative values and %X outputs -XXXX :-(
Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
and XML declaration detection, and associated documentation change
Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: another XInclude user data propagation patch from
Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
UTF8ToHtml behaviour on code points which are not mappable to
predefined HTML entities, fixes #377544
Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed a bug where the principal node type of an axis
wasn't tested on name check, fixes bug #377432
Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: change htmlCtxtReset() following Michael Day bug
Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
*
uri.c: applied patch from Igor for path conversion on Windows
Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: another small change on the algorithm for the
elimination of epsilon transitions, should help on #362989 too
Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied documentation patches from Markus Keim
*
xmlregexp.c: fixed one bug and added a couple of optimisations
while working on bug #362989
Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: applied a reworked version of Usamah Malik patch
to avoid growing the parser stack in some autoclose cases, should
Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xpath.c: William spotted an obvious bug
Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
tree.c: fix comment for xmlDocSetRootElement
c.f. #351981
*
xmllint.c: order XPath elements when using --shell
Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: applied fix from Christopher Boumenot for bug
#362714 on regexps missing ']'
Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
leaking in xmlNewInputFromFile() in case of HTTP redirection
Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
htmlReadIO() this should fix #340322
Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xpath.c: applied patch from Olaf Walkowiak which should fix #334104
Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fixing HTML minimized attribute values to be generated
internally if not present, fixes bug #332124
Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: started to switch xmllint to use xmlSaveDoc to test
*
xmlsave.c: fixed #342556 easy and a whole set of problems with
encodings, BOM and xmlSaveDoc()
Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fix #348252 if the document clains to be in a
different encoding in the meta tag and it's obviously wrong,
don't screw up the end of the content.
Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
encoding.c: check with uppercase for AIX iconv() should fix #352644
Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix the patch for unreproductable #343000 but
Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixing bug #344390 with xmlReconciliateNs
Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: added --html --memory to test htmlReadMemory to
*
HTMLparser.c: added various initialization calls which may help
#321632 but not conclusive
--with-minimum --with-sax1 and --with-minimum --with-schemas
Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fix a Relax-NG bug related to element content processing,
Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix a problem in xmlSplitQName resulting in bug #334669
Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed xmlIOParseDTD handling of @input in error case,
*
testapi.c: reset the http_proxy env variable to not waste time
Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
*
xmlIO.c: fix Windows compile - missing xmlWrapOpen.
Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed the heuristic used when trying to detect mixed-content
elememts if the parser wants to treat ignorable whitespaces
in a non-standard way, should fix bug #300263
Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix a first arg error in SAX callback pointed out by
Mike Hommey, and another one still hanging around. Should fix #342737
Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlmemory.c: do not spend too much time digging in dumped memory
Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixed a weird error where validity context whould not
show up if warnings were disabled pointed out by Bob Stayton
Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
library flags for shared and static builds, fixes #344594. If this
bites you, use xml2-config.
Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
shared module as Peter Breitenlohner pointed out, should fix #346022
Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
of unescaping from URL to filepath, should fix #344588.
Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
for wget detection and fix of a Python path problem, should fix
Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
fix entities behaviour when using SAX, had to extend entities
content and hack on the entities processing code, but that should
fix the long standing bug #159219
Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
to provide a clean conversion when setting up a base
or using the xmlSetBase function. Should fix #346261
Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied a portability patch from Emelyanov Alexey
Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied and slightly modified a patch from Michael Day to
keep _private in the parser context when parsing external entities
Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
Brian West and Stefan Anca to add XPointer suport to the Python bindings
Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
to add a new function providing the _private field for the generated
parser contexts xmlXIncludeProcessFlagsData()
Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied patch from Michael Day doing some refactoring
for the catalog entity loaders.
Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
as Michael Day pointed out this is needed to use htmlCtxtRead*()
Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied patch from Ben Darnell on #321545, I could not
reproduce the problem but 1/ this is safe 2/ it's better to be safe.
Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
*
tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
*
parser.c: fix resulting tree corruption when using XML namespace
with existing doc in xmlParseBalancedChunkMemoryRecover.
Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied patch from Roland Schwingel to fix the problem
with file names in UTF-8 on Windows, and compat on older win9x
Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
on validation errors, the heuristic to guess is a vctxt user
pointer is the parsing context was insufficient.
Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
applied patch to man pages from Daniel Leidert and regenerated
Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
*
xmlwriter.c: Add a document to the xmlwriter structure and
pass document when writing attribute content for encoding support.
Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Applied the proposed fix for the documentation
of xmlXPathCastToString(); see bug #346202.
Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
that xmlSchemaIDCMatcher structs are massively recreated
although only a maximum of 3 structs is used at the same
time; added a cache for those structures to the
Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: applied patch from Marton Illes to fix an allocation
bug in xmlSchemaXPathEvaluate should close #351032
Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlsave.c: Removed the automatic generation of CDATA sections
for the content of the "script" and "style" elements when
serializing XHTML. The issue was reported by Vincent Lefevre,
results due to the serialization change described above.
Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
to expose if zlib support was compiled in, in the header, in the
feature API and in the xmllint --version output.
Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
SAX2.c: refactor to use normal warnings for entities problem
and not straight SAX callbacks.
Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed bug #347316, reported by David Belius:
The simple type, which was the content type definition
of a complex type, which in turn was the base type of a
extending complex type, was missed to be set on this
extending complex type in the derivation machinery.
Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Changed xmlXPathCollectAndTest() to use
xmlXPathNodeSetAddNs() when adding a ns-node in case of
NODE_TEST_TYPE (the ns-node was previously added plainly
to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
this specialized ns-addition function was already used,
I assume it was missed to be used with NODE_TEST_TYPE.
Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: applied const'ification of strings patch from
Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
destroy the condition associated to the mutex.
Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
revealed by a Libxslt regression test.
Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
usable outside predicate evaluation; the intention is to
use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
like in <xsl:if test="/foo">.
Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Fix a memory leak which occurred when using
xmlXPathCompiledEvalToBoolean().
Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
Added code submitted by Andreas Pakulat to provide node
equality, inequality and hash functions, plus a single
test program to check the functions (bugs 345779 + 345961).
Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
to be aware of a boolean result request. The new function
is now used to evaluate predicates.
Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
introduced field @rewriteType on xmlXPathStepOp was not
initialized to zero here; this could lead to the activation
of the axis rewrite code in xmlXPathNodeCollectAndTest() when
@rewriteType is randomly set to the value 1. A test
(hardcoding the intial value to 1) revealed that the
resulting incorrect behaviour is similar to the behaviour
as described by Arnold Hendriks on the mailing list; so I
hope that will fix the issue.
Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Fixed an error in xmlXPathEvalExpr(), which
was introduced with the addition of the d-o-s rewrite
and made
xpath.c unable to compile if XPATH_STREAMING
was not defined (reported by Kupriyanov Anatolij -
#345752). Fixed the check for d-o-s rewrite
to work on the correct XPath string, which is ctxt->base
and not comp->expr in this case.
Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Added optimization for positional predicates
(only short-hand form "[n]"), which have a preceding
predicate: "/foo[descendant::bar][3]".
Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: try to fix the crash raised by the parser in
recover mode as pointed by Ryan Phillips
Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
mapping from XPath to python
Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
*
runtest.c: applied patch from Boz for VMS and reporting
Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
*
testapi.c: applied patch from Felipe Contreras when compiling
Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlDOMWrapAdoptNode(); the tree traversal stopped if the
very first given node had an attribute node :-( This was due
to a missed check in the traversal mechanism.
Expanded the xmlDOMWrapCtxt: it now holds the namespace map
used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
reusal; so the map-items don't need to be created for every
retrieval of xmlNsPtr to be set on node->ns; this is needed
for my custom handling of ns-references in my DOM wrapper.
Substituted code which created the XML namespace decl on
the doc for a call to xmlTreeEnsureXMLDecl(). Removed
those nastly "warnigns" from the docs of the
clone/adopt functions; they work fine on my side.
Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
regression test, since the fix of xmlGetNodePath() revealed a
Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
tree.c: Got rid of a compiler warning in xmlGetNodePath().
Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
tree.c: Fixed xmlGetNodePath() to generate the node test "*"
for elements in the default namespace, rather than generating
an unprefixed named node test and loosing the namespace
Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
must not be tried to be modified if using the parser flag
XML_PARSE_COMPACT as suggested by Stefan Behnel
Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
when the expression was not valid and @comp was NULL and I
tried to do the d-o-s rewrite.
Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Enabled the compound traversal again; I added a
check to use this only if the have an expression starting
with the document node; so in the case of "//foo", we
already know at compilation-time, that there will be only
1 initial context node. Added the rewrite also to
Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: fix bug #343968, include='text' can't lead to a
Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Disabled the compound traversal for the release;
I need first to assure that this is done only if we have
Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
*
xpath.c: fixed memory leak in xpath error reporting
Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
Changed the name of the recently added public function
xmlXPathContextSetObjectCache() to
xmlXPathContextSetCache(); so a more generic one, in
case we decide to cache more things than only XPath
Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Optimized xmlXPathNodeCollectAndTest() and
xmlXPathNodeCollectAndTestNth() to evaluate a compound
traversal of 2 axes when we have a "//foo" expression.
This is done with a rewrite of the XPath AST in
xmlXPathRewriteDOSExpression(); I added an additional field
to xmlXPathStepOp for this (but the field's name should be
changed). The mechanism: the embracing descendant-or-self
axis traversal (also optimized to return only nodes which
can hold elements), will produce context nodes for the
inner traversal of the child axis. This way we avoid a full
node-collecting traversal of the descendant-or-self axis.
Some tests indicate that this can reduce execution time of
"//foo" to 50%. Together with the XPath object cache this
all significantly speeds up libxslt.
Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: A warning will now be reported in the value of
the XSD attribute 'schemaLocation' does not consist of tuples
(namespace-name, document-URI). A warning will be reported
if a schema document could not be found at the specified
location (via 'schemaLocation' or
'noNamespaceSchemaLocation').
Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
recreation (if possible) of the node-set which is used to
collect the nodes in the current axis for the currect context
node. Especially for "//foo" this will decrease dramatically
the number of created node-sets, since for each node in the
result node-set of the evaluation of descendant-or-self::node()
a new temporary node-set was created. Added node iterator
xmlXPathNextChildElement() as a tiny optimization for
Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
It sits on an xmlXPathContext and need to be explicitely
activated (or deactivated again) with
xmlXPathContextSetObjectCache(). The cache consists of 5
lists for node-set, string, number, boolean and misc XPath
objects. Internally the
xpath.c module will use object-
deposition and -acquisition functions which will try to reuse
as many XPath objects as possible, and fallback to normal
free/create behaviour if no cache is available or if the cache
*
runsuite.c: Adjusted to deactivate the cache for XML Schema
tests if a cache-creation is turned on by default for the whole
library,
e.g. for testing purposes of the cache. It is
deactivated here in order to avoid confusion of the memory leak
Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
seems we really need to walk the whole list, since those
nastly namespace nodes need to be added with
xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
A flag on the node-set indicating if namespace nodes are in
the set would help here; this is the 3rd flag which would
be usefull with node-sets. The current flags I have in mind:
1) Is a node-set already sorted?
This would allow for rebust and optimizable sorting
2) Of what type are the nodes in the set (or of mixed type)?
This would allow for faster merging of node-sets.
3) Are namespace nodes in the set?
This would allow to skipp all the namespace node specific
special handling. Faster node-set merging if the first
set is empty; just memcpy the set.
Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Optimization of count(): eliminated sorting
(see bug #165547). Optimization of XPATH_OP_FILTER if the
predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
*
tree.c: Revert behavior change in xmlSetProp to handle attributes
with colons in name and no namespace.
Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
for xmlXPathCmpNodesExt(). Tiny further enhancement of
xmlXPathCmpNodesExt(). Added additional checks in various code
parts to avoid calling sorting or merging functions if the
node-set(s) don't need them;
i.e., if they are empty or contain
Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Optimized the comparison for non-element nodes
in xmlXPathCmpNodesExt(); the comparison is used for sorting
of node-sets. This enhancement is related to bug #165547.
There are other places where the old comparison function
xmlXPathCmpNodes() is still called, but I currently don't
know exactly what those calls are for; thus if they can be
substituted (if it makes sense) for the new function.
Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xpath.c: Applied patch from Rob Richards, fixing a potential
memory leak in xmlXPathTryStreamCompile(), when a list of
namespaces was assigned to the XPath compilation context;
here a new namespace list was created and passed to
xmlPatterncompile(); but this list was not freed afterwards.
Additionally we avoid now in xmlXPathTryStreamCompile() to
compile the expression, if it has a colon - indicating
prefixed name tests - and no namespace list was given. The
streaming XPath mechanism needs a namespace list at
compilation time (unlike normal XPath, where we can bind
namespace names to prefixes at execution time).
*
pattern.c: Enhanced to use a string dict for local-names,
ns-prefixes and and namespace-names.
Fixed xmlStreamPushInternal() not to use string-pointer
comparison if a dict is available; this won't work, since
one does not know it the given strings originate from the
same dict - and they normally don't do, since
e.g. namespaces are hold on xmlNs->href. I think this would be
worth an investigation: if we can add a @doc field to xmlNs
and put the @href in to a additionan namespace dict hold
in xmlDoc. Daniel will surely not like this idea :-) But
with xmlStrEqual() isn't the way we should go forever.
Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
The code expected a node (xmlNodePtr) on the info for a
non-existent default attribute, which clearly cannot be
expected, since the attribute does not exist. I can only
guess that this sneaked trying to eliminate the query
for the owner-element, which is unavoidable actually.
Note that creation of default attributes won't have an
won't fire additional start-attribute events (I'm not even
sure if Libxml2 has such a SAX-event; I think it hands them
all over in the start-element event).
Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
In xmlSchemaBuildContentModelForSubstGroup(),
xmlAutomataNewOnceTrans2() was incorrectly used instead of
xmlAutomataNewTransition2() to mimic a xs:choice for
supplied by Michael Romer for bug #341150.
Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
*
relaxng.c: Fixed compilation error with patch supplied by
Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
validation now when an entity is found in the instance
document, since we don't support automatic entity
substitution by the schema processor (yet?) -
see bug #340316, reported by Nick Wellnhofer.
Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
configure.in: applied another Python detection patch from Joseph Sacco
*
libxml.spec.in: cleanup the changelog section, asciifies the spec file
Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: fix a mix of code and declarations showing up on Windows
patch from Kjartan Maraas, fixing #340404
Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
* NEWS
configure.in doc//*: preparing 2.6.24 release, fixed Python
Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlwriter.c: patch from Jason Viers for line breaks after EndPI
Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
tree.c: fix compilation without tree
Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: applied patch from Gary Coady to really make sure
xmllint --nonet would not reach the network, should fix #337483.
Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
configure.in: applied patch from Joseph Sacco changing slightly
the python detection scheme should fix bug #338526
Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix the error message for invalid code point in content
Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
validation of restricted enumerations. Added related
Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
in case of errors, should fix bug #338303
Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
in case of errors, should fix bug #338306
Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
applied man page improvements from Daniel Leidert
Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: removed unused code or variables, from Stefan Kost
fixing #336163 and #336164
Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: applied patch from Stefan Kost fixing #336160
Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
patches from Aivars Kalvans to make unicode tables const, fixes
bug #336096, this also updates to Unicode 4.01 final with a couple
of character ranges fixes.
Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: applied patch from Youri Golovanov fixing bug
#316338 and adding a couple of optimizations in the regexp
tests based on the examples provided in the bug report.
Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
warning raised by gcc-4.1 and latests changes
Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
pass on coverity reports.
Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
of small cleanups based on coverity reports.
Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
tree.c: Simplified usage of the internal xmlNsMap. Added a
"strict" lookup for namespaces based on a prefix. Fixed a
namespace processing issue in the clone-node function, which
occured if a @ctxt argument was given.
Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
*
valid.c: fix HTML attribute ID checking for input element.
Maintain current attribute "name" behavior for now.
Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
tree.c: Bundled lookup of attr-nodes and retrieving their
values into the functions xmlGetPropNodeInternal() and
xmlGetPropNodeValueInternal(). Changed relevant code
Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
*
xpath.c: workaround HP-UX compiler bug by Rick Jones
Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
*
tree.c: Fix the add sibling functions when passing attributes.
Modify testing for ID in xmlSetProp.
No longer remove IDness when unlinking or replacing an attribute.
Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
*
catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
* doc//*: updated the Ruby bindings links, and regenerated the
Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
*
catalog.c: improve catalog debugging message patch from Rick Jones
Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
The constructor needs a bucket to be assigned during component
Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
the empty string (reported by Bas Driessen on the mailing-list).
Fixed schema XSI-acquisition and construction: the schemata
(xmlSchema) didn't get the targetNamespace in some cases, thus
the component resolution mechanism failed to work. The XSI
stuff needs to be tested more intensively; think about how
to test this for regression.
Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: fix an error report when using --path and --valid
Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: trying to fix #331062, this is again a problem
around interleave, there is no good fix unless reimplementing
but this works around some cases and allow to validate in that
Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
tree.c: Fixed bug #328896 reported by Liron. The path
for text- and CDATA-section-nodes was computed incorrectly
Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: bug fixes for #327167 as well as some cleanups
and more thorough tests on atoms comparisons.
Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: bill pointed out a missing block in xmlParseComment
trying to fill with a normal processing of the given character.
Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed the comment streaming bug raised by Graham Bennett
Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
tree.c: Added an initial version of xmlDOMWrapCloneNode() to
The pros: 1) non-recursive, 2) optimized ns-lookup
(mostly pointer comparison), 3) user defined ns-lookup,
4) save ns-processing. The function is in an unfinished
and experimental state and should be only used to test it.
Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
*
uri.c: applied patch from Rob Richards fixing the URI regressions
tests on Windows which seems to indicate bad escaping.
Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
the previous addition of the removal of redundant ns-decls.
Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
was given. Note that I haven't moved this option to the
header file yet; so just call this function with an @option
of 1 to test the behaviour.
Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
the mailing list by venkat naidu in order to compile
Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
issues reported by Tim Van Holder
Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
when operating on an HTML document.
Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlRelaxNGSetParserStructuredErrors() to the API.
Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: reverted first patches for #319279 which led to #326295
and fixed the problem in xmlParseChunk() instead
*
test/ent11 result//ent11*: added test for #326295 to the regression
Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
regenerated the docs, preparing for release of 2.6.23
Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
pattern.c: Another fix to handle "foo//.": "foo" was not
included in the resulting node-set.
Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
Fixed bug #322928, reported by Erich Schubert: The bug was
in
pattern.c, which is used for a tiny subset of xpath
expression which can be evaluated in an optimized way.
The doc-node was never considered when evaluating "//"
expressions. Additionally, we fixed resolution
yet, as it did select only element-nodes. Due to this
issue the pushing of nodes in
xpath.c needed to be adjusted
Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
*
parser.c: tiny refactoring patch from Bjorn Reese
Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
*
SAX2.c: fix bug #324432 with <xml:foo/>
*
test/ns7 resul//ns7*: added to the regression tests
Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
MinGW compilation problem, should close bug #324943
Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Removed last dependency on the obsolete enum
Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
and doc build fixes from Michael Day
Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
*
tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
a child of an element (fix by Oleksandr Kononenko).
Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
text concatenation when validating a node tree:
xmlStrncat was called with a @len of -1; but unlike
xmlStrncatNew, it does not calculate the length
automatically in such a case (reported by Judy Hay
Updated the descriptions of the involved string
Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
*
nanohttp.c: applied patch from Gary Coady to accept gzipped
Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
debugging (LIBXML_DEBUG_RUNTIME).
Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added regression test for bug #321475 (reported by
Gabor Nagy). Fixing of bug #323510 seemed to have
Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added regression test for bug #323510.
Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Jonathan Filiatrault): substituted the epsilon transition
for a labelled transition, in order to avoid a bug in
xmlregexp.c which eliminated the epsilon transition and
marked the initial state as final.
Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
xmlTextReaderReadInnerXml() applied patch fixing #323864
Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
of warnings shown by HP-UX compiler and reported by Rick Jones
Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
*
xmlwriter.c: Insert space between pubid and sysid when both
passed to xmlTextWriterStartDTD and indenting not being used.
Remove no longer used Mem callbacks.
Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
runsuite.c: Changed to instantly mark instance-tests as
failed if the corresponding schema was invalid. This
reflects the side of the Python code for the XML Schema test
suite. We now get the same number of failed tests on both
Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlTextReaderSchemaValidateCtxt() to the API.
Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
still tried to be validated, if the schema, dynamically
acquired using XSI was invalid, thus mangled. The
validation will stop (or rather won't validate) now in
such a case. The schema parser error code will be set
on the validion context now; this is somehow not nice,
but it assures that the validation context indicates an
error in there was a parser error.
Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
*
legacy.c: another doc patch for a deprecated API
Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
the number of expected failures for James Clark's
XML Schema datatype tests from 10 to 11. The additional
reported error was agreed to be correct long time ago,
but we missed to adjust the message reported by
Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added missing regression test results for the latest IDC
Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
regression tests for the latest IDC and xs:decimal bugs.
Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
parent's list of duplicates was filled with NULLs instead
of the nodes under certain conditions. This lead to a
segfault when the list's entries were accessed.
Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
allow/deny special lexical forms. Fixed the totalDigits
for values in the range (x < 1) && (x > -1) && (x != 0);
E.g "0.123" has now a totalDigits of 3 (was 4 previously).
Adjusted the comparison function for decimals due to this
change. As a side effect comparison against zeroes was
Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: An assignment to a local variable, which was
used to access the IDC node list, was missing after the
reallocation of the list (reported by Fabrice GUY
bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
it is used to force bubbling of IDC node tables even
if not necessary; this was intended to be used for test
purposes, but I obviously missed to disable it (although
it apparently helped finding the bug).
Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
this caused XSI-driven-dynamic schema acquisition to fail
with @noNamespaceSchemaLocation (reported by Julien Lamy
Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
which caused the search for components to stop at the
first encountered attribute group component.
Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
designation of a not-found component was not reported.
Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
in the date and time code raised on IRIX 6.5
Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added xmlSchemaSetParserStructuredErrors() to the API.
Fixed channeling of error relevant information to
Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
Oleksandr Kononenko, fixes bug #321695
Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: use ctxt->standalone = -2 to indicate that the
XMLDecl was parsed but no standalone attribute was found,
suggested by Michael Day to detect if an XMLDecl was found.
Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
*
runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
were not properly reported.
Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
to use xmlSchemaGetCanonValueWhtspExt() in order to
correctly report values for xs:anySimpleType.
Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
Return error condition not len if xmlwriter fails writing to buffer.
Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
applied patch from Geert Jansen to implement the save function to
a xmlBuffer, and a bit of cleanup.
Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
totalDigits value to be positiveInteger.
Fixed crash in an error report function when we gave it
the document node; only element and attribute nodes are
processed now (reported by Rob Richards).
Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: fix bug #319897, problem with counted atoms
when the transition itself is counted too
tests with the problem exposed.
Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
Mark Junker to fix compilation with MinGW
Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
* libxml.3: tiny fix from Albert Chin
Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
*
tree.c: add additional checks to prevent tree corruption. fix problem
copying attribute using xmlDocCopyNode from one document to another.
Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
error.c: fixing a portability problem on some old Unices with
2005-10-27 Aleksey Sanin <aleksey@aleksey.com>
bug in exc-c14n namespace visibility + test case (bug #319367)
Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
as this seems to give troubles with VC6 and stl as reported by
Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
when passed a NULL filename, pointed by Albert Chin.
Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: script HTML parser error fix, corrects bug #319715
Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
*
tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
parser.c: fixed second spot where CRLF split between chunks
could cause trouble (bug #319279)
--with-minimum compilation (compilation errors with schematron
and formal expressions tests)
Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
*
xmlsave.c: prevent output of fragment tags when serializing XHTML.
Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: commiting a some fixes and debug done yesterday in
Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Removed creation of a temporary parser context
during validation when processing xsi:type; this previously
added a string to the dict of the schema - to assure thread
safety, we don't want to modify a given schema during
Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
va_copy and added a define for VA_COPY for
xmlwriter.c fix
*
parser.c: fixed problem with CRLF split between chunks (bug
#319279) (fix provided by Brion Vibber)
Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlSchemaCheckCSelectorXPath() when an internal error occurs.
Fixed setting of ctxt->err to the given error code in
the parsing error functions.
*
pattern.c: Added internal xmlCompileIDCXPathPath() as a
starting point for IDC XPath compilation; this and some other
tiny changes fixes issues regarding whitespace in the
the subset of XPath. Fixed a missing blocking of attributes
in xmlStreamPushInternal().
Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: trying to improve runtime execution of non-deterministic
regexps and automata. Not fully finished but should be way better.
Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlSchemaContentModelDump(). Added output of local types
in xmlSchemaElementDump(). Tiny cosmetical changes to the
Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
by Kjartan Maraas, bug #318517).
inconsistency wrt IDCs: we now _only_ pop XPath states, if
we really pushed them beforehand; this was previously not
checked for the case when we discover an element node to be
invalid wrt the content model.
Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Restructured IDC node-tables
Allowed IDCs to resolve also to nodes of complex type with
Added check for keyrefs with references to keyrefs.
IDC target-nodes were interferring with IDC node-tables,
since they used one list of entries only. I separated this
one big list into 3 lists: 1 for IDC node-table entries,
1 for _duplicates_ of IDC node-table entries and 1 for
IDC target-nodes. More code, but cleaner and it works at last.
Keyrefs will fail to resolve to duplicate
key/unique entries.
I thought this was already working this way, but it didn't.
The wording of the definition for [node table] in the spec
can lead to a scenario, where keyrefs resolve perfectly, even
if the relevant key-sequences of the referenced
key/unique have
duplicates in the subtree. Currently only Saxon 8.5.1 is
dissallowing resolution to duplicate entries correctly - we
Removed some intel compiler warnings (reported by
Kjartan Maraas, bug #318517).
*
pattern.c: Fixed an IDC-XPath problem when resolving to
Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
to use getaddrinfo() if supported in Windows build (bug# 317431).
Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
redefinitions; this still misses checks for restrictions
of the content model of complex types.
did not work in the last releases).
Completed constraints for attribute uses.
Seperated attribute derivation from attribute constraints.
Completed constraints for attribute group definitions.
Disallowing <import>s of schemas in no target namespace if the
importing schema is a chameleon schema. This contradicts
the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
W3C XML Schema WG, thinks it is correct to dissalow such
Added cos-all-limited constraints.
Restructured reference resolution to model groups and element
Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied patch from Massimo Morara fixing bug #317447
about risk of invalid write in xmlStringLenDecodeEntities
Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
error.c: Adrian Mouat pointed out redundancies in xmlReportError()
Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: seems a test to avoid duplicate transition is
really needed at all times. Luka Por gave an example hitting
this. Changed back the internal API.
Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
uri.c: more fixes to the behaviour of xmlBuildRelativeURI
Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: detect combinatory explosion and return with
a runtime error in those case,
c.f. #316338 though maybe we
should not see such an explosion with that specific regexp,
more checking needs to be done.
Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
uri.c: fixed problem when xmlBuildRelativeURI was given a
Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
* NEWS
configure.in doc//*: release of 2.6.22 updated doc and
Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Adapted regression results.
Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Centralisation, more robustness of the schema document
aquisition story. Centralised and restructured component fixup.
Fixed attribute derivation when 'prohibiting' attribute uses.
Added warnings: when schema documents cannot be localized
during imports; when we get duplicate and pointless attribute
prohibitions. Changed error reports for IDCs to report
the relevant IDC designation as well (requested by GUY Fabrice).
Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: applied second patch from David Madore to be less intrusive
when handling scripts and style elements in XHTML1 should fix #316041
*
test/xhtml1 result//xhtml1\*: updated the test accordingly
Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
devhelp, completing the index and inserted into the gtk-doc
database at "make install" stage
Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
and use option from xmlSaveCtxtPtr rather than global during output.
*
xmlsave.c: fix some output formatting for meta element under XHTML.
Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
* doc/*: regenerated the API
Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
given a document pointer instead of an element
Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
should be complete with navigation, what is left done is glueing
Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
doc/devhelp/*: started work needed to generate devhelp content,
not too hard based on the existing format and extractor.
Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixes bug #315617 when using push CDATA in some cases.
Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: patch from St�phane Bidoul to compile without schematron
Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
when handled a namespace node.
Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xpath.c: work for #303289, fix a formatting bug for MIN_INT
Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: real fix for #314881 and #314759 is was a bit more complex
than initially expected as ctxt->error == NULL had behaviour side
effects at the compilation level itself.
Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
pattern induced XPath bug #314282
*
relaxng.c: reverted back last change it was seriously broken
Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
*
xmlsave.c: check for NULL to prevent crash with meta elements
Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: structured error reporting problem with Relax-NG
should fix #314881 and #314759
Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
but more generally related to attributes and ID handling, fixes
#314358 among other things
Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
based on Andrew W. Nosenko idea.
Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
configure.in: the use of AM_PATH_PYTHON is not portable enough
reverting back to AM_PATH_PROG
Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: Applied the last patch from Gary Coady for #304637
changing the behaviour when text nodes are found in body
Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
*
xmlsave.c: move handling of meta element for http-equiv in XHTML docs
to serialization and no longer modify internal tree.
Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
error.c: fixed bug #310033, the URI extraction code given a
node is a bit twisted and broke in the last months.
Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
added a parser XML_PARSE_COMPACT option to allocate small
text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
directly within the node, various changes to cope with this.
slightly change the output
Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
instead of $CC = 'gcc' because GCC may have a different name
Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
configure.in: changes the way the python binary is found, should
Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: found another bug while looking at #309616 on missing
SAX stream in missing conditions for a few tests
Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
encoding.c: applied the patch suggested #309565 which can avoid
looping in error conditions.
Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
SAX2.c tree.c: line numbers are now carried by most nodes, fixing
xmlGetLineNo()
c.f. bug #309205
Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
the encoding module to the common error reporting mechanism
Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xpath.c: removed a potentially uninitialized variable error
Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
when configured --without-sax1 and other cleanups fixes bug #172683
Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed bug #170489 reported by Jirka Kosek
Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
for the HTML parser based on the suggestions of bug #169834 by
Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
the test case to the regression suite.
Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
xmlExpExpDerive(), added it to the testRegexp command line
tool when providing multiple expressions.
Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
regression test suite set for the new expression support
Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixed an uninitialized variable
add the parser, serializer and some debugging
by default if Schemas is included
*
testRegexp.c: cleanup and integration of the first part of the
new code with a special switch
*
xmllint.c: show up Expr in --version if compiled in
Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Some preparation for the creation of a graph
at least the redefinitions.
Centralized the creation of the parser context in one function.
Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
handling code to have it in CVs from now. Not plugged, and misses
APIs it's not compiled in yet.
Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: applied another patch from Rob Richards to fix
xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
xmlTextReaderGetAttribute behaviour with namespace declarations
Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Changed output for keyref-match errors; the target-node will
be now reported rather than the scope-node of the keyref
definition - allowing easier chasing of instance errors.
This was reported by Guy Fabrice to the mailing list.
Some initial parsing code for schema redefinitions.
Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
valid.c: applied patch from Derek Poon fixing bug #310692
Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
context type was not always properly initialized.
Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed bug #307377 about validation of choices in
added examples to the regression tests, problem is that streaming
version gives slightly more informations.
Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: fixed a determinism detection problem exposed by
##other tests commited by Kasimier, also added a small speedup
of determinism detection.
the results to the regression tests now
Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added some more tests for element wildcards.
Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
streaming XPath states were not popped in every case,
thus failed to resolve correctly for subsequent input.
Added the test submitted by Carol Hunter.
Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
Marcus Boerger to remove warnings on Windows.
Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
an xmlSaveOption to omit XML declaration
Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: fixed bug #310333 with a patch close to the provided
patch for HTML UTF-8 serialization
Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: fixed bug #310264, basically it's about reentrancy
of count based transition, when going though the counter must
Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
only freeing the first annotation in the list.
Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
xmlTextReaderGetAttribute
Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fixed an uninitialized memory access spotted by
Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
cleanup the
Path/URI conversion mess, needed fixing in various
layers and a new API to the uri module which also fixes #306861
*
runtest.c: integrated a regression test specific to check the
URI conversions done before calling the I/O handlers.
Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
disabling modules in win32, fixes #304071
Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
Richards to add schematron to the build on Windows
real second test 10 and 2 are swapped.
Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
schematron.c: more bug fixes, improve the error reporting.
Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
started integrating within "make tests"
Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
work done on the plane last week-end
Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
runtest.c: allows an extra argument to subset the tests
*
xmlregexp.c: big speedup for validation, basically avoided
transition creation explosion when removing epsilon transition
Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
xmlwriter.c: more cleanups based on sparse reports, added
Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
better done by the python user provided resolver layer.
Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
small cleanups based on Linus' sparse check output.
Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
xs:anyType. This is needed when trying to extend xs:anyType
(although it makes no sense to extend it; IMHO the schema
people should have ruled this out). This was reported
by Yong Chen to the mailing list.
xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
adjustment to an error report output.
Added a test case provided by Young Chen.
Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
*
uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
base to be in "relative" form
Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
tool, the report infrastructure is gonna be fun.
Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
(they fail currently), but did not added results yet.
Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlSchemaValidateElemWildcard() for the <any> wildcard
with namespace == ##other. Support for such wildcards was
implemented by Daniel at the automaton level recently, and
the workaround code iterfered with it.
Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
signature to pass an int and not an enum since it can generate
schematron code, work in progress lots to be left and needing
options right now just XML_XPATH_CHECKNS.
Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlSchemaBuildAContentModel() when an empty model group
Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
pattern.c: Changed xmlCompileStepPattern() and
xmlCompileAttributeTest() to handle the "xml" prefix without
caring if the XML namespace was supplied by the user.
Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
output the given string arguments correctly.
Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
to fix problems with calling conventions on Windows this should
Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: an optimization of the char data inner loop,
can gain up to 10% in pure SAX2 parsing speed
*
xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
a bug in XML Schemas facet comparison #310893
Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
bug #172215 about foreign namespaces by adding support for
negated string transitions. Error messages still need to be
Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
on namespaced attributes #310417.
Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: fixed bug #307508, a bad automata was built but
this showed as an indeterminist result
Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
comparing base64 strings, result from runsuite:
## NIST test suite for Schemas version NIST2004-01-14
Ran 23170 tests (3953 schemata), no errors
Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
testRegexp.c: fixed where xmlMemoryDump() should be called.
*
xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
affecting NIST regression tests
Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fixed a potential buffer overrun error introduced
on last commit to htmlParseScript()
c.f. #310229
Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
*
xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
return TRUE if a nodeset with a numeric value of NaN is compared
for inequality with any numeric value (bug 309914).
Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
to route relaxng and schemas error messages when using the reader
through the structured interface if activated.
Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
case from the regression suite
Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
nanohttp.c: fixed bug #310105 with http_proxy environments with
patch provided by Peter Breitenlohner
Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
preparing to make testsuite releases along with code source releases
the new Schemas support for Readers
*
xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
raised by the doc builder.
Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
pointed by Jeroen Ruigrok
the APIs for xmlReader schemas validation support
implementation and testing as xmllint --stream --schema ...
Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix for #309761 from Dylan Shell
and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
*
xmllint.c: couple of fixes plus added descriptions for --sax and
Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
pattern.c: Fixed evaluation of attributes. Actually only
attribute at the first level were evaluated (
e.g. "@attr");
expression like "foo/@attr" always failed.
Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
user-provided SAX handler is given.
Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix some potential leaks in error cases.
*
xmllint.c: added --sax, to allow testing of --schemas --sax and
various other combinations.
xmlSchemaValidateStream()
Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlSchemaValidateStream() internally.
Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
document internal subset to avoid errors if the DocBook catalogs
*
xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
*
parser.c: fixed problem with free on dupl attribute in
Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
*
debugXML.c: excluded content string check for XML_ELEMENT_DECL
in xmlCtxtGenericNodeCheck
*
runtest.c: changed "open" calls to include O_BINARY for Windows
Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixing bug #166777 (and #169838), it was an heuristic
in areBlanks which failed.
added the input file to the regression tests
Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added a regression test for the above bug.
Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed a bug failing to detect UTF-8 violations in
Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: added enhancement for #309057 in xmllint shell
Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: applied patch from James Bursa fixing an html parsing
Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
xmlDOMWrapAdoptNode, and fixing another side effect in testapi
seems to pass tests fine now.
of the library are compiled in.
Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
disabling parts of the library at configure time.
Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
testapi.c: regenerated, seems to pop-up leaks in new tree functions
*
tree.c: added comments missing.
Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
conditionals in generator too
Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: fixed bug #307503 misplaced #ifdef
Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
runsuite.c: completed the simple checks for Relax-NG suites
back to the same 11 errors as in the Python runs.
Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
runtest.c: complete, checking on other platforms is needed
*
relaxng.c: fix a leak in weird circumstances
the regression suites, work in progress
Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
runtest.c: finishing XPath, adding XPointer
Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
runtest.c: adding more coverage, XInclude and starting XPath
Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
functions for the DOM-wrapper context.
Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
tree.c: Commented the new functions to be experimental.
Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
runtest.c: augmented with DTD validation tests
Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
for some new DOM-wrapper helping functions.
Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Removed, those are not needed anymore due to the new test suite.
Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
* result/*.sax2
MAkefile.am: added SAXv2 regression tests apparently
Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
xmlDOMWrapRemoveNode() to the API. These are functions intended
to be used with DOM-wrappers.
Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
it matches the glob() routine.
Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
ss_family for ipV6, as reported on the mailing list by
Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added regression tests (from Dhyanesh).
Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
string values (reported by Dhyanesh to the mailing list).
Adjusted text concatenation of mixed content.
Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: applied patch from James Wert implementing
xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
namespace list, appending of element character content.
Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: if sax1 is used and input is a file use the old
for the new functions in Schemas.
Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlSchemaValidateFile() to the public API. This will use
Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added schema test results (Tom Browder, bug #306806).
Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added schema tests submitted by Tom Browder (bug #306806).
Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
*
pattern.c: adjusted last change to xmlCompilePathPattern,
fixed one compilation warning
Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
schema. Fixed attribute derivation when the use is
"prohibited" and was "optional". Fixed an attribute construction
bug, a left-over from the time, where <complexContent>,
<extension>, etc. where created as structs.
Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
boxes don't know about "tar --strip-path".
Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
* result//compare0* test//compare0*: added the regression test in
the suite as this went unnoticed !
Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
enhancement for XPath streaming, consolidated with
Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
default namespace if existent.
Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
values were not duplicated corrently when creating a computed value
in xmlSchemaValAtomicType.
Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
to be able to work in streaming mode. Some datatype fixes,
especially for list and union types. Due to the changes the
error report output has changed in most cases. Initial migration to
functions usable by both, the parser and the validator. This should
ease a yet-to-come XS construction API in the long term as well.
Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied patch from Malcolm Rowe to avoid namespace
troubles on rollback parsing of elements start #304761
added it to the regression tests.
Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
for xml:space and xml:lang handling with SAX2 api.
Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
globals.c: applied patch from Morten Welinder, closing bug #306901
on compiling subsets of the library
Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
XS tests to use the new release of tests and test-definitions.
2005-06-07 Aleksey Sanin <aleksey@aleksey.com>
*
c14n.c: fix rendering of attributes when parent node
2005-06-06 Aleksey Sanin <aleksey@aleksey.com>
*
c14n.c: fixed xml attributes processing bug in exc c14n
*
xmllint.c: added --exc-c14n command line option
Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
(bug #306348 reported by Bob Stayton). Also enhanced
'signed' declaration. Rebuilt the docs.
Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: Enhanced handling of xml:base for included
elements, fixing bugs 169209 and 302353.
Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed facet errors to be channelled back for
union type members; facet-validation will stop now on the
first error. Reported by GUY Fabrice to the mailing-list.
validation for QNames and NOTATIONs as proposed by the
regression tests for union types (by GUY Fabrice).
Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: applied patch from Mark Vakoc fixing saving of
Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
the timezone to -840 to 840.
Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
for "signed int" of the date-time timezone field. Silenced
Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied patch for replaceNode from Brent Hendricks
Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
testapi.c: applied patch from Steve Nairn tof fix the compilation
problem exposed in bug #303640
Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added regression a test provided by Heiko Oberdiek (bug #303566).
Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
pattern.c: Changed the XPath "." to resolve only on the first
level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
This should not affect pattern-like resolution on every level.
Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
* doc/*
testapi.c: regenerated the descriptions and docs.
Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
to avoid linking with pthread library on non-threaded environments.
*
xpath.c: applied patch from Mark Vakoc
w.r.t. a buggy namespace
Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
parser.c: Fixed a test for duplicate attributes: Non-prefixed
attributes were treated as being bound to the default namespace.
Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
(reported by David Crossley, bug #300576).
Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
dereferences (reported by Andriy, bug #301074).
Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
xpath.c: Added some code to avoid integer overflow for
ceil, floor and round functions (bug 301162)
Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Removed workaround for bug #172215, since it
does more harm in some scenarios. Added some of the
"Particle Restriction OK" constraints - not yet enabled.
Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
identity-constraint error messages.
Added xmlSchemaGetCanonValueWhtsp() to the API.
Further enhancement of the canonical value
submitted by Randy J. Ray.
Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
valid.c: Applied Daniel's fix for memory leak in dtd
*
xpath.c: minor change to comment only
Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlmemory.c: added the call to the breakpoint routine
when a monitored block is reallocated or freed
Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
nanohttp.c: applied patch from Aron Stansvik for bug #172525
about HTTP query string parameter being lost
Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
adding namespace removal at the python level #300209
Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed several places where memory cleanup was not
properly done after an error was detected (problem was
reported on the mailing list by Pawel Palucha)
Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Added substitution group constraints; changed
the build of the pre-computed substitution groups. Channeled
errors during xsi assembling of schemas to the validation
context. Fixed a big memory leak, which occured when using
IDCs: the precomputed value of attributes was not freed if
the attribute did not resolve to an IDC field (discovered
with the help of Randy J. Ray's schema, posted to the
xmlschema-dev maling list).
Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
Added handling substitution groups inside <choice> and <sequence>;
for <all> this is not supported yet. Changed circular checks for
model groups definitions. "memberTypes" are processed at different
levels now: component resolution first, construction later; this
goes hand in hand with a global change to handle component
resolution in a distinct phase. Fixed invalid default values for
elements to mark the schema as invalid; this just resulted in an
error report previously, but the schema was handled as valid.
Separated the assignment of the model groups to referencing
model group definition references (
i.e. particles); this was
needed to perform the circularity check for model group definitions.
Added "Element Declaration Properties Correct (e-props-correct)"
Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
* .cvsignore: added Eclipse project files to ignore list
Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
nanoftp.c: applied fix from Rob Richards to compile on Windows.
Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
and anchored them in the "Element Locally Valid (Element)"
constraints. This restricts the type substitution via "xsi:type".
Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: patch from Matthew Burgess to improve some schemas
facets validation messages.
Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
* doc/*
configure.in NEWS: preparing release 2.6.19, updated docs and
Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
files used for the tests.
Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Committing again, since the CVS server aborted.
Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
QNames and notations. Corrected xmlSchemaGetCanonValue: some
data types did not return a value if already in normalized
Eliminated creation of structs for <restriction>, <extension>,
<simpleContent>, <complexContent>, <list> and <union>: the
information is now set directly on the corresponding simple/
complex type. Added some more complex type constraints.
Added facet derivation constraints. Introduced "particle"
components, which seem to be really needed if applying
This is all a bit scary, since a significant change to the code.
Adapted regression test results.
Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
format to cope with gcc4 change of aliasing allowed scopes, had
the header from the c module source.
* *.c: updated all c library files to add a #define bottom_xxx
and reimport
elfgcchack.h thereafter, and a bit of cleanups.
* doc//*
testapi.c: regenerated when rebuilding the API
Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
encoding UTF-8 should really be assumed. This may break if
the HTTP headers indicates for example ISO-8859-1 since this
then becomes a well formedness error.
Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
SAX.c: fixed #172260 redundant assignment.
xmlParseDoc() signatures #172257.
Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
is NULL as reported by bug #172255
Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed a problem in Relax-NG validation #159968
Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
since apparently IBM can't avoid breaking common defines #166922
Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
encoding.c: fix unitinialized variable in not frequently used
Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
Hendricks to add new handlers with the various validity contexts
added the regression tests he provided
Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
Hendricks to avoid leak in python bindings when using schemas
Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
*
tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed call to a facet error report: the type of
the error was wrong, resulting in a segfault (bug #171220, reported
Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
failing to build a linked list correctly (bug #169898, reported
Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed a segfault, which occured during bubbling
of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
a variable was missed to be reset in a loop. Deactivated bubbling,
if not referenced by a keyref.
Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
in c14n relative namespaces check and add structured error messages
Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Removed inheritance of "mixed" content type for
short-hand restrictions of "anyType" (reported by Guy Fabrice
to the mailing list). Added the namespace conversion (chameleon
includes) for the base type reference of <restriction> and
Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
by Daniel, which I overwrote with the previous commit.
Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Hopefully finished validation against facets to use the normalized
value of both, the facets and instance values. Added
xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
and xmlSchemaGetValType() to the schema API.
Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: applied patch from Gerry Murphy for xmllint return code
at public API entry points.
Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
decimal-handling routines. Fixes python some problems
turned up by the python tests.
*
Makefile.am: change SchemasPythonTests message to warn
that there are 10 'expected' errors (rather than 6) since
we now reject a '+' sign on an unsigned.
Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
normalized values of facets during validation: changed the
arguments of some string comparison functions; added a static
xmlSchemaValidateFacetInternal() with more arguments to be
more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
to use the comparison functions. Fixed some assignments in
xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
*
encoding.c: removed a static buffer in xmlByteConsumed(),
as pointed by Ben Maurer, fixes #170086
*
xmlschemas.c: remove a potentially uninitialized pointer warning
Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
and much of the routine xmlSchemaCompareDecimals. The
changes were necessary to fix a problem reported on the
mailing list by John Hockaday.
Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: The schema parser will stop if components could
not be resolved. This is not conforming to the spec but for now
will avoid internal errors during type fixup and content model
duplicate, self and circular inclusion. Chameleon includes are
still workarounded. Added restriction to disallow references to
non-imported namespaces. Corrected parsing of <group>.
Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
link and foreword warning to avoid problem with ignorant
Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
a regression test from Rob Richards for the previous bug
Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: applied fix for xmlTextReaderNext() bug from
Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlmodule.c: second patch from Rick Jones, portability fix for
Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
patches, including a serious aliasing bug exposed in s390
when trying to convert data pointer to code pointer.
Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Tiny restructuring of the validation start-up
functions. Added cleanup of the validation context at the
end of validation. This takes care of the validation context
Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
I forgot to commit last time.
Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Added IDC validation of anySimpleType attribute
values; anyway the IDC key comparison is restricted to
anySimpleType <--> string based types. For other types we
would possibly need the canonical lexical representation of
them; this sounds not performant, since we would need to
build such a representation each time we want to compare against
anySimpleType. TODO: think about buffering the canonical values
somewhere. Fixed error reports for default attributes to work
without a node being specified. This all and the enabling of IDC
validation fixes bug #165346 (reported by Benoit Gr?goire - could
not read his last name correctly from bugzilla).
Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added xmlSchemaCopyValue to the API; this was done due to
validation of default attributes against IDCs: since IDC keys
consume the precomputed value, one needs a copy.
*
pattern.c: Enabled IDC support; this is currently done
via calling xmlPatterncompile with a flag arg of 1.
Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
the prefix instead of the namespace name.
Adapted invalid values of the "id" attribute, since they are
Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
*
threads.c: new version with fixes from Rob Richards
Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
*
threads.c: applied patch from Rich Salz for multithreading on
Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlwriter.c: applied a patch from Rob Richards fixing a couple
Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
*
xpath.c: fixed compilation warning, no change to logic.
Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlwriter.c: applied patch from Rob Richards to fix a problem with
xmlTextWriterStartAttributeNS
Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
and switched XPath to use it by default when possible
Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
the documentation as a result.
Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
Aron Stansvik to add xmlTextReaderByteConsumed()
Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Started support for IDC resolution to default
attributes. If building the content model for <all>: ensured
to put element declarations and not the particles into the
content model automaton (this was bug #167754, reported by
Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
of expressions and streamable validation.
Added xmlStreamPushAttr to the API.
Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Added validation for the attribute "id" in the
schemata; doing this needed error report fixes for notations,
facets and group. Changed NOTATION validation to work with the
declared NOTATIONs in the schema; this does have no impact on
the validation via the relaxng module.
Added xmlSchemaNewNOTATIONValue to the API to be able to do
the NOTATION validation described above.
Fixed the values of the "id" attributes, which were not validated
Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
values, if the type was 'xsd:string'. Changed the comparison
for IDCs to use the whitespace aware comparison function.
Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
xmlSchemaCompareValuesWhtsp to the API. Added functions
to compare strings with whitespace combinations of "preserve",
"replace" and "collapse".
Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Further work on IDCs, especially evaluation for
Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
*
encoding.c: fix the comment to describe the real return values
the patterns, pluggin in the XPath default evaluation, but
disabled right now because it's not yet good enough for XSLT.
pattern.h streaming API are likely to be changed to handle
relative and absolute paths in the same expression.
Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Made 'nil'ed elements work. Added a specific error message
for 'strict' attribute wildcards.
Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
This change started out as a simple desire to speed up the
execution time of
testapi.c, which was being delayed by
nameserver requests for non-existent URL's. From there it
just sort of grew, and grew....
to use the
uri.c routines instead of custom code.
*
uri.c: added accepting ipV6 addresses, in accordance with
RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
testing of the nanoftp and nanohttp routines.
warning on the docs generation
Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: fixed xmlXIncludeParseFile to prevent
overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
PYTHONPATH is set, to assure new libxml2 routines are used.
Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
parser.c: fixed problem when no initial "chunk" was
given to xmlCreatePushParser (bug 162613)
Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
dict.c: fixed compilation warning
*
parser.c: changed xmlWarningMsg so ctxt->errNo is not set
*
xmllint.c: changed to return non-zero status if error
*
xmlsave.c: minor deletion of a redundant condition statement
Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied patch to xmlSetNsProp from Mike Hommey
Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
*
pattern.c: first implementation for | support
Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed xmlGetNodePath when namespaces are used
Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: use the walker to test the patterns instead of
Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
*
pattern.c: more bug fixes for the XPath streaming code.
Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
pattern module. Fixed some IDC code bugs. Changed
fallback for attribute declaration addition to work like for
Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
streaming pattern detector for a subset of XPath, should
help Kasimier for identity constraints
Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: fixed an untested pointer dereference and a & vs &&
Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: implementation of xmlTextReaderReadString by
Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
local attribute declarations. IFDEFed more IDC code to
surpress compiler warnings.
Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
files for the Bakefile generator for Makefiles from Francesco
Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
Added an initial skeleton for indentity-constraints. This is all
defined out, since not complete, plus it needs support from other
Added machanism to store element information for the
ancestor-or-self axis; this is needed for identity-constraints
and should be helpfull for a future streamable validation.
Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
*
valid.c: the testapi found a bug in the last code of course !
Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
is generated, fixes bug #161386
Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: found and fixed 2 problems in the internal subset scanning
code affecting the push parser (and the reader), fixes #165126
Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
speedups, start to deprecate 3 ElementDef related entry point
and replace them with better ones.
Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
the hash reuses the dictionnary for internal strings
speedup when parsing for example DocBook documents.
Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: small speedup in skipping blanks characters
Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: boosting common commnent parsing code, it was really
*
test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
mostly avoid the cost penalty of the lock in case of low
parallelism, so applying that version instead.
Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
*
dict.c: patch from Gary Coady to fix a race in dict reference
counting in multithreaded apps.
Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed bug #164556 where non-fatal errors stopped
push parsing and xmlreader.
Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlSchemaElementDump. Cosmetic changes to the dump output.
Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
updated and rebuilt the docs
Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: better fix for #151694 not killing c14n regression tests
Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixing bug #151694, line should always be set in the
Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
for format,
c.f. bug #159997
Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
*
nanoftp.c: applied patch from Dan McNichol for compilation on AIX
Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed bug #157633 in relaxng choice optimization
*
testdso.c: removed a warning due to a missing void in signature.
Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
attribute groups and notations (reported by Michael Hewarth
to the mailing list). Added targetNamespace to xmlSchemaType,
xmlSchemaAttributeGroup and xmlSchemaNotation.
Tiny cosmetic change to the content model error report output.
* result//all_*.err result//
any3_0_0.err result//choice_*.err
Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
from
xmlregexp.c to report expected elements on content model errors.
Adapted output of regression tests.
Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
the compilation problem on HP-UX
Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
*
pattern.c: fixed the fixed size array structure problem reported by
Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
the API description, rebuilt, improved navigation in documentation
Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
and xmlRegExecNextValues() to return error transition strings too,
and sink state detection and handling.
Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
an atomic list type is NULL.
Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
also small improvement for cygwin (bug 163273)
Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
entry point and refactored to use both code.
Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
setting up a "private" library (after some list posts about
people having trouble doing it)
Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: trying to add an API to get useful error informations
back from a failing regexp context.
Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed problem with xmlXPathErr when error number
subscript was out of range (bug 163055)
Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
*
uri.c: fixed problem with xmlURIEscape when query part was
empty (actually fixed xmlURIEscapeStr to return an empty
string rather than NULL for empty string input) (bug 163079)
Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
struct _xmlParserInput (based on patch from Rob Richards)
number in the xmlError structure
Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed namespace bug in push mode reported by
*
test/ns6 result//ns6*: added it to the regression tests
added an extra option argument to module opening and defined
a couple of flags to the API.
Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
Bjorn Reese, plus some cleanups
Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
and documentation cleanups
Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
*
parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
Re-examined the problems of configuring a "minimal" library.
Synchronized the header files with the library code in order
to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
were the same in both. Modified the API database content to more
accurately reflect the conditionals. Enhanced the generation
of that database. Although there was no substantial change to
any of the library code's logic, a large number of files were
modified to achieve the above, and the configuration script
was enhanced to do some automatic enabling of features (
e.g. --with-xinclude forces --with-xpath). Additionally, all the format
<cond> element in module descriptions
synchronized the conditionals with the corresponding module code
added additional conditions required for compilation
* doc/*.html,
doc/html/*.html: rebuilt the docs
Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
encoding 'utf-16'. Completes the fix for bug #152286.
Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
foreign encoding table, plus some additional logic to
assure only the 1st param uses the 't#' format. Fixes
bug #152286, but may still have some other UTF-16 problems.
Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
a different directory. Added (optional) param to
gentest.py to specify the source directory (bug #155468)
to (top_builddir) (bug #155468)
build in a different directory(bug #155468). Added (optional)
param to
generator.py to specify the source directory. Added
a new table of functions which have possible "foreign" encodings
(
e.g. UTF16), and code to use python 't' format instead of
'z' format (mostly solving bug #152286, but still need to
Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
Change reference to new site for Solaris binaries, fixing bug
Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
*
parser.c: reset input->base within xmlStopParser
*
xmlstring.c: removed call to xmlUTF8Strlen from within
xmlUTF8Strpos (Bill Moseley pointed out it was not
Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
*
valid.c: changed xmlErrValidWarning to use ctxt->warning
instead of ctxt->error for its reports (bug #160662)
Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
accessors to return None instead of error when no namespace
Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
suggestion from Crispin Flowerday (bug #157634)
*
debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
were specified with debugDumpNode (bug #160621)
Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixed ID deallocation problem based on patch from
Steve Shepard fixes bug #160893
*
testapi.c: new test for xmlDictExists() is generated.
Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
no change to logic. New macro XML_CAST_FPTR to circumvent gcc
warnings on function pointer <-> object pointer (a hack).
Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed a memory leak on errors in some circumstances #159812
Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
a dead loop on bad data (bug 159550)
Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
of elements for which a declaration existed were still processed
by the wildcard mechanism (reported by philippe ventrillon to the
Changed the import and include machanism to share dictionaries.
Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
go through the catalog resolution.
Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: tiny enhancement for content model error reports
(#157190, #143948). Removed abbreviations: CT, ST and WC
(#157190, reported by Frans Englich).
Initial: no report of local components.
Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
xmlSchemaTypeFixup; this ensures facets of inherited types to be
checked prior to facets of derived types - which caused a seg
fault otherwise (bug #158216, reported by Frans Englich).
Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
compilation warnings have been fixed.
Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Correct symbol space for 'all' and 'choice'.
normalization for 'normalizedString'.
Added xmlSchemaWhiteSpaceReplace to the API.
Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
* NEWS
configure.in doc/*: preparing release of libxml2-2.6.16
Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
Hendricks adding support for late DTD validation.
Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
has the __ss_family member instead of ss_family and
behave accordingly. We now can use ipv6 on aix.
Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
added -q option, and more conditional features fixes
Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
on parser contexts closed leaks, error messages
Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed problem concerning XPath context corruption
during function argument evaluation (bug 157652)
Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
*
testapi.c: trying to fix some optional support brokenness
Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
bug fixes and documentation updates.
Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
*
encoding.c: fixed a regression in iconv support.
Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
for unknown pointer types
xpointer.c: This uncovered an impressive amount of entry points
not checking for NULL pointers when they ought to, closing all
Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
*
catalog.c: fixed problem with NULL entry (bug 157407)
*
xpath.c: fixed a couple of warnings (no change to logic)
Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
*
entities.c: fixed a compilation problem on a recent change
Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
extended the testing, especially with more real trees and nodes.
of real problems found and fixed.
*
entities.c: fix error reporting to go through the new handlers
Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: dohh ... stupid change killing xmlParseDoc()
Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
extending the tests coverage
function signatures, regenerating stuff
Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
*
valid.c: bunch of cleanups and 2 leaks removed
Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
cleanups and bug fixes raised by the regression tests
Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
automatic API regression test tool.
xmlstring.c: various API hardeing changes as a result of running
teh first set of automatic API regression tests.
Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed a bug reported by Petr Pajas on the list and
Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
sure the conversion functions return the number of byte written.
Had to fix one of the examples.
Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
Brent Hendricks in the mailing-list
if a validation contect is part of a parsing context or not. This
can probably be improved to make 100% sure that vctxt->userData
is the parser context too. It's a bit hairy because we can't
change the xmlValidCtxt structure without breaking the ABI since
this change xmlParserCtxt information indexes.
Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
* ChangeLog NEWS
configure.in doc/*: preparing release 2.6.15
Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
uri.c: fixed a stupid mistake in xmlBuildRelativeURI
Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
nanoftp.c: applied fixes for a couple of potential security problems
Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
values and dictionnaries generates a tons of errors
Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
parser.c: modified the handling of _private for entity
Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed the leak reported by Volker Roth on the list
*
test/ent10 result//ent10*: added a specific test for the problem
Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
valid.c: unlinked the internal subset within xmlValidateDtd
Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
very large error messages are raised to the Python handlers.
Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
and regenerated the directory
Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
Graham Bennett adding 4 convenience functions to the reader API.
Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
debugXML.c: excluded a few nodes (with no content) from the
Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
raise a problem, need debug
Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
#155240 building outside the source tree. but make tests fails.
Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: some framework preparation to add namespace checkings
Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
adding the tree debug mode
*
SAX2.c: another tree fix from Rob Richards
Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
catalog.c: small change to last fix, to get xml:base right
Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
catalog.c: added code to handle <group>, including dumping
cleanup (no change to logic)
Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
module and prepare for a new checking mode
Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
applied patch from Malcolm Tredinnick fixing bug #154294
related to saving to python file objects.
Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
tree.c: changed xmlHasNsProp to properly handle a request for
the default namespace (bug 153557)
Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
parser.c: fixed problem with dictionary handling within
xmlParseInNodeContext (bug 153175)
Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
changed
sys.path setting from 'append' to 'insert' (patch
supplied by Malcolm Tredinnick) (bug 153716)
Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
parsing and xpath for testing data not necessarily
IS_DIGIT_CH macros to ascii versions (bug 153936).
Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
error.c: added some coding to attempt to display which file
contains an error when using XInclude (bug 152623)
Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
- handle attribute 'mixed', catch illegal attributes.
Parsing of <complexType> - handle attributes 'abstract',
'final' and 'block', catch illegal attributes.
Validation of complex types - handle abstract types.
Per validation option attribute
nodes/text nodes are created
Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
Extended element declaration constraints.
Added handling of xsi:schemaLocation and
xsi:noNamespaceSchemaLocation.
Fixed xsi:type component resolution if using non-prefixed
Enabled namespace awareness of the content model if using the
Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
warning generated by the Nonstop Kernel Open System Services
Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
python exception hierarchy #139824
Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
E20 concerning NMTOKENS and co. validation #153722
Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed a realloc potential problem
Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed a bunch of errors when realloc failed.
Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: added --timing --copy timing for the copy
to build with recent releases
Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
xmlNanoHTTPContentLength to the external API (bug151968).
*
parser.c: fixed unnecessary internal error message (bug152060);
also changed call to strncmp over to xmlStrncmp.
*
encoding.c: fixed compilation warning (bug152307).
*
tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
a couple of compilation warnings.
warnings; no change to logic.
Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: removed some extern before function code reported by
*
legacy.c: fixed compiling when configuring out the HTML parser
*
HTMLparser.c: beginning of an attempt at cleaning up the construction
of the HTML parser data structures, current data generate a huge
amount of ELF relocations at loading time.
Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
* ChangeLog: applied fix from Stepan Kasal to fix duplication
in the change log and cleanup of
space/tabs issues.
Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
Simpified attribute wildcard creation and assignment to get rid
Restructured the validation process.
Restructured and expanded parsing of <attributeGroup>.
Added initial handing of xsi:type.
Advanced handling of xsi:nil (should work now for simple types).
Added construction of schemata using xsi:schemaLocation and
xsi:noNamespaceSchemaLocation; this is not enabled, since
no corresponding API exists yet.
Moved the content model to complex type components.
Resolution of types for attributes will look for simple types
only (incl. all the built-in simple types).
Extended parsing of 'anyAttribute'.
Fixed content-type type for complex types if derived from
'anyType' using the short-hand form (see bug # 152470,
submitted by Thilo Jeremias).
Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
xmlwriter.c: changed char array initialisation to avoid a
complaint from some compiler(s) (bug 152308)
Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
encoding.c: applied fixes for the UTF8ToISO8859x transcoding
routine suggested by Mark Itzcovitz
Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
which is that notation not in the internal subset should
not be saved, and the second more nasty on an error saving
NOTATIONs, if there is a proof that nobody uses notations !
Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
xmlSchemaValidateOneElement to the XML Schema validation API,
as proposed by Jeffrey Fink - see bug # 152073.
Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
make dist
w.r.t. the new xstc subdir.
Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xstc/xstc.py: Changed to finally validate instance documents.
Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
heavy ... weight 250MB of VM !
Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
more cleanup in integrating the xstc testsuite
Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
starting to integrate the xstc suite in the normal regression
Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
exactly run diff to put the differences in the log
c.f. #148691
Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
create python test scripts, which will run the W3C XML Schema Test
were extracted from the online HTML XSTC results [1], since they did
not exist for the SUN tests, and only partially did exist for the
MS tests. The NIST definition file was created by concatenation
of the existing definition files for each single datatype.
definition files to produce the python scripts.
Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
a format argument was missing.
Fixed wrong assignment of the owner of a wildcard in
xmlSchemaBuildAttributeValidation (in the shorthandform of
<complexType>; this caused a seg fault, due to a double-free
Added a check for circular attribute group references.
Added a check for circular model group definition references.
Fixed a dublicate xmlParserErrors enum value - see bug #151738.
Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
response to bug 151760 (no change to logic)
Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
xmlstring.c: fixed error reported on the list caused by
Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: fixing #151456, an encoding error could generate
Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: also produce a tar ball with just the sources
*
xmllint.c: added --path option and --load-trace options to
xmllint, RFE #147740 based on xsltproc versions
*
doc/xmllint.* doc/*: updated the man page and rebuilt
Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
test/ns5 result//ns5*: added a test for the namespace bug fixed
Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
SAX2.c: fixed bug introduced during OOM fixup causing problems
with default namespace when a named prefix with the same href
was present (reported on the mailing list by Karl Eichwalder.
*
xmlstring.c: modified xmlCheckUTF8 with suggested code from
*
dict.c: added a typecast to try to avoid problem reported by
Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
not create a computed value on a facet and thus crashed during
Expanded validity checks for the value of the attribute "form".
Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
*
xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
mailing list by Julius Mittenzwei
Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
Changed the import of schemas to allow failure of location
of a resource to be imported.
Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
fix Xpath memory leak (thanks to sKaBoy and William Brack)
Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
*
parser.c: fixed path problem in DTD loading reported by
Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
configure.in: removing -O -g from default gcc flags #150828
Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
configure.in doc/* NEWS: preparing 2.6.12 release, updated and
Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
on Fedora Core 3 and 64bits
Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
*
xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
<sequence>, <choice>, <include>, <import>.
Fixed schema defaults (elementFormDefault, etc.) for included
Fixed a bug which reported attributes as invalid on
elements declarations with the built-in type 'anyType'.
Added "lax" validation of the content of elements of type
Fixed: element declarations with the same name were treated
as duplicate if located in the subtree of <choice> -> <sequence>.
(This was bug 150623, submitted by Roland Lezuo)
Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
by Igor Kapitanker. (This was bug 150647, submitted by Igor
Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
Edit and rebuild the man pages with Daniel's C14 update
Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
parser.c: fixed missing line numbers on entity as reported
on the list by Steve Cheng
Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
include the CVS ChangeLog version in the xmlParserVersion
string (printed by xmllint with --version)
Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
from Torkel Lyng to add Schemas support to the Python bindings
and extend the schemas error API, registered a new test.
Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: added help for new set shell command
added parser option to not generate XInclude
start/end nodes,
added a specific option to xmllint to test it fixes #130769
Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: small typo pointed out by Mike Hommey
the --c14n description,
c.f. #144675 .
Mike Hommey for $no_proxy,
c.f. #133470
first version of the inplementation of parsing within
the context of a node in the tree #142359, new function
xmlParseInNodeContext(), added support at the xmllint --shell
level as the "set" function
the script based regression tests to instrument the new function.
Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
add c14n to man page (man, it's hard to keep up with
Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
add pattern, walker, maxmem, output and xmlout to man page
Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: added a --c14n option to canonicalize the output
should close the RFE #143226
Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
tree.c: Dodji pointed out a bug in xmlGetNodePath()
--no-super-update option to xmlcatalog see #145461
and another patch also from Albert Chin to not crash
on -sgml --del without args see #145462
*
Makefile.am: applied another patch from Albert Chin to
fix a problem with diff on Solaris #145511
*
xmlstring.c: fix xmlCheckUTF8() according to the suggestion
the errors in libxml(2).py on the node wrapper #135547
Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
when people submit a sample test program
to document xmlSchemasSetValidErrors() limitations, #141827
*
error.c: Add information in generic and structured error
setter functions that this need to be done per thread #144308
*
xmlsave.c: fixed bug whith missing NOTATION(s) serialization
Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
* test/ result/ bug141333* annot-err* any[1-4]* bug145246*
element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
lot of new tests for things fixed by the patch
Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
valid.c: fixed my mis-handling of External ID on last
Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
valid.c: changed the parsing of a document's DTD to use
the proper base path (bug 144366)
Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
applied a patch from Gerrit P. Haase to get python bindings
Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
xmlValidityWarningFunc and xmlValidityErrorFunc (bug
minor fixes to comments for doc rebuilding errors.
* doc/*.html: rebuilt the docs
Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
fixes documentation glitches raised by Oliver Stoeneberg
Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
tree.c: fixed problem with memory leak on text nodes in DTD
(bug 148965) with patch provided by Darrell Kindred
Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
HTMLparser.c: fixed initialisation problem for htmlReadMemory
Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
info posted to the mailing list.
Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
for OOM problems. Now seems to be getting closer to "ok".
*
testOOM.c: added code to intercept more errors, found more
problems with library. Changed method of flagging / counting
Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied a couple of patch one from Oliver Stoeneberg
and another one from Rob Richards fixing #148448
Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
fixes for out of memory condition, mostly from Olivier
*
testOOM.c: some further improvement by Olivier, with
a further small enhancement for easier debugging.
Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
implemented patches supplied by Olivier Andrieu
(bug 148588), plus made some further enhancements, to
correct some problems with out of memory conditions.
*
testOOM.c: improved with patches from Olivier Andrieu
Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
tree.c: put in patch for Windows buffer re-allocation
submitted by Steve Hay (bug 146697)
Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: added some code to check, when an include is
done, whether the requested URL gets mapped to some other
location (
e.g. with a catalog entry) and, if so, take care
of the xml:base properly (bug 146988)
Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
error.c: fixed to assure user data param is set correctly
when user structured error handler is called (bug 144823)
Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
processing attributes (bug 147993)
Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
path to perl (if it exists), and modified make Timingtests
Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
classes (
e.g. xmlDoc and xmlNode) to prevent a segfault (as
reported on the list). Further enhancement should be done
to auto-create the appropriate object.
routine, currently not used, to report the description of a
Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
applied patches from Peter Breitenlohner to fix handling
of white space normalization in public ids and add tests
Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
the xpath context document pointer (part of fix to libxslt
Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
of tabs and spaces (bug 147424)
Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
warning message in python2.3 (bug 146889)
change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
*
xpath.c: enhanced to take advantage of current libxslt handling
of tmpRVT. Fixes bug 145547.
Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
which prevented building with --with-minimum
Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
configure.in doc/*: releasing 2.6.11, updated and regenerated the
Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: make the push interfaces synchronous
Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
datatype facet problem with recent changes.
Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
allowed to be variable-length (patch supplied by Marc-Antoine
Parent, bug 143805). Added code to "unregister" the functions
when the parser cleanup takes place.
Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
some updates with memory debugging facilities while messing
with libxslt python bindings
Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
applied patch from St�phane Bidoul to fix some Python bindings
initialization, then had to change the parserCleanup()
to handle memory released there.
Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: seems the reader buffer could be used while not
allocated, fixes bug #145218
Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
of classes as public methods to avoid double-free problem like
Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
Now compiles warning-free, all tests passed.
*
SAX2.c: small change to comments for documentation.
Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: Kasimier Buchcik fixed the memory access and
Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
applied Schemas patches from Kasimier Buchcik, there is still
one open issue about referencing freed memory.
Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
to
globals.h to avoid some troubles pointed out by Rob Richards
Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
libxml.m4: applied changes suggested by Mike Hommey, remove
libxml1 support and use CPPFLAGS instead of CFLAGS
Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
get compiler optimization based on gcc runtime profiling
Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
Ven suggestion to reduce ELF footprint and generated code. Based on
aliasing of libraries function to generate direct call instead of
generation of
elfgcchack.h based on the API description, extended
the API description to show the conditionals configuration flags
* doc/*: regenerated the docs.
Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
regression tests under Python. Not yet complete, but
should provide good testing under both Linux and Windows.
for --push testing to include the 'rb' param when compiled
Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
uri.c: fixed a problem when base path was "./xxx"
result file used different flags that the testing one.
Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
valid.c: suppressed warnings from within xmlValidGetValidElements
Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
valid.c: implemented bugfix from Massimo Morara for DTD
Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
Docs patch from Ville Skytta, bugzilla #144841
Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
update man page to reflect William's newly disciplined return
Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
compilation errors when configured with --with-minimum
Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: applied patch from Stefano Debenedetti to register
namespaces in the debug shell
Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fix from Steve Ball and update of the comment.
the streaming error checking part wasn't streaming, fixing
Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
catalog.c: patch from Igor for the default catalog path on Windows
Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
configuring using --with-thread-alloc
Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
layout of the Windows binary package
Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
from Kasimier Buchcik for Schema Component Constraints
Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xmllint.c: fixed missing error return code for schema
validation (bug 143880), also changed over to an enum for
defining the error return codes for all conditions.
Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
problem when substituing entities using the Reader, the entities
content might be freed and if rereferenced would crash
*
Makefile.am test/* result/*: added a new test case and a new
test operation for the reader with substitution of entities.
Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
applied patch from Rob Richards for the per thread I/O mappings
Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: some further enhancement to take care of
xml:base for XPointer elements (bug 143886). Also fixed
a problem when xml:base was already specified on an
Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
relaxng.c: fixed a problem with internal cleanup of <DIV> element
Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
xmlBuildRelativeURI needed for enhancement of
xinclude.c *
xinclude.c: changed handling of xml:base (bug 135864)
Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
Kasimier Buchcik posted on May 11
Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: new patch from Kasimier Buchcik for processContents
of wildcards attribute handling
Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed a bug where invalid charrefs may not be detected
sometimes as pointed by Morus Walter.
test in the regression suite.
Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xmlschemas.c: small change to xmlSchemaValidateAttributes,
also corrected typo on error code enum.
Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
globals.c: added a newline at end to make gcc happy
Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
implementing attribute uses and wildcards.
Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
Rob Richards for custom I/O BufferCreateFilenane fixes bug
Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed problem with predicate evaluation on an
empty nodeset (bug 143409)
Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
testSAX.c: fixed problem with attribute listing (bug 142674)
and added macro LIBXML_TEST_VERSION to assure xmlInitParser
Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
Charles Bozeman fixing a side effect in date handling
Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
2004-05-25 Aleksey Sanin <aleksey@aleksey.com>
*
c14n.c: fixed c14n bug with serializing attribute namespaces
Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed to allow '+' in exponent of number
*
SAX2.c: fixed typo in last commit
Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
SAX2.c: skipped call to xmlValidateNCName when compiling
--with-minimum (bug 142917)
Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
* NEWS doc/*: updated the docs for 2.6.10
Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
tree.c: avoid returning default namespace when searching
back to escaping " since the normal serialization routines do not
use it anymore, should close bug #134477 . Tried to make
the writer avoid it too but it didn't work.
Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
handling and added direct links to bugzilla report for
Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
error.c: modified to assure proper user data is sent to
structured error routine (bug 142598)
Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
catalog.c: a couple of large static variable which should really
not be declared as such cluttered the .bss section.
Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
ChangeLog page generation. The awk shoudl escape characters
not okay in XML and the xslt should make links to functions
or variables or bug reported in the entries.
Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: more xmlSave cleanup, optimization and refactoring
Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
parser.c: enhanced the enhancement, fixed another couple of
Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
handling, start to looks better, need to be completed and added
directly at the saving context level.
Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
the escape on save routines for better performances (less malloc)
and more flexibility using the new saving context. Preliminary
work, interface will change.
Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
element reference within the xs:all construct (bug 139897)
Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: a little further fixing of fallback processing, this
time for fallback with children (bug 139520).
Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
allow ref in group definition (bug 134411). Also fixed
misc compilation warning messages.
regenerated (now no error reported).
Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: fix to the fix for #141864 from Paul Elseth
#141195 about text between comments.
Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
changed test to account for above patch.
Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
use apply(f, args) as Stephane Bidoul suggested
Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
is already present and, if so, to ignore the request to add it.
This has a very dramatic effect on memory requirements as well
as efficiency. It also fixes bug 141762.
Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
applied patch from Ed Davis to allow "make tests" to work
Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: fix for a pedantic make check without make all request
Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
and output buffer opening, this should fix #141864
Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
*
xmlregexp.c: enhanced the handling of subexpression ranges
which have a minOccurs of 0 (bug 140478 again); cleaned up
comments throughout the module.
Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: adding a --maxmem option to check memory used.
Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
bug #141529
i.e. various problems when building with --without-html
Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
call the deregistering functions. Also added the check to
xmllint --stream --chkregister .
Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
regression tests on Windows
Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: never commit without running make tests first !
Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fix a nasty problem with reading over the end
*
xmlsave.c: fix a reported memory leak apparently
Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xpath.c: the NaN problem also shows up on Borland
Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xmlregexp.c: enhanced xmlFARegExec range evaluation for min
occurs 0 problems - fixes bug 140478.
Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
tree.c: small buffer resizing improvement from Morten Welinder
Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xpath.c: last version of the fix for MSC version 1200
Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: killing the strncmp vs. memcmp controversy and #140593
Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
inexistent functions, cleaned them out.
Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
error.c: Johnson Cameron pointed out that
initGenericErrorDefaultFunc() was really wrong.
must be made public, added some missing comments on the XMLReader
*
c14n.c: Alexsey fixed C14N bug with processing namespaces
Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed a stupid () error + Mark name.
Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
* doc/* News: updated and rebuilt the docs
Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xpath.c: relaxed id() to not check taht the name(s) passed
are actually NCName, decided this in agreement with Aleksey Sanin
since existing specs like Visa3D broke that conformance checking
and other tools seems to not implement it sigh...
*
SAX2.c: check attribute decls for xml:id and the value is an
Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xpath.c: work around Microsoft compiler NaN bug raise reported
compilation error raised by taihei goi
Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
* xinclude: fixed return value for internal function
xmlXIncludeLoadFallback (now always 0 or -1)
Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
valid.c: small enhancement to fix bug 139791
Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
for the attribute use support
tests to the regression suite.
Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: move the TODO as comments as the function while not
finished are usable as-is
Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
parser.c: fixed problem with detecting external dtd
Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: fixed problem causing duplicate fallback
Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
should depend on the version of python used to compile it.
Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: applied patch from James Bursa, frameset should
Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
nanohttp.c: implemented fix for M$ IIS redirect provided
*
relaxng.c: fixed problem with notAllowed compilation
Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
2004-04-01 Johan Dahlin <johan@gnome.org>
* python/.cvsignore: Add generated files, to make cvs silent.
Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: patched a bug in parsing production 1 and 2 of
xmlschemas regexp that William pointed out while working on
Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
Makefile.am: added PYTHONPATH to python tests for Schemas
Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
information about compiling on Unix
Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
* doc/*: rebuilt to update
Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: optimize indentation based on the new context
Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
a very tricky problem when modifying the tree based on an XPath
Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
*
relaxng.c: fixed problem with IS_COMPILABLE flag
Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied patch from Dave Beckett to correct line number
errors when using push with CDATA
Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
added a new example, and make valgrind target
Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
add xmlDocDumpMemory example in response to mailing list FAQ
(rebuilt xml and html also)
Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
patch from Mark Vakoc avoiding using xmlParse* option and use
to avoid problems with some pathnames.
Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
*
configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
*
Makefile.am: use valgring fro the new Python based regression tests
Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: remove a memory leak on schemas type facets.
tests for Relax-NG and Schemas Datatype to "make tests"
Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
Alfred Mickautsch for better DTD support.
reference counting is handled in the XML parser which had the
side effect of removing a lot of hazardous cruft added to try
to fix the problems associated as they popped up.
Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
relaxng.c: added an error message when an element is not
found within a <choice> (bug 126093)
Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xmlregexp.c: enhanced the logic of parsing char groups to
better handle initial or ending '-' (bug 135972)
Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
relaxng.c: added check for external reference in
xmlRelaxNGGetElements (bug 137718)
regression test for above
Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
nanohttp.c: added a close for the local file descriptor
Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xmlsave.c: switched the output routines to use the new context.
Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix bug reported by Holger Rauch
Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
previously used only for recursion, to use a value of '2' to
indicate copy properties & namespaces, but not children.
*
xinclude.c: changed the handling of ranges to use the above new
facility. Fixes Bug 134268.
Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
added new module xmlsave with patch supplied by Eric Zurcher
(second attempt - don't know what happened to the first one!)
Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
providing Python bindings for the Canonicalization C14N support.
Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
* .cvsignore and python/.cvsignore patched
Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: enhanced to assure that if xpointer is called
for a document, the XML_PARSE_NOENT flag is set before parsing
the included document so that entities will automatically get
*
xpointer.c: corrected code so that, if an XML_ENTITY_REF node
is encountered, it will log it and not crash (bug 135713)
Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: modified to make sub-includes inherit the
parse flags from the parent document (bug 132597)
Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
support from Adam Dickmeiss
Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
paalied patch from Julio M. Merino Vidal fixing bug #134751
to fix --with-html-dir option.
* doc/*: rebuilt fully the docs
Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
disabled as well as --with-minimum should fix #134695
Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
the new xmlsave module before the actuall big code change.
Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
*
testSAX.c: fix a compilation problem about a missing timb include
Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
testSAX.c: small enhancement to prevent trying to print
strings with null pointers (caused "make tests" errors on
Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
applying patch from Mike Hommey to clarify XML_CATALOG_FILES
Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: patch for cross-compilation to Windows from
Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
* doc/*.html,
doc/html/*.html: regenerated docs using older
version of xsltproc pending resolution of AVT problem
Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: applied patch from Charles Bozeman to not use
Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
*
tree.c: removed a doc build warning by fixing a param comment
* doc/* : rebuilt the docs
Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
HTML_PARSE_NOERROR should fix #130762
Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
fixing compilation and link option when configuring with
--without-valid should fix #135309
Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
*
catalog.c: fixed the main issues reported by Peter Breitenlohner
*
valid.c: speedup patch from Petr Pajas
Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
on the list by Mike Hommey
Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
* doc/* NEWS
configure.in: preparing 2.6.7 release, updated and
rebuilt the documentation.
Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
to avoid tabs in python sources, should fix #135095
Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: use the psvi field of the nodes instead of _private
which may be used for other purposes.
Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
*
encoding.c: small patch to try to fix a warning with Sun One compiler
Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
*
encoding.c: small patch removing a warning with MS compiler.
Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: added "relaxng" option to the debugging shell
for some error tests cases.
Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
*
tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
*
test/att7 result//att7*: adding an old regression test
laying around on my laptop
Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fixed xmllint --memory --stream memory consumption
on large file by using xmlParserInputBufferCreateStatic() with
Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
*
tree.c: some clarification in xmlDocDumpMemory() documentation
*
xmllint.c: fixed xmllint --stream --timing to get timings back
Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed a problem in push mode when attribute contains
unescaped '>' characters, fixes bug #134566
*
test/att6 result//att6*: added the test to the regression suite
Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
encoding of the test file, needed for python 2.3
Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed problem with numbers having > 19
fractional places (bug 133921)
Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xpath.c: applied optimization patch from Petr Pajas
Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
from Alfred Mickautsch and the added patch from Lucas Brasilino
Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
graph and using a PNG instead of a GIF
Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
Fix bug in XPath example in the tutorial, thanks to Carlos, whose
last name I don't know, for pointing this out
Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
* doc/*: updated the docs and rebuilt them
Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: fixing bug #132930 with the provided patch, a bit
suspicious about it but this is fairly contained and regression
Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed bug #132575 about finding the end of the
internal subset in push mode.
added the test to the regression suite
Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
* doc/*: updated the benchmark rebuilt the docs
specific regression test for xmlByteConsumed()
Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
*
tree.c: fixed missing output of internal DTD param entities when
nothing else present in DTD (bug 134052)
Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
encoding.c: applied patch supplied by Christophe Dubach
to fix problem with --with-minimum configuration
*
nanoftp.c: fixed potential buffer overflow problem,
Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
*
nanohttp.c: fixed the fix for the buffer overflow, thanx
Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
determining SOCKLEN_T as pointed out by Daniel Richard G.
Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
*
nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xpath.c: small patch from Philip Ludlam to avoid warnings.
Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
*
encoding.c: applied a small patch from Alfred Mickautsch
to avoid an out of bound error in isolat1ToUTF8()
Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: remove the warning on the 2001 namespace
when compiling with MSVC6
*
nanohttp.c: applied a patch when using _WINSOCKAPI_
Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: added a small hack to fix interference between
my fixes for bugs 132585 and 132588.
reported on the mailing list by Anthony Carrico
Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: fixed problem with function xmlXIncludeCopyRange
Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
xmlTextWriterWriteIndent() (bug 133297)
Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: changed coding to output good XIncludes when
one or more bad ones are present (bug 132588)
Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: corrected handling of empty fallback condition
Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
in HTMLInitParser (bug 133127)
*
valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
from several function params)
Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: fixed problem regarding freeing of dictionary
when there are errors within an XInclude file (bug 133106).
Thanks to Oleg Paraschenko for the assistance.
Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
content using patch submitted by Eric Haszlakiewicz
Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
calling convention to the public function prototypes (rep by
(rep by Mikhail Grushinskiy)
Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
Steve Ball to provide structured error reports.
Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
attribute text data (xmlSerializeContent) into a separate
routine (xmlSerializeTxtContent) so it can be used by
xmlwriter.c *
xmlwriter.c: changed handling of attribute string to use the
routine above (fixed bug 131548)
Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
add note that reader examples need libmxl2 > 2.6, rebuild
html - this time doing it correctly :-)
Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
add note that reader examples need libmxl2 > 2.6, rebuild
Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
*
xpath.c: added (void *) type override to prevent
warning on Solaris (Bug 132671)
Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
per Jan. 15 email to the list from oliverst, the
index.html file from this directory wasn't making it into the tarball
Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
*
acinclude.m4: applied fix from Alexander Winston for a problem
related to automake-1.8 ,
c.f. #132513 and #129861
Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
make tests, should keep Mr. Crozat quiet until next time...
Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
*
configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
docs, checked rngparser stuff does not end up in the tarball
Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
fixing the wrong arg order in xpath callback in bug #130980
Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: fixing #130453 XInclude element with no href attribute
the compact syntax will require more work, postponed for the
Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
Steve Ball to avoid a double-free.
Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
test result, fixed a awful lot of memory leaks showing up in
testWriter.c, changed the examples and the Makefiles to test
compile an XPath expression within a context, currently the goal
is to be able to reuse the XSLT stylesheet dictionnary, but this
opens the door to others possible optimizations.
to build a new dictionnary based on another read-only dictionnary.
This is needed for XSLT to keep the stylesheet dictionnary read-only
while being able to reuse the strings for the transformation
*
xinclude.c: fixed a dictionnar reference counting problem occuring
when document parsing failed.
*
testSAX.c: adding option --repeat for timing 100times the parsing
* doc/* : rebuilt all the docs
Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
*
xmlmemory.c: make xmlReallocLoc() accept NULL pointer
Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
normalizedString datatype support.
Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed problem with union when last() is used
in predicate (bug #131971)
*
xpointer.c: minor change to comment for doc generation
Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed bug #131745 raised by Shaun McCance with the
Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
leak reported on the list.
Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
patch from Stephane Bidoul to add enums to the Python bindings.
Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
patch from Mark Vakoc to not use SAX1 unless necessary.
Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
xmllint --memory --timing --repeat --stream ./
db10000.xml went down from 16.5 secs to 15.5 secs.
Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: removed a memory leak remaining from the switch
to a dictionnary for string allocations
c.f. #130891
Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fixing some problem if configured --without-xinclude
Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
*
configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
applying patch from Mark Vakoc for Windows
fixes from Sven Zimmerman
Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
patch from Stephane Bidoul for structured error handling from
python, and the associated test
Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
* doc/*: rebuilt the docs
Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
Spencer. Since xmlChar now defined in
xmlstring.h, several
include files needed to have a #include added for safety.
references displayed in the
APIxxx.html files. Rebuilt the
docs, and also added new file for xmlstring module.
*
configure.in: small addition to help my testing; no effect on
can be disabled (for recent versions of PHP)
Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
update custom tutorial-building stylesheets in preparation
Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
*
rngparser.c: commiting the compact relax ng parser. It's not
completely finished, it's not integrated but I want to save the
Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
"constructors" to be in alphabetical order (instead of previous
random sequence); regenerated resulting files.
Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
*
xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
declaration to improve readability
* doc/*: rebuild docs with new stylesheet
Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
xmlStrncatNew to create a new string from 2 frags.
*
tree.c: added code to check if node content is from
dictionary before trying to change or concatenate.
Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xmlmemory.c: applied suggestion from Miloslav Trmac (see
Bug 130419) and eliminated xmlInitMemoryDone. More
allow library directory to be different from include directory
Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
*
error.c: applied patch from St�phane Bidoul for structured error
Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
Lucas Brasilino to add indentation support to xmlWriter
Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: fixed problem with "recursive" include (fallback
contains another include - Bug 129969)
Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
*
SAX2.c: found and fixed a bug misallocating some non
blank text node strings from the dictionnary.
*
xmlmemory.c: fixed a problem with the memory debug mutex
Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
xinclude.c: fixed problem caused by wrong dictionary
reference count, reported on the list by Christopher
Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
pointed out by St�phane Bidoul on the list.
completed modifications required to fix Bug 129967 (at last!).
Now wait to see how long before further trouble...
Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
memory leak reported by Dave Beckett
*
xmlschemas.c: Removed spurious comment reported on the mailing
Further work on Bug 129967 concerning xpointer range handling
and range-to function; much better, but still not complete
Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
*
valid.c: xmlValidateElement could crash for element holding a
namespace declaration but not in a namespace. Oliver Fischer
Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: issue validation status on stderr, not stdout as suggested
Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
xmlschemas.c: edited a couple of comments in accordance with
posting on the mailing list (no logic change)
*
xpointer.c: working on Bug 129967, added check for NULL
nodeset to prevent crash. Further work required.
*
xpath.c: working on Bug 129967, added code to handle
XPATH_LOCATIONSET in RANGETO code, also added code to
handle it in xmlXPathEvaluatePredicateResult. Further
Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
and maxOccurs <= 1 (Bug 130020)
Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
with patch from Charles Bozeman.
Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
xmlregexp.c: fixed problem causing segfault on validation error
condition (reported on mailing list)
Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
xmlschemas.c: fixed missing dictionaries for Memory and Doc
parser contexts (problem reported on mailing list)
on API functions list. It will take effect the next time
Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
*
configure.in NEWS doc/*: updated the docs and prepared a new
Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
*
legacy.c: remove deprecated warning on startElement()
Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
was broken with the new namespace. Fixes #129932
Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
redefined in includes, quick fix to allow this but lacks the
equality of the redefinition test.
Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
valid.c: fixed bug concerning validation using external
dtd of element with mutiple namespace declarations
Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
tree.c: inhibited production of "(null):" in xmlGetNodePath
when node has default namespace (Bug 129710)
Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
xpath.c: small enhancement to xmlXPathCmpNodes to assure
document order for attributes is retained (Bug 129331)
Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
xmlReaderNewFd() xmlReaderForFd(), change those to not close
the file descriptor. Updated the comment, should close #129683
Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: fixed a serious problem in XInclude #129021
Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed bug #129489, propagation of parsing flags
Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
'outside' directory (Bug 129172)
Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
*
tree.c - add explanation of namespace inheritance when
ns is NULL to xmlNewChild and xmlNewTextChild API doc
Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
warning directive (Bug 129105)
Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
to cater for NULL pointer (bug 129561)
*
globals.c: added comment to suppress documentation warning
Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
using an xmlReaderWalker()
Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
*
tree.c: fix misc. typos in doc comments
Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
*
doc/examples/*: don't call the result files .out but .res as
the Makefiles tend to try generating binaries for .out targets...
Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
Elaborate in documentation discussion of xmlNewChild
and xmlNewTextChild. Thanks to Steve Lenti for pointing
out the usefulness of a more explicit explanation of the
reserved character escaping issue.
Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
libxml2-2.6.3, updated and regenerated the docs.
Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: fixing bug #119264 xmllint failing to report
serialization errors in some cases.
Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
*
entities.c: fixed an XML entites content serialization
potentially triggered by XInclude, see #126817
Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmlwriter.c: applied the patch to xmlTextWriterStartPI()
suggested by Daniel Schulman in #128313
Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
for compiling on Mingw see #128786
Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: some flags were not passed down correctly as
parsing options. Fixes #126806
Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
to be able to pass XML parser flags down to the Inclusion
process. Also resynchronized with the Last Call W3C Working
Draft 10 November 2003 for the xpointer attribute.
testing the xpointer attribute, changed the way error messages
* doc/*: regenerated the documentation
Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
*
error.c: filter warning messages if the global setting blocks them
the XInclude level, raise a warning if the old one is found,
Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: tentative fix for #126117 character reference in
attributes output problem in some cornercase.
Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
fixed again some problem trying to use the structured error
handlers,
c.f. bug #126735
Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
*
error.c: fixed __xmlRaiseError to use structured error handlers
defined by xmlSetStructuredErrorFunc(), fixes bug #126211
Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
but not yet the parser to handle the namespaces.
Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
the make rebuild in doc, this include new directive to stop
to save nodes while scanning the tree with the reader, cleanup
the way element were freed, and xmlTextReaderPreserve()
implementation, the API might change for namespace binding support
Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
cleanup the output buffer support to at least get the basic
Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
selection code. Inheried in part from libxslt but smaller.
integrated the pattern module, made it a configure time option
*
xmllint.c: added --pattern to test when doing --stream
Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fixed a problem in xmlreader validation when
streaming exposed by reader2 example.
Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
add reference to the Code Examples page to
docs.html list
Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/*: Add comments for macro definitions in
xinclude.h and
Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
Updating William's explanation of how to build docs,
reflecting Daniel's new docs build system
Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
xmlmemory.c: enhanced by adding mutex to protect global
structures in a multi-threading environment. This fixed
some random errors on the Threads regression tests.
Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
handled internally by default, with proper BOM and UTF-16LE
encoding. Native UTF-16LE and UTF-16BE encoding will not generate
BOM on output, and will be automatically recognized on input.
added regression tests for above.
Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
build with all compilers. Added C-Runtime option for MSVC. Included
Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
*
entities.c: fixed #127877, never output " in element content
Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
testSchemas behaviour when a schemas failed to parse.
test for xsd:include from Eric Van der Vlist
Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: swapped the attribute defaulting and attribute checking
parts of parsing a new element start, fixes bug #127772
Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: fixing some Negative Character Group and
Character Class Subtraction handling.
Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
on Eric van der Vlist examples
regenerate the index on make all target, but only on
make rebuild to avoid troubles.
Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
starting to add proper namespace support too.
fixed the result from some regression tests too.
Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
Daniel has removed it, fix link to George's IBM article, other
Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
import os schemas support, cleaned up stuff and the patch.
to regression, fixed a few regressions too.
Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
Alfred Mickautsch, bugfixes and comments
*
doc/html/ doc/*.html: this resulted in some improvements
Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
doc/html/*.html: regenerate the web pages
Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: do not package cvs versioning temp files.
slightly improved the API xml format, fixed a lot of small
Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
header to add more informations, painful...
* *.html *.xsl *.xml: updated the stylesheets to flag geprecated
APIs modules. Updated the stylesheets, some cleanups, regenerated
Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
the build process to remove all remains from the old gtk-doc
stylesheets have been improved, and the API*html now generated
Tue Nov 18 14:28:32 HKT 2003 William Brack <
mmm.com.hk>
enhancement to prevent comment with unreferenced variable.
improve auto-generation of documentation
Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
improvement of the stylesheets, fixed a API generation problem,
switched the stylesheet and Makefile to build the HTML output.
*
doc/html/*.html: complete update, ditched some old files, might
introduce some breakage...
Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
API XML description, Work in Progress
Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
xpath.c: fixed bug 126976 (string != empty nodeset
Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
doc/html/*.html: Finally - found the problem with the
page generation (XMLPUBFUN not recognized by gtkdoc).
Re-created the pages using a temporary version of
to help automatic documentation generation
Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
* Copyright: fixed some wording
annoying problem about xmlRemoveID and xmlReader streaming.
Thing looks fixed now, had to add a doc reference to the
xmlID structure though...
Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
added missing pages for the website.
Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
document generation (helps my memory for the next time)
enhancement to please the automatic documentation generation.
Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
minor error cleanup for gcc-3.3.[12] compilation warnings.
Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
tree.c: minor changes to some comments
* doc/*.html: rebuilt the generated HTML pages for changes
Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
*
doc/examples/*: added Dodji's example, added output handling
Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
* doc/*: integrating the examples in the navigation menus
added a new test, cleanups, updates.
Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
* doc/*.html: rebuilt the generated HTML pages
*
doc/examples/*: updated the stylesheets, added a synopsis,
Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
added autogeneration of a web page for the examples
informations extracted, improved the format and indexing.
Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed xmlCleanupParser() doc
is autogenerated describing the examples.
Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
fixed missing '-' in block names, enhanced the hack for
Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
updated to Unicode version 4.0.1 (API docs also updated)
Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: apply fix from Karl Eichwalder for script path
Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
his work from CVS checkouts.
Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
for gcc so that, if undefined, it's defined as
Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
appears after the variable declaration.
*
valid.c: trivial change to eliminate a warning message
Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
*
configure.in NEWS doc/*: preparing release 2.6.2, updated and
Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: change --html to make sure we use the HTML serialization
rule by default when HTML parser is used, add --xmlout to allow to
force the XML serializer on HTML.
*
HTMLtree.c: ugly tweak to fix the output on <p> element and
Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: fixed bug #125812, about XPointer in XInclude
failing but not returning an error.
Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixed bug #125811 related to DTD post validation
where the DTD doesn't pertain to a document.
Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
the XML_PARSE_NONET parser option.
relying on the global resolver variable.
Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
support to the reader interface. Lot of testing of the walker,
*
xmllint.c: added --walker and made sure --xinclude --stream --debug
XInclude xmlReader support, had to slightly change a couple of tests
because the walker can't distinguish <foo/> from <foo></foo>
Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: always generate line numbers
Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed another regression introduced in fixing #125823
Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
and the error handlers to address #125877
Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: side effect of #123105 patch, namespace resolution
would fail when defined in internal entities, fixes #125823
Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
*
valid.c: the a-posteriori DTD validation code was not validating
the namespace declarations, this fixes #124110
Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
*
xmlIO.c: enhanced to bypass compression detection code
when input file is stdin (bug 125801)
Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: more fixes about unregistering objects
missing _cplusplus processing clause
Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
Marcin 'Shard' Konicki to provide BeOS thread support.
Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
from Steve Ball to make a schema parser from a preparsed document.
Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied a couple of patches from Mark Lilback about text
Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: change suggested by Anthony Carrico when unregistering
a namespace prefix to a context
*
hash.c: be more careful about calling callbacks with NULL payloads.
Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
*
configure.in NEWS doc/*: preparing release 2.6.1, updated and
regenerated docs and APIs
*
parser.c: cleanup and last change to fix #123105
Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
fix as for the XML parser
Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
to reuse a Push parser context, based on Graham Bennett original
*
valid.c: in HTML, a name in an input is not an ID
Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: applied patch from nico@xtradyne.com for #125030
Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
sometimes the error handlers can get a parser context on DTD
errors, and sometime they don't. So be very careful when trying
to grab those informations.
Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied patch from Kasimier Buchcik which fixes a
problem in xmlSearchNs introduced in 2.6.0
Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed #123263, the encoding is mandatory in a textdecl.
Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: fix bug #125047 about serializing when finding a
Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
*
testSAX.c: fix bug #125592 need a NULL check
Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied patch from #123105 about defaulted attributes
from element coming from an entity
Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
xmllint.c: fixed warning message from IRIX (bug 125182)
Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
if xmlNewInputFromFile() fails.
*
xmlreader.c: avoid using _private for the node or document
Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
libxml.m4: applied patch from Patrick Welche provided in
bug #125432 , future proofing the .m4 file.
*
parser.c: resetting the context should also reset the error
* TODO: problem of conformance
w.r.t. E20 was raised in the
XML Core telconf and libxml2 isn't conformant there.
Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
small glitch missing a const
Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
it doesn't define IN_LIBXML
Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: last minute patch from Eric Zurcher making it into 2.6.0
Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
* doc/*: updated and regenerated the docs and API
Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
added the xmlWriter module contributed by Alfred Mickautsch
of them introduced in September
Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
since it got merged with the xmlreader.
new xmlreader APIs, new APIs for reader creation, including
makeing reader "walker" operating on preparsed document trees.
Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
list by Melvyn Sopacua - wrong argument order on functions
called through xmlHashScan.
Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
tested it through the xslt regression suite.
Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
allowing to grab the content without forcing allocations.
Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied patch from Chris Anderson to change back
Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
up some of the regression tests error
Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
Fixed the HTTP<->parser interraction, which should fix 2 long
standing bugs #104790 and #124054 , this also fix the fact that
HTTP error code (> 400) should not generate data, we usually
don't want to parse the HTML error information instead of the
Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
to avoid installing CVS subdirectories (bug 122943)
Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
xmlIO.c: fixed segfault when input file not present
*
tree.c: changed output formatting of XML_CDATA_SECTION
Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
xpath.c: Changed all (?) occurences where validation macros
(IS_xxx) had single-byte arguments to use IS_xxx_CH instead
(
e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
many warning messages on certain platforms, and also high-
lights places in the library which may need to be enhanced
for proper UTF8 handling.
Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
make the api doc generation happy.
Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
for creating reader from sources or reusing a reader with
a new source, like the xmlReadxx and xmlCtxtReadxxx
*
doc/xml.html: applied a patch from Stefan Kost for namesapce docs
Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
breaking ABI from previous versions.
better devel (me) testing
Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
legacy.c: remove the warning for startDocument(), as it is used by
invalid accesses found by running some Python based regression
tests under valgrind. There is still a few leaks reported by the
relaxng regressions which need some attention.
Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: Marc Liyanage pointed out that xmlCleanupParser()
was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
valid.c: fix a call missing arguments
Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
a bug in the range search; enhanced range generation (inline code
if a small number of intervals); enhanced the readability of the
Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
and regenerated the code.
Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
in the PubidChars definition, regenerated, there is still
Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
* fixed small error on previous commit (
chvalid.h in
base dir instead of include directory)
Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
new files for a different method for doing range validation
*
catalog.c: small enhance for warning message (using one
of the new range routines)
Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
the validation context breaks the ABI for the xmlParserCtxt
structure since it's embedded by content and not by reference
Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
threads.c: applied Windows patch from Jesse Pelton and Stephane
*
parser.c: fix the potentially nasty access to ctxt->serror
without checking first that the SAX block is version 2
Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
SAX2.c: fixed a nasty bug with interning some text strings
better error handling for I/O and converted FTP and HTTP
Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
SAX2.c: fixed uninitialized new field.
Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
for PSVI type informations.
Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
error reporting, touches a lot of modules, but little code now
the error handling trail has been cleaned up.
Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
to the new error mechanism
Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
converted the Schemas code to the new error handling. PITA,
still need to check output from regression tests.
Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
to the new infrastructure
Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: final error handling cleanup
Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: bug in compression saving was crashing galeon
Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: better handling of error cases
Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
cleaning up error handling in the I/O module.
Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
cleanup of the Regexp module.
Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: converting the tree module too
error reporting function.
Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
error reporting that time.
*
threads.c: applied the two patches for TLS threads
on Windows from Jesse Pelton
*
parser.c: tiny safety patch for xmlStrPrintf() make sure the
return is always zero terminated. Should also help detecting
passing wrong buffer size easilly.
updated the results to follow the errors string generated by
Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
handling in the Relax-NG module.
Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
module to teh new error reporting. Better default report, adds
the element associated if found, context and node are included
Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
fix the compilation of 2.6.0 code on Win32
Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: replace sequences of RAW && NXT(.) == '.' with
memcmp calls, seems to not break conformance, slightly inflate
the size of the gcc generated code though.
Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
more cleanup of error handling in parserInternals, sharing the
routine for memory errors.
Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
error messages, the HTML parser has now been upgraded to the new
*
result/HTML/*: a few changes in the resulting error messages
Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
handling cleanups, the XML parser module should be okay now.
Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
integrated the xmlDocWalker API given by Alfred Mickautsch,
and providing an xmlReader like API but working on a xmlDocPtr.
Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
in the transition to the new error reporting strategy.
few changes in the strings generated by the validation output
Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: changed 'make tests' to use a concise output,
scrolling to see where thing broke wasn't pleasant
new error handling code, last error informations are stored
in the parsing context or a global variable, new APIs to
handle the xmlErrorPtr type.
new error handling code, it's a royal pain.
moved the definition of xmlNewParserCtxt()
*
parser.c: small potential buffer access problem in push code
provided by Justin Fletcher
result/valid/*.err: some error messages were sligthly changed.
Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
function (wrapper around snprintf)
Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
entities.c: Fix error on output of high codepoint charref like
 , reported by Eric Hanchrow
Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
of a pain murrayc is really gonna be.
Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
static predefined structures to avoid the work, memory and
Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
option --with-push, some cleanups, chased code size anomalies.
Now a library configured --with-minimum is around 150KB,
Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
uninstalled libxml2 builds.
* .cvsignore: Ignore the new generated *.pc file.
Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
added 2 new configure option: --with-reader --with-sax1
to allow removing the reader or non-xmlReadxxx() interfaces.
Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
Adding a configure option to remove tree manipulation
code which is not strictly needed by the parser.
Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
patch from Marcin 'Shard' Konicki
Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
Okay this is scary but it is just adding a configure option
to disable output, this touches most of the files.
Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlmemory.c: better fix, avoids breaking the python bindings
Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlmemory.c: fix a compilation problem when configuring
with debug but without mem-debug
Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
made sure make tests ran in reduced conditions
increased the modularization, allow to configure out
validation code and legacy code, added a configuration
option --with-minimum compiling only the mandatory code
which then shrink to 200KB.
Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix a bug raised by the Mips compiler.
SAXv1 block definitions to
parser.h fixes bug #123380
the attribute and element pool borken 2 commits ago.
Start playing with an entry point to preserve a subtree.
Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
changes for compilation warnings. No change to logic.
Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: William's change allowed to spot a nasty bug in xmlDoRead
if the result is not well formed that ctxt->myDoc is not NULL
and uses the context dictionnary.
Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: other patches from William Brack to avoid
compilation warnings on AIX.
Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
avoid compilation warnings on some (
e.g. AIX) systems
Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
when formatting "deprecated SAXv1 function ignorableWhitespace"
could be reproduced by xmllint --format
Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
--nocdata and --nsclean to remove CDATA section and surperfluous
Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
added the same htmlRead APIs than their XML counterparts
added an options field to the context.
*
tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
is found within a cdata section.
Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
base URL parameter when not loading from a file or URL.
Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
global variables for the default SAX handler are V1 ones to
avoid ABI compat problems.
Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
fixing some comments to avoid warnings from
apibuild.pyWed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
the beta2 version #123104
Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: adding repeated parsing and validating tests
DOM tree building interfaces use the dictionary from the
parsing context to build the element and attributes names
as well as formatting spaces and short text nodes
for xmlDictPtr because they can be shared by documents and
*
xmlreader.c: a bit of cleanup, remove the specific tree freeing
functions and use the standard ones now.
Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
a clear define of xmlParserOption, xmlCtxtUseOptions()
should simplify custom parsing without being tempted to
use global variables, and xmlCtxtReset() should allow reuse
of a context for multiple parsing.
*
xmllint.c: switched to use xmlReadXXX, allow options to
be used simultaneously with less troubles.
*
tree.c: simple warning removal
Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: revert xmlCreateDocParserCtxt() since this break
the parseDoc() python bindings
Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: make sure xmlDetectSAX2() is called only at
parsing time to avoid breaking apps changing the SAX
callbacks after context allocation, change xmlCreateDocParserCtxt()
to use an immutable buffer instead of a copy
Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied patch from Markus Keim fixing a problem
with I/O callback registration.
Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
xmlTextReaderConstString() to get an interned string from
Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
*
error.c: fixed a warning message (trivial)
search not found in last of multiple tables (bug 119535)
Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: avoid duplicate code in xmlReplaceNode as pointed out
based on the dictionary interface for string read from the
reader, the node content access is still TODO, it's too different
Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
SAX2.c: fixing namespace DTD validations
namespaces is slightly different now.
*
Makefile.am: report the memory used in Timingtests (as well as time)
Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: add streaming on memory regression tests, found
bad bugs in the reader interface
condition in end of file.
adding immutable buffers, and parser input based on those,
but this should not be used (yet) for general parsing
*
parser.c: added a comment about using immutable buffers for
output of the regression tests
*
xmllint.c: using the immutable buffers when streaming on
mmaped file (--stream --memory)
Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
dict.c: the last patch broke unicity of returned strings, removed
Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: add a Timingtests target to check bad behaviour
from the streaming engine
*
xmlreader.c: fix a bad behaviour on large buffer inputs
Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
in python environment bug #122552
Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: fixes for --repeat and --memory/--stream for speed tests
* xmlIO: adding a guard in one function
Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
reducing memory allocation and free and avoiding expensive routines
Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
seriously with per-document dict and element and attribute nodes
reuse in the xmlReader. This seems to lead to an interesting
speedup of the xmlReader already.
Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
pools, allowing to find if a string pertain to a dict quickly
*
Makefile.am: the testThreads run output should be seen.
Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
parser dictionary for the element and attribute tag names.
Add pools for Element and Attributes in the parser context,
which should help speeding up the reader.
*
Makefile.am result/*.rdr : adding non-python reader regression
Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
problems exposed by the
W3C/NIST regression suite.
Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
*
HTMLtree.c: Fixed bug 121394 - missing ns on attributes
Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
error handling code, serious size reduction and more lisibility
checks are done, use a counter for entities. Entities where freed and
reallocated at the same address failing the check.
Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
*
valid.c: fixed bug 121759 - early declaration of
attribute-list in external DTD
Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
error handling, factorize error processing
Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
broken pseudo SGML DocBook parser code.
Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
valgrind pointed out the strings overlapped. cleanup .
Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied speedup to xmlSearchNs() as suggested by
Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
while making sure they still parse as wellformed documents.
Add an nsWellFormed status report to the context, and
provide new appropriate error codes.
specific regression testing for the new namespace support
add more coverage for the attribute parsing and normalization
Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
threads.c: backport of a thread bugfix from 2_5_X branch
Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed a bug in one corner case of attribute parsing.
Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
normalization, might not be totally fixed but this should
make sure SAX event provide the right strings for attributes
except entities for which libxml2 is different by default
in attribute callback values
bug in the canonicalization tests.
Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
Time to commit 3 days of work rewriting the parser internal,
fixing bugs and migrating to SAX2 interface by default. There
is some work letf TODO, like namespace validation and attributes
normalization (this break C14N right now)
adding new interface to switch back to SAX1 or initialize a
SAX block for v1 or v2. Most of the namespace work is done
below SAX, as well as attribute defaulting
*
globals.c: changed initialization of the default SAX handlers
pointed out a typo in a very old test namespace
Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
of compressed files, setting doc->compressed appropriately
Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: try to cope with the fact that apps may still
have allocated smaller SAX callbak block
Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
dict.c: allow to give -1 for undefined length in lookups
first round of work on the new SAX2 interfaces, the API
will change but commiting before changing for historical
Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
sax->warning with wrong params).
Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
globals entry points to the python bindings
Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: when creating a DOCTYPE use "html" lowercase
by default instead of "HTML"
avoiding calls to "areBlanks" when not needed.
extensions for future work on using per-document dictionaries.
Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
Makefile.am results/*.sax SAXResult/*: removing the SAXresults
tree, keeping result in the same tree, added SAXtests to the
Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
affect exports and added mingw section
Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
to avoid problem in python parsing.
Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: patch from Mark Vakoc that allows compiling
with XInclude but without XPointer support.
Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
to add --libtool-libs option to xml2-config script.
Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
giving some description of the documentation generation process
Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
to compensate for pollution from Igor's header taint
(quick before Daniel notices)
Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
SAX2.c: fixed a namespace error on attribute reporting bug
pointed out by Tobias Reif
using xmlsn instead of xmlns...
Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
typos reported by Mark Vakoc
Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
fix my bad - forgot to check in new files when I last
Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
*
xmllint.c: fixed time inclusion for various compilers
Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
few casts to shut the compiler warnings
Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
with uninitialized mutexes
Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed an error reporting bug in Relax-NG when we end
up with multiple states, select the "best" one. Fix #120682
Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
as reported by Eric Zurcher
Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed bug #120386 again a problem introduced when
trying to reuse automata for content validation. Fix a bug report
Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
be included when generating a new distribution.
Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed a couple of stupid bugs in the state allocation
routines which led to bug #120040 and the ones reported by
Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
SAX.c: make the deprecated interfaces log an error message
to be sure it won't get used.
Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
Adding new version of the SAX interface, it's not there yet,
currently just preparing the work
refactoring of the SAXv1 interfaces, obsoleting a bunch of them
while keeping functionalities, preparing SAX2 integration.
Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixes a small bug introduced in last commit and detected
Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
single allocated block for all the attributes callbacks,
avoid useless malloc()/free()
*
tree.c: do not realloc() when growing a buffer if the buffer
Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
--dtdvalidfpi for Tobias Reif
Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
new dictionary module to keep a single instance of the names used
switched all parsers to use the dictionary internally
Some of the interfaces changed as a result to receive or return
"const xmlChar *" instead of "xmlChar *", this is either
insignificant from an user point of view or when the returning
value changed, those function are really parser internal methods
that no user code should really change
the docs were regenerated
Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied patch to xmlCleanupParser from Dave Beckett
Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
fixed part (2) of bug 119535 (wrong alpha case on filenames)
Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
improving documentation generation
Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
* doc/* : updated the doc and rebuilt
Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
Malcolm Tredinnick with the patch he suggested.
Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
uri.c: fixing an use of strcpy() where both strings overlap
Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
some compilation warnings.
*
xinclude.c: fix the performance problem reported by Kevin Ruscoe
plus some cleanup and better error reporting.
Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
encoding.c: applied UTF-16 encoding handling patch provided by
not having iconv support.
Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
mingw compiler on Windows.
Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed the serious CPU usage problem reported by
*
HTMLparser.c: applied patch from Oliver Stoeneberg about a free
missing in htmlSAXParseDoc
Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
autogen.sh: took away the requirement for automake-1.4,
changed the messages for getting auto* tools to current
-ieee flag, fixed test for ipv6
*
trionan.c: fixed problem for compiling on Linux Dec alpha
Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: cleaning up a problem when parsing UTF-16 and libiconv
Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
* doc/* : updated the doc and rebuilt
Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
definition to get a correct API XML description. This was apparently
Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
the progressive HTML parser front-end on large character data
island leading to an erroneous end of data detection by the
parser. Some cleanup too to get closer from the XML progressive
Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
module (patch provided by Jesse Pelton)
Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
when the library is not initialized and one try to save, the
locks in threaded env might not been initialized, playing safe
his tests to the regression suite.
Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
(with apologies to Igor) - Enhanced handling of docb and
Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
encoding.c: further small changes for warnings when
configured with --with-iconv=no
Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
further small changes to elminate most of the remaining
Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
to syntax to get rid of compiler warnings. No changes
Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed a small problem in the patch for #118763
Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
and rebuilt, apparently some C++ wrappers are not available,
Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixing HTML attribute serialization bug #118763
applying a modified version of the patch from Bacek
Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
QName without generating any memory allocation
*
valid.c: fixed another problem with namespaces on element
Bjorn Reese fix to reader for unsignificant white space
Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
catalog.c: trying to fix #118754 of possible recursion in the
catalogs. Not fantastically happy about the current fix since
it's likely to break under very thread intensive concurrent
access to the catalog. Better solution might to keep the depth
an extra argument to the resolution functions.
Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixed bug #118712 about mixed content, and namespaced
Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
Coninuing work on bug 118559
*
xmlregexp.c: changed some numeric const to their enum symbols
(a little more to be done, awaiting co-ordination)
*
xmllint.c: deleted some unused vars, changed one arg
*
xmlIO.c: fixed typo from last night (small warning msg)
Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
parser.c: changed variable type for enum temp storage
*
xmlIO.c: changed debugging var to be inside #ifdef
*
xpath.c: added some type casts, removed some unused vars
*
nanohttp.c: repositioned some #ifdef to avoid unused var
Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
the problem of parsing very large HTML instance with comments
Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
patch from Bjorn Reese for xmlTextReaderNodeType() and
significant whitespace. There is an enum for node type
Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
encoding.c: applying patch from Peter Jacobi to added
ISO-8859-x encoding support when iconv is not available
at the configure level and made it the default for Windows
Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
patch from Joachim Bauch + cleanup for Relax NG error callbacks
Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
cleanup patch, and also avoided a possible memory leak
Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
*
HTMLparser.c: fixed problem with comments reported by Nick Kew
*
encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
some future cleanup of UTF8 handling
Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: applied a change suggested by Sean Griffin in bug
#118494 about a memory leak in EXSLT
Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
when fixing the previous Relax-NG bugs
*
configure.in: added support of -with-fexceptions for nested C++
Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
update tutorial with XPath example
Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
handling, this closes bug #116841
Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
of RNG schemas, fixes a couple of bugs #117097 and #117001 .
This slightly changes the output messages of some regression tests.
Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fixed an out of bound error #118052 , the good
part if that base64 code was not in use yet ...
Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
include html version of the xmllint man page, so an
up-to-date version is visible on the Web
Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
xmlXIncludeProcessTree() to process XInclude only on a subtree
this should fix bug #115385
Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
the error callback and parameters of parsing and validation
*
xmlreader.c: patch to fix bug #117702 about incomplete Read()
Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
when using the push XML parser.
added the test to the regression suite.
Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
as suggested by Rob Richards
Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
to unsigned int and a couple of others.
Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
* NEWS doc/*: regenerated
*
tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
hexBinary schema datatype and adding support for totalDigits and
Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: fixed bug #116095 removing the error message when
reapplying XInclude to a document.
Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied small changes to portability layer for
compilation on DJGPP Ms-DOS compiler.
Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
if the cdataBlock ain't defined.
*
xpath.c: fix bug #115349 allowing compilation when configured
with --without-xpath since the Schemas code needs NAN and co.
Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
Fixed problem with multi-threading, shown by the test program
testThreads. After fix, ran mutiple tests on various speed
machines (single and dual processor X86), which all seem okay.
*
catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
*
threads.c: added missing initialisation for condition variable
Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
*
configure.in: Added checks for IPv6 support and getaddrinfo().
*
acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
*
config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
*
nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
field or sockaddr_in field, depending upon the availability of IPv6
have_ipv6(): Added to check for run-time IPv6 support.
(xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
Modified to parse a URI with IPv6 address given in [].
(xmlNanoFTPConnect): Changed to use getaddrinfo for address
resolution, if it is available on the system, as gethostbyname
does not return IPv6 addresses on some platforms.
(xmlNanoFTPGetConnection): Modified type of dataAddr variable to
sockaddr_storage or sockaddr_in depending upon the IPv6 support.
Sending EPSV, EPRT or PASV, PORT depending upon the type of address
*
nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
(xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
a URI with IPv6 address given in [].
(xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
available on the system. Also IPv6 addresses will be resolved by
gethostbyname only if IPv6 run-time support is available.
(xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
due to #115104 and while fixing #115101 . HTML URLs must not
Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
entities.c: do not generate " for " outside of attributes
* result//*: this changes the output of some tests
Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
remapping and escaping should really be attempted.
Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
* doc/*: applied a patch from Gman for building docs
Gary Pennington to provide an allocator for xmlValidCtxt
*
xmlreader.c: applied patch from Jacek Konieczny fixing bug
#113580 about data not being passed immediately.
Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied a couple of patches from Mark Itzcovitz
to handle saving back "UTF-16" documents.
Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
some work done while in the Maldives (hence the timezone on the
Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
accepting an improper UTF8 sequence
Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
*
threads.c: applied the patch from St�phane Bidoul for getting
rid of extra threads in a dynamic library.
Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: fixing bug #112904: html output method escaped
plus sign character in URI attribute.
Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
up threads global defaults.
fixed the error string used in reader2
Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
to conciliate --with-python= requirements and RPM builds,
Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: cleaned up the HTML parser context build when
Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
* minor cleanup of configure '--help' display
*
error.c: enhanced xmlParserPrintFileContext to fix bug #109942
Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: PI nodes in external subset were not freed :-\
Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: added --schema option to run WXS schema validation
tried to improve error reporting in the Schema code, some cleanup
Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: fixed some problems in the handling of errors,
and attributes addressed by references.
and added a couple of new tests
Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: St�phane Bidoul found an off by one addressing
error on the error handling.
Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
warning, this fixed a bug and should close #111574
Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
*
xmlschemas.c: fixing bug #104081 with xs:all with an element
Garry Pennington to compile without schemas support.
Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
forgot to cvs add the new files. Thanks to Roland van Laar
Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
to the
XML/XSLT doc generation closing #111799
*
doc/html/*: complete update of the HTML results
Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
removed hardcoded schema entries
Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
to this file will not appear here anymore
Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
from St�phane Bidoul for the Python bindings on the new
Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
* NEWS doc/*.xsl doc/*.html: updated the web site separated
developers from common pages, made the transition to XHTML1,
added validity checking to the makefile rules.
Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fix for xmlIOParseDTD same as previous and reported
Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
the way functions are remapped as methods on classes was
not symetric and dependant on python internal hash order,
as reported by St�phane Bidoul
Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
add appendix on generating compiler flags, more indexing
Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
to get libxml-2.5.7 to compile on OpenVMS
Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
man page based on xsltproc and a stylesheet PI in the XML.
Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
doc/xmllint.*: trying to fix #110541 where generated
character preventing rendering by the man command.
Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
* doc/*: updated and rebuilt the docs
Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
get in the way of the builds
Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
Memory test from Havoc Pennington #109368
based on the results of the OOM testing
Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
more places where xmlCanonicPath() must be used to convert
filenames to URLs, trying to fix #111088
Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
Brent M Hendricks adding binding for xmlCatalogAddLocal
Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
provided by Brent Hendricks fixing #105992 and integrated the
examples in the testsuite.
Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
configure.in: fixed the comment, threads now default to on
Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
especially the speed of streaming through the reader and push
interface. Some thread related optimizations. Nearly doubled the
speed of parsing through the reader.
Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
update man page to explain use of --stream
Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
xmlMallocAtomic() to be used when allocating blocks which
do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
to allow registering the full set of functions needed by
a garbage collecting allocator like libgc, ref #109944
Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
configure.in: switched to have thread support enabled by default,
didn't got troubles with ABI compatibility on Linux, hope it
won't break on strange OSes, if yes, report the system ID
Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
added support for large file, tested with a 3+GB instance,
Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: valgrind pointed out an uninitialized variable error.
Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: added some missing comments
Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
trying to improve the subset compiled, and more testing.
Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
RelaxNG (when possible) on top of the xmlReader interface,
provided it as xmllint --stream --relaxng .rng .xml
This seems to mostly work.
Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
based validity checking of fragments of the document for
which the RNG can be compiled to regexps. Works on all regression
tests, only fix needed is related to error messages.
Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
parts of RelaxNG schemas. Not plugged onto validity checking
yet, just the regexp building part. Needed to extend some
of the automata and regexp APIs.
Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
xmllint --stream and xmllint --stream --valid returns errors
Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
and Next() operation to work on subtrees within the reader
Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fixing HasValue for namespace as raised by
Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
htmlCreateMemoryParserCtxt() it was static
Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
update from Charles Bozeman for date and duration types
Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
fixing bug #107129, removing excessive allocation and calls
to *printf in the code to build QName strings.
Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed a possible problem with xmlRecoverMemory()
Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
triostr.h: Bjorn sent an update for the TRIO portability layer.
Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
* doc/*: updated and rebuilt the docs
Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
SAX.c: fixed an uninitialized memory access pointed by valgrind
Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: one more fixup of error message reporting
Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: more work on bug #109225, and fixed an uninitialized
variable pointed out by valgrind
Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: try to work on bug #109225 and provide better
*
xinclude.c: fixing the parsed entity redefinition problem
Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
The only failures left are disagreements on Notations and
'+1' not being allowed for ulong, uint, ushort and ubyte.
Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
to the XML Schemas errata
Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
and facets support. Currently only schemas with binHex or
base64 don't compile. A few error left in the test suite:
found 1035 test instances: 919 success 23 failures
most are gdate or gdateyear failing check, and a few cases where
James clark tests results are strange.
*
valid.c: allow to reuse the Notation checking routine without
having a validation context.
Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: forgot to apply one check from #106931 patch
Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
on cleaning up XML Schemas datatypes based on James Clark tests
Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: implemented comparisons for Schemas values.
some bugs in duration handling, comparisons for durations
and decimals, removed all memory leaks pointed out by James
testsuite. Current status is now
found 238 test schemas: 197 success 41 failures
found 1035 test instances: 803 success 130 failures
Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
leaks in the W3C XML Schemas code
fixed the test and result.
Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixing #109227 providing more context in case of
Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: should fix #109327 errors on memory accesses
Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: Fixed reopening of #78662 <form action="...">
Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed bug #109160 on non-ASCII IDs
Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: Norm suggested a nicer error message for xml:space values
Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
performance bug #108905, adds xmlXPathOrderDocElems() providing
document order for nodes.
Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
update xmllint man page with --relaxng option
Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
handling Result Value Tree, before 2.5.5
Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
* doc/* : updated the documentation and regenerated it.
Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed some problems related to #75813 about handling
Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
*
uri.c: applied a set of patches from Lorenzo Viali correcting
Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: validity status was not passed back when validating in
entities, but raised by Oliver Fischer
Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
the ID in the document content and not in the entity copy
stuff, better solution for #107208
*
xmlreader.c: fixed a bug on streaming validation of empty
cleanup of the validation tests
Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fixed #107043 removing 2 warnings with Sun One
Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
*
SAX.c: fix bug #107208 avoid false duplicates when
ID/REFs are
defined in entities content
Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
*
SAX.c: Fixed validation bug #108858 on namespace names using
entities and reported by Brent Hendricks
*
xmllint.c: report xmlTextReaderHasValue() result in --stream
Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
about the DocType node not being reported sometimes.
Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
johan@evenhuis.nl for #107937 fixing some line counting
problems, and some other cleanups.
*
result/HTML/: this result in some line number changes
Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed some of the error reporting excessive
Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: another optimization, for choice this time
Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
some schemas validation tests in the presence of foreign
Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: added another interleave speedup.
Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
IDREFS regression tests pbm
Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
declared both in the DTD and in the Schemas <grin/>
*
relaxng.c: more debug, added a big optimization for <mixed>
DocBook example to the regression tests
Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed error msg cleanup deallocation
atomic types, added support for IDREFS
Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
and IDREF, usable from RelaxNG now
because the validation modifies the infoset
Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed the last core RelaxNG bug known #107083,
shemas datatype
ID/IDREF support still missing though.
*
xmlreader.c: fix a crashing bug with prefix raised by
complex inheritance tests
Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: switched back to the previous Relax-NG code base,
the derivation algorithm need severe constraining code to avoid
combinatorial explosion. Fixed the problem with Sebastian Rahtz
TEI based example and other bugs
Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
that the original RelaxNG validation code was un-fixeable, it got
rewritten to use the derivation algorithm from James Clark and
redebugged it (nearly) from scratch:
found 373 test schemas: 372 success 1 failures
found 529 test instances: 529 success 0 failures
Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: more debugging of the RNG validation engine, still
Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: stop generating wrong result file with * in name
*
relaxng.c: fixing the include bug raised by Sebastian Rahtz
Sebastian reproducing the problem.
Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
variable to control the indentation for the xmllint "--format"
Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
*
encoding.c: applied Gennady's patch against buffer overrun
Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
Clark it appeared I had bug in URI parsing code ...
reporting to not loose message from optional parts.
*
xmllint.c: added timing for RNG validation steps
Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fix bug #107804, the algorithm used for document order
computation was failing on attributes.
Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
*
valid.c: fix bug #107764 , possibility of buffer overflow
Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fix bug #107361 by reusing the code from the XML
*
testHTML.c: get rid of valgrind messages on the HTML SAX tests
Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed a node dump crash on attributes
an URI test bug and get better output.
Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fix a bug reported by Sebastian Rahtz and
REF->DEF in attribute values.
Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
regression tests from James Clark.
Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
type checking, started to increment the pool of simple types
registered, still much work to be done on simple types and
Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
*
entities.c: fixes again one of the problem raised by
Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: Fixed a couple of problem raised by James Clark
datatype level still not fixed though.
Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
* doc/*: updated and rebuilt the docs
Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixes a DTD regexp generation problem.
Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixes bug #105998 about false detection of
attribute consumption loop.
Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: Fixes bug #106931 in XInclude entities merging.
Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
*
SAX.c: fixed bug #105992
Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed xmlSetProp and al. when the node passed is not an
*
relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
found 373 test schemas: 369 success 4 failures
found 529 test instances: 525 success 4 failures
Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: seems I messed up with #106788 fix
found 373 test schemas: 364 success 9 failures
found 529 test instances: 525 success 4 failures
the resulting failures are bug in the algorithm from 7.3 and
lack of support for params
Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: another fix for nodeinfo in entities problem
some spaces need to be serialized as character references.
Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
handling, reported by Sebastian Bergmann
Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixing some nodeinfo in entities problem raised
*
relaxng.c: implemented the first section 7.3 check
Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: fixed some problems in the previous commit
and finished implementing 4.16 rules checking
found 373 test schemas: 353 success 20 failures
found 529 test instances: 519 success 6 failures
Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: implemented checks from section 7.2
Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: implemented the checks from section 7.1, fixed
some of the 4.20 and 4.21 problems.
found 373 test schemas: 338 success 35 failures
found 529 test instances: 519 success 6 failures
Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: implemented the 4.20 and 4.21 simplification rules.
Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
*
parser.c: obsoleted xmlNormalizeWindowsPath
Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
for Python regression tests and static binaries for gdb debug
in my development environment
found 373 test schemas: 296 success 77 failures
found 529 test instances: 516 success 8 failures
Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
found 373 test schemas: 300 success 73 failures
found 529 test instances: 507 success 10 failures
Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
RelaxNG implementation conformance testing.
found 373 test schemas: 284 success 89 failures
found 529 test instances: 448 success 47 failures
Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
a patch from Kjartan Maraas to fix some typos
Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
Relax-NG front, cleaning up the regression tests failures
current state and I forgot support for "mixed":
found 373 test schemas: 280 success 93 failures
found 529 test instances: 401 success 68 failures
moved the Name, NCName and QName validation routine in
tree.c *
uri.c: fixed handling of URI ending up with #,
i.e. having
Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
to the XInclude regression tests updates
*
xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
augmented the Xpointer testsuite for the element() scheme
Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: added TODO for the DTD compatibility spec
*
xinclude.c: more bug fixes driven by the testsuite
Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
regression tests for XInclude, improved the script, improving
XInclude error reporting mechanism
Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: trying to fix #104934 about some XHTML1 serialization
Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
encoding conversion when the input buffer stops in the
middle of a multibyte char
Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
against OASIS RelaxNG testsuite
no changes at the semantic level.
Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixing #105678 problem when dumping a namespace node.
Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed doc comment problems
test of those early Python RelaxNG bindings
Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: found the validation problem I had with interleave
when not covering all remaining siblings
testsuite and check the RNG schemas against the RNG schemas
Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: applied another bug fix from Sean Chittenden
Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
of schemas and --relaxng option display in xmllint, pointed by
*
xlink.c: Sean Chittenden pointed a couple of errors in the XLink
detection module, fixes bug #105374.
Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
* NEWS doc/*: updated the docs, ready for 2.5.2 release
Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
*
configure.in: preparing 2.5.2 made schemas support default to
of the new RelaxNG module and schemas
Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
*
valid.c: do not run content model validation if the
content is not determinist
Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
*
SAX.c: added the redefinition of namespaced attribute
check that was missing as Fabrice Desr� pointed out.
Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
improvements from Nick Kew, allowing to do more checking
to HTML elements and attributes.
Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: fixing bug #105137 about entities declaration
needing to be copied to the including document.
Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
*
catalog.c: fixed bug #104817 with delegateURI
*
xpath.c: fixing bugs #104123 and #104125
Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixing bug #103969 forgot to add an epsilon transition
when building the automata for elem*
Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixing bug 105049 for validity checking of content
within recursive entities.
Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: updated a function comment
Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
* relaxng: more work on grammars and
refs/defsMon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
* relaxng: more work on name classes, except support
Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
* relaxng: more work on name classes, the "validate all" schemas
Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: put a guard against infinite document depth, basically
trying to avoid another kind of DoS attack.
Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
was actually correct based on tutorial section 10.
Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
* relaxng: include seems to work okay now
Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: a bit of work done in the train back.
Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
* relaxng: more work done in the train
Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: more work on Relax-NG, implementing externalRef
Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: more work on Relax-NG, implementing interleave
Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
*
relaxng.c: more work on Relax-NG, implementing interleave
Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
adding stylesheet customizations used to generate fo
Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
the associated checks, those are still TODOs
Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
belatedly fixing bug #93622 (adds rewriteURI type to
"--add" option in xmlcatalog man page
Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
Julio Merino, closing #104475
Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
* README: updated the policy on private mail answers
Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
* doc/*: regenerated the docs
Relax-NG regression tests and results
Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
First commit of the new Relax-NG validation code, not generally
Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: minimized the memory allocated for GetContent
Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
not generate bindings for XPointer
Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
St�phane Bidoul for cleanups
Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
context error message APIs
Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
grammar and spelling cleanup
Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
a patch from St�phane Bidoul to allow per XMLtextReader error
Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
should raise a syntax error
Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
*
encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
from St�phane Bidoul to provide per parser error handlers at the
Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: fixed the streaming property of the reader,
it was generating tree faster than consuming it. Pointed out
*
tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fix to the XPath implementation for parent and
ancestors axis when operating on a Result Value Tree.
Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
docSetRootElement() should not raise an exception if the
Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
fixed bug #102181 by applying the suggested change and fixing
Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
*
HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
*
parser.c: one more IsEmptyElement crazyness, that time in
external parsed entities if substitution is asked.
Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
support and improved error handler registration
Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
*
SAX.c: fuck, I introduced a memory leak on external parsed
Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: another fix needed as pointed by Christophe Merlet
for --stream --debug if compiled without debug support.
Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
update man page with --stream and --chkregister
Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
*
SAX.c: only warn in pedantic mode about namespace name
* doc/*: updated and rebuilt the doc for the release, includuding
Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c : applied patch from Lukas Schroeder for register callbacks
*
valid.c: modified patch from Lukas Schroeder to test
register callbacks with --chkregister
Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: seriously changed the way data are pushed to
the underlying parser, go by block of 512 bytes instead of
tryng to detect tag boundaries at that level. Changed the
way empty element are detected and tagged.
reporting being different and DTD node being reported. Some
errors previously undetected are now caught and fixed.
Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
from Hannu Krosing, while maintaining compatibility with
Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: added the --stream flag to use the TextReader API
Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
code on top of the XMLTextParser API should be solid now.
Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
with validation and recursive entities while using the
reader interface, it's getting a bit messy...
Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
related to IsEmptyElement reported by St�phane Bidoul needed
Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
based on the python XmlTextReader interface.
Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
*
tree.c: backing out one change in the last patch which broke the
Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
an old patch from Lukas Schroeder to track node creation and
destruction. Probably missing a lot of references at the moment
Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
xmlreader bugs reported by St�phane Bidoul and added tests.
Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
checking in external parsed entities raised by St�phane Bidoul
and added a specific regression test.
Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
validation within entities pointed by St�phane Bidoul, augmented
the tests to catch those.
Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
class references when creating new classes, needed to fix a bug
pointed by St�phane Bidoul where the input buffer of the
xmlTextReader instance gets destroyed if the python wrapper for
the input is not referenced anymore.
Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
pointed by St�phane Bidoul: depth start at 0 and a parse problem.
Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
pointed by St�phane Bidoul
Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
*
SAX.c: warn on xmlns:prefix="foo"
for namespace attributes handling.
Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
a really nasty problem raised by a DocBook XSLT transform
provided by Sebastian Bergmann
Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
by St�phane Bidoul and integrated it into the tests
Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
extended the XmlTextReader API a bit, addding accessors for
the current doc and node, and an entity substitution mode for
the old tests and added a new one to test the entities handling
Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
generator to provide casing for the XmlTextReader similar to
C# so that examples and documentation are more directly transposable.
Fixed the couple of tests in the suite.
Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
publishing and deploying XML
Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
specific run based on the examples from
test/valid/*.xml
Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
*
SAX.c: fixing bug #95296, when the predefined entities
are redefined in the DTD the default one must be used
Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
Add discussion of XML_DEBUG_CATALOG to xmllint man
Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xmlreader.c: Fixed the empty node detection to avoid reporting
Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
to provide the base URI information when creating a reader parser
from an input stream. Updated the API and the example using it.
Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
DTD validation on top of xml reader interfaces. Allows to
validate arbitrary large instances. This required some extensions
to the valid module interface and augmenting the size of xmlID
and xmlRef structs a bit.
Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
work on the xml reader interfaces.
* AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
Web page for the Windows binaries.
Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied a patch for VMS following the report by
Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: the parseStartTag bug fix wasn't complete.
Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: Vyacheslav Pindyura managed to trigger a bug in
parseStartTag, fixing it.
more methods to XmlTextReader.
Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
plus generated html and pdf
Updating tutorial again based on further comments from Niraj
Tolia on the last iteration
Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
plus generated html and pdf
Adding fix from Niraj Tolia to tutorial to properly free memory.
Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
more methods of XmlTextReader.
methods in the bndings, augmented the test to check those new
Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
methods of XmlTextReader.
test for the Python bindings of the Reader APIs
Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: fallback was only copying the first child not the
full child list of the fallback element, closes #89684 as reopened
Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
gives enum values, fix functype return type, put back fields in
* doc/*: updated the docs rebuilt
Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
about htmlNodeDumpOutput location.
*
xpath.c: removed an undefined function signature
too many symbols in the API breaking the python bindings.
Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: rebuilt the docs and API
*
xmlreader.c: a few more fixes for the XmlTextReader API
Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
building Python script, does the C parsing directly, generates
a better API description including structure fieds defs and
enums. Still a couple of bugs, but good enough for the python
cleanup based on the python analysis script reports.
Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
code cleanup, especially the function comments.
*
tree.c: fixed a small bug when freeing nodes which are XInclude ones.
Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
the C# TextXmlReader API but converted to C. Allow to parse
in constant memory usage, far simpler to program and explain
than the SAX like APIs, unfinished but working.
Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: Chip turner indicated that XHTML1 serialization
rule for style actually break on both IE and Mozilla,
try to avoid the rule if escaping ain't necessary
Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
*
nanhttp.c: handle HTTP URL escaping, problem reported by
Glen Nakamura and Stefano Zacchiroli
Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
*
uri.c: Johann Richard pointed out some XPointer problems for
URN based URI references in XInclude. Modified the URI parsing
and saving routines to allow correct parsing and saving of
XPointers, especially when attached to "opaque" scheme accordingly
Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
of refactoring to the HTML saving code.
Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
to a buffer API to reuse the generic dump to an OutputIO layer,
this reduces code, fixes xmlNodeDump() for XHTML, also made
xmlNodeDump() now return the number of byte written.
Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
Python bindings on Windows
Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: patch from Marcus Clarke fixing a problem in entities
parsing that was detected in KDe documentations environment.
Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
the next node (I guess this is the result of some cut & paste programming:)
Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
to fix the Python bindings build on Windows (St�phane Bidoul)
Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
*
win32/wince/*: applied updates to Windows CE port from Javier
Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: updated the news and regenerated.
Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
this change slightly the output of a few tests
Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
parsed using the progressive parser and the end of the chunk
is in the middle of an UTF8 multibyte character.
Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
*
threads.c: fixed initialization problem in xmlNewGlobalState
*
globals.c: removed duplicate call to initxmlDefaultSAXHandler
in xmlInitializeGlobalState.
Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
to handle XHTML1 serialization rules automatically, also add
xmlIsXHTML() to libxml2 API. Some tweaking to make sure
libxslt serialization uses it when needed without changing
and updated the result of one XHTML1 test
Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
for xi:include encoding="..." support on text includes.
breaking the python generation.
Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
*
configure.in: patch for Solaris on new autoconf closes #98880
did I say that python xmllib sucks ?
and some comment are no more truncated.
Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: Martin Stoilov pointed out a potential leak in
xmlCreateMemoryParserCtxt
Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
included in HTML documents and using the push parser.
Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
specified, look for the Python interpreter not just in the
specified root but also in the specified location. Fixes #98825
Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
and dereferencing without checking ain't good ...
Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
* doc/* : updated and rebuilt the docs
and all the docs are actually packaged and in the final RPMs
xmllint --recover feature.
Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
processing of parsed entities, and XPath computation on sustitued
Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed #96594, which was totally dependent on the
processing of internal parsed entities, which had to be changed.
Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
trying to fix bug #98517 about building outside the source tree
Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
like in the XML parser, closes bug #97315
Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
which was breaking xsltproc
*
xpath.c: patch from Petr Pajas for CDATA nodes
*
tree.c: patch from Petr Pajas improving xmlGetNodePath()
removing a leak in xmlSAXParseMemory() and adding the
function xmlSAXParseMemoryWithData()
Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
adding pdf of tutorial, changing web page to link to it
Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
adding file what I forgot for tutorial
Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
Adding encoding discussion to tutorial
Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
*
globals.c: fixed a typo pointed out by Igor
*
xpath.c: try to speed up node compare using line numbers
Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: make xmlFreeNode() handle attributes correctly.
Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
*
catalog.c: completed the #96963 fix, as reported by Karl
Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: switched the order of a couple of includes
Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
*
catalog.c: fixed bug #96963, reverted to the old behaviour of
xmlLoadCatalogs that used to separate directories with a ':'.
Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
*
threads.c: improvements to the Windows-side of thread handling
scheme and for pthreads on Windows
added testThreads[Win32].c to the build
2002-10-31 John Fleck <jfleck@inkstain.net>
added UTF-8 conversaion FAQ from Marcus Labib Iskander
Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied patch from Brian Stafford to fix a bug
Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied patch from Christian Glahn to allow
xmlNewChild() on document fragment nodes
Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: Christian Glahn found a problem with a recent
patch to xmlParseBalancedChunkMemoryRecover()
*
xmlschemas.c: Charles Bozeman fixed some Schemas validation
Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
serious cleanup of the spec file and associated changes
*
valid.c: try to remove some warnings on x86_64
Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
parsing, applied his patch
added the test and result case provided by Mikhail Sogrine
Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
Applied the VMS update patch from Craig A. Berry
Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: adding a grep command to --shell in xmllint
Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xmlcatalog.c: tried to fix some of the problem with --sgml
Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: tried to fix bug #91500 where doc->children may
be overriden by a call to xmlParseBalancedChunkMemory()
Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
identifiers in SGML catalogs containing '&'
Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: updated and rebuilt the documentation
Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed a XML Namespace compliance bug reported by
Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: fixed serialization of script and style when
they are not lowercase (
i.e. added using the API to the tree).
Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c: make xmlValidateDocument emit a warning msg if there
is no DTD, pointed by Christian Glahn
Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
content model when some of the blocks have min or max, and a couple
of bugs found in the process.
Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
* README: updated the contact informations
Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
misses it, reported by Peter Bray.
Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: investigating xmlNodeGetContent() on namespace nodes
and removed a few warnings
Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: Christian Glahn found a small bug in the push parser.
Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
a few fixed in the indexer, added a scope selection at the
Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c: Joe Marcus Clarke reported a segfault on FBsd
this was due to uninitialized parts of the validation context
Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: applied patch from Mark Vakoc except the API
* doc/*: updated the docs to point to the search engine for
information lookup or before
bug/help reports.
Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
*
xmlIO.c: extended Windows path normalisation to fix the base
*
catalog.c: fixed list handling in XML_CATALOG_FILES
Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
*
xmlIO.c: applied Windows CE patch from Javier.
*
win32/wince: new directory, contains support for the PocketPC
with Windows CE from Javier.
definitions and applied WinCE patch from Javier.
Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: updated and regenerated teh docs and web pages.
Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
error were not covering namespace declarations.
it was missing the attribute declaration for the namespace
Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: fixing bug #94241 on HTML boolean attributes
Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
and regenerated the docs and web site
Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
ATTRIBUTE_UNUSED is always put after the attribute declaration,
Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
Bjorn Reese which should work with MinGW
Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: improving some documentation comments
*
xmlregexp.c: found and fixed a mem leak with python regression tests
* doc/*: rebuilt the doc and the API XML file including the
simple regexp bindings test
Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
fixing ftp links - thanks to Vitaly Ostanin
Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: fixed the data callback on transition functionality
which was broken when using the compact form
*
xpath.c: try to provide better error report when possible
Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
parsing ain't finished yet
Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
all the python subdir if python ain't detected
Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
fixed the regexp based DTD validation performance and memory
problem by switching to a compact form for determinist regexps
and detecting the determinism property in the process. Seems
as fast as the old DTD validation specific engine :-) despite
the regexp built and compaction process.
Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c: determinism is debugged, new DTD checking code now works
but xmlFAComputesDeterminism takes far too much CPU and the whole
set usues too much memory to be really usable as-is
Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed another stupid bug in xmlGetNodePath()
*
xmllint.c: --version now report the options compiled in
Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
when configured with them. A bit of debugging around the determinism
Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: small portability glitch fixed.
Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
the regexps for actual DTD validation
Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
integrating a DTD validation layer based on the regexps
Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
the determinism was tested before eliminating the epsilon
Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
bindings, added code for easier File I/O, and the ability to
define a resolver from Python fixing bug #91635
and augmented the set of Python tests.
Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: fixed a stupid out of bound array error
Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
messing around with support for Windows path, cleanups,
trying to identify and fix the various code path to the
filename access. Added xmlNormalizeWindowsPath()
Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
errors, especially providing an accurate context.
error reports in those cases.
Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
perror() calls made in the library execution paths. This
should fix both #92059 and #92385
Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: memory leak reporting was broken after a change
of the preprocessor symbol used to activate it.
Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: try to make the copy function work for node of
type XML_DOCUMENT_FRAG_NODE, they are only created by the
DOM layers though, not libxml2 itself.
Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c: try to provide file and line informations, not all
messages are covered, but it's a (good) start
Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: reimplemented a large part of the XInclude
processor, trying to minimize resources used, James Henstridge
provided a huge test case which was exhibiting severe memory
Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
(plus resulting generated html files)
fixing one spot I missed in the tutorial where I hadn't freed
Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
update tutorial to properly free memory (thanks to Christopher
R. Harris for pointing out that this needs to be done)
added image files so the callouts are graphical, making it
html with graphical callouts)
Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
nice logos generated by Marc Liyanage
*
doc/site.xsl *.html: changed the stylesheet to show the new
logo and regenerated the pages
Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: possible mem leak patch from Jason Adams
Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: integrated xf:escape-uri() from Wesley Terpstra
* doc/*.html: updated the web pages
Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
compile check to avoid linking to routines not configured in.
2002-08-22 Havoc Pennington <hp@pobox.com>
*
autogen.sh: update error message for missing automake
Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
to not be rebuilt. fixed DESTDIR similary to the libxslt one.
Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2002-08-18 Havoc Pennington <hp@pobox.com>
both automake 1.6 and 1.4 installed get the right automake. Means
compilation from CVS will now require the latest automake 1.4
release, or manually creating symlinks called "automake-1.4" and
Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: oops I was missing the xml:base fixup too
Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xinclude.c: quick but apparently working implementation of
xi:fallback, should close bug #89684
and run with --nowarning to avoid a spurious warning
*
configure.in: applied patch from Frederic Crozat for python
bindings on AMD 64bits machines.
Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: xmlSAXUserParseMemory() really ought to fail if
the caller don't pass a SAX callback block.
Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied the same fix for the XML-1.0 namespace to
xmlSearchNsByHref() as was done for xmlSearchNs()
Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
* libxml.3: small cleanup of the man page
*
HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
when serializing HREF attributes generated by XSLT.
Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
version of Marc Liyanage' patch for boolean attributes in HTML
Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
behaviour changed slightly
Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
new c14n function to Windows def files
Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
*
c14n.c: fixed a memory leak in c14n code
Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
Glahn: xmlParseBalancedChunkMemoryRecover
*
valid.c: patch from Rick Jones for some grammar cleanup in
Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: trying to fix a problem in namespaced attribute handling
raised by Christian Glahn
Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
xmlNewCharEncodingHandler as requested in #89415
patches from Marc-Andre Lemburg
*
tree.c: fixing bug #89332 on a specific case of loosing
the XML-1.0 namespace on xml:xxx attributes
Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
corner case from new Merlin's test suite and added a callback
that will be used to improve xmlsec performance
Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: trying to fix the <style> escaping problem in
HTML serialization bug #89342
Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
doc/xml.html doc/*.html: applied syntax patch from Rick Jones
and rebuilt the web site.
Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
when using '-jX' make parameter)
Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
*
xpath.c: small additional enhancement for booleans
Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: changed the order of the encoding declaration
attributes in the meta tags due to a bug in
IE/MacFri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
*
xpath.c: enhanced handling of booleans (especially '='
and '!=' for nodesets) - fixes bug 85256. Added new
routine xmlXPathNotEqualValues for more proper handling
of '!=' when nodesets are involved.
Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: rebuilt the docs
Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixing bug #84169 by fixing the
comment of xmlCreatePushParserCtxt to describe the
encoding detection parameters better.
Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixing bug #79331 in one path the lookup for
ID attributes on a namespaced node wasn't handled correctly :-\
Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
spaces in the HTML parser.
*
result/HTML/*: this changes the output of a number of HTML
Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: applied patch from Richard Jinks for the namespace
axis + fixed a memory error.
removing ctxt->token for good.
popped out by the regression tests.
*
Makefile.am: patch for threads makefile from Gary Pennington
Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
*
xpath.c: enhanced behaviour of position() after usage of
expressions involving preceding-sibling (et al).
Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
hash.c: applied a patch from Peter Jacobi to solve a problem
when compiling with the Watcom C on Win32
permutations in the output
Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
hash.c: applied patch from Sander Vesik improving the quality of
2002-06-14 Aleksey Sanin <aleksey@aleksey.com>
to prevent possible buffer overflow (the bug was pointed
out by Anju Premachandran)
Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: removed an uninitialized data error popped by valgrind
Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
adding tutorial reference to the web page
Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
adding section to tutorial about retrieving an attribute
Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: applied a couple of patches from Peter Jacobi to start
to get rid of ctxt->token, with a possible significant speed
improvement to be gained once done. Better compliance with PE
references constructs in DTDs too.
Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: Babak Vahedipour-Kunze reported that openTag in
xmlParseElement was likely to have been deallocated at the
time of the report, possibly leading to segfault. Just report
Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: patch from Richard Jinks for XPath substring() function
2002-06-06 Aleksey Sanin <aleksey@aleksey.com>
*
xmlIO.c: patch from Rachel Hestilow to fix bug #84340
Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
fixing typos in FAQ, thanks to Robert Funnell for the
Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
* NEWS: got complaints from rpmlint that it was empty
Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
libxml tutorial, including generated html
Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
*
c14n.c: fixed bugs for complicated nodes set (namespace
for xmlsec performance patch
*
xpath.c: fixed self::node() for namespaces and attributes
Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
*
tree.h: added xmlDocFormatDump which is just as xmlDocDump
but with the format parameter
*
tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
*
c14n.c: performance improvement for previous c14n patch
Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: another peroformance patch from Peter Jacobi, that
time on parsing attribute values.
Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
*
c14n.c: propagating xpath ancesstors node fix to c14n
plus small performance improvement to reduce number of
*
xpath.c: fixed ancestors axis processing for namespace nodes
Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: rebuilt the API and docs
Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: patch from Richard Jinks to fix a problem introduced
in the previous patch and pointed by Norm
Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
uri.c: fixing bug #82848
Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
output of one catalog test
Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
default value for global parameter xmlIndentTreeOutput to 1 and
introduced new global parameter xmlTreeIndentString (the string
used to do one-level indent) with default value " " (as it was
Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: Merijn Broeren pointed out a problem when compiling
Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: patch from Richard Jinks to fix the problem raised in
Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
indeterminate comparisons return an error instead of equal.
Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
from Christian Cornelssen fixing the man pages and the Catalog
next step is <xs:import> I now have a reasonable understanding
Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: applied a small buffer performance patch from Gary Pennington
Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixing an XPath function evalutation bug pointed out
by Alexey Efimov where the context was lost when evaluating
Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
function public for XMLSec performance optimizations
Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
with the HTML parser pointed by Gary Benson
Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
*
parser.c: fixed bug #81159 (memory growth in SAX)
Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
*
xpath.c: fixed bug #78858 (the real fix)
Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
*
xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: modified xmlNodeSetBase to allow changing the
Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
all the date, time, and duration types
Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
'file:', 'http:' and 'ftp:' protocols input handlers
and maked protocols comparisson case insensitive
Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
* AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
as one of the persons allowed to commit directly to the
Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: rebuilt the docs
Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
xpath.c: another XPath conformance patch from Richard Jinks
Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: made a comment more specific
Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
implementing xs:all with minOccurs = 0
Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xmlregexp.c: first implementation of the all particle, this
may need to be revisited for case where not all transitions
Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: another entity processing update from Markus Henke
Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
c14n.c: patch from Aleksey Sanin reflecting a change in the
Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: patch from Markus Henke, fix for recursive entities.
Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fix a problem with string() on a document node.
Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: fixed & serialization bug introduced in 2.4.20
*
result/HTML/*: this changes a few things in the results
Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
on the automata interfaces and debug of counted choices
Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
Schemas regression test procedure, started adding a few samples
Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
*
threads.c: Patch for the Borland C++ builder
*
win32/bcb5: New directory for the Borland C++ builder
Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
XML Schemas implementation, it is not configured in by default,
a specific --schemas configure option has been added.
Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: Gary found a compile time problem, fixes #78823
Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: updated and rebuilt the docs
Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
Red Hat 6.2, should also fix #75779
Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c: first part of fixing #78729
Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
escaping of URI when saving HTML files.
Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
pointed erroneous use of LIBXML_THREADS_ENABLED instead of
Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: another patch from Richard Jinks for substring conformance
test suite to check those.
Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: patch from Richard Jinks for .x float parsing.
Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: patch from Markus Henke when an encoding ain't recognized
Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: applied a fix from Anthony Jones for -o /--output
Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed a bug in the nodeset to boolean comparison code
pointed out by Melvyn Sopacua.
Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
*
libxml.m4: Fr�d�ric Crozat gave a patch related to the change
Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: Fix bug #76927 forgot to save some context
when evaluating binary expressions
Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: another set of patches from Richard Jinks this
fixes "make XPathtests" on linux
Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
tests though they show a divergence on Linux
Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
from Richard Jinks on some IEEE support corner case
Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
* AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
that $(datadir) should be used for docs
Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
could leak filedescriptors
Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: rebuilt the docs
Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
*
nanohttp.c: fixing #76043, got fed up with non-portability
Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c SAX.c: Never commit without running "make tests" :-(
fix a couple of stupidities in the previous commit
* result/*: a few changes in some attribute order result of previous
Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
the internal subset should not raise duplicate ID errors,
also there was a small bug in conjunction to namespace
declarations defaulted and xml:xxx attributes DTD definitions.
Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: Richard Jinks also raised some rounding problems
Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: Richard Jinks spotted an incoherent memory allocation
behaviour in xmlXPathCastToString()
Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
*
encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixing #75619, related to a problem when trying
to evaluate condition when the current node set resulting
from that sub-step evaluation is empty. Also fixes 2 potential
problem with previous-sibling and next-siblings axis.
Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
*
c14n.c: patch from Mark Vakoc to build C14N if DocBook and
HTML support is not configured in.
Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
*
testSAX.c: I wanted to see the real speed at the SAX interface
after a little too many Ximianer started complaining about the
-rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30
db100000.xml 3200006 callbacks generated
Which means 16MBytes/s and 3Mcallback/s
Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: valgrind spotted another error that time when running
on libxslt regression tests
Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: adding "make valgrind" running the full regression
tests (except python ones) under Valgrind (using valgrind -q
which was kindly added by the author).
*
valid.c: stupid bug pinpointed by Valgrind, the regression tests
passes cleanly now except an obcure floating point initialization
raised in log10() in one XPath regression test ???
*
tree.c: edited some comments to close #75244
Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: pretty insane thing, the xmlXPathFormatNumber()
was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
context of ScrollKeeper, made sure that if the number is
an integer, the serialization follows the description at
Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: updated and rebuilt the web site
* *.c
libxml.h: implement the new IN_LIBXML scheme discussed with
the Windows and Cygwin maintainers.
*
parser.c: humm, changed the way the SAX parser work when
xmlSubstituteEntitiesDefault(1) is set, it will then
do the entity registration and loading by itself in case the
user provided SAX getEntity() returns NULL.
*
testSAX.c: added --noent to test the behaviour.
Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: Wilfried Teiken provided a hackish but working
way to get context reported back on entities when parsing
with SAX and without breaking the DOM build.
Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
*
c14n.c: applied a new patch from Aleksey Sanin
to reference Aleksey implementation of XML digital Signatures
Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: small fix to avoid potential problem due to
the generated file in python dir not being built
Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
of the python Makefiles based on Jacob and James feedback,
fixed the spec file accordingly, fixed the number of warning
that passing my pedantic CFLAGS was generating. Conclusion
is that Python includes are real crap.
Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
* configure,in: it was reported quite a few times that
xml2-config --cflags should not output
clashes with existing names like
list.h from C++ stl.
Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
*
c14n.c: another patch from Aleksey Sanin
Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
*
c14n.c: applied patch from Aleksey Sanin fixing a problem in the
canonicalization algorithm
2002-03-13 jacob berkman <jacob@ximian.com>
usage, redundant, and gcc specific
Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: speedup some node selection operations, this can
have a significant impact on DocBook Norm's stylesheets
*
nanohttp.c: someone reported that SOCKLEN_T may not be defined
make sure it's always the case
*
debugXML.c: distinguish CDATA and comments in ls operations
Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
to generate better API descriptions etc...
Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
*
c14n.c: Fixing #74186, made sure all boolean expressions
get fully parenthesized, ran indent on the output
--with-buffers option, and all the preprocessor conditional
sections that were resulting from it.
Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c: applied patch from Dodji Seketeli fixing an
uninitailized variable in xmlValidGetValidElements()
Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
*
c14n.c: fixed a few comments
* doc/*.html doc/*/*.html: regenerated the docs and added
Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
have the version of the python scripts automatically updated
Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
* doc/*: updated and rebuilt the docs
Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
added a specific regression test
not raise exceptions when failing to find the attribute.
Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
ftme fix, gettimeofday() was not detected by configure and
the ftime header wasn't included, dohhh
Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
precision when gettimeofday() is not availble but ftime() is
Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
are now copied on install and part of the -devel RPM
Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: trying to avoid bug #72150 which was apparently
caused by a gcc bug (or a processor problem) as detailed
Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
inter-document cut'n paste
xpathEval() onto node objects
Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
*
HTMLtree.c: fixed some htmlSetMetaEncoding() problems
fixup and integrated tests for the serialization stuff
Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
moved the libxml man page to section 3
Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
and saveTo() to all node elements.
Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: closed #73430, don't read from an input source
which indicated an end-of-file or an error.
Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: make sure SAX endDocument is always called as
this could result in a Python memory leak otherwise (it's
used to decrement ref-counting)
the suggestions made by Gary Benson and extended the tests
Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixing #61290 "namespace nodes have no parent"
long standing divergence from the XPath REC. NodeSets
simply hold a copy of namespace nodes and those node ->next
points to the parent (which may not be the node carrying the
parser due to new state being added.
*
tree.c: new fix from Boris Erdmann
the XML Canonalization support from Aleksey Sanin
Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: patch from Boris Erdmann fixing some namespace odities
Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: fix bug #72706 when loading a NULL entity
Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
*
SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
actually change in a future XML Namespace revision.
Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
added the possibility of returning nodesets from XPath extension
functions written in Python
Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/*: commiting some Python bindings work done while travelling
Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: close #72663 and #72658, don't memdump unless compiled
explicitely with memory debugging switched on
Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
Added wrapper for the xmlURIPtr type, provided accessors, fixed
the accessor generator for strings
Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
added the 'usual'
setup.py to allow building a libxml2-python
module based on the same code. The initialization is however
different the 2 .so files fo libxml2 and libxslt are identical and
they entry point initialize both libraries. this is done to avoid
some possible nasty problem since the Python don't merge the maps
Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
page describing the current state of the Python bindings and
giving pointers to the other languages wrappers.
Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
rebuilt the API and web site
*
xpath.c: fixed #71978 portability bugs
Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
*
SAX.c: oops broke automatic defaulting of namespaces attributes.
Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2 internal parsing API when processing document content
to check the start and end of element content are defined
generate a validity error added xmlValidCtxtNormalizeAttributeValue()
with the context to report it.
*
SAX.c: fixed the last known bugs, crazy validation constraints
when a document is standalone seems correctly handled. There
is a couple of open issues left which need consideration especially
PE93 on external unparsed entities and standalone status.
Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
The 2 tests left failing are actually in error. Cleanup done.
Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c: implemented E59 spaces in CDATA does not match the
Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
saved back as such in the parsing context. Down to 1% failure rate
Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
internal subset if within a PUBLIC ID
Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
suite. Took the step to finally block documents with encoding
errors. It's a fatal error per the spec, people should have fixed
Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
on the semantic of TYPE="error"
Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
into the validation code (standalone and undeclared Notations)
Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed #71741 supid typo an a bug about encoding parsing
Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c SAX.c: fixed #71740 NotationDecl with a required field
Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
"Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
*
SAX.c: fixed a validation bug
*
parser.c: fixed 3 errors pointed by the test suite
Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xmlmemory.c: Jesse Perry provided a patch to remove a few
Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixing some troubles with validity check on namespaces
Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: Fixing #71342 serializing '\n' in attribute values
Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/*.py: removed tabs and used spaces.
Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
attempt to provide #69655, this was breaking the build.
Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
Tentatively fixed #69655 , make compiling with -Wredundant-decls
Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
copying of node, merge back IDs in the target document.
Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
generate the dependencies right as Jacob found out. Add
an extra dependency rule.
Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
of the code needing cleanup
corrected a bug showing up on ia64, changed the name of the
python internal module too
Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: applied patch from Andris Pavenis for binary
Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
Changed to the MIT Licence
fixed the const xmlChar * wrapper and generator, XPath extension
functions now use the context as first argument
Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: don't close filedescriptors passed to outputBuffers
handling FILE * and XPath contexts
Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
*
configure.in: fixed stupid bug #70738 found by alfons hoogervorst
Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: hardened the addChild function
added accessors needed for xmlNode, a bit more testing and
Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
error messages get initialized
added some memory debugging to track leaks at the libxml2 level
there is just one left in XPath extension registrations.
Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
context, allow to switch on and check validity
which I forgot to commit in the last step
Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
first cut for push mode support. Added a framework to generate
Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
description output, extra XML API, RPM now builds the wrappers
for all python installed versions
Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
in the libxml2-python package including docs. Slightly changed
*
python/tests/*: added basic regression tests infrastructure too
Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
added libxml2-python as part of the packages installed
Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
XPath interpreter with functions written in python.
Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
inserted the python wrappers build, I hope this won't be too
Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
they now support XPath and there is no evident leak
Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
more work on the python bindings generator.
Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
more work on the python bindings.
Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
from Anthony Jones to implement copy of DTD subtree too. Had
just to keep 2 function private which really ought to become
Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: added pointers to the web pages in the usage()
Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: more fixes from Petr Kozelka for attribute handling
in the tree API to align the semantic with DOM.
Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
Anthony Jones for copy operations cleanup and robustness
Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
an alphabetic index based on comments content
* doc/*: rebuilt the web site with the new references
Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
eponential buffer groth policy in xmlParserAddNodeInfo()
Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
to generate and link API indexes. The generic keyword index
* doc/*.html: regenerated all the usual docs too
Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: added an xpath function to the shell for T. V. Raman
Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: patch from Anthony Jones to catch NULL nodes in
Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: apply an patch from Petr Kozelka for unlink and replace
support of attribute nodes
Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
hopefully near complete and fully documented of the API in XML
Cleaned up the doc comments a lot in the process, the interface
Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
extracts comments from the gtk-doc DocBook output (a bit
convoluted but seems to work).
Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
added an XML description of the API, moved the script generating
it here. Added a "make api" target
Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
xmlXPathFuncLookupFunc was incompatible roll it back
Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
*
SAX.c: cleanup patch from Anthony Jones
includes, * vs Ptr and general cleanup
module interfaces, the goal will be to provide .decl or XML
specification of the interfaces to build wrappers.
Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
now provides return codes in case of errors
Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
Upgraded to trio baseline 1.6
Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
of strdup usage in the code
Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed the funxtion to set the xml: attributes
Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
to allow updating an attribute content
Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
*
libxml.h: try to avoid problems when compiling on Windows
Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
*
hash.c: patch from Anthony Jones for
hash.c allocation size
*
Makefile.am: trying to work around Yet Another Libtool Madness
and build the 2.4.13 release finally ...
Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
* doc/* : update of the documentation
Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: trying to avoid troubles when a subtree is copied
and coalesced in part with the target tree. Should fix
Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixed validation of attributes content of type
NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
values, very old bug. Fixes #67671
Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
a couple of fixes and a new API function xmlSetEntityReferenceFunc()
from Keith Isdale and dedicated to xsldbg the XSLT debugger.
Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
*
threads.c: applied Serguei Narojnyi's patch to add native
thread support on the Win32 platform
from Serguei, Win32 specific
added patch from Igor for the Windows thread specific defines.
Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
*
entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
raised by Robert Collins too.
Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
*
encoding.c: Paul Keogh pointed out a possibility of segfault
on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
* doc/*.html: updated the Gdome2 links
Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
*
libxml.h: Applied following patches from Robert Collins
and make sure IN_LIBXML is defined when compiling it
*
parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
*
strio.c (PLATFORM_UNIX): Define for Cygwin.
*
triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
*
xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
xmlSysIDExists xmlNoNetExists).
Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
when the version info is not present.
Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
*
tree.c: Anthony Jones pointed out a problem in
xmlStringGetNodeList() and provided a fix for it
Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
*
parser.c: patch from Frank J Franklin to remove a bug in
xmlCreatePushParserCtxt() when the initial buffer passed
Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
xsltproc is not available or fails in the prefix provided
Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
*
xmlmemory.c: one more doc patch from Charlie Bozeman.
Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
Fixed a few other problems raised by Charlie Bozeman.
Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
patches from Charlie Bozeman. Regenerated the HTML docs.
Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: applied Justin Fletcher patch for --output or -o
Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: applied Justin Fletcher generic timing patch
similar to the one already applied to xsltproc.
Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
*
valid.c: fix the xmlStrdup() used in the previous patch.
*
tree.c: fixed xmlUnlinkNode so it also removes the references
from the document if the node is a DTD
Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
*
valid.c: fix bug #66816 when validating.
Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
xmlInitMemory() was declared twice
Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
of the various config extraction modules
Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
* doc/* : updated and rebuilt the docs
Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
*
uri.c: closed bug #66159
Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
*
threads.c: patch from Gary Pennington fixing a possible
problem at initialization time.
Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
Eric Lavigne contribution to build libxml2 on MacOS using
Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: applied Geert Kloosterman's patch to fix
Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
*
parser.c: Robin Berjon <robin@knowscape.com> found a case
where non-wellformed XML declaractions were not detected.
Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
*
xpointer.c: fixed a compilation bug pointed by Danny Jamshy
Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
gets reset by xmlCleanupInputCallbacks() and this makes the
function useless. Same for output.
Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: robert pointed out a loop error in callback cleanups
Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
they are not really tied to debugging
Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
*
tree.c: fixed a couple of problems in xmlSetProp()
Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
unappropriate stdout output.
Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
by Denis Beurive, closes #65111
Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
*
valid.c: in case of content model validity error, don't
print it if validity warnings were not requested.
Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
*
nanoftp.c: applied a couple of patches from Brian D Ripley.
unmaskable error on stderr instead (library mismatch detection)
Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
shell instructions from Heiko Rupp
Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
*
catalog.c: use the URL notation file:// for default catalog paths
Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
*
tree.c: removed a problem when copying an entity reference.
Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
* vms/*: updated instructions and diffs from John A Fotheringham
Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
seems to be the case in KDE libs
Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: Gary Pennington pointed out a missing prefix
Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
* doc/*: upgraded and rebuilt the docs
Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
*
uri.c: another URI bug fix #63336, using Joel Young patch.
Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
a cleaned up version of the Pwd shell string generation.
Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
validation problems for good, closing #63619 in the process
wrong in this respect, fixed it.
Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: Morus Walter patch to allow --format and --encode
Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: Stefan Kost provided an help command for the shell
Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: Heiko Rupp pointed that the shell would crash
on empty nodesets returns.
Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
migh need the history libraries
Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
handle the case of < in quoted attributes, Bastian Kleineidam
Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
fixed more problems in catalog support, added more regression tests
for both XML and SGML catalog handling
Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
*
debugXML.c: applied an improvement to xmlGetLineNo() from
Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
*
catalog.c: dohhhh XML catalog add and remove ops were broken too.
Side effect of the progressive catalog loading
Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
*
Makefile.am: confexecdir and confexec_DATA were defined twice
pointed out by Karl Eichwalder
Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
of compiling libxml with a non standard set of options
Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
document --sgml option, fixing gnome bugzilla #63382
Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
breakage of 2.4.7, added a couple of really needed APIs
like xmlCatalogIsEmpty() and xmlNewCatalog()
*
xmlcatalog.c: updated --sgml --noout to be a suitable replacement
Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
cleanups, export cleanly one html output + format function.
Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
*
parser.c: removed initGenericErrorDefaultFunc call from
xmlInitParser() since it could destroy previous calls to
xsltSetGenericErrorFunc() effects
Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
*
catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
* doc/*: updated the doc and rebuilt the generated pages
Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: closing bug #62711, the library should never
Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
*
uri.c: second pass at fixing #63336, using Joel Young
Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
allowing the escaping routine to parse unconformant
Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
and xmlCleanupOutputCallbacks() for the Perl binding people.
Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
apply fixes to close #63271 and avoid segfaults when
the error routine gets callbed before xmlInitParser()
correcting some xmlGenericError misuses.
Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
New and improved man page for xmllint - .xml is the original, .1
is the generated man page
Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
the web site from the main HTML document.
Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
parser.c: fixed an erroneous validation bug when PE refs
occurs in external parsed entities referenced from the
added the associated testcase, it's a nice one.
Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: added --sgml for SGML DocBook importing
Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
nanoftp.c: use only "anonymous@" string for anonymous passwds
Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
fixed a very serious (looping) validation bug
Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
* *.c : make sure
globals.h is always included.
Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
threaded test case (really nasty, guaranteed).
Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
catalog.c: serious cleanup on the management of the
XML catalog tree, more tests done, especially with
Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
*
catalog.c: avoid a problem in catalog cleanup on SMP if
catalogs were not initialized.
Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
the allocation be per-thread a configure option
Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
added were breaking libxslt compile, removed them for now
Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
initialization problems which were giving troubles on SMP
Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
globals.c: added a couple of standard includes.
Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
Applied the last patches from Gary, cleanup, activated threading
all user accessible global variables are now handled in globals.[ch]
Still a bit rought but make tests passes with either
--with-threads defined at configure time or not.
Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
configure.in: started integrating the core of the thread support
not activated yet but half integrated. The code should still
Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
integrating the non-controversial parts of Gary Pennington
*
catalog.c: corrected a small bug introduced
Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
isolating unportable code and as much as possible the accesses
to the global shared catalog. May need more testing !
Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
Keith Isdale patches for the XSLT debugger interfaces. Some
Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
adding documentation for DV's supercatalog support
Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
super catalog support adding one API and one flag --sgml to
Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
*
xpath.c: implemented xmlXPathObjectCopy for external objects
Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
the xmlcatalog man page display more elegantly
Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixing #61673 part I, do not loose doc information
when copying result value trees.
Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
xpath.c: trying to harden the XPath interpreter
Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
* HTMLparser: repaired another loop problem
Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
uri.c: applied fix from Mathias Hasselmann about a bug in URI
*
xpath.c: fix bug #61291 the default XML namespace node is
missing from the namespace axis.
*
tree.c: refuse to create namespaces nodes with prefix "xml"
Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
SAX.c: ouch a non-defined namespace could lead to a crash,
Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
adding xmlSAXParseFileWithData following Marco Stipek suggestion
Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
valid.c: close bug #61550 when xml: wasn't considered a namespace
Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
catalog.c: Justin Fletcher provided cleaup code in case
Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
*
catalog.c - fixed typing error reported by M. Barros
Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
xpath.c: try to solve the linking problem on platforms
Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
commited without review or aproval by Jens Finke <jens@gnome.org>
* HACKING: made 100% clear that no commit should be done directly
Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
when iconv is specified to be in a non-standard directory
but wasn't exported in xml2-config --cflags
Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
troubles with 2.4.4 errors.
Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
when serializing HTML since some version of Netscape can't
grok it, generate decimal ones.
Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
updated the configuration scripts systems accordingly
Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
to handling of '&' in attributes when entities are substitued
Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
Tried to close bug #60131
Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
SAX.c: fixed a bug in the HTML parser introduced Sep 9
Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
SAX.c: fixing bug #59946 on xmlns=""
Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
but allocates a new error code.
Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
xmllint.c: John Fleck fixed typos in the options output
Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
entities.c: Steve Underwood found the possibility of an
ininite loop in case of error.
Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
parser.c: warn if version is not 1.0 but it's not
strictly speaking an error after analyzing the spec
Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
man page, other linguistic cleanups
Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
file, has not yet been included in the build.
Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
catalog.c: removed a duplicate affectation Justin Fletcher
Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
tree.c: Armin Sander pointed a possible text coalescing
problem, completed his patch.
Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
*
trionan.c: Fixed const and volatile re-definition problem
Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
* libxml.4
parser.c: doc updates from Heiko Rupp
Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
tree.c: applied patch from Armin Sander to make some pointers
Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
xpath.c: hum, restrict the integer usage gcc bug workaround
to only gcc compilers so that other architecture don't get
penalized by this limitation.
Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
valid.c: fixed a Windows compiler warning (Chris Poblete)
*
xpath.c: fix for mod when dividend is 0 (Chris Poblete)
Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
--convert option to xmlcatalog to convert SGML ones to
*
xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
2.4.3 got released at that point
Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
a few bug and optmization needs.
Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
preparing for a 2.4.3 release even if it may not be ready yet
all file parsing lookup to go through the entity resolver, add
to add an API to bypass it (needed to load catalogs themselves),
some cleanup on the catalog code too.
Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
Catalog support, misses an API description
Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
Added the part about section 7.2 on URI resolution,
fixed a side effect in the HTML parser, look complete
Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
xmlIO.c: added support and APIs needed for the catalog PI
Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
plugged the new framework, cleaned a lot of stuff,
added some APIs, except the PI's support missing this
should be mostly complete
the existing one with URN ID tests
Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
more work on the XML catalog support.
list as a public parameter name can give portability troubles
trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
Re-worked Not-A-Number and Infinity support.
Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
testCatalog as xmlcatalog, making it an installed app
management tool, though not ready yet
not finished, there is some interesting tradeoffs and a
Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
SAX.c: removed a couple of unused variable (Albert Chin)
Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
trying to fix some troubles
w.r.t. function returning
Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
testXPath.c: another small cleanup closing bug #59110
Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
the non-boundchecking Sprintf functions, add Snprintf
this should close bug #57984
Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
URIs before doing the lookups (pointed by Mark Vakoc)
Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
xpath.c: serious changes on Result Value Trees and NodeSets
w.r.t. deallocation and collect operations. Probably not
100% clean (merge of allocated trees smells like a problem).
Seems sufficient to close #58943
Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
xpath.c: count() was broken on Result Value Tree
*
xmlIO.c: fixed file:/// accesses on _WIN32
Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
macro was renamed, this should close bug #58683
Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
SAX.c: small fix fixing bug #58539 reported by coolo, in
entity substitution mode text at the end of the entity might
be added due to text coalescing.
Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
* HACKING: added John Fleck right to commit in the doc subdir
Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
allow to inherit attributes from the DTD directly in the
tree, this is needed for XPath and can be a useful feature.
Inherited namespaces are always provided at the tree level now
of tests for this feature (XSLT being the prime user).
Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
win32/dsp/*: applied Win32 Facelift No.2 patches from
Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
SAX.c: unparsedEntityDecl() the URI computation of the
entity wasn't done breaking XSLT unparsed-entity-uri()
Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
*
xpath.c: fixed a bug when walking the descendants and
the current node has no children
*
debugXML.c: show up when a text node is supposed to not be escaped
Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
*
xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
worked like the set:leading() function)
Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
nanohttp.c: protected an use of EAGAIN, Brian Stafford
Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: when the internal subset uses a PE, then the
included entity can use conditional sections.
Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
when walking the namespace axis showing up in
*
xmlmemory.c: added the possibility to trace a given block
Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: don't override existing encoding specified before
starting xmlParseDocument()
Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2001-07-27 Darin Adler <darin@bentspoon.com>
*
encoding.c: (xmlIconvWrapper): Add cast to fix warning.
2001-07-27 Darin Adler <darin@bentspoon.com>
Remove this file from CVS because it's generated.
Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: fixed xmlCopyNode() for documents
Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: fixed bugs #58073 reported by Greg Shtilman
Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: fixes bug #57652 reported by Morus Walter
Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
errors, lesson don't add new functions at 1am before a release
*
xpath.c: integrated fix from Bjorn to avoid divide by zero
from XPath initialization when possible.
Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
xmllint.c: make element content line number generation
optionnal to avoid breaking old apps added interface to switch
Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
dependencies by default, release 2.4.1 with IA64 fix
John Kroll fixes to allow saving to HTTP via PUT (or
Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
xmlHashScanFull and xmlHashScannFull3 to get passed the
three keys as arguments to the callback function
Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
fixed serious troubles due to size_t vs. int mismatch
Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
convenient extension API for value and context managing
Now handles external objects through xmlXPathPopExternal,
xmlXPathWrapExternal and xmlXPathReturnExternal.
Added functions for sets operations (intersection, etc.)
Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
fixed xmlXPathNodeSetItem when passing index=0
Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xmllint.c: fixed compilation under Cygwin #57503
2001-07-13 Peter Williams <peterw@ximian.com>
Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
raised by #57348 and #57381
Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
may break some software, need a configuration mechanism
2001-07-10 Darin Adler <darin@bentspoon.com>
Various things that are generated and should be ignored.
Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
validation occured on content with element child
Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: fixed XML Base computation which was broken
based regression tests, and adding 2 XML Base tests
Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: set properties doc and call xmlSetListDoc for properties
content when grafting them in a different tree.
Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
layer should URI-Unescape before trying to open resources.
Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fix the name() bug for elements in the default
namespace reported by Charlie Bozeman
Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
led to an XPath fix, improvements of SAX initialization, and
an added option --nocdata to testXPath
Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
doc/html/*: rebuilt the docs for the release
Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: a bug reported by Stephan Kulow empty nodesets
were not equal to empty strings
Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
SAX.c: fixed a URI-Reference computation problem when validating
Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: improved the description of a couple of interfaces
upon Larry Stamper suggestion
Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
are handled when running the parser in entity substitution mode.
This fixes a bug reported by Stephan Kulow and nearly divides
by 3 the amount of memory required by libxslt to load and process
Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLparser.c: fixing a too early root closing problem raised
Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
lot of optimization work, results in significant improvements
when handling really complex XPath queries. Add a small optimizer
for unions, improve [n] and [last()], avoid some costly ops.
Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* xmlGetNsList: reformated, fixed problems if used on Entities
Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
to the windows config file.
Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
libxml.h : Yon Derek provided a set of changes to compile from
Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: fixed UTF8 BOM support in push mode
added a specific testcase
Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
check, this is not portable and will be removed soon.
Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: make an error message if unknow entities in all cases
Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
uri.c: fixed 2 uri normalization bugs on '//' reduction
Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
includes were installed in the wrong dir
Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: patch to xmlXPathFormatNumber for the optimizer on
Tru64 from Thomas Leitner
Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* AUTHORS: added William and Bjorn
daniel@veillard.com hopefully I won't have to do this again
docs can be rebuilt cleanly now
also generated but which should change far less frequently.
when compiling on WIN32 and MSC
Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
fixed make distcheck and rebuilding the rpms
Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
configure.in: should finish the migration of exported includes
Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
version works with both libxml1 and libxml2 (it autodetects
the prefix of the html-files) from Felix Natter.
Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fixed the bug generating a template loop in libxslt
when using docbook-xsl-1.4, * should filter out document nodes
Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
doc/xml.html: added reference to gdome2 and removed a confusing
Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
users need it and they can't generate it, and I want CVS
the shared lib version of libxml2
Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
*
trio.c: MSVC fix (provided by Igor Zlatkovic)
Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: attempt to work around what seemed a gcc optimizer
Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
Makefile.am: cleanup when --without-debug is specified
w.r.t. --without-debug and other include points
--without-corba, made the _private field mandatory
Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
outputs a BOM in UTF8, an errata has been issued to avoid the
problem, that was the most reasonable solution... Add support
for a leading UTF8 BOM in entities.
Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: fixed a bug found when post validating an entity ref
*
xmllint.c: added --loaddtd and sligly changed --postvalid to
Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
weakness in the node copy the XPointer and the XInclude
implementations. Serious cleanup.
Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
Makefile.am: Kjartan Maraas provided a small patch to
Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
provided another failing case found in KDE, the way the
time but it wasn't completely cleaned up. This should fix it.
Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: Stephan Kulow also raised the fact that line number
could get miscounted making debug harder, fixed the problem
Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: Stephan Kulow pointed out a problem when validating
and using an empty entity, forgot a 'break' in a case.
Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: fixed xmlHasNsProp() accordingly to bug #55683
Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* TODO: updated adding cleanup of generated doc
*
xmllint.c: added --version for bug reporting
Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: first part of the work on selecting namespace to
Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* HTMLtree.[ch]: more work on the HTML serialization routnes,
cleanup, encoding support.
Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: Thomas Broyer suggested a better patch for the / arg
Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: bug detected by Ankh when / is used as a function arg
Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
of element and use it to avoid outputting formatting spaces at
the wrong place. Implemented the format parameter for HTML save.
Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* HTMLtree.[ch]: started augmenting the HTML save API with
encoding and formatting parameters
Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLtree.h: cleanup and started evaluating the work needed on
revamping the HTML output code
Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: fixed bug #56049, forgot one check in the
Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* tree.[ch]: grrr ... namespace is a C++ reserved keyword
Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
libxml.h: fixed an error in last commit
Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: patched xmlFreeNode() to avoid freeing() a static
memory block in a strange case where libxml is linked twice
Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
state far too often, simple fix used to avoid it.
Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xinclude.c: Raphael Hertzog had a trouble with DTD nodes
being processed, applied his patch
*
tree.c: fixed a bug raised in xmlStaticCopyNodeList()
Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
provided fixes to compile on MSCC again
also provided an update for the project files.
Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: fixed xmlGetNsProp() to close bug #55683
Note this requires libxslt to use it's own function instead.
Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLtree.c: when in a pre element no formatting space should
Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: robert pointed out xmlXPathNINF was not initialized
Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLtree.c: when in a pre element no formatting space should
Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
* tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLtree.c: trying to close bug #55772 escaping in script
Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
error.c: attempt to fix the xmlGetVarStr breakage once and for
good. Use a macro and based on the solution provided in
vsnprintf manual page from GNU.
Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
*
error.c: Workaround for non-preserving variadic list.
Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xmlIO.c: Gary Pennington spotted a few troubles with file:///
Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
encoding.c: Robert Collins provided a patch to add the
"US-ASCII" encoding alias
Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
string oriented functions and started cleaning the related areas
in
xpath.c which needed fixing in this respect
Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
*
tree.c: patch to xmlNodeGetContent() to get CDATA section content
Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* nanohttp.[ch] : started adding APIs to get the redirected URL
when this occurs (needed for further base computation
*
SAX.c: minor change around ctxt->loadsubset
Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
uri.c: applied another patch from Carl Douglas for URI escaping,
this should close bug #51876
Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xinclude.c: fixed XInclude recursive behaviour bug #54678
added specific regression test
*
parser.h: preparing for the XSLT mode where DTD inherited
attributes are added to the tree.
Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* xinclude.[ch]: Updated the namespace for the Last Call version
Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* uri.[ch]: applied a patch from Carl Douglas for URI escaping,
Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: fixed a gross mistake in base computation, xml:base is
not completely correct yet (need cascade).
* xpath.[ch]: added the few things needed to find a function name
and URI from the XPath context when it is called.
Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* catalog.[ch]: fixes and add xmlLoadCatalogs()
*
xmllint.c: added a --catalogs option to load catalogs from
Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
catalog.c: handling of CATALOG entries. detection of recursion,
*
xpath.c: fixing bug #54951 QNAME with no prefix should not match
against the default namespace
Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: Joe Orton reported a bug found with IRIx compiler.
Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: fixed propagation context info when parsing an
*
doc/html/*.html: regenerated a couple of docs
Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: small patch which may improve some case when
Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
applied a documentation patch from LotR and filled in a few missing
Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
document tree freeing and xpath evaluation
Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
interfaces for handling memory buffer input to const char *
upon suggestion of JamesH.
Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
configure.in: LoTR sent a patch fixing the previous commit
Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
configure.in: trying to deal again with the stoopid -R linking
Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.h: two nodeset access macros from Thomas Broyer
Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* INSTALL: was empty added stuff from the FAQ
Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* tree.[ch]: fixing bug #54446, by cleaning some bugs in the
attributes handling and #54433 by adding xmlUnsetProp()
Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
(htmlGetEndPriority): New function, returns
the priority of a certain element.
(htmlAutoCloseOnClose): Only close inline elements if they
all have lower or equal priority.
*
result/HTML: this of course changed a number of tests results.
Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
(only SGML catalog support).
*
parser.c: restaured xmlKeepBlanksDefault(0) API
Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: added xmlParseExternalEntityPrivate() to allow
propagation of ctxt->_private when parsing external entities
Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
configure.in: fixed a small portability problem with AM_CONDITIONAL
Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: warn when indeterminist content model is detected
Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
when both parameters are NULL.
Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: applied small patch from Gary Pennington, reindented
Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
release, updated and regenerated the docs
Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
printing of abnormal floats in tests.
Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLparser.c: trying to fix the problem reported by Jonas Borgstr�m
*
results/HTML/ : a few changes in the output of the HTML tests as
Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
modules in the library conditional
Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
DOCBparser.c: patche from L�szl� Kov�cs, fixed entities refs
Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fix of an XSLT namespace bug reported on the list
Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
at the parsing speed and DOM handling. Added a few more
Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: small but effective parsing speed improvement
Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
configure.in: default on the DocBook parser inclusion (for Gnome)
Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* tree.[ch]
xmlIO.h: applied patch from Joe McAlerney to add
Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: simple and efficient optimization, XPath functions
aways bind to the same code, cache this
* TODO: updated (by saying some is obsolete)
Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: more cleanup work on XPath name parsing routines
Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
*
debugXML.c: avoid compilation problems if compiling without
HTML support, Igor Zlatkovic
Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
libxml.m4: yet another patch from Toshio Kuratomi
Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* tree.[ch]: added xmlSaveFormatFile interface for saving
Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fixed bug #53689 related to processing-instruction()
Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: applied fixes from Christian Glahn bug report #53391
Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
error.c: Jean Fran�ois Lecomte provided a complete description
Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Still Need to cleanup XML output and references in attributes
Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: trying to fix #53574, not completely complete,
I would like xmllint --copy --debug
test/ent1 and
xmllint --debug
test/ent1 to show the same result.
*
xpath.c: fix a bug when trying to sort namespace nodes
Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
PIs when using xsl:output
*
valid.c: closing #53537 some case generate segfaults if there
Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
of external parsed entities, added --noent to testDocbook
*
valid.c: Garry Pennington found an uninitialized variable
access in xmlValidateElementContent()
Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLparser.c : HTML parsing still sucks ... trying to deal
*
result/HTML/ : this modified the result of the regression tests
Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
to doc where it wasn't checked against NULL reported by
Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLparser.c: Jonas Borgstr�m patch, the <td>, and <th> elements
now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* SAX.[ch]: cleanup and updates for DocBook
ex SGML identifier changes
*
valid.c: removed a static unused function.
Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLtree.c: applied change for Paul Sponagl on script saving
Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fixed the XPointer problem introduced in 2.3.6
Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: fixed #53388 with the provided patch
Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: Bjorn detected an invalid memory access. Fixed
Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
*
libxml.h: new header used only for the compilation of libxml
* trio.[ch]
triop.h strio.[ch]: upgraded to the latest trio
baseline (version 1.2 plus a single patch).
scientific notation for numbers. Tests added.
*
xpath.c: formatting of numbers changed to use sprintf
(contribution from William Brack)
Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: cleanup, more useful debugging
*
xmlIO.c: entity loading is printed as an error when validating
Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: fixed to validate within entities
Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: forgot an epsilon transition in for ()+
Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: removed a state explosion exhibited by RSS
Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* valid.[ch]
tree.h: worked *hard* to get non-determinist content
validation without using an ugly NFA -> DFA algo in the source.
Made a specific algorithm easier to maintain, using a single
stack and without recursion.
*
hash.c: made the growing routine static
Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
from an external parsed entity was poisoning the ID has table
with removed values. This was killing XSLT on the KDE help
Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
entities.h: andrew@ugh.net.au detected a double declaration
Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
the validation suport to improve speed with DocBook
the way validation errors get reported
Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
by P C Chow and William M. Brack for XSLT HTML output
Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Igor Zlatkovic patches for MSC compilation and added his
Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
due to an off by one typo in xmlStringCurrentChar()
Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
parser handles end of tags or end of input
Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* tree.[ch] : added xmlDocCopyNode for gdome2 support
Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
bug where the linktime verions of free() won't work ...
Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: fixed xmlStringGetNodeList() to handle charrefs
Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: xmlNewDoc was missing the charset initialization
*
xmllint.c: added --auto to autogenerate a doc, allow to
reproduce the problem fixed on xmlNewDoc
Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: trying to get 52979 solved
also made me clean up the fact that XML output in general should
not add formating blanks by default, this changed the output of
Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: Bill Brack pointer an error in detecting a null nodeset
Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: checking for null pointer generated by new code
Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fixed a [] evaluation problem reported
Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xmllint.c: Dan Timis reported a portability problem
on Macs without mmap, fixed it.
Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
testXPath.c : added a --tree option allowing to display the
tree dump of the XPath expression
Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fixed a memleak when comparing nodesets
*
HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
to be able to use them where needed. Applied some changes
to reduce name linking pollution and compile in only what's
for the string manipulation functions
* xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
error.c: applied the context output patch of the error
handling submitted by Chuck Griffith
*
error/VC/*: this slightly change some error logs
Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: fixed line number reporting on error
Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: Sullivan and Darin found a parser bug,
Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
UNUSED breaks on old gcc version. Try to be smart and
Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
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
Cleanup, staticfied a number of non-exported functions,
detected and cleaned up a dozen of problem found this way,
*
configure.in: switched private flags to the really pedantic ones.
Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
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
Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
on platforms without vsnprintf (xml@thewrittenword.com)
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.
Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
error.c: removed a C++ like comment
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
added the specific test case
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()
whether we are compiling an XPointer
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
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
Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
hash.c: added new line at end of file
* 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
new interfaces will be added.
Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
without gcc on non linux platforms.
Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
a fix for --with-html-dir= configure support. I hope it won't
Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xmlIO.c: one function comment cleanup.
Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
SAX.c: external subset notations were improperly registered
Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
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
Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: ptittom found a small bug in UnaryExpr
Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: cleanup, more debug, failed to fix one bug crap ...
* tree.[ch] : added xmlDefaultBufferSize
*
nanoftp.c: typo in function name header block
Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
ugly bug in the characters() SAX callback. Found it
just because of strangeness in XSLT XML Rec ouptut :-(
Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: found another bug in xmlNodeGetContent()
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.
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.
Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
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.
Please note that applications linking with libxml2, must
also like with the math library from now on.
Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
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.
Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: deallocation issues when a result tree has been
Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: new patch from Gary Pennington
Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
parser.c: more work on increasing parsing ferformances
Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
avoiding memcpy in production builds MEM_CLEANUP macro use
internal loops inside the parser. Better checking of I/O
Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: found a memleak and fixed a nasty bug
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
Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: finally implemented xmlXPathCompareNodeSets
a test for float expressions
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
Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
better handling of
ID/IDREF and the list modules associated
Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: fixed "*" (unbelievable !) and a couple of warnings
Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
*
xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
and optimized xmlXPathNodeSetSort
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
Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
attributes within the XML-1.0 namespace
Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
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
attempt to find autoclosing was simply broken, removed it,
updated the examples, this is better
Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* hash.[ch]: added Paolo Casarini patch to provide Delete from
Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
really want to have tags closed on output even if we accept
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
Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
SAX.c: don't warn on empty namespaces.
Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* README: a bit of cleanup
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
Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: couple of bug fixes pointed by Gary Pennington
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
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.
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
Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
added the new tests for URI normalization
the URI in the error messages are now properly normalized
Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
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
Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: 2 fixes form Anders Carlson for copying nodes and
Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: small fix in xmlNewNs()
Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Changed the library name, in order to get libxml-devel and
libxml2-devel to coexist on a single system
Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
libxml2-devel installable in // as libxml-devel.
Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c: patch from Bjorn Reese on xmlBufferCCat
Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
the HTML doc to go into the -devel RPM ...
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
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
from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
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.
Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
to build the example,
i.e. add "." in SUBDIRS before example
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
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.
Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
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).
Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* htmlTree.[ch]
xmlIO.h: exported htmlDocContentDumpOutput
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)
Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xpath.c: removed an error found by XSLT usage
for text and comment nodes, avoid freeing them in xmlFreeNode,
another value to disable encoding at output (for XSLT),
Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
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 ...
*
tree.c: fixes in properties handling added xmlSetNsProp
Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
Makefile.am: applied patch fro make check from Martin Vidner
Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
patches related to validation of an XInclude processing result
Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
xmlIO.c: fixed xmlParserInputBufferCreateMem doc
Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
*
HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
reported by Jonas Borgstr�m
*
nanohttp.c: Applied Bjorn Reese' IPV6 first patch
Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
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
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
* 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.
with namespace use when encountering QNames in XPath evalation,
added xmlns() scheme in XPointer.
torsten.landschoff@innominate.de
Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
on a non-updated tree :-(, made a 2.2.10 release to correct the
Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
integrated a set of OpenVMS changes from Howard Taylor
<Howard.Taylor@pacoast.com>
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>
Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
encoding.c: fixed a compilation error on some gcc env
related XPointer tests and associated results
Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
guidance on IRC to help maciej with DTDs I started a small
Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
xinclude and updated page for 2.2.7 and 2.2.8
Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
section processing fix from Jonathan P Springer
<jonathan.springer2@gte.net>
project file, fixed iconv default non support
*
xpath.c: fixed the problem of evaluating relative expressions
when a node context is provided.
Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
SAX.c: fixed a stupid bug
*
tree.c: fixed a formatting problem when round-tripping
*
xinclude.c: chased memleak, fixed a base problem
*
xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
adding a first small set of regression tests for XInclude
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
* xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
need to be extended to non full nodes selections.
Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
this is a new xmllint option
*
uri.c: added an escaping function needed for xinclude
new warning from RH70 gcc's version
Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c: update to description of xmlIOParseDTD()
Michael Schmeing <m.schmeing@internet-factory.de>
being included in the distrib
Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
like namespaces for good. Unified xmlNs and xmlNode somewhat.
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
Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
from TOM <ptittom@free.fr>, it also add namespace support
for function and variables registration.
Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
uri.c: Wayne Davison's patch fixing xmlBuildURI()
Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
xpath.c: fixed the root evaluation problems
ignorable spaces with <b> <bold> <em>
*
tree.c: fixed a loop in xmlSearchNsByHref()
Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
xpath.c: applied another XPath patch from TOM
china@thewrittenword.com (cleanup on IRIX).
Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* xml-config.1: received a fixed version from Fredrik Hallenberg
Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
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.
Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
exporting the inner functions of xpath for extension modules
* doc/*: updated and rebuilt the doc
Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
and xmlNodeSetSpacePreserve()
Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
multikey tuples, made hash structure opaque
* valid.[ch]: moved elements, attributes, notations decalarations
as well as ID and refs to hash tables.
from Marc Christensen <marc@calderasystems.com>
*
HTMLparser.c: close the previous option when opening a new one
Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
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.
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.
Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
xpointer.c: range() range-inside and other helper functions
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()
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
Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
testSAX.c: fixed problem with cdata reporting
Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Closed bug #27499, added to regression tests
Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
support for SCRIPT and STYLE with help from Bjorn Reese
Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
string-range for empty strings
Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
interfaces and use, updated the main page.
Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
nanoftp code work on Windows too now
Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
testXPath.c xpath.[ch]: moved some debug functions to xpath core
*
xpointer.c: implemented string-range() at least a good first version
Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
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
Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
patch for socklen_t detection by
Albert Chin-A-Young <china@thewrittenword.com>
Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
and added a --dtdvalid option to xmllint used to test it
Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
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)
Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* xpointer.[ch] : new files for XPointer support
Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
configure.in: fixed, very broken, make distcheck works again
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
make distcheck .... huh ...
updated teh makefiles and instructions for WIN32
Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
the automake bug where wrong dependencies were generated.
* xpath.[ch]: worked on XPointer
Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
debugXML.c: same kind of cleanup when parsing an argument expression
* xpath.[ch]: more cleanup, reorgs for XPointer work
Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
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.
Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
examples with the extra test
Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
the global init function.
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
Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
engine, should be far more stable, incorporated a new version of
*
uri.c: fixed file:///c:/a/b/c problem
Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* doc/* rebuilding docs for 2.2.4 release
Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* parser.[ch]: added xmlStrEqual()
Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
entities.h: exported xmlInitializePredefinedEntities
* parser.[ch] : added xmlInitParser()
Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* xpath.[ch] : fixed some serious XPath Predicate evaluation
*
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
Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
<sol7x86@hotmail.com> for solaris shared libs lookup
2000-09-30 Martin Baulig <baulig@suse.de>
script in `$(libdir)/pkgconfig'.
Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
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>
Fredrik Hallenberg <hallon@lysator.liu.se>
Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
problem of socklen_t being undefined on a number of platforms
*
debugXML.c: fixed a compilation problem when without snprintf
Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
an URI bug and a fix for the control-character-induced infinite loop
*
nanohttp.c: preventive fix for compiling on WIN32
Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
modified slightly Wayne Davison patch adding xmlStrcasecmp and
related function, fixing xmlStrncmp(), and associated cleanup
Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
uri.c: applied patch for URI escaping from Wayne Davison
from Denis Barbier <barbier@imacs.polytechnique.fr>
*
HTMLparser.c: UTF8 characters in HTML tag-attribute values
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"
Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
removed a few warnings in pedantic mode ...
Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
error or warning handlers
Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
code shared by the various parsers there, as well as
*
uri.c: fixed a problem when URI is NULL
*
valid.c: speedup when looking for an attribute declaration
Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
the cleanup of the computation of URI references when seeking
external entities. The URI reference string and the resulting
large s(n)printf checks and cleanup from Denis Barbier
<barbier@imacs.polytechnique.fr>
*
result/VC/ : a couple of test output changed due to the change
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
Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
the gain in size is significant so ...
Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
entities.c: cases where looking up entities with doc==NULL
Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
uri.c: applied Wayne Davison patch
Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
Makefile.in: added URItest and included thenin "make tests"
Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
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
*
xmllint.c: fixed xmllint endling of errors in push mode
Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Wayne Davison <wayned@users.sourceforge.net>
Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* HTMLparser.[ch]
testHTML.c: applied the second set of
patches from Wayne Davison <wayned@users.sourceforge.net>,
adding htmlEncodeEntities()
*
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
Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* HTMLparser.[ch]: applied some of Wayne Davison
<wayned@users.sourceforge.net> patches
Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
undeclared namespace prefix was used, added a warning.
Cleaned up support
w.r.t. entities, spilling out a warning
and being pedantic on lookups.
now allow infinite size and decrease penalty for normal use
fixed some of the most tortuous entity code, spotted code
* test/*: added tests for very long names and related nasty
Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* 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
*
SAX.c: redefinition of entities is reported in pedantic mode
*
uri.c: fixed a couple of bugs
* TODO: added issue raised by Michael
Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c: Fixed Bug#21552: libxml fails to decode &
Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* added an old VC testcase and updated
title.xml entity
Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
done on auto-opening of <p> tags and cleanup of SAX output
Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
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
Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* Patch from Dave Yearke <yearke@eng.buffalo.edu>:
*
HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
*
result/HTML/*.sax: previous bug fix lead to new results
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
*
configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
*
config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
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
Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
* tree.[ch]: added xmlAddChildList()
*
parser.h: added xmlParseCtxtExternalEntity()
*
valid.c: applied bug fixes removed warning
*
tree.c: added CDATA block to elements content
Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
2000-08-04 Sven Heinicke <sven@zen.org>
*
xmllint.c: Was coredumping sometimes when the file given didn't
Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c xmlIO.[ch]: fixed the problem of encoding support
when using in memory parsing. Need some cleanup.
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
*
xmlmemory.c: fixed a stupid bug on the routine to override
Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* doc/ regenerated the docs
Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
improvements, both parser and filters, added ASCII & HTML,
fixed the ISO-Latin-1 one
* most .c files: applied patches due to warning on Windows and
when using Sun Pro cc compiler
*
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()
* test/ : added more test for entities, NS, encoding, HTML, wap
Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
nanoftp.c: fixed the way the control connection is handled
Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
examples
w.r.t. root and childs
Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
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
*
encoding.c: Fixed a potential memleak in the encoding stuff
Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
of the HTML parser to force it to not bypass SAX
Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
lacks iconv support :-( need to release 2.1.1
* HTMLparser: fixed bug #14784
the SAX startDocument() callback.
Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* Large resync between W3C and Gnome tree
* nanoftp,
nanohttp.c: fixed stalled connections probs
*
valid.c: Fixed most validation + namespace problems
* encoding.[ch] xmlIO.[ch]: Improved seriously saving to
libxml1 libxml2 convergence.
and the LIBXML_TEST_VERSION macro
Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
doc/xml.html: various patches and improvements typo fixed by
from Felix Natter <fnatter@gmx.net>
Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
for
2.x support and also fixed includes
Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
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.
* 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.
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
*
nanoftp.c: fixed include problems giving troubles on AIX and
comment and headers changes to lower gtk-doc number of warnings
Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* HACKING: documented the tag for
1.x and instructions
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,
significant overall improvement
Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
"Timur I. Bakeyev" <timur@bat.ru>, including making
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
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 !
Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
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
Makefile.am : added compile-time customization of libxml
--with-ftp --with-http --with-html --with-xpath --with-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...
and added xmllint to the installed programs
*
uri.h: added xmlFreeURI()
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.
added links and icons for W3C and Gnome
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
Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
libxml default allocation function with another set (like gmalloc/
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
Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* doc/* : updated the doc page, rebuilt the docs
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
* result/* : new version of the tests output
Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* doc/* : rebuilt the docs
*
valid.c: small patch on validity checks.
Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c: adding xmlKeepBlanksDefault() as a way to manage
compatibility
w.r.t. XML spec and existing code.
Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c: seems a better solution to <a> </a> exists,
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
Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
compilation warnings on various platforms.
*
parser.c: Fixed #5281 validity error callbacks are now desactived
by default if not validating.
Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
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.
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-29 James Henstridge <james@daa.com.au>
Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* nanoftp.[ch]: cleanup, comments, API
* doc/*: regenerated the docs
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
Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* doc/* recompiled the documentation
2000-01-17 Jody Goldberg <jgoldberg@home.com>
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.
Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
tree.c: fixed a hideous bug in xmlGetProp() thanks to
Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
and internal parser errors are allowed to write to stdout or
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
to exit() from the library code.
*
parser.c: started adding interfaces for parsing well balanced
* doc/* : rebuilt the docs
Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* tree.[ch] : added xmlNewDocFragment() for DOM
Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* doc/* : rebuild the docs
Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
*
tree.c: added check and handling when possibly removing an ID
various entities reference cases
*
result/HTML/* : as a result output of some testcase have
by previous example. added xmlParseTryOrFinish().
declared to allow gtk-doc to expose those
Albert Chin-A-Young <china@thewrittenword.com> for better zlib
Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
*
doc/xml.html doc/*/*: updated and rebuilt the documentation pages
Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* tree.[ch]: added xmlRemoveProp
socket stuff in every C files
*
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
*
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
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()
to XML) removed the last mem leak known
*
xmlmemory.c: display content info about memory blocks
Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* doc/* : rebuilt the documentation
Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
tester.c debugXML.[ch]: Added an XML shell debug facility and
* xpath.[ch] : cleaned up for Shell usage, added missing APIs
* HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
* 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
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
those on the Other Side !
Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c: fixed a stupid = vs. == bug :-(
Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Hopefully the end of that silly C++ include problem
* tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
troubles with autoclosed elements when the stree shape doesn't
follow the DtD specs. Added htmlIsAutoClosed() and
*
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
Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
result/HTML/*.htm[l] : updated the HTML regression tests according
problem due to intermix of extern "C" { ... } declarations for C++
and recursive includes in the headers
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.
Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
added the glue to avoid C++ problems
* doc/* : regenerated the documentation
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 :-(
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
Carl Nygard <cnygard@bellatlantic.net>
*
tester.c: added --postvalid, cleaning of the code
* tree.[ch]: added xmlDocGetRootElement()
Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
*
SAX.h,
tree.h : changed 'namespace' to 'nameSpace' to workaround
Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* xlink.[ch],
Makefile.am : added framework for link detection
*
parser.h: added nbChars to parser context, needed for cleanup.
* valid.[ch]: adding namespace support for attribute decl
* 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
Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c: fixed bugs #3908 and #3937 and a memory leak
* doc/*: rebuilt the doc making sure everything appears in the
Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
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
call xmlCleanupParser() and xmlMemoryDump()
Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* parser.[ch] encoding.[ch]: added memory cleanup routines
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.
* doc/*: rebuilt the documentation
Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
HTMLparser.c: bugfixing, the damn thing MUST not crash even
Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
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>
* xmlIO.[ch]
parser.c: first bits toward real progressive parsing
*
parser.c: added attribute normalization closing bug #3597
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
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.
attributes detected by someone using libxml in embedded systems :-)
Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
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
*
HTMLparser.c: fixed auto-close bugs on list items, zeroing
some structures, comments before and after the
main element, and other nastyness
*
test/ent8 and related outputs : added a new test for bug #2784
* docs/* : reran the documentation extractor, updated
xml.htmlThu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
HTMLparser and debugged the HTML related code. HTML documents
* valid.[ch]: added xmlValidGetValidElements and
xmlValidGetPotentialChildren
*
tester.c: added --insert to test the 2 new functions
* test//* result//* SAXresult//* : regression test cleanup
Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
tree.c: fixed XML output problems.
* result/* SAXresult/*: update of the tests output
Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c: Tim Josling patch for single quoted items
*
tester.c: Tim Josling patch for tester options usage
Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
tree.c : Raph patch for initialization of CORBA fields
*
xpath.c : allow spaces in xpath expressions
Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
*
testSAX.c: uses the new SAX routine, avoid fetching any remote
Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* parser.[ch]: changed errno to errNo in the parser context :-(
* *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
*
doc/html/*: recompiled the documentation
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
a set of errors values with update of errno
* nanohttp.[ch]: minimalist HTTP front-end for fetching remote
* *.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
Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c: patched bug in SAX user arg call
especially upcoming XPointer implementation.
Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
not all invocations of install understand -d.
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.
Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
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
*
tree.c : removed memory leaks dues to calling xmlFreeNode()
instead of xmlFreeNodeList()
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
*
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>
on SGI by Stephane.Conversy@lri.fr
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
Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
the distribution due to a cut'n paste error at last commit
Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Big update, added a large part of the validation process,
it should be usable, but some parts are missing
* test and result trees: added a lot of tests
Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* xpath.[ch] : improvements and debug of the XPath implementation
* 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
* doc/* : recompiled the docs.
1999-07-26 Michael Meeks <michael@edenproject.org>
*
tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
* HTMLparser.[ch],
HTMLtree.c: a bit of cleanup on entities.
and regression testing capabilities for XPath.
Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Sat Jul 10 14:19:11 CEST 1999 Tomasz K�oczko <kloczek@pld.org.pl>
Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
which fixed a problem on the file reading-code.
Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.h : Oops removed the binary compatibility problem
Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* HTMLparser.[ch],
testHTML.c: started adding an HTML parser using
the same tree back-end. Hence gdome will be available for it.
Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c: alloctate a per parser context SAX interface block
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
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.
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.
Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* added example directory
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
* Added more regression tests
* Updated the documentation
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
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.
Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
reentrancy problem at printing. One is left in
entities.c, to
*
testSAX.c : added a test example showing the use of the SAX
interface if one doesn't want to build the DOM tree.
Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
large revamping of the parser to use SAX callbacks
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).
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
Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
<ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
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".
Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
it in the header and not the sources, updated the doc.
Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
exported the inputStream routines.
Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
internal calls to allocate and free parser contexts ...
Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
1.0.0 release and including the generated HTML documentation.
Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* parser.[ch] tree.[ch] valid.[ch]: serious updates
w.r.t. parsing
* *.c *.h: modifications needed to generate the documentation using
gtk-doc, cleanup of functions blocks, reorganisation of struct
Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
the tar and spec file to include the beginning of the doc.
1999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* doc/.cvsignore: Added this file.
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.
Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
tree.c: patched an error outputting empty attribute values.
week-end. Sorry for an empty CVS log, I got a shell problem.
Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
*
tree.h: cleaned up using enums instead of defines
Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* README: added informations about mailing-list and on-line
1999-01-27 Raja R Harinath <harinath@cs.umn.edu>
*
configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
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.
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.
Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
*
tree.c: changed the behaviour of xmlGetProp on NULL values.
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
Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
* entities.[ch], tree.[ch],
tester.c: added copy interfaces
support when copying subtrees.
Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
and cleanups of error messages.
Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
* parser.[ch]: Added interfaces allowing to specify a SAX
Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
*
parser.c: redirrect all errors reporting through the SAX
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-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
added ent5 test for this purpose.
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
Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
* 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.
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.
Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
*
tree.c: corrected a small bug
Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
*
tree.c: patched an incorrect node->type assignment.
*
parser.c: formatting, ensure that node->doc != NULL in attributes
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
two interfaces, and the generated tree is somewhat different.
* doc/* : started documenting the XML library, the tree and
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.
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...
Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
fonctions comment block, boring but useful.
Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
* 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.
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.
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
Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
and changed NODEs contants for conformity with DOM Level 1
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).
Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
* added xml-config script.
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-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
commands as ',' is used when people pass -Wl,something.
Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
*
tree.c,
tree.h: added a per-document compression interface.
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).
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-20 Raja R Harinath <harinath@cs.umn.edu>
Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
(xmlinc_HEADERS): Renamed from include_HEADERS.
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>
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
1998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
* .cvsignore: Add .deps dir
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
Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
* AUTHORS, Changelog: the original ones didn't get commited but the
glib ones instead, fixed.
Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
* integrated code developped at W3C
* changed the original Copyright
* prefixed the filenames by xml_ to avoid filename clashes