blob: 971a65b485e1f9220385abe2a73e6c7387110f54 [file] [log] [blame]
Rob Richards810a78b2008-12-31 22:13:57 +00001Wed Dec 31 23:11:37 CET 2008 Rob Richards <rrichards@cdatazone.org>
2
3 * tree.c: set doc on last child tree in xmlAddChildList for
4 bug #546772. Fix problem adding an attribute via with xmlAddChild
5 reported by Kris Breuker.
6
Rob Richards5a7d8bd2008-12-27 13:17:43 +00007Sun Dec 27 14:16:13 CET 2008 Rob Richards <rrichards@cdatazone.org>
8
9 * xmlwriter.c: fix indenting in xmlTextWriterFullEndElement for
10 bug# 554353.
11
Daniel Veillardbe2bd6a2008-11-27 15:26:28 +000012Thu Nov 27 16:24:52 CET 2008 Daniel Veillard <daniel@veillard.com>
13
14 * include/libxml/tree.h tree.c python/generator.py: adds
15 element traversal support
16 * valid.c: avoid a warning
17 * doc/*: regenerated
18
Daniel Veillard1dc9feb2008-11-17 15:59:21 +000019Mon Nov 17 16:56:18 CET 2008 Daniel Veillard <daniel@veillard.com>
20
21 * SAX2.c parser.c: fix for CVE-2008-4226, a memory overflow
22 when building gigantic text nodes, and a bit of cleanup
23 to better handled out of memory problem in that code.
24 * tree.c: fix for CVE-2008-4225, lack of testing leads to
25 a busy loop test assuming one have enough core memory.
26
Daniel Veillard6b099012008-11-06 13:47:39 +000027Thu Nov 6 14:34:35 CET 2008 Daniel Veillard <daniel@veillard.com>
28
29 * xmllint.c: Matthias Kaehlcke reported a build problem when
30 not compiling HTML support in.
31
Daniel Veillardb40744e2008-10-17 13:26:44 +000032Fri Oct 17 15:24:08 CEST 2008 Daniel Veillard <daniel@veillard.com>
33
34 * configure.in doc/Makefile.am: patch from Adrian Bunk which
35 adds --disable-rebuild-docs to avoid rebuilding them
36
Daniel Veillard7f4547c2008-10-03 07:58:23 +000037Fri Oct 3 09:43:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
38
39 * configure.in doc/* NEWS: preparing the release of 2.7.2
40 * dict.c: fix the Solaris portability issue
41 * parser.c: additional cleanup on #554660 fix
42 * test/ent13 result/ent13* result/noent/ent13*: added the
43 example in the regression test suite.
44 * HTMLparser.c: handle leading BOM in htmlParseElement()
45
Daniel Veillard34a7fc32008-10-02 20:55:10 +000046Thu Oct 2 22:53:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
47
48 * parser.c: fix a nasty bug introduced when cleaning up
49 entities processing in 2.7.x , fixes #554660
50
Daniel Veillarda57ba4c2008-09-25 16:06:18 +000051Thu Sep 25 18:04:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
52
53 * HTMLparser.c: fix an HTML parsing error on large data sections
54 reported by Mike Day
55 * test/HTML/utf8bug.html result/HTML/utf8bug.html.err
56 result/HTML/utf8bug.html.sax result/HTML/utf8bug.html: add the
57 reproducer to the test suite
58
Daniel Veillard2e36da92008-09-25 15:36:43 +000059Thu Sep 25 17:35:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
60
61 * runxmlconf.c: fix compilation if XPath is not included
62
Daniel Veillard7e65fad2008-09-25 14:55:21 +000063Thu Sep 25 16:54:04 CEST 2008 Daniel Veillard <daniel@veillard.com>
64
65 * xmlreader.c: patch from Riccardo Scussat fixing custom error
66 handlers problems.
67
Daniel Veillard856d9282008-09-25 14:31:40 +000068Thu Sep 25 16:30:11 CEST 2008 Daniel Veillard <daniel@veillard.com>
69
70 * include/libxml/xmlsave.h xmlsave.c: new options to serialize
71 as XML/HTML/XHTML and restore old entry point behaviours
72
Daniel Veillarda7036d92008-09-01 14:50:19 +000073Mon Sep 1 16:49:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
74
75 * doc/xml.html doc/news.html configure.in python/setup.py NEWS:
76 prepare release of 2.7.1
77
Daniel Veillard074f37e2008-09-01 13:38:22 +000078Mon Sep 1 15:35:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
79
80 * schematron.c xpath.c: applied a couple of patches from Martin
81 avoiding some leaks, fixinq QName checks in XPath, XPath debugging
82 and schematron code cleanups.
83 * python/tests/Makefile.am python/tests/xpathleak.py: add the
84 specific regression tests, just tweak it to avoid output by default
85
Daniel Veillardda3fee42008-09-01 13:08:57 +000086Mon Sep 1 15:02:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
87
88 * trionan.c: Borland C fix from Moritz Both
89 * testapi.c: regenerate, workaround a problem for buffer testing
90 * xmlIO.c HTMLtree.c: new internal entry point to hide even better
91 xmlAllocOutputBufferInternal
92 * tree.c: harden the code around buffer allocation schemes
93 * parser.c: restore the warning when namespace names are not absolute
94 URIs
95 * runxmlconf.c: continue regression tests if we get the expected
96 number of errors
97 * Makefile.am: run the python tests on make check
98 * xmlsave.c: handle the HTML documents and trees
99 * python/libxml.c: convert python serialization to the xmlSave APIs
100 and avoid some horrible hacks
101
Daniel Veillard15724252008-08-30 15:01:04 +0000102Sat Aug 30 16:58:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
103
104 * configure.in, doc/*: preparing 2.7.0 release
105 * tree.c: remove some testing traces
106 * parser.c xmlIO.c xmlschemas.c: remove some warnings
107
Daniel Veillarde83e93e2008-08-30 12:52:26 +0000108Sat Aug 30 14:50:16 CEST 2008 Daniel Veillard <daniel@veillard.com>
109
110 * include/libxml/tree.h tree.c: make a new kind of buffer where
111 shrinking and adding in head can avoid reallocation or full
112 buffer memmoves
113 * encoding.c xmlIO.c: use the new kind of buffers for output
114 buffers
115
Daniel Veillard28b7b4b2008-08-30 08:19:02 +0000116Sat Aug 30 10:18:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
117
118 * doc/* testapi.c: regenerated
119
Daniel Veillard4cc67bb2008-08-29 19:58:23 +0000120Fri Aug 29 21:53:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
121
122 * doc/examples/reader3.c: patch from Robert Schwebel , allows to
123 compile the example if configured without output support fixes
124 #545582
125 * Makefile.am: add testrecurse to the make check tests
126 * HTMLparser.c: if the parser got a encoding argument it should be
127 used over what the meta specifies, patch fixing #536346
128
Daniel Veillardcba68392008-08-29 12:43:40 +0000129Fri Aug 29 14:41:38 CEST 2008 Daniel Veillard <daniel@veillard.com>
130
131 * parser.c: a couple more fixes
Daniel Veillard4cc67bb2008-08-29 19:58:23 +0000132 * nanohttp.c nanoftp.c: patch from Andreas Färber to compile on Haiku
133 fixes #527880
Daniel Veillardcba68392008-08-29 12:43:40 +0000134 * doc/examples/*: regenerated
135
Daniel Veillard0161e632008-08-28 15:36:32 +0000136Thu Aug 28 17:31:46 CEST 2008 Daniel Veillard <daniel@veillard.com>
137
138 * parser.c include/libxml/parser.h: completely different fix for
139 the recursion detection based on entity density, big cleanups
140 in the entity parsing code too
141 * result/*.sax*: the parser should not ask for used defined versions
142 of the predefined entities
143 * testrecurse.c: automatic test for entity recursion checks
144 * Makefile.am: added testrecurse
145 * test/recurse/lol* test/recurse/good*: a first set of tests for
146 the recursion
147
Daniel Veillard49d44052008-08-27 19:57:06 +0000148Wed Aug 27 21:55:34 CEST 2008 Daniel Veillard <daniel@veillard.com>
149
150 * include/libxml/xmlerror.h parser.c: a bit of cleanup and
151 added checks based on the regression tests of the xmlconf suite
152
Daniel Veillardf582d142008-08-27 17:23:41 +0000153Wed Aug 27 19:22:35 CEST 2008 Daniel Veillard <daniel@veillard.com>
154
155 * uri.c: bug in parsing RFC 3986 uris with port numbers
156
Daniel Veillardbfa5cf12008-08-27 15:33:28 +0000157Wed Aug 27 17:30:48 CEST 2008 Daniel Veillard <daniel@veillard.com>
158
159 * configure.in Makefile.am: add an --with-coverage configure option
160 and a 'make cov' target based on gcc profiling and the lcov
161 tool. Currently at 68.9% coverage out of 'make check' and
162 runsuite executions.
163 * xmlreader.c: remove warnings due to C++ comments
164
Daniel Veillarda8f09ce2008-08-27 13:02:01 +0000165Wed Aug 27 15:00:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
166
167 * include/libxml/parserInternals.h parser.c: cleanup entity
168 pushing error handling based on a patch from Ashwin
169
Daniel Veillard2cba4152008-08-27 11:45:41 +0000170Wed Aug 27 13:41:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
171
172 * threads.c: fix a small initialization problem raised by Ashwin
173 * testapi.c gentest.py: increase testing especially for document
174 with an internal subset, and entities
175 * tree.c: fix a deallocation issue when unlinking entities from
176 a document.
177 * valid.c: fix a missing entry point test not found previously.
178 * doc/*: regenerated the APIs, docs etc.
179
Daniel Veillard8915c152008-08-26 13:05:34 +0000180Tue Aug 26 15:02:58 CEST 2008 Daniel Veillard <daniel@veillard.com>
181
182 * include/libxml/parser.h parser.c xmllint.c: strengthen some
183 of the internal parser limits, add an XML_PARSE_HUGE option
184 to bypass them all. More internal parser limits will still need
185 to be added.
186
Daniel Veillardbf9c1da2008-08-26 07:46:42 +0000187Tue Aug 26 09:42:08 CEST 2008 Daniel Veillard <daniel@veillard.com>
188
189 * Makefile.am: add the testchar to 'make check'
190 * xmlschemas.c: Volker Grabsch pointed out a typo
191 * xmlregexp.c: production [19] from XML Schemas regexps were a
192 mistake removed in version REC-xmlschema-2-20041028, Volker Grabsch
193 provided a patch to remove it
194 * test/schemas/regexp-char-ref_0.xml test/schemas/regexp-char-ref_0.xsd
195 test/schemas/regexp-char-ref_1.xsd result/schemas/regexp-char-ref_0_0
196 result/schemas/regexp-char-ref_1_0: Volker Grabsch also provided
197 regession tests for this
198
Daniel Veillard54bd29b2008-08-26 07:26:55 +0000199Tue Aug 26 09:25:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
200
201 * include/libxml/parser.h xinclude.c xmllint.c: patch based on
202 Wieant Nielander contribution to add the option of not doing
203 URI base fixup in XInclude
204
Daniel Veillardaa6de472008-08-25 14:53:31 +0000205Mon Aug 25 16:52:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
206
207 * xmlreader.c: applied patch from Aswin to fix tree skipping
208 * include/libxml/entities.h entities.c: fixed a comment and
209 added a new xmlNewEntity() entry point
210 * runtest.c: be less verbose
211 * tree.c: space and tabs cleanups
212
Daniel Veillardf4f4e482008-08-25 08:57:48 +0000213Mon Aug 25 10:56:30 CEST 2008 Daniel Veillard <daniel@veillard.com>
214
215 * include/libxml/entities.h entities.c SAX2.c parser.c: rework
216 the patch to avoid some ABI issue with people allocating
217 entities structure directly
218
Daniel Veillard4bf899b2008-08-20 17:04:30 +0000219Wed Aug 20 19:02:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
220
221 * include/libxml/parser.h include/libxml/entities.h entities.c
222 parserInternals.c parser.c: fix for CVE-2008-3281
223
Rob Richards117baa02008-08-10 17:07:33 +0000224Sun Aug 10 17:06:13 CEST 2008 Rob Richards <rrichards@ctindustries.net>
225
226 * dict.c: fix non GNUC builds.
227
Daniel Veillard0765ae82008-08-08 12:14:37 +0000228Fri Aug 8 14:13:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
229
230 * makefile.am: adding a check-valgrind target
231
Daniel Veillardd330f182008-08-08 12:03:22 +0000232Fri Aug 8 14:01:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
233
234 * Makefile.am testdict.c: add the new test in 'make check' and
235 update it to check subdictionaries processing.
236
Daniel Veillardd68f8912008-08-08 10:09:19 +0000237Fri Aug 8 12:07:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
238
239 * testdict.c: added a program to regression test the dictionary code
240 * dict.c: improve the lookup efficiency by caching the key.
241
Daniel Veillardffda65f2008-08-07 16:33:49 +0000242Thu Aug 7 18:30:55 CEST 2008 Daniel Veillard <daniel@veillard.com>
243
244 * dict.c: chased and found a couple of nasty issues
245
CEST 2008 Sven Herzbergdc41d862008-08-07 13:52:30 +0000246Thu Aug 7 15:51:31 CEST 2008 Sven Herzberg <sven@imendio.com>
247
248 Bug 546629 – runtests doesn't pass on my mac
249 Reviewed by William M. Brack.
250
251 * runtest.c: use libpthread on Mac OS X as well
252
Daniel Veillard84c45df2008-08-06 10:26:06 +0000253Wed Aug 6 12:24:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
254
255 * uri.c: allow [ and ] in fragment identifiers, 3986 disallow them
256 but it's widely used for XPointer, and would break DocBook
257 processing among others
258
Daniel Veillard424785e2008-08-06 09:35:25 +0000259Wed Aug 6 11:32:21 CEST 2008 Daniel Veillard <daniel@veillard.com>
260
261 * dict.c: change the big key algorithm to work properly with QName
262 too, fix a bug with dict size and sub dictionaries
263
Daniel Veillardd7af5552008-08-04 15:29:44 +0000264Mon Aug 4 17:27:27 CEST 2008 Daniel Veillard <daniel@veillard.com>
265
266 * uri.c include/libxml/uri.h: rewrite the URI parser to update to
267 rfc3986 (from 2396)
268 * test/errors/webdav.xml result/errors/webdav.xml*: removed the
269 error test, 'DAV:' is a correct URI under 3986
270 * Makefile.am: small cleanup in make check
271
Daniel Veillardae0765b2008-07-31 19:54:59 +0000272Thu Jul 31 21:49:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
273
274 * runxmlconf.c: more progresses against the official regression tests
275 * runsuite.c: small cleanup for non-leak reports
276 * include/libxml/tree.h: parsing flags and other properties are
277 now added to the document node, this is generally useful and
278 allow to make Name and NmToken validations based on the parser
279 flags, more specifically the 5th edition of XML or not
280 * HTMLparser.c tree.c: small side effects for the previous changes
281 * parser.c SAX2.c valid.c: the bulk of teh changes are here,
282 the parser and validation behaviour can be affected, parsing
283 flags need to be copied, lot of changes. Also fixing various
284 validation problems in the regression tests.
285
Daniel Veillard37334572008-07-31 08:20:02 +0000286Thu Jul 31 10:15:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
287
288 * runxmlconf.c: added a skipped list, insert rmt-ns10-035
289 * Makefile.am: improve 'make check'
290 * include/libxml/xmlerror.h parser.c: clean up namespace errors
291 checking and reporting, errors when a document is labelled
292 as UTF-16 while it is parsed as UTF-8 and no encoding was given
293 explicitely.
294 * result/errors/webdav.xml.*: some warnings are no recategorized
295 as Namespace errors
296
Daniel Veillard09459bf2008-07-30 12:58:11 +0000297Wed Jul 30 14:55:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
298
299 * include/libxml/xmlmemory.h xmlmemory.c: add xmlMemDisplayLast to
300 help debug incremental memory leaks, and some cleanups
301 * runxmlconf.c: use that new call and avoid ever touching the
302 system catalog in the regression tests
303
Daniel Veillard40ec29a2008-07-30 12:35:40 +0000304Wed Jul 30 14:33:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
305
306 * parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load
307 an 1.1 entity
308 * runxmlconf.c: when using entities make sure we load them
309
Daniel Veillard051d52c2008-07-29 16:44:59 +0000310Tue Jul 29 18:43:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
311
312 * parser.c: fix a bug not detecting cross entity comments probably
313 when comment parsing got optimized.
314 * Makefile.am: add make check
315 * runxmlconf.c: fix the log file name
316
Daniel Veillard7e5c3f42008-07-29 16:12:31 +0000317Tue Jul 29 18:09:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
318
319 * runxmlconf.c Makefile.am: add a C program to run the W3C test
320 suite, work in progress
321 * xmllint.c: add a new option --oldxml10 to use the old parser
322 * parser.c: fix the XML_PARSE_OLD10 processing of the new option
323 and a bug in version parsing
324
Daniel Veillard45490ae2008-07-29 09:13:19 +0000325Tue Jul 29 11:12:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
326
327 * xpath.c: space and tabs cleanup
328
Daniel Veillard34e3f642008-07-29 09:02:27 +0000329Tue Jul 29 10:59:36 CEST 2008 Daniel Veillard <daniel@veillard.com>
330
331 * include/libxml/parser.h include/libxml/xmlerror.h parser.c:
332 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
333 to stick to old behaviour
334 * testapi.c gentest.py: modified slightly and regenerated
335 * Makefile.am: add testchar
336
Daniel Veillardabade012008-07-24 15:05:38 +0000337Thu Jul 24 16:57:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
338
339 * Makefile.am testchar.c Makefile.tests README.tests: add a
340 new regression test program for testing character ranges and
341 UTF8 encoding/decoding
342
Daniel Veillardbf0324f2008-07-23 13:35:50 +0000343Wed Jul 23 15:32:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
344
345 * libxml.spec.in: fix the build root
346
William M. Brackf8477002008-07-17 05:29:16 +0000347Wed Jul 16 22:28:48 PDT 2008 William Brack <wbrack@mmm.com.hk>
348
349 * pattern.c: fix problem with xmlStreamPop when pattern includes
350 a "." element (see discussion on libxslt list)
351
Daniel Veillard45efd082008-07-07 13:52:52 +0000352Mon Jul 7 15:49:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
353
354 * SAX2.c: fix line number on text nodes, problem raised by Ralf Junker
355
Rob Richardsc6947bb2008-06-29 15:04:41 +0000356Sun Jun 29 17:04:28 CEST 2008 Rob Richards <rrichards@ctindustries.net>
357 * xmlschemas.c: fix crash with invalid whitespace facet
358
Daniel Veillard984e5692008-06-11 08:14:22 +0000359Wed Jun 11 10:13:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
360
361 * doc/xml.html doc/FAQ.html: add a section in the FAQ about
362 multithread and xmlCleanupParser
363
Daniel Veillard63806b52008-06-10 14:56:11 +0000364Tue Jun 10 16:52:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
365
366 * catalog.c: apply a couple of fixes based on a Coverity report
367 forwarded by Derrick Price.
368 * VxWorks/README VxWorks/Makefile VxWorks/build.sh: instructions
369 Makefile, and shell script to build on VxWorks 6.4+ provided by
370 Jim Wert.
371
Daniel Veillard39801e52008-06-03 16:08:54 +0000372Tue Jun 3 18:07:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
373
374 * python/generator.py python/setup.py: apply patch from Martin fixing
375 python whitespaces
376 * NEWS: following previous commit rebuilt now in UTF-8
377
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000378Mon Jun 2 17:39:42 CEST 2008 Daniel Veillard <daniel@veillard.com>
379
380 * ChangeLog: patch from Hans de Goede to switch the file to UTF-8
381 * doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of
382 ISO-8859-1
383
Daniel Veillardad559982008-05-12 13:15:35 +0000384Mon May 12 15:12:44 CEST 2008 Daniel Veillard <daniel@veillard.com>
385
386 * xmlregexp.c: avoid a regexp crash, should fix #523738
387
Daniel Veillard438ebbd2008-05-12 12:58:46 +0000388Mon May 12 14:56:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
389
390 * xmlschemas.c runtest.c testapi.c include/libxml/xmlreader.h
391 python/types.c python/libxml_wrap.h python/libxml.c: fx compilation
392 when configured without the reader should fix #513110
393 * doc/*: regenerated
394
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000395Sat May 3 14:33:29 CEST 2008 Rob Richards <rrichards@ctindustries.net>
396
397 * dict.c: check for stdint.h and define types when using MSVC
398
Daniel Veillard87303e32008-04-28 18:07:29 +0000399Mon Apr 28 20:06:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
400
401 * parserInternals.c: applied patch from Ashwin to avoid a potential
402 double-free
403
Daniel Veillarded86dc22008-04-24 11:58:41 +0000404Thu Apr 24 13:56:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
405
406 * uri.c: applied patch from Ashwin fixing a number of realloc problems
407 * HTMLparser.c: improve handling for misplaced html/head/body
408
Daniel Veillarde9100a52008-04-22 08:28:50 +0000409Tue Apr 22 10:27:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
410
411 * dict.c: improvement on the hashing of the dictionnary, with visible
412 speed up as the number of strings in the hash increases, work from
413 Stefan Behnel
414
Daniel Veillarddee23482008-04-11 12:58:43 +0000415Fri Apr 11 14:44:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
416
417 * include/libxml/xmlschemas.h xmlschemas.c: added new function
418 xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
419 * doc/apibuild.py doc/*: regenerated the doc, chased why the new
420 function didn't got any documentation, added more checking in the
421 generator
422 * include/libxml/relaxng.h include/libxml/schematron.h
423 include/libxml/xmlschemas.h include/libxml/c14n.h
424 include/libxml/xmlregexp.h include/libxml/globals.h
425 include/libxml/xmlreader.h threads.c xmlschemas.c: various changes
426 and cleanups following the new reports
427
428
Daniel Veillard33fe2882008-04-10 08:09:25 +0000429Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
430
431 * Makefile.am: extend the cleanup rule
432 * xmlschemas.c: space cleanup
433
Rob Richardsc3e24352008-04-09 17:49:09 +0000434Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
435
436 * include/wsockcompat.h: support older win32 platforms when building
437 with newer versions of VS
438
Daniel Veillard596da972008-04-08 14:58:41 +0000439Tue Apr 8 16:56:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
440
441 * configure.in NEWS doc/*: preparing release of 2.6.32
442
Daniel Veillarded939f82008-04-08 08:20:08 +0000443Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
444
445 * tree.c: fix a bug introduced when fixing #438208 and reported by
446 Ashwin
447 * python/generator.py: fix an infinite loop bug
448
Daniel Veillard354cf5c2008-04-07 12:46:48 +0000449Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com>
450
451 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
452 * docs/*: rebuilt
453
Daniel Veillard2135fc22008-04-04 16:10:51 +0000454Fri Apr 4 18:09:50 CEST 2008 Daniel Veillard <daniel@veillard.com>
455
456 * parser.c: improve the *Recover* functions documentation
457
Daniel Veillard6ccc56d2008-04-03 12:59:06 +0000458Thu Apr 3 14:57:15 CEST 2008 Daniel Veillard <daniel@veillard.com>
459
460 * parser.c: patch from Mark Rowe fixing BOM or encoding detection
461 in external parsed entities, should fix #440415
462
Daniel Veillard8f6c2b12008-04-03 11:17:21 +0000463Thu Apr 3 13:16:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
464
465 * tree.c: fix some problems with the *EatName functions when
466 running out of memory raised by Eric Schrock , should fix #438208
467
Daniel Veillardbfc42632008-04-03 10:43:52 +0000468Thu Apr 3 12:41:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
469
470 * xmlschemastypes.c: horror around the definition of the lexical
471 values for decimal and derived types, fixing to reject empty
472 values, should fix #503268
473
Daniel Veillardf1245392008-04-03 09:46:34 +0000474Thu Apr 3 11:44:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
475
476 * encoding.c: buffer may not be large enough to convert to
477 UCS4, patch from Christian Fruth , fixes #504015
478
Daniel Veillard36de63e2008-04-03 09:05:05 +0000479Thu Apr 3 11:02:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
480
481 * HTMLparser.c: apparently it's okay to forget the semicolumn after
482 entity refs in HTML, fixing char refs parsing accordingly based on
483 T. Manske patch, this should fix #517653
484
Daniel Veillardfa750972008-04-03 07:31:25 +0000485Thu Apr 3 09:30:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
486
487 * error.c: avoid a scary realloc() loop should fix #520383
488
Daniel Veillarda4ba09d2008-04-03 06:24:04 +0000489Thu Apr 3 08:22:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
490
491 * parser.c: more realloc problems pointed out by Ashwin
492
Daniel Veillardff8b5412008-04-03 05:41:28 +0000493Thu Apr 3 07:40:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
494
495 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean,
496 fixes #520387
497
Daniel Veillarde43579b2008-04-03 04:56:04 +0000498Thu Apr 3 06:52:32 CEST 2008 Daniel Veillard <daniel@veillard.com>
499
500 * include/libxml/xpath.h: small doc improvement for xmlXPathContext
501 from Jack Jansen, fixes #524759
502 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
503
Daniel Veillardf88d8492008-04-01 08:00:31 +0000504Tue Apr 1 09:59:22 CEST 2008 Daniel Veillard <daniel@veillard.com>
505
506 * xpath.c: two patches from Alvaro Herrera to avoid problem when
507 running out of memory in XPath evaluations.
508
Daniel Veillard68b6e022008-03-31 09:26:00 +0000509Mon Mar 31 11:23:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
510
511 * parser.c: lot of out of memory handling fixes from Ashwin
512 * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
513 * include/libxml/threads.h: indenting cleanups
514
Daniel Veillard05b37c62008-03-31 08:27:07 +0000515Mon Mar 31 10:25:37 CEST 2008 Daniel Veillard <daniel@veillard.com>
516
517 * parser.c docs/*: trying to clarify even more the xmlCleanupParser()
518 use and the memory documentation
519
Daniel Veillarddc171602008-03-26 17:41:38 +0000520Wed Mar 26 18:39:58 CET 2008 Daniel Veillard <daniel@veillard.com>
521
522 * parser.c: changes based on Alex Khesin patch where xmlParseCharRef
523 seems to not be checked correctly, fixes #520198
524
Daniel Veillard6a31b832008-03-26 14:06:44 +0000525Wed Mar 26 15:03:49 CET 2008 Daniel Veillard <daniel@veillard.com>
526
527 * parser.c: patch from Ashwin to avoid a problem of attribute
528 redefinition in the DTD. Remove a warning too.
529
Daniel Veillardb3e45362008-03-26 13:39:31 +0000530Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
531
532 * xmlschemas.c: fix a problem in externalSubsetSplit with a patch
533 from Ashwin
534
Daniel Veillard97c9ce22008-03-25 16:52:41 +0000535Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
536
537 * parser.c: fix various attribute normalisation problems reported
538 by Ashwin
539 * result/c14n/without-comments/example-4
540 result/c14n/with-comments/example-4: this impacted the result of
541 two c14n tests :-\
542 * test/att9 test/att10 test/att11 result//att9* result//att10*
543 result//att11*: added 3 specific regression tests coming from the
544 XML spec revision and from Ashwin
545
Daniel Veillarde54c3172008-03-25 13:22:41 +0000546Tue Mar 25 14:20:49 CET 2008 Daniel Veillard <daniel@veillard.com>
547
548 * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
549 should fix #524253
550
Daniel Veillard8bf64ae2008-03-24 20:45:21 +0000551Mon Mar 24 21:42:33 CET 2008 Daniel Veillard <daniel@veillard.com>
552
553 * parser.c: fix a problem reported by Ashwin for system parameter
554 entities referenced from entities in external subset, add a
555 specific loading routine.
556 * test/valid/dtds/external.ent test/valid/dtds/external2.ent
557 test/valid/t11.xml result/valid/t11.xml*: added the test to
558 the regression suite
559
Daniel Veillard77fbc3e2008-03-24 14:06:19 +0000560Mon Mar 24 15:04:54 CET 2008 Daniel Veillard <daniel@veillard.com>
561
562 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
563 when testing with W3C test suite
564
Daniel Veillard14d465d2008-03-24 11:12:55 +0000565Mon Mar 24 12:12:00 CET 2008 Daniel Veillard <daniel@veillard.com>
566
567 * threads.c: check some allocation with Ashwin patch
568
Daniel Veillard24d87d92008-03-19 15:43:00 +0000569Wed Mar 19 16:41:52 CET 2008 Daniel Veillard <daniel@veillard.com>
570
571 * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
572
Daniel Veillardddbe38b2008-03-18 08:24:25 +0000573Tue Mar 18 09:23:05 CET 2008 Daniel Veillard <daniel@veillard.com>
574
575 * threads.c: check some malloc returns with Ashwin patch, add
576 error messages and reindent the module.
577
Daniel Veillard14dad702008-03-14 14:29:40 +0000578Fri Mar 14 15:28:43 CET 2008 Daniel Veillard <daniel@veillard.com>
579
580 * xmlreader.c: patch from Ashwin removing duplicate tests
581
Daniel Veillardc4b0deb2008-03-14 12:46:42 +0000582Fri Mar 14 13:44:29 CET 2008 Daniel Veillard <daniel@veillard.com>
583
584 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
585 applied patch from Tobias Minich to allow plugin schematron error
586 reporting in the normal error system, should fix #513998
587
Daniel Veillard37d2d162008-03-14 10:54:00 +0000588Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
589
590 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
591 leaks, should fix 512647
592
Daniel Veillard10bda622008-03-13 07:27:24 +0000593Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
594
595 * xmlregexp.c: found a nasty bug in regexp automata build,
596 reported by Ashwin and Bjorn Reese
597
Daniel Veillard35fcbb82008-03-12 21:43:39 +0000598Wed Mar 12 18:56:22 CET 2008 Daniel Veillard <daniel@veillard.com>
599
600 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
601 html within html bogus data, still not a complete fix though
602
Daniel Veillard5d279c92008-03-12 09:32:04 +0000603Wed Mar 12 10:22:01 CET 2008 Daniel Veillard <daniel@veillard.com>
604
605 * python/types.c: fix a memory errro when using namespace nodes
606 returned from XPath queries, should fix #521699
607 * python/tests/Makefile.am python/tests/xpathns.py: add a specific
608 regression test for it
609
Rob Richardsa544c182008-03-10 15:26:27 +0000610Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
611
612 * include/win32config.h: add ICONV_CONST define for win32 build
613 to satisfy encoding.c change in rev 3693
614
Daniel Veillardd0d2f092008-03-07 16:50:21 +0000615Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
616
617 * xmlsave.c parser.c: fix handling of empty CDATA nodes as
618 reported and discussed around #514181 and associated patches
619 * test/emptycdata.xml result/emptycdata.xml*
620 result/noent/emptycdata.xml: added a specific test in the
621 regression suite.
622
Daniel Veillard57c9db02008-03-06 14:37:10 +0000623Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
624
625 * encoding.c: poblem with encoding detection for UTF-16 reported by
626 Ashwin and found by Bill
627 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
628 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
629 the example to the regression tests
630
Daniel Veillardccc476f2008-03-04 13:19:49 +0000631Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
632
633 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
634 a text node.
635 * parser.c: fixed the comment for xmlParserCleanup
636 * globals.c: fixed indentation
637
Daniel Veillard70e20ad2008-02-25 15:44:43 +0000638Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
639
640 * testModule.c: patch from Florent Guiliani to fix build on
641 SCO OpenServer
642
Daniel Veillard30663512008-02-21 22:31:55 +0000643Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
644
645 * debugXML.c: made one of the changes suggested by Brian Krahmer
646 * testRegexp.c: allow to pass '--' on the command line to allow
647 regexps starting with the character '-'
648
Daniel Veillard5ac88232008-02-19 07:54:52 +0000649Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
650
651 * python/Makefile.am python/tests/Makefile.am: applied cleanup
652 patches for cross compilation and MinGW from Roumen Petrov
653
Daniel Veillardc4ba8a42008-02-16 10:08:14 +0000654Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
655
656 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
657 Bill
658
Daniel Veillard6f8611f2008-02-15 08:33:21 +0000659Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
660
661 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
662 to simplify the processing of xmlSetProp()
663
Daniel Veillard8e1a46d2008-02-15 07:47:26 +0000664Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
665
666 * config.h.in configure.in encoding.c: patch from Roumen Petrov
667 to detect if iconv() needs a const for the second parameter
668
Daniel Veillardf3da06d2008-02-15 07:43:00 +0000669Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
670
671 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
672 from Florent Guiliani
673
Daniel Veillard3ff24112008-02-13 10:17:41 +0000674Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
675
676 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
677 output at the end of document.
678
Daniel Veillard851b2d02008-02-08 10:57:57 +0000679Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
680
681 * doc/examples/examples.xml: regenerated, it was truncated.
682
Daniel Veillard643fb5d2008-02-08 10:49:46 +0000683Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
684
685 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
686 compilation problems with Mingw32
687
Daniel Veillard041b6872008-02-08 10:37:18 +0000688Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
689
690 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
691 when '.' is used in a posCharGroup
692 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
693 added the test to the regression suite
694
Daniel Veillardb242b082008-02-08 09:56:31 +0000695Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
696
697 * dict.c: applied patch from Florent Guilian to remove an
698 useless mutex in the xmlDict structure.
699
700Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
701
702 * SAX2.c: another leak reported by Ashwin
703 * xinclude.c: fixed the behaviour when XIncluding a fragment
704 of the current document, patch from Chris Ryan
705
William M. Brackead35832008-02-06 04:12:46 +0000706Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
707
708 * nanohttp.c: added space for port number (when not 80) in
709 xmlNanoHTTPMethodRedir, plus a few more comments. Should
710 fix #514521.
711
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +0000712Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
713
714 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
715 error about the SAX callback in cdataBlockSplit when streaming
716 XSD validation
717
Daniel Veillard69f8a132008-02-05 08:37:56 +0000718Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
719
720 * uri.c: applied a patch based on Petr Sumbera one to avoid a
721 problem with paths starting with //
722
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000723Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
724
725 * doc/xml.html doc/xmlmem.html: added a small section on returning
726 memory to the kernel by compacting the heap provided by Wolfram Sang
727
Rob Richards82fbf572008-01-25 19:03:37 +0000728Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
729
730 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
731 patch by David Wimsey
732
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000733Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
734
735 * parser.c: fix a memeory leak in internal subset parsing with
736 a fix from Ashwin
737 * test/errors/content1.xml result/errors/content1.xml*:
738 add test to regressions
739
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000740Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
741
742 * configure.in doc/*: preparing release of 2.6.31
743
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000744Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
745
746 * parser.c: avoid a warning on 64bits introduced earlier
747 * parserInternals.c: make more checking on the UTF-8 input
748
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000749Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
750
751 * HTMLparser.c: avoid stopping parsing when encountering
752 out of range characters in an HTML file, report and
753 continue processing instead, should fix #472696
754
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000755Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
756
757 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
758 Makefile.am python/tests/Makefile.am python/Makefile.am
759 check-xsddata-test-suite.py: patches from John Carr to
760 start cleaning up 'make diskcheck' problems c.f. #506228
761
Daniel Veillard5608b172008-01-11 06:53:15 +0000762Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
763
764 * xmllint.c: apply fix from Stefan Kost to avoid a crash
765 in xmllint, fixes 504284
766
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000767Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
768
769 * xml2-config.in: apply patch from Fred Crozat to avoid
770 outputting -L/usr/lib from xml2-config, fixes #497012
771
Daniel Veillard640f89e2008-01-11 06:24:09 +0000772Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
773
774 * HTMLparser.c: fix definition for <embed> to avoid error
775 when saving back, patch from Stefan Behnel fixing 495213
776
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000777Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
778
779 * parser.c: applied patch from Christian Schmidt fixing a
780 column counter update problem, fixes #472696
781
Daniel Veillardac4118d2008-01-11 05:27:32 +0000782Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
783
784 * parser.c: handle a erroneous parsing of attributes in
785 case said attribute has been redeclared in the DTD with a
786 different type
787 * hash.c: fix the hash scanner to not crash if a first element
788 from the hash list is been removed in the callback
789
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000790Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
791
792 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
793 as raised by Felipe Pena, should fix #508156
794
Rob Richards3108ba92007-12-06 10:08:52 +0000795Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
796
797 * pattern.c: fix crash from double free of name for bug #501760
798
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000799Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
800
801 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
802 reported by Hannes Eder
803
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000804Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
805
806 * xmlregexp.c: remove a cut-and-paste copy error
807
Rob Richards91eb5602007-11-16 10:54:59 +0000808Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
809
810 * globals.c threads.c include/libxml/threads.h:
811 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
812 Patch from Marc-Antoine Ruel.
813
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000814Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
815
816 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
817 schema document ownership for bug #495215
818
Daniel Veillard2a512da2007-10-30 20:24:40 +0000819Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
820
821 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
822 should fix #491651
823
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000824Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
825
826 * testURI.c: add a debug option printing all the fields within
827 the parsed URI structure
828
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000829Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
830
831 * xmlsave.c: fix to avoid a crash when dumping an attribute from
832 an XHTML document, patch contributed to fix #485298
833
Daniel Veillardc821e032007-08-28 17:33:45 +0000834Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
835
836 * xmlregexp.c: another nasty regexp case fixed.
837 * test/regexp/ranges2 result/regexp/ranges2: added to regression
838 suite
839
William M. Brackec720082007-08-24 02:57:38 +0000840Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
841
842 * nanohttp.c: Enhanced to include port number (if not == 80) on the
843 "Header:" URL (bug #469681).
844 * xmlregexp.c: Fixed a typo causing a warning message.
845
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000846Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
847
848 * nanohttp.c: fix an open() call with creation without 3rd argument
849 hopefully that interface is never used.
850
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000851Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
852
853 * configure.in doc/*: preparing release of 2.6.30
854
William M. Brackf1794562007-08-23 12:58:13 +0000855Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
856
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000857 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +0000858 with object caching (bug #469410)
859
Daniel Veillard3888f472007-08-23 09:29:03 +0000860Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
861
862 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
863 applied patch from Frank Gross fixing Schemas IDC import bug
864 #455953 and also add the test to the regression suite
865
Daniel Veillard76d59b62007-08-22 16:29:21 +0000866Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
867
868 * xmlregexp.c: try to fix for the nth time the automata generation
869 in case of complex ranges. I suppose that time it is actually okay
870
Daniel Veillard3dcd3192007-08-14 13:46:54 +0000871Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
872
873 * parser.c: aligned xmlSAXUserParseMemory() to match
874 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
875 cleanup
876
Rob Richardsf779da32007-08-14 09:41:21 +0000877Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
878
879 * xmlIO.c: fixed windows path determination (patch from
880 Roland Schwarz, bug #462877)
881 * win32/Makefile.mingw win32/configure.js: fixed mingw build
882 (patch from Roland Schwarz, bug #462877)
883
Daniel Veillardda629342007-08-01 07:49:06 +0000884Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
885
886 * parser.c: fixed a parser bug where invalid char in comment may
887 not be detected, reported by Ashwin Sinha
888 * test/errors/comment1.xml result/errors/comment1.xml*: added
889 the example to the regression suite
890
Daniel Veillard3814a362007-07-26 11:41:46 +0000891Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
892
893 * xmlsave.c: fixed problem reported on bug #460415
894
William M. Brack50420192007-07-20 01:09:08 +0000895Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
896
897 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
898
William M. Brackb0a94e82007-07-18 18:04:55 +0000899Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
900
901 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
902 Fixes bug #454608.
903
Daniel Veillard65fcf272007-07-11 17:55:30 +0000904Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
905
906 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
907 should fix bug #358125
908
Daniel Veillardcaa19512007-07-04 15:42:46 +0000909Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
910
911 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
912 uses of xmlTextWriterStartDocument()
913
Daniel Veillard734e7662007-06-26 11:30:31 +0000914Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
915
916 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
917 argument occurs, should fix #450936
918
William M. Brack31700e62007-06-13 20:33:02 +0000919Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
920
921 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
922
Daniel Veillard38431c32007-06-12 16:20:09 +0000923Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
924
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000925 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000926 * valid.c: patch from Dagfinn I. MannsĂĄker for idness of name
Daniel Veillard38431c32007-06-12 16:20:09 +0000927 in HTML, c.f. bug #305885.
928
Daniel Veillarddbbd72b2007-06-12 15:15:52 +0000929Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
930
931 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
932 should not have namespace processing.
933
Daniel Veillarddfac9462007-06-12 14:44:32 +0000934Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
935
936 * parser.c: fixed the push mode when a big comment occurs before
937 an internal subset, should close bug #438835
938 * test/comment6.xml result//comment6.xml*: added a special
939 test in the regression suite
940
Daniel Veillardb9e5acc2007-06-12 13:43:00 +0000941Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
942
943 * parser.c: fix bug #414846 where invalid characters in attributes
944 would sometimes not be detected.
945 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
946 test case to the regression tests
947
Daniel Veillard3130fe92007-06-12 12:24:54 +0000948Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
949
950 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
951 in GNU tar, should fix #396751
952
Daniel Veillarddb670152007-06-12 10:04:37 +0000953Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
954
955 * python/types.c: try to allow compilation on old python version
956 should fix #398125
957
Daniel Veillardfcd02ad2007-06-12 09:49:40 +0000958Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
959
960 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
961 fixes bug #438390
962
Daniel Veillard5cdbbd22007-06-12 09:39:14 +0000963Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
964
965 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
966
Daniel Veillardd8ed1052007-06-12 09:24:46 +0000967Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
968
969 * relaxng.c: fixed bug #407436 a crash in a specific case of
970 Relax-NG validation
971
Daniel Veillardbe8d9d32007-06-12 09:14:11 +0000972Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
973
974 * catalog.c: fixed bug #383687, some case of recursion on next
975 were not caught in the catalog code.
976
Daniel Veillard861101d2007-06-12 08:38:57 +0000977Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
978
979 * HTMLparser.c: fixed bug #381877, avoid reading over the end
980 of stream when generating an UTF-8 encoding error.
981
Daniel Veillard2e620862007-06-12 08:18:21 +0000982Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
983
984 * parser.c: fixed bug #366161, trivially added the check in
985 xmlCtxtReset()
986
Rob Richards90ee8df2007-06-08 19:47:37 +0000987Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
988
989 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
990 for VC8 build support to embed manifest within files. Under MS VC, build
991 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
992
Rob Richardse967f0b2007-06-08 19:36:04 +0000993Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
994
995 * threads.c include/libxml/threads.h: use specified calling convention
996 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
997 add xmlDllMain to header for win32 when building for static dll
998
Rob Richardsb8769d62007-06-08 08:50:47 +0000999Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1000
1001 * xmlwriter.c: fixed problem with namespace declaration being
1002 written more than once per element start tag
1003
William M. Brack97ac8192007-06-06 17:19:24 +00001004Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
1005
1006 * xpath.c: fixed problem with xmlXPathNodeSetSort;
1007 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
1008
William M. Brackd611c882007-05-31 05:07:17 +00001009Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
1010
1011 * xpath.c: fixed problem with string value for PI node
1012 (bug #442275)
1013
Daniel Veillarde61d75f2007-05-28 14:16:33 +00001014Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1015
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001016 * uri.c: fix bug reported by François Delyon
Daniel Veillarde61d75f2007-05-28 14:16:33 +00001017
William M. Brack38d452a2007-05-22 16:00:06 +00001018Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
1019
1020 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
1021 by Mark Rowe (bug #440159)
1022 * include/libxml/xmlversion.h.in: Added check for definition of
1023 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
1024 Wendy Doyle and Mark Rowe, bug #346675)
1025 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
1026 changes to fix compilation warnings - no change to logic.
1027
William M. Bracke8827652007-05-16 05:19:13 +00001028Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
1029
1030 * nanohttp.c: small enhancement to last fix, pointed out
1031 by Alex Cornejo
1032
William M. Brackd2f682a2007-05-15 19:42:08 +00001033Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
1034
1035 * nanohttp.c: fixed problem on gzip streams (bug #438045)
1036 * xpath.c: fixed minor spot of redundant code - no logic change.
1037
William M. Brackca797882007-05-11 14:45:53 +00001038Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1039
1040 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
1041 in order to produce the required number of significant digits
1042 (bug #437179)
1043
Daniel Veillardf6cf57a2007-05-09 23:53:30 +00001044Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1045
1046 * list.c: applied patch to fix xmlListAppend() from
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001047 Georges-André SILBER
Daniel Veillardf6cf57a2007-05-09 23:53:30 +00001048 * valid.c: also fix the place wher it was called.
1049
Daniel Veillard1ca1be22007-05-02 16:50:03 +00001050Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
1051
1052 * parser.c: tried to fix an error problem on entity content failure
1053 reported by Michael Day
1054
Daniel Veillardc51f51c2007-05-02 16:25:45 +00001055Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
1056
1057 * configure.in: typo patch from Bjorn Reese
1058
Daniel Veillard491e58e2007-05-02 16:15:18 +00001059Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
1060
1061 * HTMLparser.c: applied patch from Michael Day to add support for
1062 <embed>
1063
Daniel Veillard4d1320f2007-04-26 08:55:33 +00001064Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1065
1066 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
1067 in htmlCreateDocParserCtxt.
1068
Daniel Veillarda1413b82007-04-26 08:33:28 +00001069Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
1070
1071 * uri.c include/libxml/uri.h: patch from Richard Jones to save
1072 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +00001073 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +00001074
Daniel Veillardcb4284e2007-04-25 13:55:20 +00001075Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
1076
1077 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
1078 patch from Richard Jones to for the silent flag on valgrind
1079 when doing "make valgrind"
1080 * xmlregexp.c: raise a regexp error when '\' is misused to escape
1081 a standard character.
1082
Daniel Veillardc9923322007-04-24 18:12:06 +00001083Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
1084
1085 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
1086
Daniel Veillarda44294f2007-04-24 08:57:54 +00001087Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
1088
1089 * uri.c: fix xmlURIUnescapeString comments which was confusing
1090
Daniel Veillard509ed2a2007-04-18 07:51:50 +00001091Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
1092
1093 * include/win32config.h libxml.h: new patch from Andreas Stricke to
1094 better integrate support for Windows CE
1095
Daniel Veillard39bcf942007-04-17 14:47:05 +00001096Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
1097
1098 * doc/* configure.in NEWS: release of libxml2 2.6.28
1099
Daniel Veillard59d3ed82007-04-17 12:44:58 +00001100Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1101
1102 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
1103 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
1104 patch from Andreas Stricke to ease the compilation on Windows CE
1105
Daniel Veillarded121382007-04-17 12:33:19 +00001106Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
1107
1108 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
1109 a libxml2 patch from Christian Ehrlicher
1110
Daniel Veillard42720242007-04-16 07:02:31 +00001111Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
1112
1113 * HTMLparser.c: change the way script/style are parsed to
1114 not try to detect comments, reported by Mike Day
1115 * result/HTML/doc3.*: affects the result of that test
1116
William M. Brack56578372007-04-11 14:33:46 +00001117Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1118
1119 * xmlregexp.c: small enhancement for quantifier range with
1120 min occurs of 0; fixes bug 425542.
1121
Daniel Veillardbd672bc2007-03-30 12:39:25 +00001122Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
1123
1124 * xmlIO.c: applied change from Michael Day to avoid a problem when
1125 compiled without zlib support.
1126
Daniel Veillard7ef51692007-03-21 16:47:12 +00001127Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1128
1129 * include/libxml/xpath.h: applied documentation patch from James Dennett
1130
William M. Bracka9cbf282007-03-21 13:16:33 +00001131Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
1132
1133 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
1134 * test/regexp/bug420596, result/regexp/bug420596: added regression
1135 test for this
1136
William M. Bracke978ae22007-03-21 06:16:02 +00001137Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
1138
1139 * HTMLparser.c: fixed memory access error on parsing of meta data
1140 which had errors (bug #382206). Also cleaned up a few warnings
1141 by adding some additional DECL macros.
1142
Daniel Veillardbd444842007-03-20 08:47:29 +00001143Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1144
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001145 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
Daniel Veillardbd444842007-03-20 08:47:29 +00001146 the silly __ss_familly problem on various AIXes, should fix #420184
1147
William M. Brack0c1e3012007-03-14 12:40:21 +00001148Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
1149
1150 * configure.in: corrected small error in last commit
1151 * xmlreader.c: corrected small typo in last commit
1152
William M. Brack06559b32007-03-14 09:34:15 +00001153Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
1154
1155 * xmlschemas.c: fixed problem with referenced attribute groups
1156 (bug #417621)
1157 * configure.in: re-ordered some includes for types.h / socket.h
1158 (bug #416001)
1159
Daniel Veillarda9c56772007-03-09 16:59:05 +00001160Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
1161
1162 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
1163 and state internal flags mixups
1164
William M. Brackee0b9822007-03-07 08:15:01 +00001165Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1166
1167 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
1168 cases when comparing identical nodes (bug #415567) with patch
1169 from Oleg Paraschenko
1170
William M. Brack7a12e572007-02-16 17:11:09 +00001171Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1172
1173 * python/libxml.py: fixed tab problem with patch from
1174 Andreas Hanke (bug #408626)
1175
1176Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +00001177
1178 * doc/xml.html: Changed all references to libxml2 CVS over to
1179 the corresponding SVN. A few other spelling/grammar/links
1180 also changed.
1181 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
1182
William M. Brack0bcec062007-02-14 02:15:19 +00001183Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
1184
1185 * xpath.c: Fixed memory bug with invalid function reported by
1186 Francois Delyon on mailing list
1187
William M. Brack53ce98c2007-02-13 00:37:20 +00001188Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
1189
1190 * xinclude.c: fixed problem with invalid char encountered
1191 during text include (reported on xslt mailing list)
1192
Daniel Veillardfde5b0b2007-02-12 17:31:53 +00001193Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
1194
1195 * Makefile.am: small cleanup to avoid packaging .svn
1196 * libxml.h threads.c parser.c: applied patch to avoid a problem
1197 in concurrent threaded initialization fix from Ted Phelps
1198
William M. Brackd46c1ca2007-02-08 23:34:34 +00001199Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
1200
1201 * parser.c: added a GROW when parsing complex comments (bug #405666)
1202 * gentest.py, testapi.c: added a hack to prevent destruction of any
1203 param with 'destroy' in it's description (i.e. param destroyed by
1204 the routine under test, so shouldn't be destroyed by testapi)
1205 * xmlreader.c: added freeing of 'input' param even on error
1206 (fixes leak detected by testapi)
1207
William M. Brackc1099be2007-01-31 18:38:56 +00001208Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1209
1210 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
1211 xmlwriter.c: repositioned #include for libxml.h to avoid
1212 compilation error on some architectures (bug #398277)
1213 * fixed screwed-up ChangeLog (deleted some duplicate entries)
1214
William M. Brack72239ba2007-01-31 18:25:12 +00001215Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +00001216
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001217 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
William M. Brack22242272007-01-27 07:59:37 +00001218
William M. Brack72239ba2007-01-31 18:25:12 +00001219Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +00001220
1221 * xpath.c: added checks for alloc fail on calls to
1222 xmlXPathNewContext (libxslt bug #400242)
1223
1224Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
1225
1226 * Re-generated the documentation (API chunks 27-29 were missing)
1227 (also causes changes to testapi.c, elfgcchack.h and
1228 win32/libxml2.def.src)
1229
1230Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
1231
1232 * python/libxml.c: fix a memory leak in the python string handling
1233 when SAX event are passed back to the python handlers
1234
1235Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
1236
1237 * xmlreader.c: fix xmlTextReaderSetup() description
1238 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
1239 test/relaxng/empty1_0.xml test/relaxng/comps.rng
1240 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
1241 test/relaxng/empty1_1.xml: tests which were apparently
1242 never commited to CVS
1243
1244Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
1245
1246 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
1247 expose xmlTextReaderSetup() function
1248
1249Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1250
1251 * configure.in: adapt the extra versioning code to SVN
1252
1253Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1254
1255 * python/generator.py python/libxml.py: apparently id() sometimes
1256 generate negative values and %X outputs -XXXX :-(
1257
1258Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
1259
1260 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
1261 and XML declaration detection, and associated documentation change
1262
1263Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
1264
1265 * xinclude.c: another XInclude user data propagation patch from
1266 Michael Day
1267
1268Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
1269
1270 * HTMLparser.c: applied patch from Steven Rainwater to fix
1271 UTF8ToHtml behaviour on code points which are not mappable to
1272 predefined HTML entities, fixes #377544
1273
1274Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
1275
1276 * xpath.c: fixed a bug where the principal node type of an axis
1277 wasn't tested on name check, fixes bug #377432
1278
1279Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1280
1281 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
1282 report and suggestion.
1283
1284Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1285
1286 * uri.c: applied patch from Igor for path conversion on Windows
1287
1288Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
1289
1290 * xmlregexp.c: another small change on the algorithm for the
1291 elimination of epsilon transitions, should help on #362989 too
1292
1293Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1294
1295 * tree.c: applied documentation patches from Markus Keim
1296 * xmlregexp.c: fixed one bug and added a couple of optimisations
1297 while working on bug #362989
1298
1299Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1300
1301 * HTMLparser.c: applied a reworked version of Usamah Malik patch
1302 to avoid growing the parser stack in some autoclose cases, should
1303 fix #361221
1304
1305Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1306
1307 * xpath.c: William spotted an obvious bug
1308
1309Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
1310
1311 * NEWS configure.in testapi.c doc//*: preparing release of
1312 libxml2-2.6.27
1313 * include/libxml/tree.h: fix a small problem with preproc flags
1314
1315Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
1316
1317 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
1318 * xmllint.c: order XPath elements when using --shell
1319
1320Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
1321
1322 * xmlregexp.c: applied fix from Christopher Boumenot for bug
1323 #362714 on regexps missing ']'
1324
1325Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1326
1327 * parserInternals.c: applied patch from Marius Konitzer to avoid
1328 leaking in xmlNewInputFromFile() in case of HTTP redirection
1329
1330Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
1331
1332 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
1333 and pointed in #340591
1334
1335Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1336
1337 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
1338 htmlReadIO() this should fix #340322
1339
1340Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
1341
1342 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
1343
1344Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
1345
1346 * HTMLparser.c: fixing HTML minimized attribute values to be generated
1347 internally if not present, fixes bug #332124
1348 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
1349 result/HTML/wired.html.sax: this affects the SAX event strem for
1350 a few test cases
1351
1352Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1353
1354 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
1355 * result/HTML/entities2.html* test/HTML/entities2.html: added to
1356 the regression suite
1357
1358Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1359
1360 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
1361 #342556
1362 * xmlsave.c: fixed #342556 easy and a whole set of problems with
1363 encodings, BOM and xmlSaveDoc()
1364
1365Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1366
1367 * HTMLparser.c: fix #348252 if the document clains to be in a
1368 different encoding in the meta tag and it's obviously wrong,
1369 don't screw up the end of the content.
1370
1371Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1372
1373 * HTMLparser.c: fix a chunking and script bug #347708
1374
1375Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
1376
1377 * HTMLparser.c: remove a warning
1378 * encoding.c: check with uppercase for AIX iconv() should fix #352644
1379 * doc/examples/Makefile.am: partially handle one bug report
1380
1381Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1382
1383 * parser.c: fix the patch for unreproductable #343000 but
1384 also fix a line/column keeping error
1385 * result/errors/attr1.xml.err result/errors/attr2.xml.err
1386 result/errors/name.xml.err result/errors/name2.xml.err
1387 result/schemas/anyAttr-processContents-err1_0_0.err
1388 result/schemas/bug312957_1_0.err: affected lines in error output
1389 of the regression tests
1390
1391Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1392
1393 * tree.c: fixing bug #344390 with xmlReconciliateNs
1394
1395Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
1396
1397 * xmllint.c: added --html --memory to test htmlReadMemory to
1398 test #321632
1399 * HTMLparser.c: added various initialization calls which may help
1400 #321632 but not conclusive
1401 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
1402 --with-minimum --with-sax1 and --with-minimum --with-schemas
1403 fixing #326442
1404
1405Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1406
1407 * relaxng.c: fix a Relax-NG bug related to element content processing,
1408 fixes bug #302836
1409 * test/relaxng/302836.rng test/relaxng/302836_0.xml
1410 result/relaxng/302836*: added to regression tests
1411
1412Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
1413
1414 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
1415
1416Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1417
1418 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
1419 Should fix #335085
1420 * testapi.c: reset the http_proxy env variable to not waste time
1421 on regression tests
1422
1423Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1424
1425 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
1426
1427Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1428
1429 * parser.c: fixed the heuristic used when trying to detect mixed-content
1430 elememts if the parser wants to treat ignorable whitespaces
1431 in a non-standard way, should fix bug #300263
1432
1433Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
1434
1435 * parser.c: fix a first arg error in SAX callback pointed out by
1436 Mike Hommey, and another one still hanging around. Should fix #342737
1437
1438Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1439
1440 * include/libxml/xmlversion.h.in: fix comment on versions
1441 * xmlmemory.c: do not spend too much time digging in dumped memory
1442
1443Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1444
1445 * valid.c: fixed a weird error where validity context whould not
1446 show up if warnings were disabled pointed out by Bob Stayton
1447 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
1448 * doc//* testapi.c: rebuilt the docs
1449
1450Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1451
1452 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1453 library flags for shared and static builds, fixes #344594. If this
1454 bites you, use xml2-config.
1455
1456Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1457
1458 * python/Makefile.am: remove the build path recorded in the python
1459 shared module as Peter Breitenlohner pointed out, should fix #346022
1460
1461Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
1462
1463 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
1464 of unescaping from URL to filepath, should fix #344588.
1465
1466Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1467
1468 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
1469 for wget detection and fix of a Python path problem, should fix
1470 #340993
1471
1472Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
1473
1474 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1475 fix entities behaviour when using SAX, had to extend entities
1476 content and hack on the entities processing code, but that should
1477 fix the long standing bug #159219
1478
1479Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1480
1481 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
1482 to provide a clean conversion when setting up a base
1483 * SAX2.c tree.c: use said function when setting up doc->URL
1484 or using the xmlSetBase function. Should fix #346261
1485
1486Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1487
1488 * xmlIO.c: applied a portability patch from Emelyanov Alexey
1489
1490Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
1491
1492 * parser.c: applied and slightly modified a patch from Michael Day to
1493 keep _private in the parser context when parsing external entities
1494
1495Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1496
1497 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
1498 Brian West and Stefan Anca to add XPointer suport to the Python bindings
1499
1500Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1501
1502 * xmlsave.c: fixed a comment
1503 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1504 to add a new function providing the _private field for the generated
1505 parser contexts xmlXIncludeProcessFlagsData()
1506
1507Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
1508
1509 * xmlIO.c: applied patch from Michael Day doing some refactoring
1510 for the catalog entity loaders.
1511
1512Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
1513
1514 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1515 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1516
1517Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1518
1519 * parser.c: applied patch from Ben Darnell on #321545, I could not
1520 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1521
1522Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1523
1524 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
1525 * parser.c: fix resulting tree corruption when using XML namespace
1526 with existing doc in xmlParseBalancedChunkMemoryRecover.
1527
1528Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1529
1530 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
1531 in the previous patch.
1532
1533Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1534
1535 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
1536 with file names in UTF-8 on Windows, and compat on older win9x
1537 versions.
1538
1539Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1540
1541 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
1542 on validation errors, the heuristic to guess is a vctxt user
1543 pointer is the parsing context was insufficient.
1544
1545Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1546
1547 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1548 applied patch to man pages from Daniel Leidert and regenerated
1549
1550Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1551
1552 * xmlwriter.c: Add a document to the xmlwriter structure and
1553 pass document when writing attribute content for encoding support.
1554
1555Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1556
1557 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
1558 for consistant handling.
1559
1560Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1561
1562 * xpath.c: Applied the proposed fix for the documentation
1563 of xmlXPathCastToString(); see bug #346202.
1564
1565Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1566
1567 * xmlschemas.c: While investigating bug #350247, I noticed
1568 that xmlSchemaIDCMatcher structs are massively recreated
1569 although only a maximum of 3 structs is used at the same
1570 time; added a cache for those structures to the
1571 validation context.
1572
1573Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1574
1575 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
1576 bug in xmlSchemaXPathEvaluate should close #351032
1577
1578Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1579
1580 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
1581 xmlSchemaClearValidCtxt
1582
1583Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
1584
1585 * python/generator.py: fixed the conversion of long parameters
1586
1587Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1588
1589 * xmlsave.c: Removed the automatic generation of CDATA sections
1590 for the content of the "script" and "style" elements when
1591 serializing XHTML. The issue was reported by Vincent Lefevre,
1592 bug #345147.
1593 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1594 results due to the serialization change described above.
1595
1596Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1597
1598 * configure.in parser.c xmllint.c include/libxml/parser.h
1599 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
1600 to expose if zlib support was compiled in, in the header, in the
1601 feature API and in the xmllint --version output.
1602
1603Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
1604
1605 * SAX2.c: refactor to use normal warnings for entities problem
1606 and not straight SAX callbacks.
1607
1608Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1609
1610 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
1611 The simple type, which was the content type definition
1612 of a complex type, which in turn was the base type of a
1613 extending complex type, was missed to be set on this
1614 extending complex type in the derivation machinery.
1615
1616Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1617
1618 * xpath.c: Changed xmlXPathCollectAndTest() to use
1619 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1620 NODE_TEST_TYPE (the ns-node was previously added plainly
1621 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1622 this specialized ns-addition function was already used,
1623 I assume it was missed to be used with NODE_TEST_TYPE.
1624
1625Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1626
1627 * HTMLparser.c: applied const'ification of strings patch from
1628 Matthias Clasen
1629
1630Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1631
1632 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1633 destroy the condition associated to the mutex.
1634
1635Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1636
1637 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1638 revealed by a Libxslt regression test.
1639
1640Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1641
1642 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1643 usable outside predicate evaluation; the intention is to
1644 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1645 like in <xsl:if test="/foo">.
1646
1647Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1648
1649 * xpath.c: Fix a memory leak which occurred when using
1650 xmlXPathCompiledEvalToBoolean().
1651
1652Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1653
1654 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1655 python/tests/Makefile.am:
1656 Added code submitted by Andreas Pakulat to provide node
1657 equality, inequality and hash functions, plus a single
1658 test program to check the functions (bugs 345779 + 345961).
1659
1660Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1661
1662 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1663 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1664 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1665 to be aware of a boolean result request. The new function
1666 is now used to evaluate predicates.
1667
1668Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1669
1670 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1671 introduced field @rewriteType on xmlXPathStepOp was not
1672 initialized to zero here; this could lead to the activation
1673 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1674 @rewriteType is randomly set to the value 1. A test
1675 (hardcoding the intial value to 1) revealed that the
1676 resulting incorrect behaviour is similar to the behaviour
1677 as described by Arnold Hendriks on the mailing list; so I
1678 hope that will fix the issue.
1679
1680Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1681
1682 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1683 was introduced with the addition of the d-o-s rewrite
1684 and made xpath.c unable to compile if XPATH_STREAMING
1685 was not defined (reported by Kupriyanov Anatolij -
1686 #345752). Fixed the check for d-o-s rewrite
1687 to work on the correct XPath string, which is ctxt->base
1688 and not comp->expr in this case.
1689
1690Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1691
1692 * xpath.c: Added optimization for positional predicates
1693 (only short-hand form "[n]"), which have a preceding
1694 predicate: "/foo[descendant::bar][3]".
1695
1696Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1697
1698 * parser.c: try to fix the crash raised by the parser in
1699 recover mode as pointed by Ryan Phillips
1700
1701Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1702
1703 * python/types.c: patch from Nic Ferrier to provide a better type
1704 mapping from XPath to python
1705
1706Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1707
1708 * runtest.c: applied patch from Boz for VMS and reporting
1709 Schemas errors.
1710
1711Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1712
1713 * testapi.c: applied patch from Felipe Contreras when compiling
1714 with --with-minimum
1715
1716Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1717
1718 * tree.c include/libxml/tree.h: Fixed a bug in
1719 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1720 very first given node had an attribute node :-( This was due
1721 to a missed check in the traversal mechanism.
1722 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1723 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1724 reusal; so the map-items don't need to be created for every
1725 cloning/adoption. Added a callback function to it for
1726 retrieval of xmlNsPtr to be set on node->ns; this is needed
1727 for my custom handling of ns-references in my DOM wrapper.
1728 Substituted code which created the XML namespace decl on
1729 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1730 those nastly "warnigns" from the docs of the clone/adopt
1731 functions; they work fine on my side.
1732
1733Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1734
1735 * result/pattern/namespaces: Adjusted the result of a
1736 regression test, since the fix of xmlGetNodePath() revealed a
1737 bug in this test result.
1738
1739Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1740
1741 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1742
1743Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1744
1745 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1746 for elements in the default namespace, rather than generating
1747 an unprefixed named node test and loosing the namespace
1748 information.
1749
1750Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1751
1752 * include/libxml/parser.h: Clarified in the docs that the tree
1753 must not be tried to be modified if using the parser flag
1754 XML_PARSE_COMPACT as suggested by Stefan Behnel
1755 (#344390).
1756
1757Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1758
1759 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1760
1761Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1762
1763 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1764 when the expression was not valid and @comp was NULL and I
1765 tried to do the d-o-s rewrite.
1766
1767Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1768
1769 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1770
1771Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1772
1773 * xpath.c: Enabled the compound traversal again; I added a
1774 check to use this only if the have an expression starting
1775 with the document node; so in the case of "//foo", we
1776 already know at compilation-time, that there will be only
1777 1 initial context node. Added the rewrite also to
1778 xmlXPathEvalExpr().
1779
1780Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1781
1782 * xinclude.c: fix bug #343968, include='text' can't lead to a
1783 recursion.
1784
1785Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1786
1787 * xpath.c: Disabled the compound traversal for the release;
1788 I need first to assure that this is done only if we have
1789 1 initial node.
1790
1791Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1792
1793 * xpath.c: fixed memory leak in xpath error reporting
1794
1795Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1796
1797 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1798
1799Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1800
1801 * xpath.c include/libxml/xpath.h runsuite.c:
1802 Changed the name of the recently added public function
1803 xmlXPathContextSetObjectCache() to
1804 xmlXPathContextSetCache(); so a more generic one, in
1805 case we decide to cache more things than only XPath
1806 objects.
1807
1808Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1809
1810 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1811 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1812 traversal of 2 axes when we have a "//foo" expression.
1813 This is done with a rewrite of the XPath AST in
1814 xmlXPathRewriteDOSExpression(); I added an additional field
1815 to xmlXPathStepOp for this (but the field's name should be
1816 changed). The mechanism: the embracing descendant-or-self
1817 axis traversal (also optimized to return only nodes which
1818 can hold elements), will produce context nodes for the
1819 inner traversal of the child axis. This way we avoid a full
1820 node-collecting traversal of the descendant-or-self axis.
1821 Some tests indicate that this can reduce execution time of
1822 "//foo" to 50%. Together with the XPath object cache this
1823 all significantly speeds up libxslt.
1824
1825Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1826
1827 * xmlschemas.c: A warning will now be reported in the value of
1828 the XSD attribute 'schemaLocation' does not consist of tuples
1829 (namespace-name, document-URI). A warning will be reported
1830 if a schema document could not be found at the specified
1831 location (via 'schemaLocation' or
1832 'noNamespaceSchemaLocation').
1833 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1834 xmlParserErrors.
1835
1836Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1837
1838 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1839 recreation (if possible) of the node-set which is used to
1840 collect the nodes in the current axis for the currect context
1841 node. Especially for "//foo" this will decrease dramatically
1842 the number of created node-sets, since for each node in the
1843 result node-set of the evaluation of descendant-or-self::node()
1844 a new temporary node-set was created. Added node iterator
1845 xmlXPathNextChildElement() as a tiny optimization for
1846 child::foo.
1847
1848Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1849
1850 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
1851 It sits on an xmlXPathContext and need to be explicitely
1852 activated (or deactivated again) with
1853 xmlXPathContextSetObjectCache(). The cache consists of 5
1854 lists for node-set, string, number, boolean and misc XPath
1855 objects. Internally the xpath.c module will use object-
1856 deposition and -acquisition functions which will try to reuse
1857 as many XPath objects as possible, and fallback to normal
1858 free/create behaviour if no cache is available or if the cache
1859 is full.
1860 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1861 tests if a cache-creation is turned on by default for the whole
1862 library, e.g. for testing purposes of the cache. It is
1863 deactivated here in order to avoid confusion of the memory leak
1864 detection in runsuite.c.
1865
1866Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1867
1868 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1869 seems we really need to walk the whole list, since those
1870 nastly namespace nodes need to be added with
1871 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1872 A flag on the node-set indicating if namespace nodes are in
1873 the set would help here; this is the 3rd flag which would
1874 be usefull with node-sets. The current flags I have in mind:
1875 1) Is a node-set already sorted?
1876 This would allow for rebust and optimizable sorting
1877 behaviour.
1878 2) Of what type are the nodes in the set (or of mixed type)?
1879 This would allow for faster merging of node-sets.
1880 3) Are namespace nodes in the set?
1881 This would allow to skipp all the namespace node specific
1882 special handling. Faster node-set merging if the first
1883 set is empty; just memcpy the set.
1884
1885Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1886
1887 * xpath.c: Optimization of count(): eliminated sorting
1888 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1889 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1890 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1891
1892Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1893
1894 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1895 with colons in name and no namespace.
1896
1897Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1898
1899 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1900 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1901 xmlXPathCmpNodesExt(). Added additional checks in various code
1902 parts to avoid calling sorting or merging functions if the
1903 node-set(s) don't need them; i.e., if they are empty or contain
1904 just one node.
1905
1906Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1907
1908 * xpath.c: Optimized the comparison for non-element nodes
1909 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1910 of node-sets. This enhancement is related to bug #165547.
1911 There are other places where the old comparison function
1912 xmlXPathCmpNodes() is still called, but I currently don't
1913 know exactly what those calls are for; thus if they can be
1914 substituted (if it makes sense) for the new function.
1915
1916Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1917
1918 * xpath.c: Applied patch from Rob Richards, fixing a potential
1919 memory leak in xmlXPathTryStreamCompile(), when a list of
1920 namespaces was assigned to the XPath compilation context;
1921 here a new namespace list was created and passed to
1922 xmlPatterncompile(); but this list was not freed afterwards.
1923 Additionally we avoid now in xmlXPathTryStreamCompile() to
1924 compile the expression, if it has a colon - indicating
1925 prefixed name tests - and no namespace list was given. The
1926 streaming XPath mechanism needs a namespace list at
1927 compilation time (unlike normal XPath, where we can bind
1928 namespace names to prefixes at execution time).
1929 * pattern.c: Enhanced to use a string dict for local-names,
1930 ns-prefixes and and namespace-names.
1931 Fixed xmlStreamPushInternal() not to use string-pointer
1932 comparison if a dict is available; this won't work, since
1933 one does not know it the given strings originate from the
1934 same dict - and they normally don't do, since e.g.
1935 namespaces are hold on xmlNs->href. I think this would be
1936 worth an investigation: if we can add a @doc field to xmlNs
1937 and put the @href in to a additionan namespace dict hold
1938 in xmlDoc. Daniel will surely not like this idea :-) But
1939 evaluation of tons of elements/attributes in namespaces
1940 with xmlStrEqual() isn't the way we should go forever.
1941
1942Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1943
1944 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1945 The code expected a node (xmlNodePtr) on the info for a
1946 non-existent default attribute, which clearly cannot be
1947 expected, since the attribute does not exist. I can only
1948 guess that this sneaked trying to eliminate the query
1949 for the owner-element, which is unavoidable actually.
1950 Note that creation of default attributes won't have an
1951 effect if validating via SAX/XMLReader; i.e., the processor
1952 won't fire additional start-attribute events (I'm not even
1953 sure if Libxml2 has such a SAX-event; I think it hands them
1954 all over in the start-element event).
1955
1956Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1957
1958 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1959 In xmlSchemaBuildContentModelForSubstGroup(),
1960 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1961 xmlAutomataNewTransition2() to mimic a xs:choice for
1962 substitution-groups.
1963 * test/schemas/subst-group-1_1.xsd
1964 test/schemas/subst-group-1_0.xml
1965 result/schemas/subst-group-1_0_1
1966 result/schemas/subst-group-1_0_1.err: Added regression test
1967 supplied by Michael Romer for bug #341150.
1968
1969Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1970
1971 * relaxng.c: Fixed compilation error with patch supplied by
1972 Graham Bennett.
1973
1974Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1975
1976 * xmlschemas.c: We'll raise an internal error and stop
1977 validation now when an entity is found in the instance
1978 document, since we don't support automatic entity
1979 substitution by the schema processor (yet?) -
1980 see bug #340316, reported by Nick Wellnhofer.
1981
1982Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1983
1984 * configure.in: applied another Python detection patch from Joseph Sacco
1985 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1986 too
1987
1988Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1989
1990 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1991 patch from Kjartan Maraas, fixing #340404
1992
1993Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1994
1995 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1996 input buffer
1997
1998Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1999
2000 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
2001 paths at the last moment
2002 * relaxng.c testapi.c tree.c: fix some comments
2003
2004Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
2005
2006 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
2007 file paths on Windows
2008
2009Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
2010
2011 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
2012
2013Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
2014
2015 * tree.c: fix compilation without tree
2016
2017Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
2018
2019 * xmllint.c: applied patch from Gary Coady to really make sure
2020 xmllint --nonet would not reach the network, should fix #337483.
2021
2022Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
2023
2024 * configure.in: applied patch from Joseph Sacco changing slightly
2025 the python detection scheme should fix bug #338526
2026
2027Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
2028
2029 * parser.c: fix the error message for invalid code point in content
2030 c.f. bug #339311
2031
2032Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2033
2034 * xmlschemas.c test/schemas/restriction-enum-1*
2035 result/schemas/restriction-enum-1*: Fixed incorrect
2036 validation of restricted enumerations. Added related
2037 regression tests.
2038
2039Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
2040
2041 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
2042 in case of errors, should fix bug #338303
2043
2044Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
2045
2046 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
2047 in case of errors, should fix bug #338306
2048
2049Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
2050
2051 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
2052 applied man page improvements from Daniel Leidert
2053
2054Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
2055
2056 * xmlschemas.c: removed unused code or variables, from Stefan Kost
2057 fixing #336163 and #336164
2058
2059Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
2060
2061 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
2062
2063Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
2064
2065 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
2066 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
2067 patches from Aivars Kalvans to make unicode tables const, fixes
2068 bug #336096, this also updates to Unicode 4.01 final with a couple
2069 of character ranges fixes.
2070
2071Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
2072
2073 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
2074 #335603 and resync'ed genChRanges.py to the expected output.
2075
2076Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
2077
2078 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
2079 #316338 and adding a couple of optimizations in the regexp
2080 compilation engine.
2081 * test/regexp/bug316338 result/regexp/bug316338: added regression
2082 tests based on the examples provided in the bug report.
2083
2084Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
2085
2086 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
2087 warning raised by gcc-4.1 and latests changes
2088
2089Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
2090
2091 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
2092 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
2093 pass on coverity reports.
2094
2095Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
2096
2097 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
2098 on coverity reports.
2099
2100Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
2101
2102 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
2103 python/libxml.c: more cleanups based on coverity reports.
2104
2105Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
2106
2107 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
2108 of small cleanups based on coverity reports.
2109
2110Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
2111
2112 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
2113
2114Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
2115
2116 * xml2-config.in: fix Red Hat bug #184170
2117
2118Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2119
2120 * tree.c: Simplified usage of the internal xmlNsMap. Added a
2121 "strict" lookup for namespaces based on a prefix. Fixed a
2122 namespace processing issue in the clone-node function, which
2123 occured if a @ctxt argument was given.
2124
2125Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
2126
2127 * valid.c: fix HTML attribute ID checking for input element.
2128 Maintain current attribute "name" behavior for now.
2129
2130Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2131
2132 * tree.c: Bundled lookup of attr-nodes and retrieving their
2133 values into the functions xmlGetPropNodeInternal() and
2134 xmlGetPropNodeValueInternal(). Changed relevant code
2135 to use those functions.
2136
2137Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2138
2139 * xpath.c: workaround HP-UX compiler bug by Rick Jones
2140
2141Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
2142
2143 * python/libxml2.py: remove a tab, as pointed out on IRC
2144
2145Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
2146
2147 * tree.c: Fix the add sibling functions when passing attributes.
2148 Modify testing for ID in xmlSetProp.
2149 No longer remove IDness when unlinking or replacing an attribute.
2150
2151Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
2152
2153 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
2154 if /etc/xml/catalog doesn't exist.
2155
2156Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
2157
2158 * doc//*: updated the Ruby bindings links, and regenerated the
2159 docs.
2160
2161Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
2162
2163 * catalog.c: improve catalog debugging message patch from Rick Jones
2164
2165Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
2166
2167 * python/types.c: Nic Ferrier found debug statement left in the
2168 XPath conversion code
2169
2170Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
2171
2172 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
2173 Daniel Leidert
2174
2175Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2176
2177 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
2178 The constructor needs a bucket to be assigned during component
2179 fixup.
2180
2181Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2182
2183 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
2184 the empty string (reported by Bas Driessen on the mailing-list).
2185 Fixed schema XSI-acquisition and construction: the schemata
2186 (xmlSchema) didn't get the targetNamespace in some cases, thus
2187 the component resolution mechanism failed to work. The XSI
2188 stuff needs to be tested more intensively; think about how
2189 to test this for regression.
2190
2191Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
2192
2193 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
2194 Daniel Leidert
2195
2196Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
2197
2198 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
2199 Leidert, c.f. #331290
2200
2201Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2202
2203 * xmllint.c: fix an error report when using --path and --valid
2204 closes bug #331290
2205
2206Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
2207
2208 * relaxng.c: trying to fix #331062, this is again a problem
2209 around interleave, there is no good fix unless reimplementing
2210 but this works around some cases and allow to validate in that
2211 case.
2212
2213Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2214
2215 * tree.c: Fixed bug #328896 reported by Liron. The path
2216 for text- and CDATA-section-nodes was computed incorrectly
2217 in xmlGetNodePath().
2218
2219Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
2220
2221 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
2222 and more thorough tests on atoms comparisons.
2223
2224Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
2225
2226 * include/wsockcompat.h: patch from Eric Zurcher to compile with
2227 Borland C++ 6
2228
2229Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
2230
2231 * parser.c: bill pointed out a missing block in xmlParseComment
2232 trying to fill with a normal processing of the given character.
2233
2234Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
2235
2236 * parser.c: fixed the comment streaming bug raised by Graham Bennett
2237 * test/badcomment.xml result//badcomment.xml*: added to the regression
2238 suite.
2239
2240Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2241
2242 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
2243 the header file.
2244
2245Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2246
2247 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
2248 the API. It will be used to reflect DOM's Node.cloneNode and
2249 Document.importNode methods.
2250 The pros: 1) non-recursive, 2) optimized ns-lookup
2251 (mostly pointer comparison), 3) user defined ns-lookup,
2252 4) save ns-processing. The function is in an unfinished
2253 and experimental state and should be only used to test it.
2254
2255Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
2256
2257 * uri.c: applied patch from Rob Richards fixing the URI regressions
2258 tests on Windows which seems to indicate bad escaping.
2259
2260Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2261
2262 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
2263 the previous addition of the removal of redundant ns-decls.
2264
2265Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2266
2267 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
2268 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
2269 was given. Note that I haven't moved this option to the
2270 header file yet; so just call this function with an @option
2271 of 1 to test the behaviour.
2272
2273Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2274
2275 * tapi.c win32/Makefile.*: Added changed as proposed on
2276 the mailing list by venkat naidu in order to compile
2277 testapi.c on windows.
2278
2279Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
2280
2281 * configure.in xml2-config.in: trying to fix windows/configure
2282 issues reported by Tim Van Holder
2283
2284Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
2285
2286 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
2287 when operating on an HTML document.
2288
2289Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2290
2291 * relaxng.c include/libxml/relaxng.h: Added
2292 xmlRelaxNGSetParserStructuredErrors() to the API.
2293
2294Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
2295
2296 * parser.c: reverted first patches for #319279 which led to #326295
2297 and fixed the problem in xmlParseChunk() instead
2298 * test/ent11 result//ent11*: added test for #326295 to the regression
2299 suite
2300
2301Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
2302
2303 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
2304 regenerated the docs, preparing for release of 2.6.23
2305 * pattern.c xmlschemas.c: fixed some comments
2306
2307Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2308
2309 * test/XPath/docs/nodes test/XPath/tests/nodespat
2310 result/XPath/tests/nodespat: Added regression tests for
2311 the latest XPath/pattern fixes.
2312
2313Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2314
2315 * pattern.c: Another fix to handle "foo//.": "foo" was not
2316 included in the resulting node-set.
2317
2318Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2319
2320 * pattern.c xpath.c include/libxml/pattern.h:
2321 Fixed bug #322928, reported by Erich Schubert: The bug was
2322 in pattern.c, which is used for a tiny subset of xpath
2323 expression which can be evaluated in an optimized way.
2324 The doc-node was never considered when evaluating "//"
2325 expressions. Additionally, we fixed resolution
2326 to nodes of any type in pattern.c; i.e. a "//." didn't work
2327 yet, as it did select only element-nodes. Due to this
2328 issue the pushing of nodes in xpath.c needed to be adjusted
2329 as well.
2330
2331Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
2332
2333 * parser.c: tiny refactoring patch from Bjorn Reese
2334
2335Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
2336
2337 * SAX2.c: fix bug #324432 with <xml:foo/>
2338 * test/ns7 resul//ns7*: added to the regression tests
2339
2340Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
2341
2342 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
2343 MinGW compilation problem, should close bug #324943
2344
2345Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2346
2347 * xmlschemas.c: Removed last dependency on the obsolete enum
2348 xmlSchemaValidError.
2349
2350Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
2351
2352 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
2353 and doc build fixes from Michael Day
2354
2355Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
2356
2357 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
2358 Sreeni Nair.
2359
2360Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2361
2362 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
2363 a child of an element (fix by Oleksandr Kononenko).
2364 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
2365
2366Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2367
2368 * xmlschemas.c xmlstring.c: Fixed a segfault during
2369 text concatenation when validating a node tree:
2370 xmlStrncat was called with a @len of -1; but unlike
2371 xmlStrncatNew, it does not calculate the length
2372 automatically in such a case (reported by Judy Hay
2373 on the mailing list).
2374 Updated the descriptions of the involved string
2375 functions to note this.
2376
2377Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
2378
2379 * nanohttp.c: applied patch from Gary Coady to accept gzipped
2380 http resources.
2381
2382Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2383
2384 * win32/configure.js: Added enable/disable of runtime
2385 debugging (LIBXML_DEBUG_RUNTIME).
2386
2387Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2388
2389 * include/libxml/xmlversion.h.in: Fixed to define
2390 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
2391
2392Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2393
2394 * test/schemas/bug321475* result/schemas/bug321475*:
2395 Added regression test for bug #321475 (reported by
2396 Gabor Nagy). Fixing of bug #323510 seemed to have
2397 fixed this bug as well.
2398
2399Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2400
2401 * test/schemas/bug323510* result/schemas/bug323510*:
2402 Added regression test for bug #323510.
2403
2404Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2405
2406 * xmlschemas.c: Workaround for bug #323510 (reported by
2407 Jonathan Filiatrault): substituted the epsilon transition
2408 for a labelled transition, in order to avoid a bug in
2409 xmlregexp.c which eliminated the epsilon transition and
2410 marked the initial state as final.
2411
2412Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
2413
2414 * xmlreader.c: Gary Coady pointed a memory leak in
2415 xmlTextReaderReadInnerXml() applied patch fixing #323864
2416
2417Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2418
2419 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
2420 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
2421 of warnings shown by HP-UX compiler and reported by Rick Jones
2422
2423Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2424
2425 * xmlwriter.c: Insert space between pubid and sysid when both
2426 passed to xmlTextWriterStartDTD and indenting not being used.
2427 Remove no longer used Mem callbacks.
2428
2429Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2430
2431 * runsuite.c: Changed to instantly mark instance-tests as
2432 failed if the corresponding schema was invalid. This
2433 reflects the side of the Python code for the XML Schema test
2434 suite. We now get the same number of failed tests on both
2435 sides.
2436
2437Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2438
2439 * xmlreader.c include/libxml/xmlreader.h: Added
2440 xmlTextReaderSchemaValidateCtxt() to the API.
2441
2442Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2443
2444 * xmlschemas.c: Fixed a segfault: the instance document was
2445 still tried to be validated, if the schema, dynamically
2446 acquired using XSI was invalid, thus mangled. The
2447 validation will stop (or rather won't validate) now in
2448 such a case. The schema parser error code will be set
2449 on the validion context now; this is somehow not nice,
2450 but it assures that the validation context indicates an
2451 error in there was a parser error.
2452
2453Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
2454
2455 * xmlreader.c: small doc patch from Aron Stansvik
2456 * legacy.c: another doc patch for a deprecated API
2457
2458Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2459
2460 * Makefile.am: Tiny change for 'make tests': raised
2461 the number of expected failures for James Clark's
2462 XML Schema datatype tests from 10 to 11. The additional
2463 reported error was agreed to be correct long time ago,
2464 but we missed to adjust the message reported by
2465 the testing script.
2466
2467Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2468
2469 * result/schemas/decimal* result/schemas/bug322411*:
2470 Added missing regression test results for the latest IDC
2471 and xs:decimal bugs.
2472
2473Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2474
2475 * test/schemas/decimal* test/schemas/bug322411*: Added
2476 regression tests for the latest IDC and xs:decimal bugs.
2477
2478Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2479
2480 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2481 parent's list of duplicates was filled with NULLs instead
2482 of the nodes under certain conditions. This lead to a
2483 segfault when the list's entries were accessed.
2484
2485Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2486
2487 * xmlschemastypes.c: Fixed parsing of xs:decimal to
2488 allow/deny special lexical forms. Fixed the totalDigits
2489 for values in the range (x < 1) && (x > -1) && (x != 0);
2490 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2491 Adjusted the comparison function for decimals due to this
2492 change. As a side effect comparison against zeroes was
2493 optimized.
2494
2495Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2496
2497 * xmlschemas.c: An assignment to a local variable, which was
2498 used to access the IDC node list, was missing after the
2499 reallocation of the list (reported by Fabrice GUY
2500 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
2501 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
2502 it is used to force bubbling of IDC node tables even
2503 if not necessary; this was intended to be used for test
2504 purposes, but I obviously missed to disable it (although
2505 it apparently helped finding the bug).
2506
2507Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2508
2509 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
2510 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
2511 this caused XSI-driven-dynamic schema acquisition to fail
2512 with @noNamespaceSchemaLocation (reported by Julien Lamy
2513 on the mailing list).
2514
2515Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2516
2517 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
2518 which caused the search for components to stop at the
2519 first encountered attribute group component.
2520 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
2521 designation of a not-found component was not reported.
2522
2523Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2524
2525 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
2526 in the date and time code raised on IRIX 6.5
2527
2528Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2529
2530 * xmlschemas.c include/libxml/xmlschemas.h:
2531 Added xmlSchemaSetParserStructuredErrors() to the API.
2532 Fixed channeling of error relevant information to
2533 subsequent parser/validation contexts.
2534
2535Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
2536
2537 * parserInternals.c: removed unreachable code pointed out by
2538 Oleksandr Kononenko, fixes bug #321695
2539
2540Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
2541
2542 * parser.c: use ctxt->standalone = -2 to indicate that the
2543 XMLDecl was parsed but no standalone attribute was found,
2544 suggested by Michael Day to detect if an XMLDecl was found.
2545
2546Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
2547
2548 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
2549 were not properly reported.
2550
2551Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
2552
2553 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
2554 which is not needed.
2555
2556Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2557
2558 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
2559 to use xmlSchemaGetCanonValueWhtspExt() in order to
2560 correctly report values for xs:anySimpleType.
2561 * test/schemas/idc-keyref-err1*
2562 result/schemas/idc-keyref-err1*: Added a test for this change.
2563
2564Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
2565
2566 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
2567 Return error condition not len if xmlwriter fails writing to buffer.
2568
2569Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
2570
2571 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
2572 applied patch from Geert Jansen to implement the save function to
2573 a xmlBuffer, and a bit of cleanup.
2574
2575Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2576
2577 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
2578 totalDigits value to be positiveInteger.
2579 Fixed crash in an error report function when we gave it
2580 the document node; only element and attribute nodes are
2581 processed now (reported by Rob Richards).
2582
2583Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
2584
2585 * xmlregexp.c: fix bug #319897, problem with counted atoms
2586 when the transition itself is counted too
2587 * result/regexp/hard test/regexp/hard: augmented the regression
2588 tests with the problem exposed.
2589
2590Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
2591
2592 * win32/Makefile.mingw include/win32config.h: applied patch from
2593 Mark Junker to fix compilation with MinGW
2594
2595Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2596
2597 * libxml.3: tiny fix from Albert Chin
2598 * runsuite.c runtest.c testapi.c: portability cleanup for arch
2599 needing trio for *printf
2600
2601Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2602
2603 * tree.c: add additional checks to prevent tree corruption. fix problem
2604 copying attribute using xmlDocCopyNode from one document to another.
2605
2606Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2607
2608 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2609 cleanup from Albert Chin
2610 * doc/Makefile.am: html/index.sgml doesn't exist anymore
2611
2612Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2613
2614 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
2615 HP-UX and AIX
2616
2617Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2618
2619 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
2620 module portability
2621
2622Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2623
2624 * error.c: fixing a portability problem on some old Unices with
2625 patch from Albert Chin
2626
26272005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2628
2629 * c14n.c result/c14n/exc-without-comments/test-2
2630 test/c14n/exc-without-comments/test-2.xml
2631 test/c14n/exc-without-comments/test-2.xpath: fixing
2632 bug in exc-c14n namespace visibility + test case (bug #319367)
2633
2634Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2635
2636 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2637
2638Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2639
2640 * valid.c xmlregexp.c include/libxml/valid.h
2641 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2642 as this seems to give troubles with VC6 and stl as reported by
2643 Samuel Diaz Garcia.
2644
2645Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2646
2647 * parserInternals.c: fix a problem in some error case on Solaris
2648 when passed a NULL filename, pointed by Albert Chin.
2649
2650Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2651
2652 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2653 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2654 to the regression suite
2655
2656Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2657
2658 * HTMLparser.c: typo fix from Michael Day
2659
2660Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2661
2662 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2663 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2664
2665Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2666
2667 * parser.c: fixed second spot where CRLF split between chunks
2668 could cause trouble (bug #319279)
2669 * gentest.py, testapi.c: fixed two problems involved with
2670 --with-minimum compilation (compilation errors with schematron
2671 and formal expressions tests)
2672
2673Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2674
2675 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2676
2677Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2678
2679 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2680 the London airport.
2681
2682Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2683
2684 * xmlschemas.c: Removed creation of a temporary parser context
2685 during validation when processing xsi:type; this previously
2686 added a string to the dict of the schema - to assure thread
2687 safety, we don't want to modify a given schema during
2688 validation.
2689
2690Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2691
2692 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2693 misuse of vsnprintf
2694 * configure.in, config.h.in: added a configuration check for
2695 va_copy and added a define for VA_COPY for xmlwriter.c fix
2696 * parser.c: fixed problem with CRLF split between chunks (bug
2697 #319279) (fix provided by Brion Vibber)
2698
2699Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2700
2701 * xmlschemas.c: Fixed a potential memory leak in
2702 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2703 Fixed setting of ctxt->err to the given error code in
2704 the parsing error functions.
2705 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2706 starting point for IDC XPath compilation; this and some other
2707 tiny changes fixes issues regarding whitespace in the
2708 expressions and IDC selector/field relevant restrictions of
2709 the subset of XPath. Fixed a missing blocking of attributes
2710 in xmlStreamPushInternal().
2711
2712Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2713
2714 * runtest.c: removed the error message
2715 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2716 documentation
2717 * include/libxml/schemasInternals.h: changed warning about API stability
2718 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2719 regexps and automata. Not fully finished but should be way better.
2720
2721Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2722
2723 * xmlschemas.c: Fixed a memory leak in
2724 xmlSchemaContentModelDump(). Added output of local types
2725 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2726 dump output.
2727
2728Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2729
2730 * tree.c pattern.c: Silenced intel compiler warnings (reported
2731 by Kjartan Maraas, bug #318517).
2732 * xmlschemas.c: The above changes in pattern.c revealed an
2733 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2734 we really pushed them beforehand; this was previously not
2735 checked for the case when we discover an element node to be
2736 invalid wrt the content model.
2737 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2738
2739Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2740
2741 * result/schemas/*.err: Adapted regression test results.
2742
2743Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2744
2745 * xmlschemas.c: Fixed some identity-constraint issues:
2746 Restructured IDC node-tables
2747 Allowed IDCs to resolve also to nodes of complex type with
2748 simple content.
2749 Added check for keyrefs with references to keyrefs.
2750 IDC target-nodes were interferring with IDC node-tables,
2751 since they used one list of entries only. I separated this
2752 one big list into 3 lists: 1 for IDC node-table entries,
2753 1 for _duplicates_ of IDC node-table entries and 1 for
2754 IDC target-nodes. More code, but cleaner and it works at last.
2755 Keyrefs will fail to resolve to duplicate key/unique entries.
2756 I thought this was already working this way, but it didn't.
2757 The wording of the definition for [node table] in the spec
2758 can lead to a scenario, where keyrefs resolve perfectly, even
2759 if the relevant key-sequences of the referenced key/unique have
2760 duplicates in the subtree. Currently only Saxon 8.5.1 is
2761 dissallowing resolution to duplicate entries correctly - we
2762 will follow Saxon here.
2763 Removed some intel compiler warnings (reported by
2764 Kjartan Maraas, bug #318517).
2765 * pattern.c: Fixed an IDC-XPath problem when resolving to
2766 attributes.
2767
2768Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2769 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2770 to use getaddrinfo() if supported in Windows build (bug# 317431).
2771
2772Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2773
2774 * result/schemas/*: Adapted regression test results.
2775
2776Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2777
2778 * xmlschemas.c include/libxml/schemasInternals.h
2779 include/libxml/xmlerror.h: Initial implementation for
2780 redefinitions; this still misses checks for restrictions
2781 of the content model of complex types.
2782 Fixed default/fixed values for attributes (looks like they
2783 did not work in the last releases).
2784 Completed constraints for attribute uses.
2785 Seperated attribute derivation from attribute constraints.
2786 Completed constraints for attribute group definitions.
2787 Disallowing <import>s of schemas in no target namespace if the
2788 importing schema is a chameleon schema. This contradicts
2789 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2790 W3C XML Schema WG, thinks it is correct to dissalow such
2791 imports.
2792 Added cos-all-limited constraints.
2793 Restructured reference resolution to model groups and element
2794 declarations.
2795 Misc cleanup.
2796
2797Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2798
2799 * schematron.c xmlregexp.c: remove warnings under Windows.
2800
2801Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2802
2803 * parser.c: applied patch from Massimo Morara fixing bug #317447
2804 about risk of invalid write in xmlStringLenDecodeEntities
2805
2806Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2807
2808 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2809
2810Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2811
2812 * xmlregexp.c: seems a test to avoid duplicate transition is
2813 really needed at all times. Luka Por gave an example hitting
2814 this. Changed back the internal API.
2815
2816Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2817
2818 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2819
2820Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2821
2822 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2823
2824Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2825
2826 * xmlregexp.c: detect combinatory explosion and return with
2827 a runtime error in those case, c.f. #316338 though maybe we
2828 should not see such an explosion with that specific regexp,
2829 more checking needs to be done.
2830
2831Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2832
2833 * include/libxml/schemasInternals.h: Added some comments for the
2834 struct fields.
2835
2836Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2837
2838 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2839 blank path (bug 316224)
2840
2841Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2842
2843 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
2844 rebuild.
2845 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
2846 xmlSaveOption
2847 * xmlschemas.c: minor cleanups
2848
2849Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2850
2851 * test/schemas/import1_0.xsd: And adapting another one.
2852
2853Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2854
2855 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2856
2857Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2858
2859 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2860 result/schemas/changelog093_1_0.err
2861 result/schemas/derivation-ok-extension_0_0.err
2862 result/schemas/import1_0_0.err
2863 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2864 Adapted regression results.
2865
2866Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2867
2868 * xmlschemas.c include/libxml/schemasInternals.h
2869 include/libxml/xmlerror.h: Completion of the schema graph.
2870 Centralisation, more robustness of the schema document
2871 aquisition story. Centralised and restructured component fixup.
2872 Fixed attribute derivation when 'prohibiting' attribute uses.
2873 Added warnings: when schema documents cannot be localized
2874 during imports; when we get duplicate and pointless attribute
2875 prohibitions. Changed error reports for IDCs to report
2876 the relevant IDC designation as well (requested by GUY Fabrice).
2877 Misc code-cleanup.
2878
2879Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2880
2881 * xmlsave.c: applied second patch from David Madore to be less intrusive
2882 when handling scripts and style elements in XHTML1 should fix #316041
2883 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2884
2885Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2886
2887 * libxml.spec.in doc/devhelp/*: finished the integration with
2888 devhelp, completing the index and inserted into the gtk-doc
2889 database at "make install" stage
2890
2891Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2892
2893 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2894 and use option from xmlSaveCtxtPtr rather than global during output.
2895 * xmlsave.c: fix some output formatting for meta element under XHTML.
2896
2897Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2898
2899 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2900 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2901 * doc/Makefile.am: build devhelp before the examples.
2902 * doc/*: regenerated the API
2903
2904Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2905
2906 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2907 given a document pointer instead of an element
2908
2909Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2910
2911 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2912 should be complete with navigation, what is left done is glueing
2913
2914Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2915
2916 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2917 doc/devhelp/*: started work needed to generate devhelp content,
2918 not too hard based on the existing format and extractor.
2919
2920Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2921
2922 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2923
2924Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2925
Daniel Veillard25a1ce92008-06-02 16:04:12 +00002926 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
William M. Brack11be2d02007-01-24 19:17:19 +00002927
2928Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2929
2930 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2931 when handled a namespace node.
2932
2933Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2934
2935 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2936 releasing 2.6.21
2937 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2938 * threads.c include/libxml/threads.h xmllint.c: added the more
2939 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2940
2941Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2942
2943 * configure.in doc/* configure.in: prepare for release
2944 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2945
2946Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2947
2948 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2949 than initially expected as ctxt->error == NULL had behaviour side
2950 effects at the compilation level itself.
2951
2952Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2953
2954 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2955 pattern induced XPath bug #314282
2956 * relaxng.c: reverted back last change it was seriously broken
2957
2958Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2959
2960 * xmlsave.c: check for NULL to prevent crash with meta elements
2961
2962Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2963
2964 * relaxng.c: structured error reporting problem with Relax-NG
2965 should fix #314881 and #314759
2966
2967Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2968
2969 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2970
2971Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2972
2973 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2974 but more generally related to attributes and ID handling, fixes
2975 #314358 among other things
2976
2977Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2978
2979 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2980 first argument.
2981 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2982 based on Andrew W. Nosenko idea.
2983 * doc/* elfgcchack.h: regenerated the API
2984
2985Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2986
2987 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2988 reverting back to AM_PATH_PROG
2989
2990Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2991
2992 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2993 changing the behaviour when text nodes are found in body
2994 * result/HTML/*: this changes the output of some tests
2995
2996Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2997
2998 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2999 c.f. #160598
3000
3001Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3002
3003 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
3004 bug #314853
3005
3006Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
3007
3008 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
3009 to serialization and no longer modify internal tree.
3010
3011Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3012
3013 * libxml.spec.in: the profiling usually don't work, disabled
3014 * doc/*: rebuilt
3015
3016Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3017
3018 * configure.in: trying to fix the first part of #310033 by
3019 detecting gcc <= 3.2
3020
3021Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
3022
3023 * error.c: fixed bug #310033, the URI extraction code given a
3024 node is a bit twisted and broke in the last months.
3025
3026Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3027
3028 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
3029 fix on test.
3030
3031Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3032
3033 * debugXML.c: change verbosity depending on API
3034 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
3035 to previous outputs
3036
3037Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3038
3039 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
3040 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
3041 added a parser XML_PARSE_COMPACT option to allocate small
3042 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
3043 directly within the node, various changes to cope with this.
3044 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
3045 slightly change the output
3046
3047Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3048
3049 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
3050 instead of $CC = 'gcc' because GCC may have a different name
3051
3052Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
3053
3054 * configure.in: changes the way the python binary is found, should
3055 also fix bug #308004
3056
3057Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3058
3059 * parser.c: found another bug while looking at #309616 on missing
3060 entities.
3061 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
3062 SAX stream in missing conditions for a few tests
3063
3064Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3065
3066 * encoding.c: applied the patch suggested #309565 which can avoid
3067 looping in error conditions.
3068
3069Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
3070
3071 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
3072 xmlGetLineNo() c.f. bug #309205
3073
3074Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3075
3076 * encoding.c error.c include/libxml/xmlerror.h: finally converted
3077 the encoding module to the common error reporting mechanism
3078 * doc/* doc/html/libxml-xmlerror.html: rebuilt
3079
3080Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3081
3082 * xpath.c: removed a potentially uninitialized variable error
3083 * python/generator.py: fixed a deprecation warning
3084 * python/tests/tstLastError.py: silent the damn test when Okay !
3085
3086Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3087
3088 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
3089 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
3090 when configured --without-sax1 and other cleanups fixes bug #172683
3091 * doc/* elfgcchack.h: regenerated
3092
3093Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3094
3095 * parser.c: fixed bug #170489 reported by Jirka Kosek
3096 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
3097 result/valid/objednavka*: added the test to the regression suite.
3098
3099Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3100
3101 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
3102 for the HTML parser based on the suggestions of bug #169834 by
3103 Paul Loberg
3104
3105Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3106
3107 * elfgcchack.h testapi.c doc/*: regenerated
3108 * schematron.c: fixed a compilation problem
3109 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
3110 * result/expr/base: slightly changes the number of Cons.
3111
3112Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3113
3114 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
3115 * xmlregexp.c: small cleanup
3116 * include/libxml/schematron.h include/libxml/xmlexports.h
3117 include/libxml/xmlversion.h.in: cleanup problems from code scanner
3118
3119Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3120
3121 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
3122 #313982
3123 * result/schemas/bug313982* test/schemas/bug313982*: also added
3124 the test case to the regression suite.
3125
3126Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
3127
3128 * testRegexp.c: printed the wrong string
3129
3130Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
3131
3132 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
3133 xmlExpExpDerive(), added it to the testRegexp command line
3134 tool when providing multiple expressions.
3135
3136Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3137
3138 * Makefile.am result/expr/base test/expr/base: added the first
3139 regression test suite set for the new expression support
3140
3141Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3142
3143 * valid.c: fixed an uninitialized variable
3144 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
3145 add the parser, serializer and some debugging
3146 * include/libxml/xmlversion.h.in: made the new support compiled
3147 by default if Schemas is included
3148 * testRegexp.c: cleanup and integration of the first part of the
3149 new code with a special switch
3150 * xmllint.c: show up Expr in --version if compiled in
3151 * include/libxml/tree.h: moved the xmlBuffer definition up
3152
3153Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3154
3155 * xmlschemas.c: Some preparation for the creation of a graph
3156 of imported/included/redefined schemas; this is needed for
3157 at least the redefinitions.
3158 Centralized the creation of the parser context in one function.
3159
3160Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3161
3162 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
3163 handling code to have it in CVs from now. Not plugged, and misses
3164 APIs it's not compiled in yet.
3165
3166Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3167
3168 * xmlreader.c: applied another patch from Rob Richards to fix
3169 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
3170
3171Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3172
3173 * xmlreader.c: applied patch from Rob Richards to fix
3174 xmlTextReaderGetAttribute behaviour with namespace declarations
3175
3176Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3177
3178 * xmlschemas.c include/libxml/xmlerror.h:
3179 Changed output for keyref-match errors; the target-node will
3180 be now reported rather than the scope-node of the keyref
3181 definition - allowing easier chasing of instance errors.
3182 This was reported by Guy Fabrice to the mailing list.
3183 Some initial parsing code for schema redefinitions.
3184 * result/schemas/bug303566_1_1.err
3185 result/schemas/bug312957_1_0.err: Adapted test results due
3186 to the keyref changes.
3187
3188Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3189
3190 * valid.c: applied patch from Derek Poon fixing bug #310692
3191
3192Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3193
3194 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
3195 context type was not always properly initialized.
3196
3197Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3198
3199 * relaxng.c: fixed bug #307377 about validation of choices in
3200 list values.
3201 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
3202 added examples to the regression tests, problem is that streaming
3203 version gives slightly more informations.
3204
3205Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3206
3207 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
3208
3209Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3210
3211 * result/schemas/any6_1_0*: Added missing test results.
3212
3213Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
3214
3215 * xmlregexp.c: fixed a determinism detection problem exposed by
3216 ##other tests commited by Kasimier, also added a small speedup
3217 of determinism detection.
3218 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
3219 the results to the regression tests now
3220
3221Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3222
3223 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
3224 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
3225 Added some more tests for element wildcards.
3226
3227Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3228
3229 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
3230 streaming XPath states were not popped in every case,
3231 thus failed to resolve correctly for subsequent input.
3232 * test/schemas/bug312957* result/schemas/bug312957*:
3233 Added the test submitted by Carol Hunter.
3234
3235Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3236
3237 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
3238 ##other issues
3239 * result/schemas/any7* test/schemas/any7: completed the tests
3240 and added the results
3241 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
3242 result/schemas/any5_1_0.err: this slightly chnages the output
3243 from 3 existing tests
3244
3245Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3246
3247 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
3248 Marcus Boerger to remove warnings on Windows.
3249
3250Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
3251
3252 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
3253 an xmlSaveOption to omit XML declaration
3254
3255Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3256
3257 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
3258 patch for HTML UTF-8 serialization
3259 * result/HTML/script2.html: this changed the output of that test
3260
3261Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3262
3263 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
3264 of count based transition, when going though the counter must
3265 be reset to 0
3266 * test/schemas/bug310264* result/schemas/bug310264*: added the
3267 regression test.
3268
3269Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3270
3271 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
3272 only freeing the first annotation in the list.
3273
3274Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3275
3276 * xmlreader.c: applied patch from Rob Richards fixing
3277 xmlTextReaderGetAttribute
3278
3279Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3280
3281 * HTMLparser.c: fixed an uninitialized memory access spotted by
3282 valgrind
3283
3284Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3285
3286 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
3287 installed DTD
3288 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
3289 cleanup the Path/URI conversion mess, needed fixing in various
3290 layers and a new API to the uri module which also fixes #306861
3291 * runtest.c: integrated a regression test specific to check the
3292 URI conversions done before calling the I/O handlers.
3293
3294Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3295
3296 * doc/XSLT.html doc/xml.html: small doc fix for #312647
3297
3298Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3299
3300 * win32/configure.js: applied patch from Rob Richards to allow
3301 disabling modules in win32, fixes #304071
3302
3303Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3304
3305 * python/libxml.c: applied fix from Jakub Piotr Clapa for
3306 xmlAttr.parent(), closing #312181
3307
3308Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3309
3310 * schematron.c: report improvement
3311 * test/schematron/zvon* result/schematron/zvon*: more tests
3312
3313Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3314
3315 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
3316 Richards to add schematron to the build on Windows
3317 * test/schematron/zvon3* result/schematron/zvon3*: second test
3318 * test/schematron/zvon10* result/schematron/zvon10*: this is the
3319 real second test 10 and 2 are swapped.
3320
3321Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3322
3323 * schematron.c: more bug fixes, improve the error reporting.
3324 * test/schematron/zvon2* result/schematron/zvon2*: second test
3325
3326Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3327
3328 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
3329 text error rendering
3330 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
3331 started integrating within "make tests"
3332
3333Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
3334
3335 * test/schematron/*: a few first tests from Zvon unfortunately
3336 with the old syntax
3337
3338Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
3339
3340 * schematron.c xmllint.c include/libxml/schematron.h: commiting
3341 work done on the plane last week-end
3342
3343Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
3344
3345 * runtest.c: allows an extra argument to subset the tests
3346 * xmlregexp.c: big speedup for validation, basically avoided
3347 transition creation explosion when removing epsilon transition
3348
3349Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3350
3351 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
3352 xmlwriter.c: more cleanups based on sparse reports, added
3353 "make sparse"
3354
3355Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
3356
3357 * python/libxml.c: don't output any message on failed resolver lookups,
3358 better done by the python user provided resolver layer.
3359
3360Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3361
3362 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
3363 runsuite.c runtest.c schematron.c testHTML.c testReader.c
3364 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
3365 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
3366 small cleanups based on Linus' sparse check output.
3367
3368Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3369
3370 * include/libxml/Makefile.am: added schematron.h, oops ...
3371
3372Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3373
3374 * xmlschemastypes.c: Added creation of the content type of
3375 xs:anyType. This is needed when trying to extend xs:anyType
3376 (although it makes no sense to extend it; IMHO the schema
3377 people should have ruled this out). This was reported
3378 by Yong Chen to the mailing list.
3379 * xmlschemas.c: Fixed handling of xs:anyType in
3380 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
3381 adjustment to an error report output.
3382 * test/schemas/extension2* result/schemas/extension2*:
3383 Added a test case provided by Young Chen.
3384
3385Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
3386
3387 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
3388 base to be in "relative" form
3389
3390Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
3391
3392 * schematron.c xmllint.c: started adding schematron to the xmllint
3393 tool, the report infrastructure is gonna be fun.
3394
3395Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3396
3397 * test/schemas/any6* test/schemas/any7*: Added regression tests
3398 (they fail currently), but did not added results yet.
3399
3400Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3401
3402 * xmlschemas.c: Removed the workaround code in
3403 xmlSchemaValidateElemWildcard() for the <any> wildcard
3404 with namespace == ##other. Support for such wildcards was
3405 implemented by Daniel at the automaton level recently, and
3406 the workaround code iterfered with it.
3407
3408Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
3409
3410 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
3411 signature to pass an int and not an enum since it can generate
3412 ABI compat troubles.
3413 * include/libxml/schematron.h schematron.c: adding the new
3414 schematron code, work in progress lots to be left and needing
3415 testing
3416 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
3417 Makefile.am configure.in: integration of schematron into the
3418 build
3419 * xpath.c include/libxml/xpath.h: adding flags to control compilation
3420 options right now just XML_XPATH_CHECKNS.
3421
3422Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3423
3424 * xmlschemas.c: Removed an "internal error" message from
3425 xmlSchemaBuildAContentModel() when an empty model group
3426 definition is hit.
3427
3428Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3429
3430 * pattern.c: Changed xmlCompileStepPattern() and
3431 xmlCompileAttributeTest() to handle the "xml" prefix without
3432 caring if the XML namespace was supplied by the user.
3433
3434Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3435
3436 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
3437 output the given string arguments correctly.
3438
3439Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
3440
3441 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
3442 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
3443 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
3444 include/libxml/valid.h include/libxml/xmlIO.h
3445 include/libxml/xmlerror.h include/libxml/xmlexports.h
3446 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
3447 to fix problems with calling conventions on Windows this should
3448 fix #309757
3449
3450Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3451
3452 * parser.c: an optimization of the char data inner loop,
3453 can gain up to 10% in pure SAX2 parsing speed
3454 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
3455 a bug in XML Schemas facet comparison #310893
3456
3457Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3458
3459 * xmlregexp.c xmlschemas.c: fixed the error reporting for
3460 not transitions
3461 * result/schemas/any5_0_0* result/schemas/any5_0_2*
3462 result/schemas/any5_1_0*: fixed output
3463
3464Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3465
3466 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
3467 bug #172215 about foreign namespaces by adding support for
3468 negated string transitions. Error messages still need to be
3469 improved.
3470 * test/schemas/any5* result/schemas/any5*: adding regression
3471 tests for this.
3472
3473Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3474
3475 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
3476 on namespaced attributes #310417.
3477
3478Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3479
3480 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3481 ducplicated
3482
3483Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3484
3485 * xmlschemas.c: fixed xsd:all when used in conjunction with
3486 substitution groups
3487 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
3488 regression tests, strangely missing from NIST/Sun/Microsoft
3489 testsuites
3490
3491Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3492
3493 * xmlschemas.c: fixed bug #307508, a bad automata was built but
3494 this showed as an indeterminist result
3495
3496Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3497
3498 * xmlschemastypes.c: found the last bug raised by NIST tests in
3499 comparing base64 strings, result from runsuite:
3500 ## NIST test suite for Schemas version NIST2004-01-14
3501 Ran 23170 tests (3953 schemata), no errors
3502
3503Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3504
3505 * testRegexp.c: fixed where xmlMemoryDump() should be called.
3506 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
3507 affecting NIST regression tests
3508
3509Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3510
3511 * configure.in: applied a patch from Gerrit P. Haase to add
3512 module support on cygwin
3513
3514Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3515
3516 * HTMLparser.c: fixed a potential buffer overrun error introduced
3517 on last commit to htmlParseScript() c.f. #310229
3518
3519Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
3520
3521 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
3522 return TRUE if a nodeset with a numeric value of NaN is compared
3523 for inequality with any numeric value (bug 309914).
3524
3525Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3526
3527 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
3528 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
3529 to route relaxng and schemas error messages when using the reader
3530 through the structured interface if activated.
3531 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
3532 to test.
3533
3534Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3535
3536 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3537 Jiri Netolicky
3538 * result/HTML/script2.html* test/HTML/script2.html: added the test
3539 case from the regression suite
3540
3541Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3542
3543 * nanohttp.c: fixed bug #310105 with http_proxy environments with
3544 patch provided by Peter Breitenlohner
3545
3546Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3547
3548 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
3549 * xmllint.c: removed a compilation problem
3550
3551Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3552
3553 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
3554 preparing to make testsuite releases along with code source releases
3555 * gentest.py testapi.c: fixed a couple of problem introduced by
3556 the new Schemas support for Readers
3557 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
3558 but simple way.
3559 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
3560 raised by the doc builder.
3561 * doc/*: made rebuild
3562
3563Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3564
3565 * xmlschemas.c: fixed a bug introduced on last commit
3566
3567Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3568
3569 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
3570 pointed by Jeroen Ruigrok
3571 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
3572 the APIs for xmlReader schemas validation support
3573 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
3574 implementation and testing as xmllint --stream --schema ...
3575
3576Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3577
3578 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
3579
3580Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3581
3582 * parser.c: fix for #309761 from Dylan Shell
3583 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
3584 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
3585 * xmllint.c: couple of fixes plus added descriptions for --sax and
3586 --sax1
3587
3588Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3589
3590 * xmlschemas.c: Added c-props-correct constraint to check
3591 for equal cardinality of keyref/key.
3592 * include/libxml/xmlerror.h: Added an error code.
3593
3594Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3595
3596 * pattern.c: Fixed evaluation of attributes. Actually only
3597 attribute at the first level were evaluated (e.g. "@attr");
3598 expression like "foo/@attr" always failed.
3599
3600Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3601
3602 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
3603 user-provided SAX handler is given.
3604
3605Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3606
3607 * parser.c: fix some potential leaks in error cases.
3608 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3609 various other combinations.
3610 * xmlschemas.c: fix a couple of tiny problems in
3611 xmlSchemaValidateStream()
3612
3613Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3614
3615 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
3616 xmlSchemaValidateStream() internally.
3617
3618Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3619
3620 * test/relaxng/docbook_0.xml: added the missing entity to the
3621 document internal subset to avoid errors if the DocBook catalogs
3622 are not there
3623 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3624 untested yet
3625
3626Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3627
3628 * parser.c: fixed problem with free on dupl attribute in
3629 dtd (bug309637).
3630 * test/errors/attr3.xml, result/errors/attr3.*: added
3631 regression test for this
3632
3633Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3634
3635 * win32/Makefile.msvc: try again to fix file format for Windows
3636
3637Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3638
3639 * win32/Makefile.msvc: removed spurious ^M
3640 * runtest.c: added check for option O_BINARY
3641 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3642 sticky tag to 'binary'
3643
3644Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3645
3646 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3647 in xmlCtxtGenericNodeCheck
3648 * runtest.c: changed "open" calls to include O_BINARY for Windows
3649
3650Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3651
3652 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3653 in areBlanks which failed.
3654 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3655 added the input file to the regression tests
3656
3657Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3658
3659 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3660 Anotolij.
3661 * test/schemas/bug309338* result/schemas/bug309338*:
3662 Added a regression test for the above bug.
3663
3664Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3665
3666 * Makefile.am: first steps toward a testsuite dist
3667 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3668
3669Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3670
3671 * runsuite.c runtest.c: Tiny portability adjustment for win.
3672 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3673 be created.
3674
3675Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3676
3677 * runsuite.c: first stb at unimplemnted detection
3678 * runtest.c: fixing Windows code
3679
3680Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3681
3682 * runsuite.c: fix on schemas error
3683 * runtest.c: portability glob() on Windows
3684
3685Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3686
3687 * runsuite.c runtest.c: cleanups, logfile and portability
3688 * xmllint.c: fixed a memory leak
3689
3690Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3691
3692 * parser.c: fixed a bug failing to detect UTF-8 violations in
3693 CData in push mode.
3694 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3695 to the regressions
3696
3697Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3698
3699 * debugXML.c: added enhancement for #309057 in xmllint shell
3700
3701Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3702
3703 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3704 bug in push mode
3705 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3706 regression suite
3707
3708Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3709
3710 * testapi.c tree.c: fixing a leak detected by testapi in
3711 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3712 seems to pass tests fine now.
3713 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3714 to push mode
3715 * error.c: remove a warning
3716 * runtest.c xmllint.c: avoid compilation errors if only some parts
3717 of the library are compiled in.
3718
3719Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3720
3721 * gentest.py testapi.c: fix a problem with previous patch to
3722 testapi.c
3723
3724Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3725
3726 * runsuite.c runtest.c tree.c: fixing compilations when
3727 disabling parts of the library at configure time.
3728
3729Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3730
3731 * parserInternals.c: fix bug raised by zamez on IRC
3732 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3733 * tree.c: added comments missing.
3734 * doc/*: regenerated
3735
3736Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3737
3738 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3739 assorted bugs
3740 * python/generator.py python/libxml2-python-api.xml: fixed
3741 conditionals in generator too
3742 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3743 cleanups too and rebuilt
3744
3745Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3746
3747 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3748
3749Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3750
3751 * runsuite.c: expanded test
3752 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3753
3754Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3755
3756 * runsuite.c: a bit of progresses on xstc
3757
3758Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3759
3760 * runsuite.c: completed the simple checks for Relax-NG suites
3761 back to the same 11 errors as in the Python runs.
3762
3763Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3764
3765 * runtest.c: complete, checking on other platforms is needed
3766 * README: updated
3767 * debugXML.c: fix a bug raised by bill on IRC
3768 * relaxng.c: fix a leak in weird circumstances
3769 * runsuite.c Makefile.am: standalone test tool agaisnt
3770 the regression suites, work in progress
3771
3772Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3773
3774 * runtest.c: adding URI tests
3775
3776Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3777
3778 * runtest.c: adding xml:id
3779
3780Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3781
3782 * runtest.c: finishing XPath, adding XPointer
3783
3784Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3785
3786 * runtest.c: adding more coverage, XInclude and starting XPath
3787
3788Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3789
3790 * tree.c include/libxml/tree.h: Added allocation/deallocation
3791 functions for the DOM-wrapper context.
3792
3793Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3794
3795 * tree.c: Commented the new functions to be experimental.
3796
3797Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3798
3799 * error.c valid.c: working some weird error reporting problem for
3800 DTD validation.
3801 * runtest.c: augmented with DTD validation tests
3802 * result/VC/OneID*: slight change in validation output.
3803
3804Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3805
3806 * runtest.c: added most HTML tests
3807
3808Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3809
3810 * test/namespaces/reconcile/tests.xml
3811 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3812 for some new DOM-wrapper helping functions.
3813
3814Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3815
3816 * xstc/xstc-to-python.xsl: Cleanup.
3817 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3818 Removed, those are not needed anymore due to the new test suite.
3819
3820Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3821
3822 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3823 missing.
3824 * runtest.c: added SAX1/SAX2 checks.
3825
3826Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3827
3828 * tree.c include/libxml/tree.h: Added
3829 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3830 xmlDOMWrapRemoveNode() to the API. These are functions intended
3831 to be used with DOM-wrappers.
3832
3833Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3834
3835 * runtest.c: continue to increase the tests
3836
3837Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3838
3839 * runtest.c: continue to increase the tests
3840
3841Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3842
3843 * runtest.c: continue to increase the tests
3844
3845Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3846
3847 * include/libxml/valid.h valid.c: avoid name glob in agruments as
3848 it matches the glob() routine.
3849 * runtest.c Makefile.am: first steps toward a C regression test
3850 framework.
3851
3852Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3853
3854 * configure.in: fixed a problem with the detection of
3855 ss_family for ipV6, as reported on the mailing list by
3856 Doug Orleans.
3857
3858Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3859
3860 * test/schemas/empty-value* result/schemas/empty-value*:
3861 Added regression tests (from Dhyanesh).
3862
3863Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3864
3865 * xmlschemas.c: Fixed NULL values to be validated as empty
3866 string values (reported by Dhyanesh to the mailing list).
3867 Adjusted text concatenation of mixed content.
3868
3869Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3870
3871 * tree.c valid.c: applied patch from Rob Richards for removal
3872 of ID (and xml:id)
3873 * xmlreader.c: applied patch from James Wert implementing
3874 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3875
3876Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3877
3878 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3879 namespace list, appending of element character content.
3880 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3881
3882Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3883
3884 * xmlschemastypes.c: Added missing function descriptions.
3885
3886Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3887
3888 * xmllint.c: if sax1 is used and input is a file use the old
3889 API xmlParseFile()
3890 * xmlschemas.c: cleanups
3891 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3892 for the new functions in Schemas.
3893
3894Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3895
3896 * xmlschemas.c include/libxml/xmlschemas.h: Added
3897 xmlSchemaValidateFile() to the public API. This will use
3898 SAX2-driven validation.
3899
3900Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3901
3902 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3903 Added schema test results (Tom Browder, bug #306806).
3904
3905Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3906
3907 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3908 Added schema tests submitted by Tom Browder (bug #306806).
3909
3910Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3911
3912 * pattern.c: adjusted last change to xmlCompilePathPattern,
3913 fixed one compilation warning
3914
3915Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3916
3917 * pattern.c: Some changes/fixes to the streaming evaluation.
3918 * xmlschemas.c: A bit of support for parsing the schema for
3919 schema. Fixed attribute derivation when the use is
3920 "prohibited" and was "optional". Fixed an attribute construction
3921 bug, a left-over from the time, where <complexContent>,
3922 <extension>, etc. where created as structs.
3923
3924Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3925
3926 * libxml-2.0.pc.in: removed a redundant include path
3927
3928Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3929
3930 * xstc/Makefile.am: Some more adjustments.
3931
3932Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3933
3934 * xstc/Makefile.am: Changed test extraction process, since some
3935 boxes don't know about "tar --strip-path".
3936
3937Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3938
3939 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3940 * result//compare0* test//compare0*: added the regression test in
3941 the suite as this went unnoticed !
3942
3943Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3944
3945 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3946 enhancement for XPath streaming, consolidated with
3947 schemas usage of pattern.c. Added a new enum
3948 xmlPatternFlags.
3949 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3950 enum.
3951 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3952 result/XPath/mixedpat: added regression test for problems
3953 reported in bug306348
3954
3955Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3956
3957 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3958 default namespace if existent.
3959
3960Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3961
3962 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3963 values were not duplicated corrently when creating a computed value
3964 in xmlSchemaValAtomicType.
3965
3966Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3967
3968 * xmlschemas.c result/schemas/include1_0_0.err:
3969 Fixed an attribute fixed/default value constraint error.
3970
3971Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3972
3973 * result/schemas/*: Adapted regression test results.
3974
3975Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3976
3977 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3978 include/libxml/xmlschemastypes.h: Changed the validation process
3979 to be able to work in streaming mode. Some datatype fixes,
3980 especially for list and union types. Due to the changes the
3981 error report output has changed in most cases. Initial migration to
3982 functions usable by both, the parser and the validator. This should
3983 ease a yet-to-come XS construction API in the long term as well.
3984
3985Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3986
3987 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3988 troubles on rollback parsing of elements start #304761
3989 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3990 added it to the regression tests.
3991
3992Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3993
3994 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3995 for xml:space and xml:lang handling with SAX2 api.
3996
3997Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3998
3999 * globals.c: applied patch from Morten Welinder, closing bug #306901
4000 on compiling subsets of the library
4001
4002Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4003
4004 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
4005 XS tests to use the new release of tests and test-definitions.
4006
40072005-06-07 Aleksey Sanin <aleksey@aleksey.com>
4008
4009 * c14n.c: fix rendering of attributes when parent node
4010 is not in the node set
4011
40122005-06-06 Aleksey Sanin <aleksey@aleksey.com>
4013
4014 * c14n.c: fixed xml attributes processing bug in exc c14n
4015 * xmllint.c: added --exc-c14n command line option
4016
4017Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
4018
4019 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
4020 handling of depth/level for cases like union operator
4021 (bug #306348 reported by Bob Stayton). Also enhanced
4022 several comments throughout pattern.c.
4023 * doc/apibuild.py: fixed problem in handling of
4024 'signed' declaration. Rebuilt the docs.
4025
4026Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
4027
4028 * xinclude.c: Enhanced handling of xml:base for included
4029 elements, fixing bugs 169209 and 302353.
4030
4031Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4032
4033 * xmlschemas.c: Fixed facet errors to be channelled back for
4034 union type members; facet-validation will stop now on the
4035 first error. Reported by GUY Fabrice to the mailing-list.
4036 * xmlschemastypes.c: Changed to ignore lengh-related facet
4037 validation for QNames and NOTATIONs as proposed by the
4038 schema people.
4039 * test/schemas/union2* result/schemas/union2*: Added
4040 regression tests for union types (by GUY Fabrice).
4041
4042Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
4043
4044 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
4045 CDATA with NULL content.
4046
4047Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4048
4049 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
4050 the timezone to -840 to 840.
4051
4052Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4053
4054 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
4055 for "signed int" of the date-time timezone field. Silenced
4056 a warning.
4057
4058Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
4059
4060 * tree.c: applied patch for replaceNode from Brent Hendricks
4061
4062Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4063
4064 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
4065
4066Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
4067
4068 * testapi.c: applied patch from Steve Nairn tof fix the compilation
4069 problem exposed in bug #303640
4070
4071Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4072
4073 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
4074 Added regression a test provided by Heiko Oberdiek (bug #303566).
4075
4076Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4077
4078 * pattern.c: Changed the XPath "." to resolve only on the first
4079 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
4080 This should not affect pattern-like resolution on every level.
4081
4082Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
4083
4084 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
4085
4086Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
4087
4088 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
4089 * doc/apibuild.py: fixed __attribute() parsing problem
4090 * doc/* testapi.c: regenerated the descriptions and docs.
4091
4092Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
4093
4094 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
4095 to avoid linking with pthread library on non-threaded environments.
4096 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
4097 list allocation.
4098
4099Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4100
4101 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
4102 attributes were treated as being bound to the default namespace.
4103
4104Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4105
4106 * xmlschemastypes.c: Fixed date-time related validation
4107 (reported by David Crossley, bug #300576).
4108
4109Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4110
4111 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
4112 dereferences (reported by Andriy, bug #301074).
4113
4114Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4115
4116 * xpath.c: Added some code to avoid integer overflow for
4117 ceil, floor and round functions (bug 301162)
4118
4119Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4120
4121 * xmlschemas.c: Removed workaround for bug #172215, since it
4122 does more harm in some scenarios. Added some of the
4123 "Particle Restriction OK" constraints - not yet enabled.
4124
4125Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4126
4127 * result/schemas/changelog093*: Added test results.
4128
4129Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4130
4131 * xmlschemas.c: Added output of canonical values in
4132 identity-constraint error messages.
4133 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4134 Added xmlSchemaGetCanonValueWhtsp() to the API.
4135 Further enhancement of the canonical value
4136 conversion.
4137 * test/schemas/changelog093_0.*: Added test with an XSD
4138 submitted by Randy J. Ray.
4139
4140Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
4141
4142 * valid.c: Applied Daniel's fix for memory leak in dtd
4143 prefix (bug 300550).
4144 * xpath.c: minor change to comment only
4145
4146Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4147
4148 * xmlmemory.c: added the call to the breakpoint routine
4149 when a monitored block is reallocated or freed
4150
4151Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
4152
4153 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
4154 about HTTP query string parameter being lost
4155
4156Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4157
4158 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
4159 adding namespace removal at the python level #300209
4160 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
4161 test
4162
4163Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4164
4165 * xpath.c: fixed several places where memory cleanup was not
4166 properly done after an error was detected (problem was
4167 reported on the mailing list by Pawel Palucha)
4168
4169Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4170
4171 * xmlschemas.c: Added substitution group constraints; changed
4172 the build of the pre-computed substitution groups. Channeled
4173 errors during xsi assembling of schemas to the validation
4174 context. Fixed a big memory leak, which occured when using
4175 IDCs: the precomputed value of attributes was not freed if
4176 the attribute did not resolve to an IDC field (discovered
4177 with the help of Randy J. Ray's schema, posted to the
4178 xmlschema-dev maling list).
4179
4180Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4181
4182 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
4183 Added handling substitution groups inside <choice> and <sequence>;
4184 for <all> this is not supported yet. Changed circular checks for
4185 model groups definitions. "memberTypes" are processed at different
4186 levels now: component resolution first, construction later; this
4187 goes hand in hand with a global change to handle component
4188 resolution in a distinct phase. Fixed invalid default values for
4189 elements to mark the schema as invalid; this just resulted in an
4190 error report previously, but the schema was handled as valid.
4191 Separated the assignment of the model groups to referencing
4192 model group definition references (i.e. particles); this was
4193 needed to perform the circularity check for model group definitions.
4194 Added "Element Declaration Properties Correct (e-props-correct)"
4195 constraints. Separated component resolution for simple/complex
4196 types.
4197 * include/libxml/schemasInternals.h: Added a flag for substitution
4198 group heads.
4199
4200Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4201
4202 * win32/Makefile.*: make install cleanup
4203
4204Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4205
4206 * win32/Makefile.mingw: fixed mingw compilation
4207 * testModule.c: removed mingw warnings
4208
4209Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4210
4211 * .cvsignore: added Eclipse project files to ignore list
4212
4213Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4214
4215 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
4216 * result/XPath/tests/langsimple test/XPath/tests/langsimple
4217 test/XPath/docs/lang: added a regression test
4218
4219Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
4220
4221 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
4222
4223Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4224
4225 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
4226 and anchored them in the "Element Locally Valid (Element)"
4227 constraints. This restricts the type substitution via "xsi:type".
4228
4229Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
4230
4231 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
4232 facets validation messages.
4233
4234Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4235
4236 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
4237 rebuilding.
4238
4239Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4240
4241 * xstc/Makefile.am: integrated fixup-tests.py
4242
4243Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4244
4245 * xmlschemastypes.c: fixed a lack of comment and missing test for
4246 a pointer in the API.
4247
4248Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4249
4250 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
4251 files used for the tests.
4252
4253Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4254
4255 * xmlschemas.c include/libxml/schemasInternals.h
4256 result/schemas/src-element2-*.err result/schemas/element-*.err:
4257 Committing again, since the CVS server aborted.
4258
4259Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4260
4261 * xmlschemastypes.c: Corrected 'length' facet validation for
4262 QNames and notations. Corrected xmlSchemaGetCanonValue: some
4263 data types did not return a value if already in normalized
4264 form.
4265 * xmlschemas.c include/libxml/schemasInternals.h:
4266 Eliminated creation of structs for <restriction>, <extension>,
4267 <simpleContent>, <complexContent>, <list> and <union>: the
4268 information is now set directly on the corresponding simple/
4269 complex type. Added some more complex type constraints.
4270 Added facet derivation constraints. Introduced "particle"
4271 components, which seem to be really needed if applying
4272 constraints. Corrected/change some of the parsing functions.
4273 This is all a bit scary, since a significant change to the code.
4274 * result/schemas/src-element2-*.err result/schemas/element-*.err:
4275 Adapted regression test results.
4276
4277Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
4278
4279 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
4280 format to cope with gcc4 change of aliasing allowed scopes, had
4281 to add extra informations to doc/libxml2-api.xml to separate
4282 the header from the c module source.
4283 * *.c: updated all c library files to add a #define bottom_xxx
4284 and reimport elfgcchack.h thereafter, and a bit of cleanups.
4285 * doc//* testapi.c: regenerated when rebuilding the API
4286
4287Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4288
4289 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
4290 encoding UTF-8 should really be assumed. This may break if
4291 the HTTP headers indicates for example ISO-8859-1 since this
4292 then becomes a well formedness error.
4293
4294Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4295
4296 * SAX.c: fixed #172260 redundant assignment.
4297 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
4298 xmlParseDoc() signatures #172257.
4299
4300Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4301
4302 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
4303 is NULL as reported by bug #172255
4304
4305Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4306
4307 * relaxng.c: fixed a problem in Relax-NG validation #159968
4308 * test/relaxng/list.* result/relaxng/list_*: added the test
4309 to the regression suite
4310
4311Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
4312
4313 * python/libxml.c: fixed bug #168504
4314
4315Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
4316
4317 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
4318 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
4319 since apparently IBM can't avoid breaking common defines #166922
4320
4321Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
4322
4323 * encoding.c: fix unitinialized variable in not frequently used
4324 code bug #172182
4325
4326Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4327
4328 * python/generator.py python/libxml.py: another patch from Brent
4329 Hendricks to add new handlers with the various validity contexts
4330 * python/tests/Makefile.am python/tests/validDTD.py
4331 python/tests/validRNG.py python/tests/validSchemas.py: also
4332 added the regression tests he provided
4333
4334Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
4335
4336 * python/generator.py python/libxml.c: applied patch from Brent
4337 Hendricks to avoid leak in python bindings when using schemas
4338 error handlers.
4339
4340Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
4341
4342 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
4343
4344Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
4345
4346 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
4347 by Rob Richards
4348
4349Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
4350
4351 * gentest.py, testapi.c: fixed problem with 'minimal library'
4352 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
4353 by Greg Morgan
4354
4355Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4356
4357 * xmlschemas.c: Fixed call to a facet error report: the type of
4358 the error was wrong, resulting in a segfault (bug #171220, reported
4359 by GUY Fabrice).
4360
4361Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4362
4363 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
4364 failing to build a linked list correctly (bug #169898, reported
4365 by bing song, hmm...).
4366
4367Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4368
4369 * xmlschemas.c: Fixed a segfault, which occured during bubbling
4370 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
4371 a variable was missed to be reset in a loop. Deactivated bubbling,
4372 if not referenced by a keyref.
4373
4374Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4375
4376 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
4377 in c14n relative namespaces check and add structured error messages
4378 to c14n code
4379
4380Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4381
4382 * xmlschemas.c: Removed inheritance of "mixed" content type for
4383 short-hand restrictions of "anyType" (reported by Guy Fabrice
4384 to the mailing list). Added the namespace conversion (chameleon
4385 includes) for the base type reference of <restriction> and
4386 <extension>.
4387 * test/schemas/bug152470_1.xsd: Adapted due to the above change
4388 of "mixed" inheritance.
4389
4390Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
4391
4392 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
4393
4394Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4395
4396 * xmlschemas.c: more debug messages from Matthew Burgess
4397 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
4398
4399Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4400
4401 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
4402 by Daniel, which I overwrote with the previous commit.
4403
4404Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4405
4406 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
4407 Hopefully finished validation against facets to use the normalized
4408 value of both, the facets and instance values. Added
4409 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
4410 and xmlSchemaGetValType() to the schema API.
4411
4412Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4413
4414 * libxml.spec.in: do not package .la files
4415 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
4416 * xmlschemastypes.c: fixed a couple of missing tests of parameters
4417 at public API entry points.
4418
4419Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
4420
4421 * xmlschemastypes.c: a couple of more changes to various
4422 decimal-handling routines. Fixes python some problems
4423 turned up by the python tests.
4424 * Makefile.am: change SchemasPythonTests message to warn
4425 that there are 10 'expected' errors (rather than 6) since
4426 we now reject a '+' sign on an unsigned.
4427
4428Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4429
4430 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
4431 normalized values of facets during validation: changed the
4432 arguments of some string comparison functions; added a static
4433 xmlSchemaValidateFacetInternal() with more arguments to be
4434 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
4435 to use the comparison functions. Fixed some assignments in
4436 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
4437
4438Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4439
4440 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
4441 updated docs and rebuilt
4442 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
4443
4444Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4445
4446 * encoding.c: removed a static buffer in xmlByteConsumed(),
4447 as pointed by Ben Maurer, fixes #170086
4448 * xmlschemas.c: remove a potentially uninitialized pointer warning
4449
4450Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
4451
4452 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
4453 and much of the routine xmlSchemaCompareDecimals. The
4454 changes were necessary to fix a problem reported on the
4455 mailing list by John Hockaday.
4456
4457Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4458
4459 * xmlschemas.c: The schema parser will stop if components could
4460 not be resolved. This is not conforming to the spec but for now
4461 will avoid internal errors during type fixup and content model
4462 creation. Restructured inclusion/import of schemata: this avoids
4463 duplicate, self and circular inclusion. Chameleon includes are
4464 still workarounded. Added restriction to disallow references to
4465 non-imported namespaces. Corrected parsing of <group>.
4466 * result/schemas/bug167754_0_0*: Added a missing test result.
4467
4468Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
4469
4470 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
4471 link and foreword warning to avoid problem with ignorant
4472 programmers, c.f #169721
4473
4474Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
4475
4476 * python/tests/Makefile.am python/tests/readernext.py: added
4477 a regression test from Rob Richards for the previous bug
4478
4479Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4480
4481 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
4482 Rob Richards
4483
4484Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4485
4486 * xmlmodule.c: second patch from Rick Jones, portability fix for
4487 HP-UX
4488 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
4489 to avoid warnings.
4490
4491Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4492
4493 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
4494 patches, including a serious aliasing bug exposed in s390
4495 when trying to convert data pointer to code pointer.
4496
4497Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4498
4499 * xmlschemas.c: Tiny restructuring of the validation start-up
4500 functions. Added cleanup of the validation context at the
4501 end of validation. This takes care of the validation context
4502 being reused.
4503
4504Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4505
4506 * xmlschemastypes.c: Tiny changes in the comparison functions
4507 I forgot to commit last time.
4508
4509Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4510
4511 * xmlschemas.c: Added IDC validation of anySimpleType attribute
4512 values; anyway the IDC key comparison is restricted to
4513 anySimpleType <--> string based types. For other types we
4514 would possibly need the canonical lexical representation of
4515 them; this sounds not performant, since we would need to
4516 build such a representation each time we want to compare against
4517 anySimpleType. TODO: think about buffering the canonical values
4518 somewhere. Fixed error reports for default attributes to work
4519 without a node being specified. This all and the enabling of IDC
4520 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4521 not read his last name correctly from bugzilla).
4522
4523Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4524
4525 * xmlschemas.c: Enabled IDC parsing and validation.
4526 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4527 Added xmlSchemaCopyValue to the API; this was done due to
4528 validation of default attributes against IDCs: since IDC keys
4529 consume the precomputed value, one needs a copy.
4530 * pattern.c: Enabled IDC support; this is currently done
4531 via calling xmlPatterncompile with a flag arg of 1.
4532
4533Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4534
4535 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
4536 xstc/Makefile.am: try to fix a problem with valgrind.
4537 * python/generator.py python/libxml.c python/tests/Makefile.am
4538 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
4539 c.f. bug #165349
4540
4541Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4542
4543 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
4544 the prefix instead of the namespace name.
4545 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4546 Adapted invalid values of the "id" attribute, since they are
4547 validated now.
4548
4549Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
4550
4551 * threads.c: new version with fixes from Rob Richards
4552
4553Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4554
4555 * threads.c: applied patch from Rich Salz for multithreading on
4556 Windows.
4557
4558Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4559
4560 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
4561 of bugs in the writer
4562
4563Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4564
4565 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
4566 * xpath.c: fixed compilation warning, no change to logic.
4567 * xmlschemastypes.c: fixed compilation warning, no change to logic.
4568
4569Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4570
4571 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
4572 xmlTextWriterStartAttributeNS
4573
4574Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4575
4576 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
4577 and switched XPath to use it by default when possible
4578
4579Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4580
4581 * xmlschemastypes.c: a bit of cleanup
4582 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
4583 the documentation as a result.
4584
4585Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4586
4587 * xmlreader.c include/libxml/xmlreader.h: applied patch from
4588 Aron Stansvik to add xmlTextReaderByteConsumed()
4589 * testReader.c: added a test option
4590 * xmlschemastypes.c: fix a lack of pointer checking in APIs
4591
4592Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4593
4594 * test/schemas/bug167754_0*: Added the regression test of Frans
4595 Englich for bug #167754.
4596
4597Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4598
4599 * xmlschemas.c: Started support for IDC resolution to default
4600 attributes. If building the content model for <all>: ensured
4601 to put element declarations and not the particles into the
4602 content model automaton (this was bug #167754, reported by
4603 Frans Englich).
4604
4605Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4606
4607 * pattern.c pattern.h: Some experimental addition for parsing
4608 of expressions and streamable validation.
4609 Added xmlStreamPushAttr to the API.
4610
4611Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4612
4613 * xmlschemas.c: Added validation for the attribute "id" in the
4614 schemata; doing this needed error report fixes for notations,
4615 facets and group. Changed NOTATION validation to work with the
4616 declared NOTATIONs in the schema; this does have no impact on
4617 the validation via the relaxng module.
4618 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4619 Added xmlSchemaNewNOTATIONValue to the API to be able to do
4620 the NOTATION validation described above.
4621 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4622 Fixed the values of the "id" attributes, which were not validated
4623 previously.
4624
4625Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4626
4627 * xmlschemas.c: Fixed comparison for default/fixed attribute
4628 values, if the type was 'xsd:string'. Changed the comparison
4629 for IDCs to use the whitespace aware comparison function.
4630 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4631 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4632 xmlSchemaCompareValuesWhtsp to the API. Added functions
4633 to compare strings with whitespace combinations of "preserve",
4634 "replace" and "collapse".
4635
4636Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4637
4638 * xmlschemas.c: Further work on IDCs, especially evaluation for
4639 attribute nodes.
4640
4641Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4642
4643 * encoding.c: fix the comment to describe the real return values
4644 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4645 the patterns, pluggin in the XPath default evaluation, but
4646 disabled right now because it's not yet good enough for XSLT.
4647 pattern.h streaming API are likely to be changed to handle
4648 relative and absolute paths in the same expression.
4649
4650Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4651
4652 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4653 Made 'nil'ed elements work. Added a specific error message
4654 for 'strict' attribute wildcards.
4655 * include/libxml/xmlerror.h: Added an error code for
4656 wildcards.
4657 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4658
4659Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4660
4661 This change started out as a simple desire to speed up the
4662 execution time of testapi.c, which was being delayed by
4663 nameserver requests for non-existent URL's. From there it
4664 just sort of grew, and grew....
4665 * nanohttp.c, nanoftp.c: changed the processing of URL's
4666 to use the uri.c routines instead of custom code.
4667 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4668 * uri.c: added accepting ipV6 addresses, in accordance with
4669 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4670 * gentest.py, testapi.c: fixed a few problems with the
4671 testing of the nanoftp and nanohttp routines.
4672 * include/libxml/xmlversion.h: minor change to fix a
4673 warning on the docs generation
4674 * regenerated the docs
4675
4676Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4677
4678 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4679 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4680 (bug 166199)
4681 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4682 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4683 PYTHONPATH is set, to assure new libxml2 routines are used.
4684
4685Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4686
4687 * parser.c: fixed problem when no initial "chunk" was
4688 given to xmlCreatePushParser (bug 162613)
4689
4690Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4691
4692 * dict.c: fixed compilation warning
4693 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4694 * xmllint.c: changed to return non-zero status if error
4695 on xinclude processing
4696 * xmlsave.c: minor deletion of a redundant condition statement
4697
4698Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4699
4700 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4701
4702Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4703
4704 * pattern.c xmllint.c: fixed implementation for |
4705 * test/pattern/conj.* result/pattern/conj: added a specific regression
4706 test
4707
4708Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4709
4710 * pattern.c: first implementation for | support
4711
4712Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4713
4714 * pattern.c: fixed the namespaces support
4715 * tree.c: fixed xmlGetNodePath when namespaces are used
4716 * result/pattern/multiple result/pattern/namespaces
4717 test/pattern/multiple.* test/pattern/namespaces.*: added
4718 more regression tests
4719
4720Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4721
4722 * xmlschemas.c: fixed one internal function
4723 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4724 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4725
4726Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4727
4728 * Makefile.am: use the walker to test the patterns instead of
4729 the normal reader
4730 * pattern.c xmllint.c: bug fixes in the train including fixing the
4731 stupid build break.
4732
4733Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4734
4735 * pattern.c: more bug fixes for the XPath streaming code.
4736
4737Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4738
4739 * xmlschemas.c: Integrated the streaming pattern from the
4740 pattern module. Fixed some IDC code bugs. Changed
4741 fallback for attribute declaration addition to work like for
4742 element declarations.
4743
4744Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4745
4746 * pattern.c xmllint.c: bugfixes around the streaming patterns
4747
4748Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4749
4750 * Makefile.am configure.in result/pattern/simple
4751 test/pattern/simple.*: added first test for the patterns
4752 * pattern.c xmllint.c: a few fixes
4753
4754Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4755
4756 * pattern.c include/libxml/pattern.h xmllint.c: added a
4757 streaming pattern detector for a subset of XPath, should
4758 help Kasimier for identity constraints
Daniel Veillard25a1ce92008-06-02 16:04:12 +00004759 * python/generator.py: applied Stéphane Bidoul patch to find
William M. Brack11be2d02007-01-24 19:17:19 +00004760 paths without breaking.
4761
4762Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4763
4764 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4765
4766Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4767
4768 * xmlreader.c: implementation of xmlTextReaderReadString by
4769 Bjorn Reese
4770
4771Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4772
4773 * xmlschemas.c: Corrected an ambigious symbol-space for
4774 local attribute declarations. IFDEFed more IDC code to
4775 surpress compiler warnings.
4776
4777Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4778
4779 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4780 files for the Bakefile generator for Makefiles from Francesco
4781 Montorsi
4782 * win32/configure.js: fixes for Windows compilation with non-default
4783 flags by Joel Reed
4784
4785Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4786
4787 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4788 by Martijn Faassen
4789
4790Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4791
4792 * xmlschemas.c include/libxml/schemasInternals.h:
4793 Added an initial skeleton for indentity-constraints. This is all
4794 defined out, since not complete, plus it needs support from other
4795 modules.
4796 Added machanism to store element information for the
4797 ancestor-or-self axis; this is needed for identity-constraints
4798 and should be helpfull for a future streamable validation.
4799 * include/libxml/xmlerror.h: Added an error code for
4800 identity-constraints.
4801
4802Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4803
4804 * gentest.py testapi.c: had to fix generation and rebuild.
4805 * valid.c: the testapi found a bug in the last code of course !
4806
4807Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4808
4809 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4810 is generated, fixes bug #161386
4811 * dict.c: fix a comment typo
4812 * elfgcchack.h doc/*: regenerated
4813
4814Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4815
4816 * parser.c: found and fixed 2 problems in the internal subset scanning
4817 code affecting the push parser (and the reader), fixes #165126
4818 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4819 to the regression tests.
4820
4821Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4822
4823 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4824 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4825 speedups, start to deprecate 3 ElementDef related entry point
4826 and replace them with better ones.
4827
4828Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4829
4830 * xmlschemas.c: more hash dictionary interning changes
4831
4832Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4833
4834 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4835 the hash reuses the dictionnary for internal strings
4836 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4837 speedup when parsing for example DocBook documents.
4838
4839Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4840
4841 * parser.c: small speedup in skipping blanks characters
4842 * entities.c: interning the entities strings
4843
4844Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
4845
4846 * parser.c: boosting common commnent parsing code, it was really
4847 slow.
4848 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
4849 regression tests
4850
4851Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4852
4853 * parser.c: small optimization back.
4854
4855Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4856
4857 * dict.c parser.c include/libxml/dict.h: a single lock version
4858 mostly avoid the cost penalty of the lock in case of low
4859 parallelism, so applying that version instead.
4860
4861Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4862
4863 * dict.c: patch from Gary Coady to fix a race in dict reference
4864 counting in multithreaded apps.
4865
4866Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4867
4868 * parser.c: fixed bug #164556 where non-fatal errors stopped
4869 push parsing and xmlreader.
4870 * Makefile.am: fixup
4871 * test/errors/webdav.xml result/errors/webdav*: adding regression
4872 test for this problem.
4873
4874Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4875
4876 * xmlschemas.c: Corrected targetNamespace in
4877 xmlSchemaElementDump. Cosmetic changes to the dump output.
4878
4879Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4880
4881 * configure.in NEWS doc/*: preparing release of 2.6.17,
4882 updated and rebuilt the docs
4883
4884Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4885
4886 * parser.c: better fix for #151694 not killing c14n regression tests
4887 * xmlschemastypes.c: fixing bug #157653
4888
4889Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4890
4891 * parser.c: fixing bug #151694, line should always be set in the
4892 elements.
4893
4894Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4895
4896 * xmlschemastypes.c: trying to fix at least the message from
4897 bug #158628
4898 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4899 for format, c.f. bug #159997
4900
4901Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4902
4903 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4904 bug #157872
4905
4906Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4907
4908 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4909
4910Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4911
4912 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4913 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4914 tests about it.
4915 * doc/*: rebuilt
4916 * testdso.c: removed a warning due to a missing void in signature.
4917
4918Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4919
4920 * include/libxml/schemasInternals.h xmlschemas.c:
4921 Exposed targetNamespace for simple/complex types, model groups,
4922 attribute groups and notations (reported by Michael Hewarth
4923 to the mailing list). Added targetNamespace to xmlSchemaType,
4924 xmlSchemaAttributeGroup and xmlSchemaNotation.
4925 Tiny cosmetic change to the content model error report output.
4926 * result//all_*.err result//any3_0_0.err result//choice_*.err
4927 result//list0_0_1.err result//list0_1_1.err: Adapted output
4928 of regression tests.
4929
4930Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4931
4932 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4933 back in, since I missed to update xmlschemas.c before doing
4934 the previous commit.
4935
4936Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4937
4938 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4939 from xmlregexp.c to report expected elements on content model errors.
4940 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4941 Adapted output of regression tests.
4942
4943Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4944
4945 * config.h.in configure.in xmlmodule.c: trying to work around
4946 the compilation problem on HP-UX
4947
4948Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4949
4950 * pattern.c: fixed the fixed size array structure problem reported by
4951 Patrick Streule
4952
4953Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4954
4955 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4956 the API description, rebuilt, improved navigation in documentation
4957 a bit.
4958
4959Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4960
4961 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4962 and xmlRegExecNextValues() to return error transition strings too,
4963 and sink state detection and handling.
4964
4965Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4966
4967 * xmlschemas.c: fixed bug #163641 when the value passed for
4968 an atomic list type is NULL.
4969
4970Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4971
4972 * Makefile.am configure.in: fixed dependency on python 2.3,
4973 also small improvement for cygwin (bug 163273)
4974
4975Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4976
4977 * gentest.py testapi.c: William noticed I forgot to add special
4978 support for xmlmodules.c define
4979 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4980 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4981 entry point and refactored to use both code.
4982
4983Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4984
4985 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4986 setting up a "private" library (after some list posts about
4987 people having trouble doing it)
4988
4989Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4990
4991 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4992 rollback
4993
4994Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4995
4996 * TODO: small update
4997 * xmlregexp.c: trying to add an API to get useful error informations
4998 back from a failing regexp context.
4999
5000Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
5001
5002 * xpath.c: fixed problem with xmlXPathErr when error number
5003 subscript was out of range (bug 163055)
5004
5005Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
5006
5007 * uri.c: fixed problem with xmlURIEscape when query part was
5008 empty (actually fixed xmlURIEscapeStr to return an empty
5009 string rather than NULL for empty string input) (bug 163079)
5010
5011Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
5012
5013 * parser.c, parserInternal.c: fixed "col" calculation for
5014 struct _xmlParserInput (based on patch from Rob Richards)
5015 * include/libxml/xmlerror.h, error.c: propagated error column
5016 number in the xmlError structure
5017
5018Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
5019
5020 * parser.c: fixed namespace bug in push mode reported by
5021 Rob Richards
5022 * test/ns6 result//ns6*: added it to the regression tests
5023 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
5024 added an extra option argument to module opening and defined
5025 a couple of flags to the API.
5026
5027Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
5028
5029 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
5030 Bjorn Reese, plus some cleanups
5031 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
5032 add the new header
5033 * doc/* testapi.c: regenerated the API
5034
5035Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
5036
5037 * configure.in: making DSO support an option
5038 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
5039 and documentation cleanups
5040 * elfgcchack.h testapi.c doc/*: regenerated the docs and
5041 checks for new module
5042 * test/valid/REC-xml-19980210.xml: fix a small change introduced
5043 previously
5044
5045Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
5046
5047 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
5048 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
5049 include/libxml/Makefile.am include/libxml/xmlerror.h
5050 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
5051 include/libxml/xmlwin32version.h.in: applied DSO support
5052 patch 2 from Joel Reed
5053
5054Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
5055
5056 * configure.in: applied patch from Marcin Konicki for BeOS
5057
5058Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
5059
5060 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
5061
5062Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
5063
5064 Re-examined the problems of configuring a "minimal" library.
5065 Synchronized the header files with the library code in order
5066 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
5067 were the same in both. Modified the API database content to more
5068 accurately reflect the conditionals. Enhanced the generation
5069 of that database. Although there was no substantial change to
5070 any of the library code's logic, a large number of files were
5071 modified to achieve the above, and the configuration script
5072 was enhanced to do some automatic enabling of features (e.g.
5073 --with-xinclude forces --with-xpath). Additionally, all the format
5074 errors discovered by apibuild.py were corrected.
5075 * configure.in: enhanced cross-checking of options
5076 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
5077 doc/libxml2-api.xml, gentest.py: changed the usage of the
5078 <cond> element in module descriptions
5079 * elfgcchack.h, testapi.c: regenerated with proper conditionals
5080 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
5081 testSAX.c: cleaned up conditionals
5082 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
5083 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
5084 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
5085 synchronized the conditionals with the corresponding module code
5086 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
5087 added additional conditions required for compilation
5088 * doc/*.html, doc/html/*.html: rebuilt the docs
5089
5090Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5091
5092 * parserInternals.c: fixed to skip (if necessary) the BOM for
5093 encoding 'utf-16'. Completes the fix for bug #152286.
5094 * tree.c, parser.c: minor warning cleanup, no change to logic
5095
5096Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
5097
5098 * python/generator.py: added most required entires to
5099 foreign encoding table, plus some additional logic to
5100 assure only the 1st param uses the 't#' format. Fixes
5101 bug #152286, but may still have some other UTF-16 problems.
5102
5103Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5104
5105 * Makefile.am, gentest.py: enhanced for enabling build in
5106 a different directory. Added (optional) param to gentest.py
5107 to specify the source directory (bug #155468)
5108 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
5109 to (top_builddir) (bug #155468)
5110 * python/Makefile.am, python/generator.py: enhanced for enabling
5111 build in a different directory(bug #155468). Added (optional)
5112 param to generator.py to specify the source directory. Added
5113 a new table of functions which have possible "foreign" encodings
5114 (e.g. UTF16), and code to use python 't' format instead of
5115 'z' format (mostly solving bug #152286, but still need to
5116 populate the table).
5117
5118Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
5119
5120 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
5121 Change reference to new site for Solaris binaries, fixing bug
5122 160598
5123
5124
5125Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
5126
5127 * parser.c: reset input->base within xmlStopParser
5128 * xmlstring.c: removed call to xmlUTF8Strlen from within
5129 xmlUTF8Strpos (Bill Moseley pointed out it was not
5130 useful)
5131
5132Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
5133
5134 * valid.c: changed xmlErrValidWarning to use ctxt->warning
5135 instead of ctxt->error for its reports (bug #160662)
5136
5137Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
5138
5139 * python/generator.py: modified to allow the ns and nsDefs
5140 accessors to return None instead of error when no namespace
5141 is present (bug #)
5142
5143Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
5144
5145 * doc/Makefile.am: changed maintainer-clean dependency with
5146 suggestion from Crispin Flowerday (bug #157634)
5147 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
5148 were specified with debugDumpNode (bug #160621)
5149
5150Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
5151
5152 * valid.c: fixed ID deallocation problem based on patch from
5153 Steve Shepard fixes bug #160893
5154 * xmlmemory.c: improving comment.
5155 * testapi.c: new test for xmlDictExists() is generated.
5156
5157Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
5158
5159 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
5160 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
5161 warnings on function pointer <-> object pointer (a hack).
5162
5163Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5164
5165 * xpath.c: fixed a memory leak on errors in some circumstances #159812
5166
5167Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5168
5169 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
5170 a dead loop on bad data (bug 159550)
5171
5172Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5173
5174 * xmlschemas.c: Fixed strict/lax element wildcards: the children
5175 of elements for which a declaration existed were still processed
5176 by the wildcard mechanism (reported by philippe ventrillon to the
5177 mailing list).
5178 Changed the import and include machanism to share dictionaries.
5179
5180Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5181
5182 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
5183 go through the catalog resolution.
5184 * gentest.py testapi.c: fix a side effect wrning of the change
5185
5186Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5187
5188 * dict.c include/libxml/dict.h: added xmlDictExists() to the
5189 dictionnary interface.
5190 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
5191 from Rob Richards
5192
5193Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5194
5195 * xmlschemas.c: tiny enhancement for content model error reports
5196 (#157190, #143948). Removed abbreviations: CT, ST and WC
5197 (#157190, reported by Frans Englich).
5198 Initial: no report of local components.
5199 * result/schemas/all* result/schemas/any3_0_0.err
5200 result/schemas/choice*
5201 result/schemas/cos-st-restricts-1-2-err_0_0.err
5202 result/schemas/derivation-ok-extension-err_0_0.err
5203 result/schemas/derivation-ok-extension_0_0.err
5204 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
5205 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
5206 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
5207 result/schemas/facet-unionST-err1_0_0.err
5208 result/schemas/hexbinary_0_1.err
5209 result/schemas/list* result/schemas/restriction-attr1_0_0.err
5210 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
5211 Adapted output.
5212
5213Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5214
5215 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
5216 xmlSchemaTypeFixup; this ensures facets of inherited types to be
5217 checked prior to facets of derived types - which caused a seg
5218 fault otherwise (bug #158216, reported by Frans Englich).
5219
5220Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
5221
5222 * gentest.py, testapi.c: further enhancement, now all
5223 compilation warnings have been fixed.
5224 * xmlschemastypes.c: added NULL check for one function
5225
5226Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
5227
5228 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
5229 on a couple of lines)
5230 * gentest.py, testapi.c: enhanced to reduce compilation warnings
5231
5232Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5233
5234 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
5235
5236Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5237
5238 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
5239 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
5240 normalization for 'normalizedString'.
5241 Added xmlSchemaWhiteSpaceReplace to the API.
5242
5243Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
5244
5245 * Makefile.am: forgot a $(srcdir)
5246 * encoding.c: stupid error wrong name #157976
5247
5248Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
5249
5250 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
5251
5252Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5253
5254 * python/generator.py python/libxml.c python/libxml2class.txt
5255 python/libxml_wrap.h python/types.c: Applied patch from Brent
5256 Hendricks adding support for late DTD validation.
5257 * python/tests/Makefile.am python/tests/dtdvalid.py
5258 python/tests/test.dtd: integrated the provided regression test
5259
5260Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
5261
5262 * configure.in: detect when struct sockaddr_storage
5263 has the __ss_family member instead of ss_family and
5264 behave accordingly. We now can use ipv6 on aix.
5265
5266Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
5267
5268 * Makefile.am gentest.py testapi.c: integrated in "make tests"
5269 added -q option, and more conditional features fixes
5270 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
5271 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
5272 include/libxml/debugXML.h: various compilation and conditional
5273 cleanups.
5274 * doc/*: regenerated
5275
5276Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
5277
5278 * gentest.py testapi.c: better handling of conditional features
5279 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
5280 on parser contexts closed leaks, error messages
5281
5282Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
5283
5284 * xpath.c: fixed problem concerning XPath context corruption
5285 during function argument evaluation (bug 157652)
5286
5287Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5288
5289 * testapi.c: more types.
5290 * parserInternals.c xpath.c: more fixes
5291
5292Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5293
5294 * gentest.py testapi.c: better parser options coverage
5295 * SAX2.c xpath.c: more cleanups.
5296
5297Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
5298
5299 * testapi.c: trying to fix some optional support brokenness
5300
5301Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
5302
5303 * gentest.py testapi.c: more coverage
5304 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
5305
5306Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
5307
5308 * gentest.py testapi.c: more coverage
5309 * SAX2.c parser.c parserInternals.c: more fixes
5310
5311Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5312
5313 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
5314
5315Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
5316
5317 * gentest.py testapi.c: more types, more coverage
5318 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
5319 xmlschemastypes.c: more problems fixed
5320
5321Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5322
5323 * gentest.py: fixed test file corruption problem
5324
5325Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
5326
5327 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
5328
5329Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5330
5331 * testapi.c: augmented the number of types
5332
5333Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
5334
5335 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
5336 bug fixes and documentation updates.
5337
5338Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
5339
5340 * gentest.py testapi.c: augmented type autogeneration for enums
5341 * xpath.c include/libxml/xpath.h: removed direct error reporting.
5342
5343Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5344
5345 * encoding.c: fixed a regression in iconv support.
5346
5347Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
5348
5349 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
5350 for unknown pointer types
5351 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
5352 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
5353 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
5354 xpointer.c: This uncovered an impressive amount of entry points
5355 not checking for NULL pointers when they ought to, closing all
5356 the open gaps.
5357
5358Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
5359
5360 * catalog.c: fixed problem with NULL entry (bug 157407)
5361 * xpath.c: fixed a couple of warnings (no change to logic)
5362
5363Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5364
5365 * gentest.py testapi.c: more coverage
5366 * xmlunicode.c: one fix
5367
5368Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
5369
5370 * entities.c: fixed a compilation problem on a recent change
5371
5372Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
5373
5374 * gentest.py testapi.c: more coverage
5375 * nanoftp.c tree.c: more fixes
5376
5377Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5378
5379 * gentest.py testapi.c: fixed the way the generator works,
5380 extended the testing, especially with more real trees and nodes.
5381 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
5382 of real problems found and fixed.
5383 * entities.c: fix error reporting to go through the new handlers
5384
5385Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
5386
5387 * parser.c: dohh ... stupid change killing xmlParseDoc()
5388
5389Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5390
5391 * gentest.py testapi.c: changing the way the .c is generated,
5392 extending the tests coverage
5393 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
5394 function signatures, regenerating stuff
5395 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
5396
5397Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
5398
5399 * gentest.py testapi.c: extending the tests coverage
5400
5401Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5402
5403 * Makefile.am: gentest.py was missing from the EXTRA_DIST
5404
5405Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
5406
5407 * gentest.py testapi.c: extending the tests coverage
5408 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
5409
5410Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5411
5412 * gentest.py testapi.c: more fixes and extending the tests coverage
5413 * nanoftp.c xmlIO.c: more fixes and hardening
5414
5415Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
5416
5417 * gentest.py testapi.c: more fixes and extending the tests coverage
5418 * valid.c: bunch of cleanups and 2 leaks removed
5419
5420Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
5421
5422 * gentest.py testapi.c: more fixes and extending the tests coverage
5423 * list.c tree.c: more fixes and hardening
5424
5425Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5426
5427 * gentest.py testapi.c: more fixes and extending the tests coverage
5428 * relaxng.c include/libxml/relaxng.h: adding a type init interface
5429 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
5430 cleanups and bug fixes raised by the regression tests
5431
5432Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
5433
5434 * gentest.py testapi.c: more fixes and extending the tests coverage
5435 * xmlwriter.c list.c: more hardeing of APIs
5436 * doc/apibuild.py: skip testapi.c when scanning the C files.
5437
5438Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
5439
5440 * gentest.py testapi.c: more testing and coverage
5441 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
5442 * doc/*: rebuilt
5443
5444Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
5445
5446 * gentest.py testapi.c: more developments on the API testing
5447 * HTMLparser.c tree.c: more cleanups
5448 * doc/*: rebuilt
5449
5450Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
5451
5452 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
5453 * Makefile.am gentest.py testapi.c: work on generator of an
5454 automatic API regression test tool.
5455 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
5456 xmlstring.c: various API hardeing changes as a result of running
5457 teh first set of automatic API regression tests.
5458 * test/slashdot16.xml: apparently missing from CVS, commited it
5459
5460Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5461
5462 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5463 on #fedora-devel
5464
5465Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
5466
5467 * parser.c: fixed a bug reported by Petr Pajas on the list and
5468 affecting XML::Libxml
5469
5470Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
5471
5472 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
5473 sure the conversion functions return the number of byte written.
5474 Had to fix one of the examples.
5475
5476Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5477
5478 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5479
5480Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5481
5482 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
5483 Brent Hendricks in the mailing-list
5484 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5485 parserInternals.c: fix #156626 and more generally how to find out
5486 if a validation contect is part of a parsing context or not. This
5487 can probably be improved to make 100% sure that vctxt->userData
5488 is the parser context too. It's a bit hairy because we can't
5489 change the xmlValidCtxt structure without breaking the ABI since
5490 this change xmlParserCtxt information indexes.
5491
5492Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5493
5494 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
5495 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
5496
5497Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5498
5499 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
5500 (bug 156527)
5501
5502Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5503
5504 * nanoftp.c nanohttp.c: second part of the security fix for
5505 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
5506
5507Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5508
5509 * nanoftp.c: applied fixes for a couple of potential security problems
5510 * tree.c valid.c xmllint.c: more fixes on the string interning checks
5511
5512Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5513
5514 * debugXML.c include/libxml/xmlerror.h: added checking for names
5515 values and dictionnaries generates a tons of errors
5516 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
5517 include/libxml/tree.h: fixing the errors in the regression tests
5518
5519Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5520
5521 * parser.c: modified the handling of _private for entity
5522 expansion (bug 155816)
5523
5524Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5525
5526 * parser.c: fixed the leak reported by Volker Roth on the list
5527 * test/ent10 result//ent10*: added a specific test for the problem
5528
5529Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
5530
5531 * valid.c: unlinked the internal subset within xmlValidateDtd
5532 (bug 141827)
5533 * configure.in: added -Wall to developer's flags
5534 * doc/examples/reader4.res: added to CVS
5535
5536Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5537
5538 * HTMLparser.c: added support for HTML PIs #156087
5539 * test/HTML/python.html result/HTML/python.html*: added specific tests
5540
5541Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5542
5543 * threads.c: fixed nasty bug #156087
5544
5545Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5546
5547 * python/libxml.c: fixed a problem occuring only in x86_64 when
5548 very large error messages are raised to the Python handlers.
5549
5550Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5551
5552 * xmlschemas.c: fixed a memory bug
5553 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
5554 and regenerated the directory
5555
5556Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5557
5558 * include/libxml/xmlreader.h xmlreader.c: applied patch from
5559 Graham Bennett adding 4 convenience functions to the reader API.
5560
5561Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5562
5563 * debugXML.c: excluded a few nodes (with no content) from the
5564 string check routine.
5565
5566Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
5567
5568 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5569 raise a problem, need debug
5570
5571Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5572
5573 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
5574 #155240 building outside the source tree. but make tests fails.
5575
5576Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5577
5578 * debugXML.c include/libxml/xmlerror.h: added namespace checking
5579
5580Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5581
5582 * debugXML.c: some framework preparation to add namespace checkings
5583
5584Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
5585
5586 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
5587 adding the tree debug mode
5588 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
5589 by the debug mode.
5590 * SAX2.c: another tree fix from Rob Richards
5591
5592Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
5593
5594 * catalog.c: small change to last fix, to get xml:base right
5595
5596Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5597
5598 * catalog.c: added code to handle <group>, including dumping
5599 to output (bug 151924).
5600 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
5601 cleanup (no change to logic)
5602
5603Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
5604
5605 * configure.in debugXML.c include/libxml/xmlversion.h.in
5606 include/libxml/xmlwin32version.h.in: revamped the XML debugging
5607 module and prepare for a new checking mode
5608
5609Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5610
5611 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
5612
5613Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5614
5615 * python/generator.py python/libxml.c python/tests/outbuf.py:
5616 applied patch from Malcolm Tredinnick fixing bug #154294
5617 related to saving to python file objects.
5618
5619Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5620
5621 * tree.c: changed xmlHasNsProp to properly handle a request for
5622 the default namespace (bug 153557)
5623
5624Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5625
5626 * parser.c: fixed problem with dictionary handling within
5627 xmlParseInNodeContext (bug 153175)
5628
5629Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5630
5631 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5632 check-xinclude-test-suite.py, check-xml-test-suite.py,
5633 check-xsddata-test-suite.py, doc/examples/index.py: changed
5634 changed sys.path setting from 'append' to 'insert' (patch
5635 supplied by Malcolm Tredinnick) (bug 153716)
5636
5637Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5638
5639 * include/libxml/parserInternals.h: added two new macros
5640 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5641 parsing and xpath for testing data not necessarily
5642 unicode.
5643 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5644 IS_DIGIT_CH macros to ascii versions (bug 153936).
5645
5646Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5647
5648 * error.c: added some coding to attempt to display which file
5649 contains an error when using XInclude (bug 152623)
5650
5651Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5652
5653 * configure.in: stupid cut'n paste bug in xmllint detection
5654
5655Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5656
5657 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5658
5659Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5660
5661 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5662 include/libxml/schemasInternals.h: Parsing of <complexContent>
5663 - handle attribute 'mixed', catch illegal attributes.
5664 Parsing of <complexType> - handle attributes 'abstract',
5665 'final' and 'block', catch illegal attributes.
5666 Validation of complex types - handle abstract types.
5667 Added handling of default/fixed attributes and element values.
5668 Per validation option attribute nodes/text nodes are created
5669 on the instance.
5670 Added the corresponding constraints for fixed/default.
5671 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5672 to the external API.
5673 Extended element declaration constraints.
5674 Got rid of perseverative creation of temporery validation/parser
5675 contexts.
5676 Added handling of xsi:schemaLocation and
5677 xsi:noNamespaceSchemaLocation.
5678 Fixed xsi:type component resolution if using non-prefixed
5679 QNames.
5680 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5681 Enabled namespace awareness of the content model if using the
5682 model group "all".
5683 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5684 which broke the test.
5685 * xstc/xstc.py: Workaround to accomodate case insensitive
5686 test definitions in ms-test.def.xml (was missing in a previous
5687 commit).
5688
5689Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5690
5691 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5692 adding option not to load dtd from the drv_libxml2.py module
5693 #134633
5694
5695Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5696
5697 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5698 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5699 warning generated by the Nonstop Kernel Open System Services
5700 compiler #151710
5701
5702Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5703
5704 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5705 python exception hierarchy #139824
5706
5707Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5708
5709 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5710 E20 concerning NMTOKENS and co. validation #153722
5711 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5712 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5713
5714Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5715
5716 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5717 #153713
5718 * xpath.c: fixed a realloc potential problem
5719
5720Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5721
5722 * Makefile.am: fixed make valgrind xstc
5723
5724Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5725
5726 * xmlschemastypes.c: fixing an out of bound adressing issue
5727
5728Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5729
5730 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5731 code cleanups.
5732
5733Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5734
5735 * parser.c: fixed a bunch of errors when realloc failed.
5736
5737Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5738
5739 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5740 by Purify on Windows.
5741
5742Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5743
5744 * xmllint.c: added --timing --copy timing for the copy
5745 * vms/build_libxml.com: applied patch from Craig Berry
5746 to build with recent releases
5747
5748Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5749
5750 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5751 xmlNanoHTTPContentLength to the external API (bug151968).
5752 * parser.c: fixed unnecessary internal error message (bug152060);
5753 also changed call to strncmp over to xmlStrncmp.
5754 * encoding.c: fixed compilation warning (bug152307).
5755 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5756 a couple of compilation warnings.
5757 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5758 warnings; no change to logic.
5759
5760Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5761
5762 * parser.c: removed some extern before function code reported by
5763 Kjartan Maraas on IRC
5764 * legacy.c: fixed compiling when configuring out the HTML parser
5765 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5766 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5767 of the HTML parser data structures, current data generate a huge
5768 amount of ELF relocations at loading time.
5769
5770Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5771
5772 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5773 in the change log and cleanup of space/tabs issues.
5774
5775Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5776
5777 * xmlschemas.c include/libxml/schemasInternals.h
5778 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5779 Simpified attribute wildcard creation and assignment to get rid
5780 of memory leaks.
5781 Restructured the validation process.
5782 Restructured and expanded parsing of <attributeGroup>.
5783 Added initial handing of xsi:type.
5784 Advanced handling of xsi:nil (should work now for simple types).
5785 Added construction of schemata using xsi:schemaLocation and
5786 xsi:noNamespaceSchemaLocation; this is not enabled, since
5787 no corresponding API exists yet.
5788 Moved the content model to complex type components.
5789 Resolution of types for attributes will look for simple types
5790 only (incl. all the built-in simple types).
5791 Extended parsing of 'anyAttribute'.
5792 Fixed content-type type for complex types if derived from
5793 'anyType' using the short-hand form (see bug # 152470,
5794 submitted by Thilo Jeremias).
5795 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5796 * xstc/xstc.py: Workaround to accomodate case insensitive
5797 test definitions in ms-test.def.xml.
5798 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5799 result/schemas/ns0_1_2.err: Adapted.
5800
5801Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5802
5803 * xmlwriter.c: changed char array initialisation to avoid a
5804 complaint from some compiler(s) (bug 152308)
5805
5806Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5807
5808 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5809 routine suggested by Mark Itzcovitz
5810
5811Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5812
5813 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5814 which is that notation not in the internal subset should
5815 not be saved, and the second more nasty on an error saving
5816 NOTATIONs, if there is a proof that nobody uses notations !
5817
5818Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5819
5820 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5821 xmlSchemaValidateOneElement to the XML Schema validation API,
5822 as proposed by Jeffrey Fink - see bug # 152073.
5823
5824Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5825
5826 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5827 checking for xmllint and xsltproc in configure.in, fixed
5828 make dist w.r.t. the new xstc subdir.
5829 * doc/*: rebuilt
5830
5831Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5832
5833 * xstc/xstc.py: Changed to finally validate instance documents.
5834
5835Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5836
5837 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5838 heavy ... weight 250MB of VM !
5839
5840Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5841
5842 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
5843 more cleanup in integrating the xstc testsuite
5844
5845Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5846
5847 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
5848 starting to integrate the xstc suite in the normal regression
5849 tests
5850
5851Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5852
5853 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5854 set correctly.
5855
5856Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5857
5858 * check-xinclude-test-suite.py: when output and expected do not match
5859 exactly run diff to put the differences in the log c.f. #148691
5860
5861Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5862
5863 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5864 xstc/sun-test-def.xml: Initial release of generation files to
5865 create python test scripts, which will run the W3C XML Schema Test
5866 Collection. The ms-test-def.xml and sun-test-def.xml files
5867 were extracted from the online HTML XSTC results [1], since they did
5868 not exist for the SUN tests, and only partially did exist for the
5869 MS tests. The NIST definition file was created by concatenation
5870 of the existing definition files for each single datatype.
5871 The stylesheet "xstc-to-python.xslt" should be run against the
5872 definition files to produce the python scripts.
5873 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5874 results-master.html"
5875
5876Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5877
5878 * xmlschemas.c include/libxml/schemasInternals.h
5879 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5880 a format argument was missing.
5881 Fixed wrong assignment of the owner of a wildcard in
5882 xmlSchemaBuildAttributeValidation (in the shorthandform of
5883 <complexType>; this caused a seg fault, due to a double-free
5884 of the wildcard.
5885 Added a check for circular attribute group references.
5886 Added a check for circular model group definition references.
5887 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5888
5889Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5890
5891 * xmlstring.c: modified comments on xmlGetUTF8Char in
5892 response to bug 151760 (no change to logic)
5893
5894Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5895
5896 * xmlstring.c: fixed error reported on the list caused by
5897 my last change
5898
5899Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5900
5901 * NEWS configure.in doc/*: release of libxml2-2.6.13
5902
5903Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5904
5905 * xmlIO.c: fixing #151456, an encoding error could generate
5906 a serialization loop.
5907
5908Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5909
5910 * Makefile.am: also produce a tar ball with just the sources
5911 * xmllint.c: added --path option and --load-trace options to
5912 xmllint, RFE #147740 based on xsltproc versions
5913 * doc/xmllint.* doc/*: updated the man page and rebuilt
5914
5915Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5916
5917 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5918 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5919 update the test.
5920 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5921 in previous commit.
5922 * Makefile.am: added a message in the regression tests
5923
5924Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5925
5926 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5927 with default namespace when a named prefix with the same href
5928 was present (reported on the mailing list by Karl Eichwalder.
5929 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5930 Julius Mittenzwei.
5931 * dict.c: added a typecast to try to avoid problem reported by
5932 Pascal Rodes.
5933
5934Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5935
5936 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5937 not create a computed value on a facet and thus crashed during
5938 validation of instances.
5939 Expanded validity checks for min/maxOccurs attributes.
5940 Expanded validity checks for the value of the attribute "form".
5941
5942Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5943
5944 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5945 mailing list by Julius Mittenzwei
5946
5947Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5948
5949 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5950 Red Hat bug #124942
5951
5952Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5953
5954 * parser.c: remove a warning on Solaris
5955 * xmlschemastype.c: fix a crashing bug #151111
5956
5957Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5958
5959 * test/schemas/import-bad-1_0.imp: Added missing test file.
5960 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5961 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5962 - see #150840.
5963 Changed the import of schemas to allow failure of location
5964 of a resource to be imported.
5965 * result/schemas/all_* result/schemas/any3_0_0.err
5966 result/schemas/choice_* result/schemas/import1_0_0.err
5967 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5968 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5969 result/schemas/ns0_1_2.err: Adapted regression test results.
5970
5971Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5972
5973 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5974 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5975
5976Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5977
5978 * parser.c: fixed path problem in DTD loading reported by
5979 Sameer Abhinkar
5980
5981Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5982
5983 * win32/configure.js: added support for version extra
5984 * win32/Makefile.*: upgraded to zlib 1.2.1
5985
5986Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5987
5988 * configure.in: removing -O -g from default gcc flags #150828
5989
5990Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5991
5992 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5993 and rebuilt the docs.
5994
5995Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5996
5997 * python/libxml.c: fix a problem on last commit
5998
5999Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6000
6001 * xmllint.c xpath.c include/libxml/xpath.h
6002 include/libxml/xpathInternals.h python/libxml.c
6003 python/libxml_wrap.h: trying to remove some warning when compiling
6004 on Fedora Core 3 and 64bits
6005
6006Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6007
6008 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
6009 <sequence>, <choice>, <include>, <import>.
6010 Fixed schema defaults (elementFormDefault, etc.) for included
6011 schemas.
6012 Fixed a bug which reported attributes as invalid on
6013 elements declarations with the built-in type 'anyType'.
6014 Added "lax" validation of the content of elements of type
6015 'anyType'.
6016 Fixed: element declarations with the same name were treated
6017 as duplicate if located in the subtree of <choice> -> <sequence>.
6018 (This was bug 150623, submitted by Roland Lezuo)
6019 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
6020 by Igor Kapitanker. (This was bug 150647, submitted by Igor
6021 Kapitanker)
6022 * xmlschemastypes.c: Changed the type of anyType to
6023 XML_SCHEMAS_ANYTYPE.
6024 * include/libxml/xmlerror.h: Added schema parser errors.
6025 * result/schemas/bug145246_0_0*
6026 result/schemas/extension1_0_2.err: Changed test results.
6027 * result/schemas/ct-sc-nobase_0_0*
6028 result/schemas/facet-whiteSpace_0_0*
6029 result/schemas/import1_0_0* result/schemas/import2_0_0*
6030 result/schemas/include2_0_0* result/schemas/include3_0_0*
6031 result/schemas/restriction-attr1_0_0*
6032 result/schemas/seq-dubl-elem1_0_0*
6033 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
6034 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
6035 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
6036 test/schemas/import2_0* test/schemas/include2_0*
6037 test/schemas/include3_0* test/schemas/restriction-attr1_0*
6038 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
6039 test/schemas/xsd-list-itemType_0*: Added new tests and missing
6040 files.
6041
6042Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6043
6044 * Makefile.am configure.in: a bit of cleanup and a extra variable for
6045 CVS dist
6046
6047Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
6048
6049 * doc/xmllint.xml, xmllint.1, xmllint.html:
6050 Edit and rebuild the man pages with Daniel's C14 update
6051
6052Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
6053
6054 * parser.c: fixed missing line numbers on entity as reported
6055 on the list by Steve Cheng
6056
6057Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
6058
6059 * configure.in globals.c include/libxml/xmlversion.h.in
6060 include/libxml/xmlwin32version.h.in: added some code to
6061 include the CVS ChangeLog version in the xmlParserVersion
6062 string (printed by xmllint with --version)
6063
6064Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6065
6066 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
6067 python/libxml.c python/libxml_wrap.h python/types.c
6068 python/tests/schema.py python/tests/Makefile.am: Applied patch
6069 from Torkel Lyng to add Schemas support to the Python bindings
6070 and extend the schemas error API, registered a new test.
6071 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
6072
6073Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6074
6075 * debugXML.c: added help for new set shell command
6076 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
6077 added parser option to not generate XInclude start/end nodes,
6078 added a specific option to xmllint to test it fixes #130769
6079 * Makefile.am: regression test the new feature
6080 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
6081
6082Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
6083
6084 * xmlIO.c: small typo pointed out by Mike Hommey
6085 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
6086 the --c14n description, c.f. #144675 .
6087 * nanohttp.c nanoftp.c: applied a first simple patch from
6088 Mike Hommey for $no_proxy, c.f. #133470
6089 * parserInternals.c include/libxml/parserInternals.h
6090 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
6091 in includes #137414
6092 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
6093 first version of the inplementation of parsing within
6094 the context of a node in the tree #142359, new function
6095 xmlParseInNodeContext(), added support at the xmllint --shell
6096 level as the "set" function
6097 * test/scripts/set* result/scripts/* Makefile.am: extended
6098 the script based regression tests to instrument the new function.
6099
6100Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
6101
6102 * doc/xmllint.xml, xmllint.html, xmllint.1:
6103 add c14n to man page (man, it's hard to keep up with
6104 Daniel!)
6105
6106Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
6107
6108 * doc/xmllint.xml, xmllint.html, xmllint.1:
6109 add pattern, walker, maxmem, output and xmlout to man page
6110 fixes #144675
6111
6112Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6113
6114 * xmllint.c: added a --c14n option to canonicalize the output
6115 should close the RFE #143226
6116
6117Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6118
6119 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
6120 * xmlcatalog.c: applied patch from Albert Chin to add a
6121 --no-super-update option to xmlcatalog see #145461
6122 and another patch also from Albert Chin to not crash
6123 on -sgml --del without args see #145462
6124 * Makefile.am: applied another patch from Albert Chin to
6125 fix a problem with diff on Solaris #145511
6126 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
6127 in bug #148115
6128 * python/libxml.py: apply fix from Marc-Antoine Parent about
6129 the errors in libxml(2).py on the node wrapper #135547
6130
6131Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
6132
6133 * Makefile.am: added a dumb rule to able to compile tst.c
6134 when people submit a sample test program
6135 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
6136 to document xmlSchemasSetValidErrors() limitations, #141827
6137 * error.c: Add information in generic and structured error
6138 setter functions that this need to be done per thread #144308
6139 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
6140 bug #144162
6141 * doc/xmllint.xml: typo fix #144840
6142
6143Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
6144
6145 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
6146 include/libxml/schemasInternals.h include/libxml/xmlerror.h
6147 include/libxml/xmlschemastypes.h: applied Schemas patches
6148 from Kasimier Buchcik
6149 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
6150 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
6151 lot of new tests for things fixed by the patch
6152
6153Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
6154
6155 * valid.c: fixed my mis-handling of External ID on last
6156 change.
6157
6158Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
6159
6160 * valid.c: changed the parsing of a document's DTD to use
6161 the proper base path (bug 144366)
6162
6163Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6164
6165 * Makefile.am config.h.in configure.in python/Makefile.am:
6166 applied a patch from Gerrit P. Haase to get python bindings
6167 on Cygwin
6168
6169Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
6170
6171 * include/libxml/valid.h: elaborated on description of
6172 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
6173 144760)
6174 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
6175 minor fixes to comments for doc rebuilding errors.
6176 * doc/*.html: rebuilt the docs
6177
6178Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6179
6180 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
6181 fixes documentation glitches raised by Oliver Stoeneberg
6182
6183Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
6184
6185 * tree.c: fixed problem with memory leak on text nodes in DTD
6186 (bug 148965) with patch provided by Darrell Kindred
6187
6188Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6189
6190 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
6191 (bug 149041)
6192
6193Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
6194
6195 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
6196 info posted to the mailing list.
6197
6198Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6199
6200 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
6201 xmlreader.c, include/libxml/tree.h: many further little changes
6202 for OOM problems. Now seems to be getting closer to "ok".
6203 * testOOM.c: added code to intercept more errors, found more
6204 problems with library. Changed method of flagging / counting
6205 errors intercepted.
6206
6207Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6208
6209 * tree.c: applied a couple of patch one from Oliver Stoeneberg
6210 and another one from Rob Richards fixing #148448
6211
6212Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6213
6214 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
6215 setting doc->charset.
6216
6217Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
6218
6219 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
6220 fixes for out of memory condition, mostly from Olivier
6221 Andrieu.
6222 * testOOM.c: some further improvement by Olivier, with
6223 a further small enhancement for easier debugging.
6224
6225Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
6226
6227 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
6228 implemented patches supplied by Olivier Andrieu
6229 (bug 148588), plus made some further enhancements, to
6230 correct some problems with out of memory conditions.
6231 * testOOM.c: improved with patches from Olivier Andrieu
6232
6233Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
6234
6235 * tree.c: put in patch for Windows buffer re-allocation
6236 submitted by Steve Hay (bug 146697)
6237
6238Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
6239
6240 * xinclude.c: added some code to check, when an include is
6241 done, whether the requested URL gets mapped to some other
6242 location (e.g. with a catalog entry) and, if so, take care
6243 of the xml:base properly (bug 146988)
6244
6245Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
6246
6247 * error.c: fixed to assure user data param is set correctly
6248 when user structured error handler is called (bug 144823)
6249
6250Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
6251
6252 * xmlreader.c: fixed problem with reader state after
6253 processing attributes (bug 147993)
6254
6255Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6256
6257 * configure.in, Makefile.am: put in an auto* check for the
6258 path to perl (if it exists), and modified make Timingtests
6259 to use that path instead of just executing the dbgenattr.pl
6260 script (bug 148056)
6261
6262Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6263
6264 * python/generator.py: added a check on the argument for some
6265 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
6266 reported on the list). Further enhancement should be done
6267 to auto-create the appropriate object.
6268 * python/libxml.c: minor fix for a warning message; added a
6269 routine, currently not used, to report the description of a
6270 PyCObject.
6271 * python/libxml2class.txt: regenerated
6272
6273Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6274
6275 * catalog.c test/catalogs/white* result/catalogs/white*:
6276 applied patches from Peter Breitenlohner to fix handling
6277 of white space normalization in public ids and add tests
6278
6279Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6280
6281 * xmlmemory.c: applied a small fix from Steve Hay
6282
6283Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
6284
6285 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
6286 the xpath context document pointer (part of fix to libxslt
6287 bug 147445)
6288
6289Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
6290
6291 * python/libxml.py: ran 'expand' on the file to get rid of mixture
6292 of tabs and spaces (bug 147424)
6293
6294Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
6295
6296 * python/drv_libxml.py: added an encoding "special comment" to avoid
6297 warning message in python2.3 (bug 146889)
6298 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
6299 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
6300 * xpath.c: enhanced to take advantage of current libxslt handling
6301 of tmpRVT. Fixes bug 145547.
6302
6303Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6304
6305 * libxml.h uri.c: fixed a couple of problems in the new
6306 elfgcchack.h trick pointed by Peter Breitenlohner
6307
6308Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6309
6310 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
6311 which prevented building with --with-minimum
6312
6313Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6314
6315 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
6316 docs
6317
6318Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6319
6320 * parser.c: make the push interfaces synchronous
6321 * python/tests/sync.py: added a specific test
6322 * python/tests/Makefile.am doc/examples/Makefile.am
6323 doc/examples/index.py: added the new test, cleaning up
6324 "make tests" output
6325
6326Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6327
6328 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
6329 datatype facet problem with recent changes.
6330
6331Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
6332
6333 * python/libxml.c: Changed the number of XPath extension functions
6334 allowed to be variable-length (patch supplied by Marc-Antoine
6335 Parent, bug 143805). Added code to "unregister" the functions
6336 when the parser cleanup takes place.
6337
6338Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6339
6340 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
6341 some updates with memory debugging facilities while messing
6342 with libxslt python bindings
6343
6344Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6345
6346 * python/libxml.c python/generator.py python/libxml.py
6347 python/libxml2-python-api.xml python/libxml2class.txt:
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006348 applied patch from Stéphane Bidoul to fix some Python bindings
William M. Brack11be2d02007-01-24 19:17:19 +00006349 initialization, then had to change the parserCleanup()
6350 to handle memory released there.
6351 * xmlmemory.c: added more debugging comments.
6352
6353Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6354
6355 * xmlreader.c: seems the reader buffer could be used while not
6356 allocated, fixes bug #145218
6357
6358Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6359
6360 * python/generator.py: do not provide functions used as destructor
6361 of classes as public methods to avoid double-free problem like
6362 in bug #145185
6363
6364Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
6365
6366 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
6367 Now compiles warning-free, all tests passed.
6368 * SAX2.c: small change to comments for documentation.
6369 No change to logic.
6370
6371Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
6372
6373 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
6374
6375Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
6376
6377 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
6378 allocation problem
6379
6380Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
6381
6382 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
6383 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
6384 applied Schemas patches from Kasimier Buchcik, there is still
6385 one open issue about referencing freed memory.
6386 * test/schemas/* result/schemas/*: updated with new tests from
6387 Kasimier
6388
6389Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
6390
6391 * include/libxml/globals.h include/libxml/xmlIO.h
6392 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
6393 to globals.h to avoid some troubles pointed out by Rob Richards
6394
6395Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6396
6397 * libxml.m4: applied changes suggested by Mike Hommey, remove
6398 libxml1 support and use CPPFLAGS instead of CFLAGS
6399
6400Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6401
6402 * libxml.spec.in: another, more 'experimental' feature to
6403 get compiler optimization based on gcc runtime profiling
6404
6405Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6406
6407 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
6408 Ven suggestion to reduce ELF footprint and generated code. Based on
6409 aliasing of libraries function to generate direct call instead of
6410 indirect ones
6411 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
6412 generation of elfgcchack.h based on the API description, extended
6413 the API description to show the conditionals configuration flags
6414 required for symbols.
6415 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
6416 * doc/*: regenerated the docs.
6417
6418Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
6419
6420 * regressions.py, regressions.xml: new files for running
6421 regression tests under Python. Not yet complete, but
6422 should provide good testing under both Linux and Windows.
6423 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
6424 for --push testing to include the 'rb' param when compiled
6425 under Windows.
6426
6427Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6428
6429 * uri.c: fixed a problem when base path was "./xxx"
6430 * result/XInclude/*: 5 test results changed by above.
6431 * Makefile.am: fixed a couple of spots where a new
6432 result file used different flags that the testing one.
6433
6434Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
6435
6436 * valid.c: suppressed warnings from within xmlValidGetValidElements
6437 (bug 144644)
6438 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
6439 (bug 144245)
6440
6441Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6442
6443 * valid.c: implemented bugfix from Massimo Morara for DTD
6444 dumping problem.
6445 * test/valid/t10.xml, result/valid/t10.*: added regression
6446 for above
6447 * configure.in: small change for my profile settings
6448
6449Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
6450
6451 * doc/xmlcatalog_man.xml, xmlcatalog.1
6452 Docs patch from Ville Skytta, bugzilla #144841
6453
6454Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
6455
6456 * doc/xmllint.xml, xmllint.html, xmllint.1
6457 update man page to reflect William's newly disciplined return
6458 code mojo
6459
6460Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6461
6462 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
6463 compilation errors when configured with --with-minimum
6464
6465Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6466
6467 * debugXML.c: applied patch from Stefano Debenedetti to register
6468 namespaces in the debug shell
6469
6470Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6471
6472 * xmlreader.c: fix from Steve Ball and update of the comment.
6473 * Makefile.am result/errors/*.str: William pointed out that
6474 the streaming error checking part wasn't streaming, fixing
6475
6476Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6477
6478 * catalog.c: patch from Igor for the default catalog path on Windows
6479
6480Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6481
6482 * configure.in: apparently wasn't updated last time
6483
6484Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6485
6486 * configure.in, xmlmemory.c, globals.c: fixed problem when
6487 configuring using --with-thread-alloc
6488
6489Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6490
6491 * win32/configure.js win32/Makefile.* minor changes for the new
6492 layout of the Windows binary package
6493
6494Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6495
6496 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
6497 from Kasimier Buchcik for Schema Component Constraints
6498 * test/schemas/* result/schemas/*: added the regression tests
6499
6500Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6501
6502 * xmllint.c: fixed missing error return code for schema
6503 validation (bug 143880), also changed over to an enum for
6504 defining the error return codes for all conditions.
6505
6506Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6507
6508 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
6509 problem when substituing entities using the Reader, the entities
6510 content might be freed and if rereferenced would crash
6511 * Makefile.am test/* result/*: added a new test case and a new
6512 test operation for the reader with substitution of entities.
6513
6514Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6515
6516 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
6517 applied patch from Rob Richards for the per thread I/O mappings
6518
6519Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6520
6521 * xinclude.c: some further enhancement to take care of
6522 xml:base for XPointer elements (bug 143886). Also fixed
6523 a problem when xml:base was already specified on an
6524 XInclude'd element.
6525
6526Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
6527
6528 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
6529 (bug 143738).
6530
6531Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
6532
6533 * uri.c, include/libxml/uri.h: added a new routine
6534 xmlBuildRelativeURI needed for enhancement of xinclude.c
6535 * xinclude.c: changed handling of xml:base (bug 135864)
6536 * result/XInclude/*: results of 5 tests changed as a result
6537 of the above change
6538
6539Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6540
6541 * test/schemas/* result/schemas/*: added a bunch of tests from
6542 Kasimier Buchcik posted on May 11
6543
6544Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6545
6546 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
6547 of wildcards attribute handling
6548 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6549 regression tests
6550
6551Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6552
6553 * parser.c: fixed a bug where invalid charrefs may not be detected
6554 sometimes as pointed by Morus Walter.
6555 * test/errors/charref1.xm result/errors/charref1.xml*: added the
6556 test in the regression suite.
6557
6558Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6559
6560 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
6561 also corrected typo on error code enum.
6562 * include/libxml/xmlerror.h: corrected typo on schema error
6563 code enum
6564
6565Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6566
6567 * xmlschemas.c: minor cosmetic changes, no change to logic.
6568 * result/schemas/attruse_0_[12].err: regenerated
6569 * globals.c: added a newline at end to make gcc happy
6570
6571Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
6572
6573 * xmlschemas.c include/libxml/schemasInternals.h
6574 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
6575 implementing attribute uses and wildcards.
6576 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
6577
6578Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6579
6580 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
6581 Rob Richards for custom I/O BufferCreateFilenane fixes bug
6582 #143366
6583
6584Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6585
6586 * xpath.c: fixed problem with predicate evaluation on an
6587 empty nodeset (bug 143409)
6588
6589Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6590
6591 * testSAX.c: fixed problem with attribute listing (bug 142674)
6592 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
6593 gets called (bug 142686)
6594
6595Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6596
6597 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
6598 Charles Bozeman fixing a side effect in date handling
6599
6600Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
6601
6602 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
6603 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
6604
66052004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6606
6607 * c14n.c: fixed c14n bug with serializing attribute namespaces
6608
6609Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6610
6611 * xpath.c: fixed to allow '+' in exponent of number
6612 (bug 143005)
6613 * SAX2.c: fixed typo in last commit
6614
6615Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6616
6617 * SAX2.c: skipped call to xmlValidateNCName when compiling
6618 --with-minimum (bug 142917)
6619
6620Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6621
6622 * catalog.c: reverted the broken change.
6623
6624Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6625
6626 * NEWS doc/*: updated the docs for 2.6.10
6627
6628Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6629
6630 * configure.in : releasing 2.6.10
6631
6632Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6633
6634 * tree.c: avoid returning default namespace when searching
6635 from an attribute
6636 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6637 back to escaping " since the normal serialization routines do not
6638 use it anymore, should close bug #134477 . Tried to make
6639 the writer avoid it too but it didn't work.
6640
6641Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6642
6643 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6644 handling and added direct links to bugzilla report for
6645 bug numbers.
6646
6647Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6648
6649 * error.c: modified to assure proper user data is sent to
6650 structured error routine (bug 142598)
6651
6652Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6653
6654 * catalog.c: a couple of large static variable which should really
6655 not be declared as such cluttered the .bss section.
6656
6657Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6658
6659 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6660 libxslt ChangeLog
6661
6662Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6663
6664 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6665 ChangeLog page generation. The awk shoudl escape characters
6666 not okay in XML and the xslt should make links to functions
6667 or variables or bug reported in the entries.
6668
6669Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6670
6671 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6672 escaping customization.
6673
6674Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6675
6676 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6677
6678Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6679
6680 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6681
6682Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6683
6684 * parser.c: enhanced the enhancement, fixed another couple of
6685 special cases.
6686
6687Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6688
6689 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6690
6691Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6692
6693 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6694 handling, start to looks better, need to be completed and added
6695 directly at the saving context level.
6696
6697Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6698
6699 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6700 the escape on save routines for better performances (less malloc)
6701 and more flexibility using the new saving context. Preliminary
6702 work, interface will change.
6703
6704Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6705
6706 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6707 element reference within the xs:all construct (bug 139897)
6708
6709Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6710
6711 * xinclude.c: a little further fixing of fallback processing, this
6712 time for fallback with children (bug 139520).
6713
6714Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6715
6716 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6717 allow ref in group definition (bug 134411). Also fixed
6718 misc compilation warning messages.
6719 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6720 regenerated (now no error reported).
6721
6722Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6723
6724 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6725 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6726 #141195 about text between comments.
6727
6728Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6729
6730 * xmlschemas.c, include/libxml/schemasInternals.h,
6731 include/libxml/xmlerror.h: Applied patches supplied by
6732 Kasimier Buchcik.
6733 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6734 changed test to account for above patch.
6735
6736Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6737
6738 * python/tests/tstLastError.py: better portability fix for f(*args),
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006739 use apply(f, args) as Stéphane Bidoul suggested
William M. Brack11be2d02007-01-24 19:17:19 +00006740
6741Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6742
6743 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6744 is already present and, if so, to ignore the request to add it.
6745 This has a very dramatic effect on memory requirements as well
6746 as efficiency. It also fixes bug 141762.
6747
6748Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6749
6750 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6751 applied patch from Ed Davis to allow "make tests" to work
6752 with Python 1.5
6753
6754Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6755
6756 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6757 fixes bug #141266
6758 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6759 test
6760
6761Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6762
6763 * Makefile.am: fix for a pedantic make check without make all request
6764
6765Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6766
6767 * uri.c xmlIO.c: fixing some problems in URI unescaping
6768 and output buffer opening, this should fix #141864
6769
6770Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6771
6772 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6773 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6774 Matt Sergeant
6775
6776Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6777
6778 * xmlregexp.c: enhanced the handling of subexpression ranges
6779 which have a minOccurs of 0 (bug 140478 again); cleaned up
6780 comments throughout the module.
6781
6782Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6783
6784 * xmllint.c: adding a --maxmem option to check memory used.
6785
6786Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6787
6788 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6789 bug #141529 i.e. various problems when building with --without-html
6790
6791Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6792
6793 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6794 call the deregistering functions. Also added the check to
6795 xmllint --stream --chkregister .
6796
6797Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6798
6799 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6800 regression tests on Windows
6801
6802Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6803
6804 * xmlreader.c: never commit without running make tests first !
6805
6806Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6807
6808 * xmlreader.c: fix a nasty problem with reading over the end
6809 * xmlsave.c: fix a reported memory leak apparently
6810
6811Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6812
6813 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6814 on Windows.
6815 * xpath.c: the NaN problem also shows up on Borland
6816
6817Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6818
6819 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6820 occurs 0 problems - fixes bug 140478.
6821
6822Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6823
6824 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6825 from Kasimier Buchcik
6826 * xmlschemas.c: recursive xs:extension fix from taihei goi
6827
6828Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6829
6830 * tree.c: small buffer resizing improvement from Morten Welinder
6831 closes #140629
6832
6833Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6834
6835 * xpath.c: last version of the fix for MSC version 1200
6836
6837Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6838
6839 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6840
6841Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6842
6843 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
6844 inexistent functions, cleaned them out.
6845
6846Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6847
6848 * error.c: Johnson Cameron pointed out that
6849 initGenericErrorDefaultFunc() was really wrong.
6850 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
6851 must be made public, added some missing comments on the XMLReader
6852 header.
6853 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6854 from attributes
6855
6856Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6857
6858 * xpath.c: fixed a stupid () error + Mark name.
6859
6860Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6861
6862 * configure.in: preparing 2.6.9 release
6863 * doc/* News: updated and rebuilt the docs
6864
6865Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6866
6867 * xpath.c: relaxed id() to not check taht the name(s) passed
6868 are actually NCName, decided this in agreement with Aleksey Sanin
6869 since existing specs like Visa3D broke that conformance checking
6870 and other tools seems to not implement it sigh...
6871 * SAX2.c: check attribute decls for xml:id and the value is an
6872 NCName.
6873 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6874
6875Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6876
6877 * xpath.c: work around Microsoft compiler NaN bug raise reported
6878 by Mark Vakoc
6879 * xmlschemas.c include/libxml/schemasInternals.h
6880 include/libxml/xmlerror.h: fixed a recusive extention schemas
6881 compilation error raised by taihei goi
6882
6883Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6884
6885 * libxml.spec.in: keep the ChangeLog compressed
6886 * xmlreader.c: fix a segfault when using Close()
6887 * python/tests/Makefile.am python/tests/reader8.py: test for
6888 the Close() reader API.
6889
6890Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6891
6892 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6893 doc/examples/io2.c: minor warning cleanup (no change to logic)
6894 * xinclude: fixed return value for internal function
6895 xmlXIncludeLoadFallback (now always 0 or -1)
6896
6897Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6898
6899 * valid.c: small enhancement to fix bug 139791
6900
6901Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6902
6903 * xmlschemas.c include/libxml/schemasInternals.h
6904 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6905 for the attribute use support
6906 * test/schemas/attruse* result/schemas/attruse*: added the
6907 tests to the regression suite.
6908
6909Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6910
6911 * xmlsave.c: move the TODO as comments as the function while not
6912 finished are usable as-is
6913 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6914 implementing union
6915 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6916 * python/Makefile.am: applied fix from Mike Hommey
6917
6918Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6919
6920 * parser.c: fixed problem with detecting external dtd
6921 encoding (bug 135229).
6922 * Makefile.am: minor change to test label
6923
6924Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6925
6926 * xinclude.c: fixed problem causing duplicate fallback
6927 execution (bug 139520)
6928 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6929 added testcase
6930
6931Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6932
6933 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6934 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6935 4 first regression tests
6936
6937Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6938
6939 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6940 should depend on the version of python used to compile it.
6941
6942Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6943
6944 * HTMLparser.c: applied patch from James Bursa, frameset should
6945 close head.
6946
6947Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6948
6949 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6950 which was causing check-relaxng-test-suite.py test 351 to fail.
6951
6952Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6953
6954 * nanohttp.c: implemented fix for M$ IIS redirect provided
6955 by Ian Hummel
6956 * relaxng.c: fixed problem with notAllowed compilation
6957 (bug 138793)
6958
6959Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6960
6961 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6962 from Mark Vakoc.
6963
69642004-04-01 Johan Dahlin <johan@gnome.org>
6965
6966 * python/.cvsignore: Add generated files, to make cvs silent.
6967
6968Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6969
6970 * xmlschemas.c: small signed-ness patch from Steve Little
6971
6972Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6973
6974 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6975 xmlschemas regexp that William pointed out while working on
6976 #134120
6977 * test/regexp/branch result/regexp/branch: added a specific
6978 regression test
6979
6980Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6981
6982 * Makefile.am: added PYTHONPATH to python tests for Schemas
6983 and RelaxNG
6984 * test/xsdtest/xsdtestsuite.xml: added testfile for
6985 SchemasPythonTests
6986
6987Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6988
6989 * doc/examples/examples.xsl doc/examples/index.html: added
6990 information about compiling on Unix
6991
6992Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6993
6994 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6995 * doc/*: rebuilt to update
6996
6997Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6998
6999 * xmlsave.c: optimize indentation based on the new context
7000
7001Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
7002
7003 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
7004 a very tricky problem when modifying the tree based on an XPath
7005 result query.
7006
7007Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7008
7009 * relaxng.c: fixed problem with IS_COMPILABLE flag
7010 (bug 130216)
7011
7012Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
7013
7014 * parser.c: applied patch from Dave Beckett to correct line number
7015 errors when using push with CDATA
7016
7017Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7018
7019 * doc/examples/xpath1.c: added a test template
7020 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
7021 added a new example, and make valgrind target
7022
7023Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
7024
7025 * parser.c: apply fix for #136693
7026
7027Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
7028
7029 * doc/examples/io2.c
7030 * doc/examples/io2.res
7031 add xmlDocDumpMemory example in response to mailing list FAQ
7032 (rebuilt xml and html also)
7033
7034Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7035
7036 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
7037 patch from Mark Vakoc avoiding using xmlParse* option and use
7038 xmlRead* instead
7039 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
7040 to avoid problems with some pathnames.
7041
7042Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7043
7044 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
7045 the docs.
7046 * Makefile.am: use valgring fro the new Python based regression tests
7047
7048Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7049
7050 * relaxng.c: remove a memory leak on schemas type facets.
7051 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
7052 check-xsddata-test-suite.py: reduce verbosity
7053 * configure.in Makefile.am: incorporated the Python regressions
7054 tests for Relax-NG and Schemas Datatype to "make tests"
7055
7056Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7057
7058 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
7059 Alfred Mickautsch for better DTD support.
7060 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
7061 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
7062 reference counting is handled in the XML parser which had the
7063 side effect of removing a lot of hazardous cruft added to try
7064 to fix the problems associated as they popped up.
7065 * xmlIO.c: FILE * close fixup for stderr/stdout
7066
7067Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7068
7069 * relaxng.c: added an error message when an element is not
7070 found within a <choice> (bug 126093)
7071
7072Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
7073
7074 * xmlregexp.c: enhanced the logic of parsing char groups to
7075 better handle initial or ending '-' (bug 135972)
7076
7077Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
7078
7079 * relaxng.c: added check for external reference in
7080 xmlRelaxNGGetElements (bug 137718)
7081 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
7082 regression test for above
7083
7084Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7085
7086 * nanohttp.c: added a close for the local file descriptor
7087 (bug 137474)
7088
7089Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7090
7091 * xmlsave.c: switched the output routines to use the new context.
7092
7093Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
7094
7095 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
7096 nodes (bug 137153)
7097
7098Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7099
7100 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
7101
7102Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7103
7104 * parser.c: fix bug reported by Holger Rauch
7105 * test/att8 result/noent/att8 result/att8 result/att8.rdr
7106 result/att8.sax: added the test to th regression suite
7107
7108Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7109
7110 * doc/search.php: Minor change for later verson of php requiring
7111 $HTTP_GET_VARS.
7112
7113Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
7114
7115 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
7116 previously used only for recursion, to use a value of '2' to
7117 indicate copy properties & namespaces, but not children.
7118 * xinclude.c: changed the handling of ranges to use the above new
7119 facility. Fixes Bug 134268.
7120
7121Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7122
7123 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
7124 added new module xmlsave with patch supplied by Eric Zurcher
7125 (second attempt - don't know what happened to the first one!)
7126
7127Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7128
7129 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
7130 providing Python bindings for the Canonicalization C14N support.
7131
7132Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
7133
7134 * .cvsignore and python/.cvsignore patched
7135
7136Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7137
7138 * xinclude.c: enhanced to assure that if xpointer is called
7139 for a document, the XML_PARSE_NOENT flag is set before parsing
7140 the included document so that entities will automatically get
7141 taken care of.
7142 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
7143 is encountered, it will log it and not crash (bug 135713)
7144
7145Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7146
7147 * xinclude.c: modified to make sub-includes inherit the
7148 parse flags from the parent document (bug 132597)
7149
7150Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7151
7152 * xmlschemas.c: QName handling fixes for the XML Schemas
7153 support from Adam Dickmeiss
7154 * test/schemas/po1_0.xsd: also fix the schemas
7155 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
7156 regression tests
7157
7158Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
7159
7160 * configure.in doc/Makefile.am include/libxml/Makefile.am:
7161 paalied patch from Julio M. Merino Vidal fixing bug #134751
7162 to fix --with-html-dir option.
7163 * doc/*: rebuilt fully the docs
7164 * doc/html/libxml-xmlsave.html: new file from new header.
7165
7166Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7167
7168 * debugXML.c testHTML.c tree.c doc/examples/*.c
7169 include/libxml/xmlsave.h: fixing compilation bug with some options
7170 disabled as well as --with-minimum should fix #134695
7171
7172Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
7173
7174 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
7175 should close #134092
7176
7177Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
7178
7179 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
7180 the new xmlsave module before the actuall big code change.
7181
7182Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7183
7184 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
7185 * test/schemas/mixed* result/schemas/mixed*: added his regression
7186 tests too.
7187
7188Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7189
7190 * testSAX.c: fix a compilation problem about a missing timb include
7191
7192Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
7193
7194 * testSAX.c: small enhancement to prevent trying to print
7195 strings with null pointers (caused "make tests" errors on
7196 HP-UX)
7197
7198Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
7199
7200 * doc/xmllint.xml
7201 * doc/xmllint.1
7202 * doc/xmllint.html
7203 * doc/xmlcatalog_man.xml
7204 * doc/xmlcatalog.1
7205 * doc/xmlcatalog_man.html
7206 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
7207 use
7208
7209Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
7210
7211 * Makefile.am: patch for cross-compilation to Windows from
7212 Christophe de VIENNE.
7213
7214Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7215
7216 * doc/*.html, doc/html/*.html: regenerated docs using older
7217 version of xsltproc pending resolution of AVT problem
7218
7219Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
7220
7221 * Makefile.am: applied patch from Charles Bozeman to not use
7222 the system xmllint.
7223
7224Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7225
7226 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
7227 for MingW
7228
7229Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7230
7231 * Makefile.am catalog.c configure.in: applied a cleanup patch
7232 from Peter Breitenlohner
7233 * tree.c: removed a doc build warning by fixing a param comment
7234 * doc/* : rebuilt the docs
7235
7236Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
7237
7238 * valid.c HTMLparser.c: avoid ID error message if using
7239 HTML_PARSE_NOERROR should fix #130762
7240
7241Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7242
7243 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
7244 fixing compilation and link option when configuring with
7245 --without-valid should fix #135309
7246
7247Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7248
7249 * catalog.c: fixed the main issues reported by Peter Breitenlohner
7250 * parser.c: cleanup
7251 * valid.c: speedup patch from Petr Pajas
7252
7253Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7254
7255 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
7256 on the list by Mike Hommey
7257
7258Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
7259
7260 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
7261 rebuilt the documentation.
7262
7263Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7264
7265 * python/tests/*.py: applied patch from Malcolm Tredinnick
7266 to avoid tabs in python sources, should fix #135095
7267
7268Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7269
7270 * testSAX.c: add --timing option
7271 * relaxng.c: use the psvi field of the nodes instead of _private
7272 which may be used for other purposes.
7273
7274Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7275
7276 * encoding.c: small patch to try to fix a warning with Sun One compiler
7277
7278Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
7279
7280 * encoding.c: small patch removing a warning with MS compiler.
7281
7282Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7283
7284 * debugXML.c: added "relaxng" option to the debugging shell
7285 * Makefile.am test/errors/* result/errors/*: some regression tests
7286 for some error tests cases.
7287
7288Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7289
7290 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
7291 is passed.
7292 * test/att7 result//att7*: adding an old regression test
7293 laying around on my laptop
7294
7295Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
7296
7297 * xmlreader.c: fixed xmllint --memory --stream memory consumption
7298 on large file by using xmlParserInputBufferCreateStatic() with
7299 the mmap'ed file
7300
7301Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7302
7303 * tree.c: some clarification in xmlDocDumpMemory() documentation
7304 * xmllint.c: fixed xmllint --stream --timing to get timings back
7305
7306Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
7307
7308 * parser.c: fixed a problem in push mode when attribute contains
7309 unescaped '>' characters, fixes bug #134566
7310 * test/att6 result//att6*: added the test to the regression suite
7311
7312Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7313
7314 * valid.c: removing a non-linear behaviour from ID/IDREF raised
7315 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
7316 xmlAddRef
7317
7318Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7319
7320 * python/tests/indexes.py python/tests/reader.py: indicated
7321 encoding of the test file, needed for python 2.3
7322
7323Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7324
7325 * xpath.c: fixed problem with numbers having > 19
7326 fractional places (bug 133921)
7327
7328Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7329
7330 * xpath.c: applied optimization patch from Petr Pajas
7331
7332Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7333
7334 * xmlwriter.c include/libxml/xmlwriter.h: applied update
7335 from Alfred Mickautsch and the added patch from Lucas Brasilino
7336
7337Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7338
7339 * benchmark.png index.html xml.html: updating the benchmark
7340 graph and using a PNG instead of a GIF
7341 * xmlreader.c: updated the TODO
7342
7343Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
7344
7345 * doc/tutorial/xmltutorial.xml
7346 * doc/tutorial/xmltutorial.pdf
7347 * doc/tutorial/*.html
7348 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
7349 last name I don't know, for pointing this out
7350
7351Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7352
7353 * NEWS configure.in: preparing release of 2.6.6
7354 * doc/*: updated the docs and rebuilt them
7355
7356Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
7357
7358 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
7359 suspicious about it but this is fairly contained and regression
7360 tests still passes.
7361 * test/schemas/all1* result/schemas/all1*: added the test to
7362 the regression suite.
7363
7364Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
7365
7366 * parser.c: fixed bug #132575 about finding the end of the
7367 internal subset in push mode.
7368 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
7369 added the test to the regression suite
7370
7371Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7372
7373 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
7374 include/libxml/xmlIO.h: added xmlByteConsumed() interface
7375 * doc/*: updated the benchmark rebuilt the docs
7376 * python/tests/Makefile.am python/tests/indexes.py: added a
7377 specific regression test for xmlByteConsumed()
7378 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
7379
7380Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
7381
7382 * tree.c: fixed missing output of internal DTD param entities when
7383 nothing else present in DTD (bug 134052)
7384
7385Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
7386
7387 * encoding.c: applied patch supplied by Christophe Dubach
7388 to fix problem with --with-minimum configuration
7389 (bug 133773)
7390 * nanoftp.c: fixed potential buffer overflow problem,
7391 similar to fix just applied to nanohttp.c.
7392
7393Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7394
7395 * nanohttp.c: fixed the fix for the buffer overflow, thanx
7396 William :-)
7397
7398Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7399
7400 * acinclude.m4, configure.in: fixed problem concerning
7401 determining SOCKLEN_T as pointed out by Daniel Richard G.
7402 on the mailing list
7403
7404Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7405
7406 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
7407
7408Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7409
7410 * xpath.c: small patch from Philip Ludlam to avoid warnings.
7411
7412Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7413
7414 * encoding.c: applied a small patch from Alfred Mickautsch
7415 to avoid an out of bound error in isolat1ToUTF8()
7416
7417Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7418
7419 * xinclude.c: remove the warning on the 2001 namespace
7420 * parser.c parserInternals.c xpath.c: remove some warnings
7421 when compiling with MSVC6
7422 * nanohttp.c: applied a patch when using _WINSOCKAPI_
7423
7424Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
7425
7426 * xinclude.c: added a small hack to fix interference between
7427 my fixes for bugs 132585 and 132588.
7428 * python/libxml.c: fixed problem with serialization of namespace
7429 reported on the mailing list by Anthony Carrico
7430
7431Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7432
7433 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
7434 (bug 133686).
7435
7436Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7437
7438 * xmlwriter.c: fixed problem with return value of
7439 xmlTextWriterWriteIndent() (bug 133297)
7440
7441Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7442
7443 * xinclude.c: changed coding to output good XIncludes when
7444 one or more bad ones are present (bug 132588)
7445
7446Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
7447
7448 * xinclude.c: corrected handling of empty fallback condition
7449 (bug 132585)
7450
7451Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
7452
7453 * HTMLparser.c: added initialisation for ctxt->vctxt
7454 in HTMLInitParser (bug 133127)
7455 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
7456 from several function params)
7457
7458Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
7459
7460 * xinclude.c: fixed problem regarding freeing of dictionary
7461 when there are errors within an XInclude file (bug 133106).
7462 Thanks to Oleg Paraschenko for the assistance.
7463
7464Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7465
7466 * xmlschemastypes.c: fixed validation of maxLength with no
7467 content using patch submitted by Eric Haszlakiewicz
7468 (bug 133259)
7469
7470Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7471
7472 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
7473 calling convention to the public function prototypes (rep by
7474 Cameron Johnson)
7475 * include/libxml/xmlexports.h: fixed mingw+msys compilation
7476 (rep by Mikhail Grushinskiy)
7477
7478Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7479
7480 * xmlwriter.c: enhanced output indenting (bug 133264)
7481
7482Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
7483
7484 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
7485 Steve Ball to provide structured error reports.
7486
7487Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7488
7489 * tree.c, include/libxml/tree.h: moved serialization of
7490 attribute text data (xmlSerializeContent) into a separate
7491 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
7492 * xmlwriter.c: changed handling of attribute string to use the
7493 routine above (fixed bug 131548)
7494
7495Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
7496
7497 * doc/examples/reader1.c, reader2.c, reader3.c
7498 * doc/examples/examples.xml
7499 * doc/examples/*.html
7500 add note that reader examples need libmxl2 > 2.6, rebuild
7501 html - this time doing it correctly :-)
7502
7503Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
7504
7505 * doc/examples/examples.xml
7506 * doc/examples/*.html
7507 add note that reader examples need libmxl2 > 2.6, rebuild
7508 html
7509
7510Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
7511
7512 * xpath.c: added (void *) type override to prevent
7513 warning on Solaris (Bug 132671)
7514
7515Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
7516
7517 * doc/examples/Makefile.am
7518 per Jan. 15 email to the list from oliverst, the index.html
7519 file from this directory wasn't making it into the tarball
7520
7521Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7522
7523 * acinclude.m4: applied fix from Alexander Winston for a problem
7524 related to automake-1.8 , c.f. #132513 and #129861
7525
7526Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
7527
7528 * doc/examples/index.py: don't rely on . being on the path for
7529 make tests, should keep Mr. Crozat quiet until next time...
7530
7531Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
7532
7533 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
7534 docs, checked rngparser stuff does not end up in the tarball
7535
7536Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7537
7538 * python/libxml.c: applied patch from Frederic Peters
7539 fixing the wrong arg order in xpath callback in bug #130980
7540
7541Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
7542
7543 * xinclude.c: fixing #130453 XInclude element with no href attribute
7544 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
7545 the compact syntax will require more work, postponed for the
7546 2.6.5 release.
7547
7548Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7549
7550 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
7551 Steve Ball to avoid a double-free.
7552
7553Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
7554
7555 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
7556 test result, fixed a awful lot of memory leaks showing up in
7557 testWriter.c, changed the examples and the Makefiles to test
7558 memory leaks.
7559 * xmlwriter.c: fixed a memory leak
7560 * Makefile.am: run the doc/examples regression tests as part of
7561 make tests
7562 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
7563 compile an XPath expression within a context, currently the goal
7564 is to be able to reuse the XSLT stylesheet dictionnary, but this
7565 opens the door to others possible optimizations.
7566 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
7567 to build a new dictionnary based on another read-only dictionnary.
7568 This is needed for XSLT to keep the stylesheet dictionnary read-only
7569 while being able to reuse the strings for the transformation
7570 dictionnary.
7571 * xinclude.c: fixed a dictionnar reference counting problem occuring
7572 when document parsing failed.
7573 * testSAX.c: adding option --repeat for timing 100times the parsing
7574 * doc/* : rebuilt all the docs
7575
7576Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
7577
7578 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
7579
7580Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7581
7582 * xmlschemastypes.c: applied patch from John Belmonte for
7583 normalizedString datatype support.
7584
7585Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7586
7587 * xpath.c: fixed problem with union when last() is used
7588 in predicate (bug #131971)
7589 * xpointer.c: minor change to comment for doc generation
7590
7591Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7592
7593 * parser.c: fixed bug #131745 raised by Shaun McCance with the
7594 suggested patch
7595
7596Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
7597
7598 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
7599 leak reported on the list.
7600
7601Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7602
7603 * python/generator.py python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007604 patch from Stéphane Bidoul to add enums to the Python bindings.
William M. Brack11be2d02007-01-24 19:17:19 +00007605
7606Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7607
7608 * testHTML.c: another small patch from Mark Vakoc
7609
7610Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7611
7612 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
7613 patch from Mark Vakoc to not use SAX1 unless necessary.
7614
7615Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
7616
7617 * dict.c parser.c xmlstring.c: some parser optimizations,
7618 xmllint --memory --timing --repeat --stream ./db10000.xml
7619 went down from 16.5 secs to 15.5 secs.
7620
7621Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7622
7623 * xmlschemas.c: removed a memory leak remaining from the switch
7624 to a dictionnary for string allocations c.f. #130891
7625
7626Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7627
7628 * xmlreader.c: fixing some problem if configured --without-xinclude
7629 c.f. #130902
7630
7631Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7632
7633 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7634 c.f. #130896
7635
7636Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7637
7638 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7639 applying patch from Mark Vakoc for Windows
7640 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7641 fixes from Sven Zimmerman
7642
7643Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7644
7645 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7646 python/tests/Makefile.am python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007647 patch from Stéphane Bidoul for structured error handling from
William M. Brack11be2d02007-01-24 19:17:19 +00007648 python, and the associated test
7649
7650Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7651
7652 * configure.in: fixed Bug130593
7653 * xmlwriter.c: fixed compilation warning
7654
7655Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7656
7657 * include/libxml/xmlstring.h: fixed the comment in the header
7658 * doc/*: rebuilt the docs
7659
7660Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7661
7662 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7663 include/libxml/Makefile.am, include/libxml/catalog.c,
7664 include/libxml/chvalid.h, include/libxml/encoding.h,
7665 include/libxml/parser.h, include/libxml/relaxng.h,
7666 include/libxml/tree.h, include/libxml/xmlwriter.h,
7667 include/libxml/xmlstring.h:
7668 moved string and UTF8 routines out of parser.c and encoding.c
7669 into a new module xmlstring.c with include file
7670 include/libxml/xmlstring.h mostly using patches from Reid
7671 Spencer. Since xmlChar now defined in xmlstring.h, several
7672 include files needed to have a #include added for safety.
7673 * doc/apibuild.py: added some additional sorting for various
7674 references displayed in the APIxxx.html files. Rebuilt the
7675 docs, and also added new file for xmlstring module.
7676 * configure.in: small addition to help my testing; no effect on
7677 normal usage.
7678 * doc/search.php: added $_GET[query] so that persistent globals
7679 can be disabled (for recent versions of PHP)
7680
7681Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7682
7683 * doc/tutorial/customfo.xsl
7684 * doc/tutorial/customhtml.xsl
7685 update custom tutorial-building stylesheets in preparation
7686 for tutorial update
7687
7688Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7689
7690 * rngparser.c: commiting the compact relax ng parser. It's not
7691 completely finished, it's not integrated but I want to save the
7692 current state
7693
7694Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7695
7696 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7697 win32/libxml2.def.src: fixed apibuild.py's generation of
7698 "constructors" to be in alphabetical order (instead of previous
7699 random sequence); regenerated resulting files.
7700
7701Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7702
7703 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7704 problem.
7705
7706Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7707
7708 * doc/newapi.xsl: change background color of function
7709 declaration to improve readability
7710 * doc/*: rebuild docs with new stylesheet
7711
7712Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7713
7714 * parser.c, include/libxml/parser.h: added a routine
7715 xmlStrncatNew to create a new string from 2 frags.
7716 * tree.c: added code to check if node content is from
7717 dictionary before trying to change or concatenate.
7718
7719Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7720
7721 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7722 Bug 130419) and eliminated xmlInitMemoryDone. More
7723 improvement needed.
7724 * xml2-config.in: added an additional flag (--exec-prefix) to
7725 allow library directory to be different from include directory
7726 (Bug 129558).
7727
7728Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7729
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007730 * error.c: applied patch from Stéphane Bidoul for structured error
William M. Brack11be2d02007-01-24 19:17:19 +00007731 reporting.
7732
7733Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7734
7735 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7736 Lucas Brasilino to add indentation support to xmlWriter
7737
7738Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7739
7740 * xinclude.c: fixed problem with "recursive" include (fallback
7741 contains another include - Bug 129969)
7742
7743Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7744
7745 * SAX2.c: found and fixed a bug misallocating some non
7746 blank text node strings from the dictionnary.
7747 * xmlmemory.c: fixed a problem with the memory debug mutex
7748 release.
7749
7750Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7751
7752 * xinclude.c: fixed problem caused by wrong dictionary
7753 reference count, reported on the list by Christopher
7754 Grayce.
7755
7756Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7757
7758 * python/generator.py, python/libxml2class.txt: fixed problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007759 pointed out by Stéphane Bidoul on the list.
William M. Brack11be2d02007-01-24 19:17:19 +00007760 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7761 completed modifications required to fix Bug 129967 (at last!).
7762 Now wait to see how long before further trouble...
7763
7764Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7765
7766 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7767 memory leak reported by Dave Beckett
7768 * xmlschemas.c: Removed spurious comment reported on the mailing
7769 list
7770 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7771 Further work on Bug 129967 concerning xpointer range handling
7772 and range-to function; much better, but still not complete
7773
7774Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7775
7776 * valid.c: xmlValidateElement could crash for element holding a
7777 namespace declaration but not in a namespace. Oliver Fischer
7778 provided the example.
7779
7780Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7781
7782 * xmllint.c: issue validation status on stderr, not stdout as suggested
7783 by Pawel Palucha
7784 * result/relaxng/*: this change slightly all the output from RNG
7785 regressions.
7786
7787Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7788
7789 * xmlschemas.c: edited a couple of comments in accordance with
7790 posting on the mailing list (no logic change)
7791 * xpointer.c: working on Bug 129967, added check for NULL
7792 nodeset to prevent crash. Further work required.
7793 * xpath.c: working on Bug 129967, added code to handle
7794 XPATH_LOCATIONSET in RANGETO code, also added code to
7795 handle it in xmlXPathEvaluatePredicateResult. Further
7796 work required.
7797
7798Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7799
7800 * xmlschemas.c: added tests for xs:all to assure minOccurs
7801 and maxOccurs <= 1 (Bug 130020)
7802
7803Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7804
7805 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7806 with patch from Charles Bozeman.
7807
7808Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7809
7810 * xmlregexp.c: fixed problem causing segfault on validation error
7811 condition (reported on mailing list)
7812
7813Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7814
7815 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7816 parser contexts (problem reported on mailing list)
7817 * doc/apibuild.py: small change to prevent duplicate lines
7818 on API functions list. It will take effect the next time
7819 the docs are rebuilt.
7820
7821Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7822
7823 * configure.in NEWS doc/*: updated the docs and prepared a new
7824 release 2.6.4
7825
7826Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7827
7828 * legacy.c: remove deprecated warning on startElement()
7829
7830Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7831
7832 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7833 was broken with the new namespace. Fixes #129932
7834
7835Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7836
7837 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7838 redefined in includes, quick fix to allow this but lacks the
7839 equality of the redefinition test.
7840
7841Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7842
7843 * valid.c: fixed bug concerning validation using external
7844 dtd of element with mutiple namespace declarations
7845 (Bug 129821)
7846
7847Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
7848
7849 * tree.c: inhibited production of "(null):" in xmlGetNodePath
7850 when node has default namespace (Bug 129710)
7851
7852Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
7853
7854 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7855 document order for attributes is retained (Bug 129331)
7856
7857Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7858
7859 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7860 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7861 the file descriptor. Updated the comment, should close #129683
7862
7863Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7864
7865 * xinclude.c: fixed a serious problem in XInclude #129021
7866
7867Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7868
7869 * parser.c: fixed bug #129489, propagation of parsing flags
7870 in entities.
7871 * parser.c xmlreader.c: improved the comments of parsing options
7872
7873Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7874
7875 * python/Makefile.am, python/tests/Makefile.am,
7876 doc/Makefile.am: applied fixes to allow build from
7877 'outside' directory (Bug 129172)
7878
7879Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7880
7881 * tree.c - add explanation of namespace inheritance when
7882 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7883
7884Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7885
7886 * include/libxml/xpathInternals.h: undid last change (my
7887 bad). Put necessary fix in libxslt/libexslt instead.
7888 * include/libxml/DOCBparser.h: put test for __GCC__ on
7889 warning directive (Bug 129105)
7890
7891Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7892
7893 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7894 to cater for NULL pointer (bug 129561)
7895 * globals.c: added comment to suppress documentation warning
7896 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7897 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7898
7899Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7900
7901 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7902 using an xmlReaderWalker()
7903
7904Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7905
7906 * tree.c: fix misc. typos in doc comments
7907 * include/libxml/tree.h: elaborate on macro define doc comments
7908 * doc/*: rebuild docs
7909
7910Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7911
7912 * doc/examples/*: don't call the result files .out but .res as
7913 the Makefiles tend to try generating binaries for .out targets...
7914
7915Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7916
7917 * doc/html/libxml-pattern.html: - cvs add API docs for new
7918 pattern stuff
7919
7920Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7921
7922 * tree.c
7923 * doc/*:
7924 Elaborate in documentation discussion of xmlNewChild
7925 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7926 out the usefulness of a more explicit explanation of the
7927 reserved character escaping issue.
7928
7929Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7930
7931 * xmlcatalog.c: applied patch from Stefan Kost
7932
7933Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7934
7935 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7936
7937Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7938
7939 * win32/Makefile.* win32/configure.js: Added pattern support
7940
7941Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7942
7943 * configure.in doc/* libxml.spec.in: preparing release of
7944 libxml2-2.6.3, updated and regenerated the docs.
7945
7946Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7947
7948 * SAX2.c pattern.c: removed some compilation warnings
7949
7950Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7951
7952 * xmllint.c: fixing bug #119264 xmllint failing to report
7953 serialization errors in some cases.
7954
7955Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7956
7957 * entities.c: fixed an XML entites content serialization
7958 potentially triggered by XInclude, see #126817
7959
7960Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7961
7962 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7963 suggested by Daniel Schulman in #128313
7964
7965Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7966
7967 * configure.in Makefile.am: another patch from Kenneth Haley
7968 for Mingw, c.f. #128787
7969
7970Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7971
7972 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7973 for compiling on Mingw see #128786
7974
7975Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7976
7977 * xmllint.c: some flags were not passed down correctly as
7978 parsing options. Fixes #126806
7979
7980Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7981
7982 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7983 include/libxml/xmlerror.h: augmented the XInclude API
7984 to be able to pass XML parser flags down to the Inclusion
7985 process. Also resynchronized with the Last Call W3C Working
7986 Draft 10 November 2003 for the xpointer attribute.
7987 * Makefile.am test/XInclude/docs/nodes[23].xml
7988 result/XInclude/*: augmented the tests for the new namespace and
7989 testing the xpointer attribute, changed the way error messages
7990 are tested
7991 * doc/*: regenerated the documentation
7992
7993Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7994
7995 * error.c: filter warning messages if the global setting blocks them
7996 * xinclude.c xmlreader.c include/libxml/xinclude.h
7997 include/libxml/xmlerror.h: updated the change of namespace at
7998 the XInclude level, raise a warning if the old one is found,
7999 and some cleanup
8000
8001Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
8002
8003 * tree.c: tentative fix for #126117 character reference in
8004 attributes output problem in some cornercase.
8005
8006Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
8007
8008 * python/libxml.py: tried to fix the problems reported in
8009 bug #126735
8010 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
8011 fixed again some problem trying to use the structured error
8012 handlers, c.f. bug #126735
8013 * result/VC/ElementValid: tiny change due to the fix
8014
8015Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8016
8017 * error.c: fixed __xmlRaiseError to use structured error handlers
8018 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
8019
8020Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8021
8022 * parser.c: attempt to fix #126211 ...
8023
8024Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8025
8026 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
8027 include/libxml/xmlreader.h: fixed the pattern interfaces
8028 but not yet the parser to handle the namespaces.
8029 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
8030
8031Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
8032
8033 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
8034 include/libxml/pattern.h include/libxml/schemasInternals.h
8035 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
8036 the make rebuild in doc, this include new directive to stop
8037 documentation warnings
8038 * doc/* doc/html/*: rebuilt the docs
8039 * pattern.c xmlreader.c include/libxml/pattern.h
8040 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
8041 to save nodes while scanning the tree with the reader, cleanup
8042 the way element were freed, and xmlTextReaderPreserve()
8043 implementation, the API might change for namespace binding support
8044 when compiling patterns.
8045 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
8046
8047Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8048
8049 * python/libxml.py: oops forgot to modify/commit the new code.
8050
8051Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
8052
8053 * python/generator.py python/libxml.c python/libxml_wrap.h:
8054 cleanup the output buffer support to at least get the basic
8055 to work
8056 * python/tests/outbuf.py python/tests/serialize.py: fixes and
8057 cleanup.
8058 * include/libxml/xmlwriter.h: cleanup
8059
8060Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
8061
8062 * include/libxml/xmlversion.h.in
8063 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
8064 docs
8065
8066Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
8067
8068 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
8069 regexp quantifiers
8070
8071Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8072
8073 * pattern.c include/libxml/pattern.h: adding the pattern node
8074 selection code. Inheried in part from libxslt but smaller.
8075 * Makefile.am configure.in include/libxml/xmlversion.h.in:
8076 integrated the pattern module, made it a configure time option
8077 * xmllint.c: added --pattern to test when doing --stream
8078
8079Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8080
8081 * xmlreader.c: fixed a problem in xmlreader validation when
8082 streaming exposed by reader2 example.
8083
8084Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
8085
8086 * doc/xml.html
8087 * doc/docs.html:
8088 add reference to the Code Examples page to docs.html list
8089 of resources
8090
8091Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8092
8093 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
8094 from Eric
8095
8096Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
8097
8098 * include/libxml/xinclude.h
8099 * doc/*: Add comments for macro definitions in xinclude.h and
8100 rebuild the docs
8101
8102Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
8103
8104 * doc/docdescr.doc
8105 Updating William's explanation of how to build docs,
8106 reflecting Daniel's new docs build system
8107
8108Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8109
8110 * xmlmemory.c: enhanced by adding mutex to protect global
8111 structures in a multi-threading environment. This fixed
8112 some random errors on the Threads regression tests.
8113
8114Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
8115
8116 * doc/xml.html doc/python.html: fix tst.py text, which didn't
8117 import sys
8118
8119Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8120
8121 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
8122 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
8123 handled internally by default, with proper BOM and UTF-16LE
8124 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
8125 BOM on output, and will be automatically recognized on input.
8126 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
8127 added regression tests for above.
8128
8129Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8130
8131 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
8132 build with all compilers. Added C-Runtime option for MSVC. Included
8133 xmlWriter.
8134 * xmlwriter.c: Added IN_LIBXML macro
8135
8136Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8137
8138 * win32/Makefile.bcb: applied patch from Eric
8139
8140Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8141
8142 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
8143 is broken on 2.6.x
8144
8145Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
8146
8147 * entities.c: fixed #127877, never output &quot; in element content
8148 * result/isolat3 result/slashdot16.xml result/noent/isolat3
8149 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
8150 result/valid/index.xml result/valid/xlink.xml: this changes the
8151 output of a few tests
8152
8153Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
8154
8155 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
8156 testSchemas.c xmlschemas.c: added xsd:include support, fixed
8157 testSchemas behaviour when a schemas failed to parse.
8158 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
8159 test for xsd:include from Eric Van der Vlist
8160
8161Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8162
8163 * parser.c: swapped the attribute defaulting and attribute checking
8164 parts of parsing a new element start, fixes bug #127772
8165 * result/valid/127772.* test/valid/127772.xml
8166 test/valid/dtds/127772.dtd: added the example in the regression tests
8167
8168Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8169
8170 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
8171 to avoid bug #127851
8172
8173Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
8174
8175 * xmlregexp.c: fixing some Negative Character Group and
8176 Character Class Subtraction handling.
8177
8178Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8179
8180 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
8181 on Eric van der Vlist examples
8182 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
8183 added regression tests
8184 * doc/examples/Makefile.am doc/examples/index.py: do not
8185 regenerate the index on make all target, but only on
8186 make rebuild to avoid troubles.
8187
8188Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8189
8190 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
8191 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
8192 starting to add proper namespace support too.
8193 * test/schemas/* result/schemas/*: added a number of tests
8194 fixed the result from some regression tests too.
8195
8196Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
8197
8198 * doc/xml.html, docs.html: remove reference to gtk-doc now that
8199 Daniel has removed it, fix link to George's IBM article, other
8200 minor edits
8201
8202Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8203
8204 * xmlschemas.c: applied patch from Robert Stepanek to start
8205 import os schemas support, cleaned up stuff and the patch.
8206 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
8207 to regression, fixed a few regressions too.
8208
8209Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8210
8211 * HTMLparser.c: applied two parsing fixes from James Bursa
8212
8213Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8214
8215 * doc/examples/*: added two xmlReader examples
8216 * xmlreader.c: cleaned up some bugs in the process
8217
8218Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
8219
8220 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
8221 Alfred Mickautsch, bugfixes and comments
8222 * doc/examples/*: added his test as the xmlWriter example
8223 * doc/html/ doc/*.html: this resulted in some improvements
8224 * include/libxml/hash.h: fixed an inclusion problem when
8225 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
8226
8227Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8228
8229 * xinclude.c: fix an error message
8230 * doc/examples/*: added tree2 example from Lucas Brasilino
8231
8232Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8233
8234 * doc/newapi.xsl: improve the sort sequence for page content
8235 * doc/html/*.html: regenerate the web pages
8236
8237Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8238
8239 * Makefile.am: do not package cvs versioning temp files.
8240 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8241 slightly improved the API xml format, fixed a lot of small
8242 rendering problems
8243 * doc/html/libxml*.html: rebuilt
8244
8245Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8246
8247 * include/libxml/*.h include/libxml/*.h.in: modified the file
8248 header to add more informations, painful...
8249 * genChRanges.py genUnicode.py: updated to generate said changes
8250 in headers
8251 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
8252 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
8253 APIs modules. Updated the stylesheets, some cleanups, regenerated
8254 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
8255
8256Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8257
8258 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
8259 the build process to remove all remains from the old gtk-doc
8260 inherited, libxml2-refs.xml is now generated by apibuild.py, the
8261 stylesheets have been improved, and the API*html now generated
8262 are XHTML1 valid too
8263
8264Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
8265
8266 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
8267 enhancement to prevent comment with unreferenced variable.
8268 * threads.c xmlreader.c xmlwriter.c: edited some comments to
8269 improve auto-generation of documentation
8270 * apibuild.py: minor change to an error message
8271
8272Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
8273
8274 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8275 improving navigation
8276 * doc/html/*.html: updated the result
8277
8278Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
8279
8280 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
8281 improvement of the stylesheets, fixed a API generation problem,
8282 switched the stylesheet and Makefile to build the HTML output.
8283 * doc/html/*.html: complete update, ditched some old files, might
8284 introduce some breakage...
8285
8286Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8287
8288 * doc/newapi.xsl: lot of improvements, this starts looking good
8289 enough to be usable.
8290
8291Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8292
8293 * doc/newapi.xsl: stylesheet to build HTML pages from the
8294 API XML description, Work in Progress
8295
8296Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
8297
8298 * xpath.c: fixed bug 126976 (string != empty nodeset
8299 should be false)
8300
8301Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
8302
8303 * doc/html/*.html: Finally - found the problem with the
8304 page generation (XMLPUBFUN not recognized by gtkdoc).
8305 Re-created the pages using a temporary version of
8306 include/libxml/*.h.
8307 * testOOMlib.c,include/libxml/encoding.h,
8308 include/libxml/schemasInternals.h,include/libxml/valid.h,
8309 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
8310 include/libxml/xmlwin32version.h.in,
8311 include/libxml/xpathInternals.h: minor edit of comments
8312 to help automatic documentation generation
8313 * doc/docdescr.doc: small elaboration
8314 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
8315 (messed up on last try)
8316 * xmlreader.c: minor change to clear warning.
8317
8318Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8319
8320 * Copyright: fixed some wording
8321 * libxml.spec.in: make sure doc/examples is packaged
8322 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
8323 annoying problem about xmlRemoveID and xmlReader streaming.
8324 Thing looks fixed now, had to add a doc reference to the
8325 xmlID structure though...
8326
8327Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
8328
8329 * doc/docdescr.doc: added description of man page building
8330
8331Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8332
8333 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
8334 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
8335 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
8336 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
8337 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
8338 added missing pages for the website.
8339
8340Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8341
8342 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
8343 generated pages (again), manually restored doc/html/index.html
8344 and manually edited generated file doc/gnome-xml.xml to put
8345 in appropriate headings.
8346 * doc/docdescr.doc: new file to describe details of the
8347 document generation (helps my memory for the next time)
8348 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
8349 enhancement to please the automatic documentation generation.
8350
8351Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
8352
8353 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
8354 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
8355 minor error cleanup for gcc-3.3.[12] compilation warnings.
8356
8357Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
8358
8359 * tree.c: minor changes to some comments
8360 * doc/*.html: rebuilt the generated HTML pages for changes
8361 from jfleck (bug 126945)
8362
8363Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8364
8365 * doc/examples/*: added Dodji's example, added output handling
8366
8367Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8368
8369 * doc/examples/*: added Aleksey XPath example, fixed bugs
8370 in the indexer
8371
8372Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8373
8374 * doc/*: integrating the examples in the navigation menus
8375 * doc/examples/*: added make tests, updated the navigation,
8376 added a new test, cleanups, updates.
8377
8378Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8379
8380 * doc/*.html: rebuilt the generated HTML pages
8381 * doc/examples/*: updated the stylesheets, added a synopsis,
8382 Makefile.am is now generated by index.py
8383
8384Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8385
8386 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
8387 added autogeneration of a web page for the examples
8388 * doc/examples/example1.c doc/examples/.cvsignore
8389 doc/examples/examples.xml doc/examples/index.py: updated the
8390 informations extracted, improved the format and indexing.
8391
8392Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
8393
8394 * check-xinclude-test-suite.py: less verbose on difference
8395 * libxml.spec.in: cleanup
8396 * parser.c: fixed xmlCleanupParser() doc
8397 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
8398 doc/examples/Makefile.am doc/examples/example1.c
8399 doc/examples/examples.xml doc/examples/index.py
8400 doc/examples/test1.xml: work on adding C examples and
8401 generating automated information about those. examples.xml
8402 is autogenerated describing the examples.
8403 * example/Makefile.am: cleanup
8404
8405Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8406
8407 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
8408 fixed missing '-' in block names, enhanced the hack for
8409 ABI aliasing.
8410
8411Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
8412
8413 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
8414 python/libxml2class.txt: enhanced for range checking,
8415 updated to Unicode version 4.0.1 (API docs also updated)
8416 * python/generator.py: minor change to fix a warning
8417
8418Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8419
8420 * Makefile.am: apply fix from Karl Eichwalder for script path
8421
8422Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8423
8424 * win32/configure.js: applied patch from Mark Vakoc to simplify
8425 his work from CVS checkouts.
8426
8427Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
8428
8429 * doc/xmlreader.html: minor cleanups
8430
8431Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
8432
8433 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
8434 for gcc so that, if undefined, it's defined as
8435 __attribute__((unused))
8436
8437Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
8438
8439 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
8440 appears after the variable declaration.
8441 * valid.c: trivial change to eliminate a warning message
8442
8443Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
8444
8445 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
8446 rebuilt the docs
8447
8448Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8449
8450 * xmllint.c: change --html to make sure we use the HTML serialization
8451 rule by default when HTML parser is used, add --xmlout to allow to
8452 force the XML serializer on HTML.
8453 * HTMLtree.c: ugly tweak to fix the output on <p> element and
8454 solve #125093
8455 * result/HTML/*: this changes the output of some tests
8456
8457Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8458
8459 * xinclude.c: fixed bug #125812, about XPointer in XInclude
8460 failing but not returning an error.
8461
8462Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
8463
8464 * valid.c: fixed bug #125811 related to DTD post validation
8465 where the DTD doesn't pertain to a document.
8466
8467Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
8468
8469 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
8470 the XML_PARSE_NONET parser option.
8471 * xmllint.c: converted xmllint.c to use the option instead of
8472 relying on the global resolver variable.
8473
8474Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8475
8476 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
8477 support to the reader interface. Lot of testing of the walker,
8478 various bug fixes.
8479 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8480 works as expected
8481 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
8482 result/XInclude/*.rdr: added regression tests for the walker and
8483 XInclude xmlReader support, had to slightly change a couple of tests
8484 because the walker can't distinguish <foo/> from <foo></foo>
8485
8486Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
8487
8488 * tree.c nanohttp.c threads.c: second BeOS patch from
8489 Marcin 'Shard' Konicki
8490
8491Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8492
8493 * parser.c: always generate line numbers
8494
8495Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8496
8497 * parser.c: fixed another regression introduced in fixing #125823
8498
8499Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8500
8501 * python/libxml.c: previous fix for #124044 was broken, correct
8502 fix provided.
8503 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8504 and the error handlers to address #125877
8505
8506Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8507
8508 * parser.c: side effect of #123105 patch, namespace resolution
8509 would fail when defined in internal entities, fixes #125823
8510
8511Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8512
8513 * python/libxml.c: be more defensive in the xmlReader python bindings
8514 fixing bug #124044
8515
8516Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8517
8518 * valid.c: the a-posteriori DTD validation code was not validating
8519 the namespace declarations, this fixes #124110
8520
8521Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
8522
8523 * xmlIO.c: enhanced to bypass compression detection code
8524 when input file is stdin (bug 125801)
8525
8526Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8527
8528 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8529
8530Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8531
8532 * xpath.c: more fixes about unregistering objects
8533 * include/libxml/relaxng.h: applied patch from Mark Vakoc
8534 missing _cplusplus processing clause
8535
8536Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
8537
8538 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
8539
8540Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8541
8542 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
8543 Marcin 'Shard' Konicki to provide BeOS thread support.
8544
8545Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8546
8547 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
8548 from Steve Ball to make a schema parser from a preparsed document.
8549
8550Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8551
8552 * tree.c: applied a couple of patches from Mark Lilback about text
8553 nodes coalescing
8554
8555Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8556
8557 * xpath.c: change suggested by Anthony Carrico when unregistering
8558 a namespace prefix to a context
8559 * hash.c: be more careful about calling callbacks with NULL payloads.
8560
8561Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8562
8563 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
8564 regenerated docs and APIs
8565 * parser.c: cleanup and last change to fix #123105
8566
8567Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8568
8569 * HTMLparser.c: Fix #124907 by simply backporting the same
8570 fix as for the XML parser
8571 * result/HTML/doc3.htm.err: change to ID detecting modified one
8572 test result.
8573
8574Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8575
8576 * parser.c include/libxml/parser.h: included a new function
8577 to reuse a Push parser context, based on Graham Bennett original
8578 code
8579 * valid.c: in HTML, a name in an input is not an ID
8580 * TODO: bug list update
8581
8582Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
8583
8584 * xpath.c: applied patch from nico@xtradyne.com for #125030
8585
8586Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8587
8588 * Makefile.am: cleanup
8589 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
8590 sometimes the error handlers can get a parser context on DTD
8591 errors, and sometime they don't. So be very careful when trying
8592 to grab those informations.
8593
8594Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8595
8596 * tree.c: applied patch from Kasimier Buchcik which fixes a
8597 problem in xmlSearchNs introduced in 2.6.0
8598
8599Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
8600
8601 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8602
8603Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8604
8605 * tree.c: fix bug #125047 about serializing when finding a
8606 document fragment node.
8607
8608Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
8609
8610 * testSAX.c: fix bug #125592 need a NULL check
8611 * include/libxml/chvalid.h: rename a parameter
8612
8613Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
8614
8615 * parser.c: applied patch from #123105 about defaulted attributes
8616 from element coming from an entity
8617
8618Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8619
8620 * xmllint.c: fixed warning message from IRIX (bug 125182)
8621 * python/libxml.py: removed tabs, replaced with spaces
8622 (bug 125572)
8623
8624Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8625
8626 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8627 if xmlNewInputFromFile() fails.
8628 * xmlreader.c: avoid using _private for the node or document
8629 elements.
8630
8631Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8632
8633 * win32/configure.js: added declaration for verMicroSuffix
8634
8635Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8636
8637 * libxml.m4: applied patch from Patrick Welche provided in
8638 bug #125432 , future proofing the .m4 file.
8639 * parser.c: resetting the context should also reset the error
8640 * TODO: problem of conformance w.r.t. E20 was raised in the
8641 XML Core telconf and libxml2 isn't conformant there.
8642
8643Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8644
8645 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8646
8647Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8648
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008649 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out another
William M. Brack11be2d02007-01-24 19:17:19 +00008650 small glitch missing a const
8651
8652Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8653
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008654 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out that
William M. Brack11be2d02007-01-24 19:17:19 +00008655 it doesn't define IN_LIBXML
8656
8657Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8658
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008659 * win32/Makefile.mingw: typo pointed out by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +00008660
8661Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8662
8663 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8664 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8665
8666Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8667
8668 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8669
8670Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8671
8672 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8673 * doc/*: updated and regenerated the docs and API
8674
8675Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8676
8677 * SAX2.c error.c tree.c: moved the line number to their proper
8678 field in elements now.
8679
8680Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8681
8682 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8683 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8684 added the xmlWriter module contributed by Alfred Mickautsch
8685 * include/libxml/tree.h: added room for line and extra information
8686 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8687 of them introduced in September
8688 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8689
8690Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8691
8692 * Makefile.am configure.in xmldwalk.c xmlreader.c
8693 include/libxml/Makefile.am include/libxml/xmldwalk.h
8694 include/libxml/xmlversion.h.in: removing xmldwalk module
8695 since it got merged with the xmlreader.
8696 * parser.c: cleanup
8697 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8698 rebuilt the API
8699 * python/tests/Makefile.am python/tests/reader7.py
8700 python/tests/walker.py: adding regression testing for the
8701 new xmlreader APIs, new APIs for reader creation, including
8702 makeing reader "walker" operating on preparsed document trees.
8703
8704Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8705
8706 * entities.c, valid.c: fixed problem reported on the mailing
8707 list by Melvyn Sopacua - wrong argument order on functions
8708 called through xmlHashScan.
8709
8710Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8711
8712 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8713
8714Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8715
8716 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8717 tested it through the xslt regression suite.
8718
8719Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8720
8721 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8722 allowing to grab the content without forcing allocations.
8723 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8724 * xpath.c xmldwalk.c: removed a couple of comment errors.
8725
8726Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8727
8728 * parser.c: applied patch from Chris Anderson to change back
8729 memcmp with CMPx()
8730
8731Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8732
8733 * HTMLparser.c: fixed to not send NULL to %s printing
8734 * python/tests/error.py result/HTML/doc3.htm.err
8735 result/HTML/test3.html.err result/HTML/wired.html.err
8736 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8737 up some of the regression tests error
8738
8739Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8740
8741 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8742 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8743 Fixed the HTTP<->parser interraction, which should fix 2 long
8744 standing bugs #104790 and #124054 , this also fix the fact that
8745 HTTP error code (> 400) should not generate data, we usually
8746 don't want to parse the HTML error information instead of the
8747 resource looked at.
8748
8749Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8750
8751 * doc/Makefile.am: enhanced the installation of tutorial files
8752 to avoid installing CVS subdirectories (bug 122943)
8753
8754Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8755
8756 * xmlIO.c: fixed segfault when input file not present
8757 * tree.c: changed output formatting of XML_CDATA_SECTION
8758 (bug 120917)
8759
8760Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8761
8762 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8763 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8764 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8765 xpath.c: Changed all (?) occurences where validation macros
8766 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8767 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8768 many warning messages on certain platforms, and also high-
8769 lights places in the library which may need to be enhanced
8770 for proper UTF8 handling.
8771
8772Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8773
8774 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8775 doc/apibuild.py: enhanced to include enough comments to
8776 make the api doc generation happy.
8777
8778Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8779
8780 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8781 to fix the HTTP/XML parser integration.
8782
8783Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8784
8785 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8786 for creating reader from sources or reusing a reader with
8787 a new source, like the xmlReadxx and xmlCtxtReadxxx
8788 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8789 doc/Makefile.am: regenerated the APIs
8790 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8791
8792Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8793
8794 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8795 include/libxml/parserInternals.h: enhanced macros to avoid
8796 breaking ABI from previous versions.
8797 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8798 defined in parserInternals.h. Makes maintenance much easier.
8799 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8800 compilation warnings
8801 * configuration.in: fixed pushHTML test error; enhanced for
8802 better devel (me) testing
8803
8804Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8805
8806 * legacy.c: remove the warning for startDocument(), as it is used by
8807 glade (or glade-python)
8808 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8809 invalid accesses found by running some Python based regression
8810 tests under valgrind. There is still a few leaks reported by the
8811 relaxng regressions which need some attention.
8812 * doc/Makefile.am: fixed a make install problem c.f. #124539
8813 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8814 patch from crutcher
8815
8816Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8817
8818 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8819 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8820 calls.
8821
8822Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8823
8824 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8825
8826Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8827
8828 * Makefile.am: small fix from Bjorn Reese
8829
8830Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8831
8832 * valid.c: fix a call missing arguments
8833
8834Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8835
8836 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8837 a bug in the range search; enhanced range generation (inline code
8838 if a small number of intervals); enhanced the readability of the
8839 output files.
8840
8841Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8842
8843 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
8844 chvalid.def from scratch based on XML 2nd edition REC
8845 and regenerated the code.
8846
8847Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8848
8849 * check-xml-test-suite.py: removed some annoying warnings
8850 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
8851 in the PubidChars definition, regenerated, there is still
8852 a bug left somewhere
8853 * genChRanges.py: save the header directly in include/libxml/
8854 * configure.in: I generated a 2.6.0beta6 earlier today
8855
8856Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8857
8858 * fixed small error on previous commit (chvalid.h in
8859 base dir instead of include directory)
8860
8861Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8862
8863 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8864 new files for a different method for doing range validation
8865 of character data.
8866 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8867 include/libxml/parserInternals.h: modified for new range method.
8868 * catalog.c: small enhance for warning message (using one
8869 of the new range routines)
8870
8871Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8872
8873 * valid.c include/libxml/valid.h: adding an serror field to
8874 the validation context breaks the ABI for the xmlParserCtxt
8875 structure since it's embedded by content and not by reference
8876
8877Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8878
8879 * configure.in: patch from Mike Hommey
8880 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8881 Bidoul
8882 * parser.c: fix the potentially nasty access to ctxt->serror
8883 without checking first that the SAX block is version 2
8884
8885Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8886
8887 * SAX2.c: fixed a nasty bug with interning some text strings
8888 * configure.in: prepare for beta5 of 2.6.0
8889 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8890 better error handling for I/O and converted FTP and HTTP
8891 * parser.c: fixed another bug
8892
8893Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8894
8895 * SAX2.c: fixed uninitialized new field.
8896 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8897 all messages
8898
8899Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8900
8901 * include/libxml/tree.h: make room in Doc, Element, Attributes
8902 for PSVI type informations.
8903
8904Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8905
8906 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8907 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8908 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8909 include/libxml/parser.h include/libxml/valid.h
8910 include/libxml/xmlerror.h: Setting up the framework for structured
8911 error reporting, touches a lot of modules, but little code now
8912 the error handling trail has been cleaned up.
8913
8914Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8915
8916 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8917
8918Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8919
8920 * xpath.c: cleanup
8921 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8922 to the new error mechanism
8923
8924Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8925
8926 * error.c xmlschemas.c: a bit of cleanup
8927 * result/schemas/*.err: updated with the new result strings
8928
8929Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8930
8931 * xpath.c: fixed bug 124061
8932
8933Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8934
8935 * Makefile.am: cleanup
8936 * encoding.c: fix a funny typo
8937 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8938 converted the Schemas code to the new error handling. PITA,
8939 still need to check output from regression tests.
8940
8941Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8942
8943 * HTMLtree.c include/libxml/xmlerror.h: converted too
8944 * tree.c: small cleanup
8945
8946Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8947
8948 * xinclude.c: comment fix
8949 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8950 to the new infrastructure
8951
8952Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8953
8954 * xmlIO.c: final error handling cleanup
8955 * xinclude.c error.c: converted XInclude to the new error handling
8956 * include/libxml/xmlerror.h: added XInclude errors
8957
8958Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8959
8960 * parser.c: bug in compression saving was crashing galeon
8961 reported by teuf
8962
8963Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8964
8965 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8966 I/O error path
8967
8968Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8969
8970 * xmlIO.c: better handling of error cases
8971
8972Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8973
8974 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8975 cleaning up error handling in the I/O module.
8976
8977Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8978
8979 * xmlregexp.c include/libxml/xmlerror.h: error handling
8980 cleanup of the Regexp module.
8981
8982Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8983
8984 * tree.c: converting the tree module too
8985 * error.c include/libxml/xmlerror.h: created a simpler internal
8986 error reporting function.
8987
8988Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8989
8990 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8991 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8992 error reporting that time.
8993 * threads.c: applied the two patches for TLS threads
8994 on Windows from Jesse Pelton
8995 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8996 return is always zero terminated. Should also help detecting
8997 passing wrong buffer size easilly.
8998 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8999 updated the results to follow the errors string generated by
9000 last commit.
9001
9002Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9003
9004 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
9005 handling in the Relax-NG module.
9006
9007Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9008
9009 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
9010 module to teh new error reporting. Better default report, adds
9011 the element associated if found, context and node are included
9012 in the xmlError
9013 * python/tests/reader2.py: the error messages changed.
9014 * result/relaxng/*: error message changed too.
9015
9016Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9017
9018 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009019 win32/configure.js: applied patch from Stéphane Bidoul to
William M. Brack11be2d02007-01-24 19:17:19 +00009020 fix the compilation of 2.6.0 code on Win32
9021
9022Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9023
9024 * check-xml-test-suite.py: fixing the script
9025 * parser.c: replace sequences of RAW && NXT(.) == '.' with
9026 memcmp calls, seems to not break conformance, slightly inflate
9027 the size of the gcc generated code though.
9028
9029Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
9030
9031 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
9032 more cleanup of error handling in parserInternals, sharing the
9033 routine for memory errors.
9034
9035Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
9036
9037 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
9038 include/libxml/xmlerror.h: more code cleanup, especially around
9039 error messages, the HTML parser has now been upgraded to the new
9040 handling.
9041 * result/HTML/*: a few changes in the resulting error messages
9042
9043Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9044
9045 * parser.c include/libxml/xmlerror.h: more error/warning
9046 handling cleanups, the XML parser module should be okay now.
9047
9048Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
9049
9050 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
9051 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
9052 integrated the xmlDocWalker API given by Alfred Mickautsch,
9053 and providing an xmlReader like API but working on a xmlDocPtr.
9054
9055Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
9056
9057 * Makefile.am: more cleanup in make tests
9058 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
9059 in the transition to the new error reporting strategy.
9060 * python/tests/reader2.py result/VC/* result/valid/*:
9061 few changes in the strings generated by the validation output
9062
9063Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9064
9065 * Makefile.am: changed 'make tests' to use a concise output,
9066 scrolling to see where thing broke wasn't pleasant
9067 * configure.in: some beta4 preparation, but not ready yet
9068 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
9069 new error handling code, last error informations are stored
9070 in the parsing context or a global variable, new APIs to
9071 handle the xmlErrorPtr type.
9072 * parser.c parserInternals.c valid.c : started migrating to the
9073 new error handling code, it's a royal pain.
9074 * include/libxml/parser.h include/libxml/parserInternals.h:
9075 moved the definition of xmlNewParserCtxt()
9076 * parser.c: small potential buffer access problem in push code
9077 provided by Justin Fletcher
9078 * result/*.sax result/VC/PENesting* result/namespaces/*
9079 result/valid/*.err: some error messages were sligthly changed.
9080
9081Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
9082
9083 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
9084 function (wrapper around snprintf)
9085
9086Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9087
9088 * entities.c: Fix error on output of high codepoint charref like
9089 &#x10FFFF; , reported by Eric Hanchrow
9090
9091Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9092
9093 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
9094 of a pain murrayc is really gonna be.
9095
9096Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
9097
9098 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
9099
9100Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9101
9102 * entities.c legacy.c parser.c: made the predefined entities
9103 static predefined structures to avoid the work, memory and
9104 hazards associated to initialization/cleanup.
9105
9106Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9107
9108 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
9109 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
9110 include/libxml/parser.h include/libxml/parserInternals.h
9111 include/libxml/xmlversion.h.in: added a new configure
9112 option --with-push, some cleanups, chased code size anomalies.
9113 Now a library configured --with-minimum is around 150KB,
9114 sounds good enough.
9115
9116Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
9117
9118 * libxml-2.0-uninstalled.pc.in: New file for building against
9119 uninstalled libxml2 builds.
9120 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
9121 * .cvsignore: Ignore the new generated *.pc file.
9122
9123Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
9124
9125 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
9126 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
9127 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
9128 added 2 new configure option: --with-reader --with-sax1
9129 to allow removing the reader or non-xmlReadxxx() interfaces.
9130
9131Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
9132
9133 * configure.in entities.c tree.c valid.c xmllint.c
9134 include/libxml/tree.h include/libxml/xmlversion.h.in:
9135 Adding a configure option to remove tree manipulation
9136 code which is not strictly needed by the parser.
9137
9138Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9139
9140 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
9141 patch from Marcin 'Shard' Konicki
9142
9143Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9144
9145 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
9146 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
9147 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
9148 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
9149 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
9150 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
9151 include/libxml/catalog.h include/libxml/debugXML.h
9152 include/libxml/entities.h include/libxml/nanohttp.h
9153 include/libxml/relaxng.h include/libxml/tree.h
9154 include/libxml/valid.h include/libxml/xmlIO.h
9155 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
9156 include/libxml/xpathInternals.h python/libxml.c:
9157 Okay this is scary but it is just adding a configure option
9158 to disable output, this touches most of the files.
9159
9160Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9161
9162 * xmlmemory.c: better fix, avoids breaking the python bindings
9163
9164Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9165
9166 * xmlmemory.c: fix a compilation problem when configuring
9167 with debug but without mem-debug
9168
9169Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9170
9171 * Makefile.am: cleanup, creating a new legacy.c module,
9172 made sure make tests ran in reduced conditions
9173 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
9174 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
9175 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
9176 increased the modularization, allow to configure out
9177 validation code and legacy code, added a configuration
9178 option --with-minimum compiling only the mandatory code
9179 which then shrink to 200KB.
9180
9181Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9182
9183 * parser.c: fix a bug raised by the Mips compiler.
9184 * include/libxml/SAX.h include/libxml/parser.h: move the
9185 SAXv1 block definitions to parser.h fixes bug #123380
9186 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
9187 the attribute and element pool borken 2 commits ago.
9188 Start playing with an entry point to preserve a subtree.
9189 * entities.c: remove a warning.
9190
9191Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9192
9193 * encoding.c, parser.c, relaxng.c: further (final?) minor
9194 changes for compilation warnings. No change to logic.
9195
9196Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
9197
9198 * parser.c: fixed small problem with missing entities (test/ent2)
9199
9200Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9201
9202 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
9203 if the result is not well formed that ctxt->myDoc is not NULL
9204 and uses the context dictionnary.
9205
9206Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9207
9208 * parser.c: other patches from William Brack to avoid
9209 compilation warnings on AIX.
9210
9211Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
9212
9213 * HTMLparser.c, entities.c, xmlreader.c: minor change to
9214 avoid compilation warnings on some (e.g. AIX) systems
9215
9216Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9217
9218 * parserInternals.c: fixed a backward compatibility problem
9219 when formatting "deprecated SAXv1 function ignorableWhitespace"
9220 could be reproduced by xmllint --format
9221
9222Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9223
9224 * doc/libxml2-api.xml: rebuilt the API
9225 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
9226 --nocdata and --nsclean to remove CDATA section and surperfluous
9227 namespace declarations
9228 * parser.c SAX2.c: implementation of the 2 new options
9229
9230Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9231
9232 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
9233 added the same htmlRead APIs than their XML counterparts
9234 * include/libxml/parser.h: new parser options, not yet implemented,
9235 added an options field to the context.
9236 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
9237 is found within a cdata section.
9238 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
9239 result/cdata2.sax test/cdata2: add one more cdata test
9240
9241Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9242
9243 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
9244 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
9245 base URL parameter when not loading from a file or URL.
9246
9247Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9248
9249 * configure.in: preparing a beta3 solving the ABI problems
9250 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
9251 include/libxml/globals.h include/libxml/SAX.h: make sure the
9252 global variables for the default SAX handler are V1 ones to
9253 avoid ABI compat problems.
9254 * xmlreader.c: cleanup of uneeded code
9255 * hash.c: fix a comment
9256
9257Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9258
9259 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
9260 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
9261 fixing some comments to avoid warnings from apibuild.py
9262
9263Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9264
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009265 * win32/configure.js: patch from Stéphane Bidoul for configuring
William M. Brack11be2d02007-01-24 19:17:19 +00009266 the beta2 version #123104
9267
9268Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
9269
9270 * Makefile.am: adding repeated parsing and validating tests
9271 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
9272 DOM tree building interfaces use the dictionary from the
9273 parsing context to build the element and attributes names
9274 as well as formatting spaces and short text nodes
9275 * include/libxml/dict.h dict.c: added some reference counting
9276 for xmlDictPtr because they can be shared by documents and
9277 a parser context.
9278 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
9279 functions and use the standard ones now.
9280 * xmllint.c: add --nodict
9281 * python/libxml.c: fix a stupid bug so that ns() works on
9282 attribute nodes.
9283
9284Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9285
9286 * parser.c include/libxml/parser.h: adding a new set of
9287 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
9288 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
9289 a clear define of xmlParserOption, xmlCtxtUseOptions()
9290 should simplify custom parsing without being tempted to
9291 use global variables, and xmlCtxtReset() should allow reuse
9292 of a context for multiple parsing.
9293 * xmllint.c: switched to use xmlReadXXX, allow options to
9294 be used simultaneously with less troubles.
9295 * tree.c: simple warning removal
9296 * doc/apibuild.py: small fix
9297 * doc/libxml2-api.xml win32/libxml2.def.src: updated
9298
9299Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9300
9301 * parser.c: revert xmlCreateDocParserCtxt() since this break
9302 the parseDoc() python bindings
9303
9304Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9305
9306 * parser.c: make sure xmlDetectSAX2() is called only at
9307 parsing time to avoid breaking apps changing the SAX
9308 callbacks after context allocation, change xmlCreateDocParserCtxt()
9309 to use an immutable buffer instead of a copy
9310
9311Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9312
9313 * xmlIO.c: applied patch from Markus Keim fixing a problem
9314 with I/O callback registration.
9315 * include/libxml/xmlerror.h: fixed #122994 comment numbering
9316 for xmlParserErrors
9317
9318Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9319
9320 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
9321 really a const xmlChar*
9322 * xmlreader.c include/libxml/xmlreader.h: addin the
9323 xmlTextReaderConstString() to get an interned string from
9324 the reader
9325
9326Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
9327
9328 * error.c: fixed a warning message (trivial)
9329 * doc/search.php: removed incorrect warning message when word
9330 search not found in last of multiple tables (bug 119535)
9331
9332Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9333
9334 * configure.in: preparing a 2.6.0-beta2 release
9335 * xmlIO.c: avoid a warning
9336 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
9337 by Chris Ryland
9338 * include/libxml/dict.h: add a QName access lookup to the
9339 dictionary.
9340 * xmlreader.c include/libxml/xmlreader.h: adding const access
9341 based on the dictionary interface for string read from the
9342 reader, the node content access is still TODO, it's too different
9343
9344Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9345
9346 * SAX2.c: fixing namespace DTD validations
9347 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
9348 namespaces is slightly different now.
9349 * Makefile.am: report the memory used in Timingtests (as well as time)
9350
9351Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9352
9353 * Makefile.am: add streaming on memory regression tests, found
9354 bad bugs in the reader interface
9355 * xmlreader.c: fixing bugs w.r.t. very large names, and special
9356 condition in end of file.
9357 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
9358 adding immutable buffers, and parser input based on those,
9359 but this should not be used (yet) for general parsing
9360 * parser.c: added a comment about using immutable buffers for
9361 general parsing.
9362 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
9363 output of the regression tests
9364 * xmllint.c: using the immutable buffers when streaming on
9365 mmaped file (--stream --memory)
9366
9367Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9368
9369 * dict.c: the last patch broke unicity of returned strings, removed
9370
9371Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9372
9373 * Makefile.am: add a Timingtests target to check bad behaviour
9374 from the streaming engine
9375 * dbgen.pl dbgenattr.pl: perl script to generate big instances
9376 * xmlreader.c: fix a bad behaviour on large buffer inputs
9377
9378Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9379
9380 * dict.c xmlreader.c: two small improvements
9381
9382Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9383
9384 * parserInternals.c: avoid a leak with previous patch
9385
9386Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9387
9388 * python/libxml.c: use stderr and not stdout for default errors
9389 in python environment bug #122552
9390
9391Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9392
9393 * parserInternals.c: small fix from Rob Richards for input filename
9394 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
9395 * xmlIO: adding a guard in one function
9396
9397Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9398
9399 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
9400 reducing memory allocation and free and avoiding expensive routines
9401
9402Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9403
9404 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
9405 seriously with per-document dict and element and attribute nodes
9406 reuse in the xmlReader. This seems to lead to an interesting
9407 speedup of the xmlReader already.
9408
9409Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9410
9411 * dict.c include/libxml/dict.h: do string allocations in large
9412 pools, allowing to find if a string pertain to a dict quickly
9413 * xmllint.c: fix --stream --repeat --timing
9414 * Makefile.am: the testThreads run output should be seen.
9415
9416Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9417
9418 * SAX2.c include/libxml/parser.h: starting work on reusing the
9419 parser dictionary for the element and attribute tag names.
9420 Add pools for Element and Attributes in the parser context,
9421 which should help speeding up the reader.
9422 * Makefile.am result/*.rdr : adding non-python reader regression
9423 tests.
9424
9425Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9426
9427 * SAX2.c parser.c valid.c: starting to cleanup some of the
9428 problems exposed by the W3C/NIST regression suite.
9429 * result/ent7.sax result/xml2.sax: small fixes.
9430
9431Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9432
9433 * parser.c: more parser error factoring
9434
9435Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9436
9437 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
9438
9439Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9440
9441 * parser.c include/libxml/xmlerror.h: factoring of more
9442 error handling code, serious size reduction and more lisibility
9443 of the resulting code.
9444 * parserInternals.c parser.c include/libxml/parserInternals.h
9445 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
9446 checks are done, use a counter for entities. Entities where freed and
9447 reallocated at the same address failing the check.
9448 * tree.c: avoid a warning
9449 * result/valid/* result/VC/*: this slightly changes some validation
9450 error messages.
9451
9452Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
9453
9454 * valid.c: fixed bug 121759 - early declaration of
9455 attribute-list in external DTD
9456
9457Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9458
9459 * parser.c include/libxml/xmlerror.h: starting cleaning up
9460 error handling, factorize error processing
9461 * doc/xmllint.html: update of the page, remove --sgml
9462
9463Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9464
9465 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
9466 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
9467 broken pseudo SGML DocBook parser code.
9468
9469Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9470
9471 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
9472 valgrind pointed out the strings overlapped. cleanup .
9473
9474Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9475
9476 * tree.c: applied speedup to xmlSearchNs() as suggested by
9477 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
9478 applying the same trick.
9479
9480Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9481
9482 * parser.c parserInternals.c tree.c include/libxml/parser.h
9483 include/libxml/xmlerror.h: adding namespace checkings
9484 while making sure they still parse as wellformed documents.
9485 Add an nsWellFormed status report to the context, and
9486 provide new appropriate error codes.
9487 * Makefile.am result/namespaces/* test/namespaces/*: add
9488 specific regression testing for the new namespace support
9489 * test/att5 result/noent/att5 result/att5 result/att5.sax:
9490 add more coverage for the attribute parsing and normalization
9491 code.
9492
9493Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9494
9495 * threads.c: backport of a thread bugfix from 2_5_X branch
9496
9497Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9498
9499 * parser.c: fixed a bug in one corner case of attribute parsing.
9500
9501Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9502
9503 * configure.in doc/* : 2.6.0beta1 changes
9504 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
9505 normalization, might not be totally fixed but this should
9506 make sure SAX event provide the right strings for attributes
9507 except entities for which libxml2 is different by default
9508 This should fix #109564
9509 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
9510 in attribute callback values
9511 * result/c14n/with-comments/example-4
9512 result/c14n/without-comments/example-4: this also fixes a subtle
9513 bug in the canonicalization tests.
9514
9515Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9516
9517 Time to commit 3 days of work rewriting the parser internal,
9518 fixing bugs and migrating to SAX2 interface by default. There
9519 is some work letf TODO, like namespace validation and attributes
9520 normalization (this break C14N right now)
9521 * Makefile.am: fixed the test rules
9522 * include/libxml/SAX2.h include/libxml/parser.h
9523 include/libxml/parserInternals.h SAX2.c parser.c
9524 parserInternals.c: changing the parser, migrating to SAX2,
9525 adding new interface to switch back to SAX1 or initialize a
9526 SAX block for v1 or v2. Most of the namespace work is done
9527 below SAX, as well as attribute defaulting
9528 * globals.c: changed initialization of the default SAX handlers
9529 * hash.c tree.c include/libxml/hash.h: added QName specific handling
9530 * xmlIO.c: small fix
9531 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9532 version code path
9533 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
9534 pointed out a typo in a very old test namespace
9535
9536Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
9537
9538 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
9539 of compressed files, setting doc->compressed appropriately
9540 (bug #120503).
9541
9542Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9543
9544 * parser.c: try to cope with the fact that apps may still
9545 have allocated smaller SAX callbak block
9546
9547Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9548
9549 * dict.c: allow to give -1 for undefined length in lookups
9550 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
9551 first round of work on the new SAX2 interfaces, the API
9552 will change but commiting before changing for historical
9553 reference.
9554
9555Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
9556
9557 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9558 sax->warning with wrong params).
9559
9560Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9561
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009562 * include/libxml/globals.h: patch from Stéphane Bidoul to export
William M. Brack11be2d02007-01-24 19:17:19 +00009563 globals entry points to the python bindings
9564
9565Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9566
9567 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9568 by default instead of "HTML"
9569 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
9570 avoiding calls to "areBlanks" when not needed.
9571 * include/libxml/parser.h include/libxml/tree.h: some structure
9572 extensions for future work on using per-document dictionaries.
9573
9574Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9575
9576 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
9577 tree, keeping result in the same tree, added SAXtests to the
9578 default "make tests"
9579
9580Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9581
9582 * include/libxml/xmlexports.h: defined additional macros which
9583 affect exports and added mingw section
9584
9585Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
9586
9587 * doc/index.py: fixed problem parsing xhtml docs
9588 * doc/xmlreader.html,doc/guidelines.html: small modification
9589 to avoid problem in python parsing.
9590 * doc/search.php: fixed upper case filename problem for XSLT docs
9591
9592Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9593
9594 * xinclude.c: patch from Mark Vakoc that allows compiling
9595 with XInclude but without XPointer support.
9596
9597Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9598
9599 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9600 to add --libtool-libs option to xml2-config script.
9601
9602Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
9603
9604 * doc/README.docs, doc/Makefile.am: new file added,
9605 giving some description of the documentation generation process
9606 * doc/search.php: fixed problem with upper case on filenames
9607
9608Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9609
9610 * win32/Makefile.bcb: updates by Eric Zurcher
9611
9612Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9613
9614 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9615 to compensate for pollution from Igor's header taint
9616 (quick before Daniel notices)
9617
9618Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9619
9620 * SAX2.c: fixed a namespace error on attribute reporting bug
9621 pointed out by Tobias Reif
9622 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9623 using xmlsn instead of xmlns...
9624
9625Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9626
9627 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9628 typos reported by Mark Vakoc
9629
9630Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9631
9632 add:
9633 * doc/tutorial/api.html
9634 * doc/tutorial/ar01s09.html
9635 * doc/tutorial/includexpath.c
9636 updated
9637 * doc/tutorial/*.html
9638 fix my bad - forgot to check in new files when I last
9639 updated
9640
9641Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9642
9643 * win32/Makefile.bcb: new file, support for Borland C++
9644 * xmllint.c: fixed time inclusion for various compilers
9645
9646Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9647
9648 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9649 few casts to shut the compiler warnings
9650
9651Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9652
9653 * win32/Makefile.* win32/configure.js: fixed for mingw
9654
9655Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9656
9657 * globals.c threads.c: fixing bug #120870 try to avoid problem
9658 with uninitialized mutexes
9659
9660Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9661
9662 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9663 up with multiple states, select the "best" one. Fix #120682
9664 * result/relaxng/tutor11_2_3.err: small change resulting
9665
9666Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9667
9668 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9669
9670Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9671
9672 * include/libxml/[threads-xpointer].h: realigned parameters
9673 after taint
9674
9675Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9676
9677 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9678 as reported by Eric Zurcher
9679
9680Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9681
9682 * relaxng.c: fixed bug #120386 again a problem introduced when
9683 trying to reuse automata for content validation. Fix a bug report
9684 problem on zeroOrMore
9685 * result/relaxng/tutor3_7_err: change slightly error reporting.
9686
9687Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9688
9689 * include/libxml/Makefile.am: make sure the new header will
9690 be included when generating a new distribution.
9691
9692Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9693
9694 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9695 routines which led to bug #120040 and the ones reported by
9696 Martijn Faassen
9697
9698Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9699
9700 * include/libxml/parserInternals.h include/libxml/relaxng.h
9701 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9702 parameters after taint.
9703
9704Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9705
9706 * include/libxml/xmlversion.h.in: moved export defs to a separate
9707 file for consistency.
9708 * include/libxml/xmlexports.h: new file, contains export defs.
9709
9710Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9711
9712 * include/libxml/*.h genUnicode.py: exportability taint
9713 of the headers.
9714
9715Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9716
9717 * SAX.c: make the deprecated interfaces log an error message
9718 to be sure it won't get used.
9719
9720Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9721
9722 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9723 Adding new version of the SAX interface, it's not there yet,
9724 currently just preparing the work
9725 * globals.c parser.c SAX.c include/libxml/SAX.h
9726 include/libxml/globals.h include/libxml/parser.h: doing some
9727 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9728 while keeping functionalities, preparing SAX2 integration.
9729 * dict.c: small cleanup.
9730
9731Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9732
9733 * tree.c: fixes a small bug introduced in last commit and detected
9734 by valgrind.
9735
9736Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9737
9738 * dict.c hash.c: optimization when freeing hash tables.
9739 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9740 allocations
9741 * parser.c parserInternals.c include/libxml/parser.h: keep a
9742 single allocated block for all the attributes callbacks,
9743 avoid useless malloc()/free()
9744 * tree.c: do not realloc() when growing a buffer if the buffer
9745 ain't full, malloc/memcpy/free avoid copying memory.
9746
9747Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9748
9749 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9750 --dtdvalidfpi for Tobias Reif
9751
9752Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9753
9754 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9755 new dictionary module to keep a single instance of the names used
9756 by the parser
9757 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9758 switched all parsers to use the dictionary internally
9759 * include/libxml/HTMLparser.h include/libxml/parser.h
9760 include/libxml/parserInternals.h include/libxml/valid.h:
9761 Some of the interfaces changed as a result to receive or return
9762 "const xmlChar *" instead of "xmlChar *", this is either
9763 insignificant from an user point of view or when the returning
9764 value changed, those function are really parser internal methods
9765 that no user code should really change
9766 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9767 the docs were regenerated
9768
9769Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9770
9771 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9772
9773Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9774
9775 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9776 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9777
9778Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9779
9780 * doc/API*.html, doc/html/*: regenerated API documentation
9781 for xmlsoft.org (part of Bug 119535)
9782
9783Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9784
9785 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9786 doc/libxml2-api.xml: Minor changes to comments, etc. for
9787 improving documentation generation
9788 * doc/Makefile.am: further adjustment to auto-generation of
9789 win32/libxml2.def.src
9790
9791Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9792
9793 * News configure.in: preparing libxml2-2.5.10 release
9794 * doc/* : updated the doc and rebuilt
9795
9796Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9797
9798 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9799 Malcolm Tredinnick with the patch he suggested.
9800
9801Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9802
9803 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9804
9805Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9806
9807 * uri.c: fixing an use of strcpy() where both strings overlap
9808 pointed out by valgrind.
9809
9810Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9811
9812 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9813 some compilation warnings.
9814 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9815 plus some cleanup and better error reporting.
9816
9817Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9818
9819 * encoding.c: applied UTF-16 encoding handling patch provided by
9820 Mark Itzcovitz
9821 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9822 not having iconv support.
9823
9824Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9825
9826 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9827 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9828 mingw compiler on Windows.
9829
9830Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9831
9832 * parser.c: fixed the serious CPU usage problem reported by
9833 Grant Goodale
9834 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9835 missing in htmlSAXParseDoc
9836
9837Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9838
9839 * doc/Makefile.am: Removed dependency from libxml2.def.src
9840
9841Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9842
9843 * autogen.sh: took away the requirement for automake-1.4,
9844 changed the messages for getting auto* tools to current
9845 gnu pages.
9846 * configure.in: added check for Linux Dec alpha requiring
9847 -ieee flag, fixed test for ipv6
9848 * trionan.c: fixed problem for compiling on Linux Dec alpha
9849 using native compiler
9850 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
9851 whenever libxml2-api.xml is changed.
9852
9853Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9854
9855 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9856 is not used.
9857
9858Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9859
9860 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9861
9862Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9863
9864 * News configure.in: preparing libxml2-2.5.9 release
9865 * doc/* : updated the doc and rebuilt
9866
9867Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9868
9869 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9870 definition to get a correct API XML description. This was apparently
9871 breaking Windows build.
9872
9873Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9874
9875 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9876 the progressive HTML parser front-end on large character data
9877 island leading to an erroneous end of data detection by the
9878 parser. Some cleanup too to get closer from the XML progressive
9879 parser.
9880
9881Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9882
9883 * win32/configure.js: Added in support for the ISO8859X
9884 module (patch provided by Jesse Pelton)
9885
9886Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9887
9888 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9889 when the library is not initialized and one try to save, the
9890 locks in threaded env might not been initialized, playing safe
9891 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9892 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9893 his tests to the regression suite.
9894
9895Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9896
9897 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9898 (with apologies to Igor) - Enhanced handling of docb and
9899 nanohttp.
9900
9901Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9902
9903 * encoding.c: further small changes for warnings when
9904 configured with --with-iconv=no
9905
9906Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9907
9908 * error.c trionan.[ch] testThreads.c python/generator.py:
9909 further small changes to elminate most of the remaining
9910 warnings.
9911
9912Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9913
9914 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9915 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9916 python/libxml.c include/libxml/xmlmemory.h: small changes
9917 to syntax to get rid of compiler warnings. No changes
9918 to logic.
9919
9920Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9921
9922 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9923
9924Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9925
9926 * tree.c: fixed a small problem in the patch for #118763
9927 * result/HTML/doc3.htm*: this reverts back to the previous result
9928
9929Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9930
9931 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9932 and rebuilt, apparently some C++ wrappers are not available,
9933 c.f. bug #118943
9934
9935Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9936
9937 * tree.c: fixing HTML attribute serialization bug #118763
9938 applying a modified version of the patch from Bacek
9939 * result/HTML/doc3.htm*: this modifies the output from one test
9940
9941Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9942
9943 * tree.c include/libxml/tree.h: added a new API to split a
9944 QName without generating any memory allocation
9945 * valid.c: fixed another problem with namespaces on element
9946 in mixed content case
9947 * python/tests/reader2.py: updated the testcase with
9948 Bjorn Reese fix to reader for unsignificant white space
9949 * parser.c HTMLparser.c: cleanup.
9950
9951Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9952
9953 * catalog.c: trying to fix #118754 of possible recursion in the
9954 catalogs. Not fantastically happy about the current fix since
9955 it's likely to break under very thread intensive concurrent
9956 access to the catalog. Better solution might to keep the depth
9957 an extra argument to the resolution functions.
9958
9959Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9960
9961 * valid.c: fixed bug #118712 about mixed content, and namespaced
9962 element names.
9963 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9964 in the regression tests
9965
9966Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9967
9968 Coninuing work on bug 118559
9969 * DOCBparser.c: removed 2 unsed vars
9970 * xmlregexp.c: changed some numeric const to their enum symbols
9971 * xmlreader.c: changed one var define from int to enum
9972 (a little more to be done, awaiting co-ordination)
9973 * relaxng.c: deleted one unused var
9974 * xmllint.c: deleted some unused vars, changed one arg
9975 val from int to enum
9976 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9977 * xmlIO.c: fixed typo from last night (small warning msg)
9978
9979Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9980
9981 Working on bug 118559
9982 * error.c: deleted unused variable
9983 * parserInternals.c: deleted unneeded 'const' qualifier
9984 * parser.c: changed variable type for enum temp storage
9985 * xmlIO.c: changed debugging var to be inside #ifdef
9986 * valid.c: removed unused variable
9987 * HTMLparser.c: removed some unneeded 'const' qualifiers
9988 * xpath.c: added some type casts, removed some unused vars
9989 * xinclude.c: added one type cast
9990 * nanohttp.c: repositioned some #ifdef to avoid unused var
9991 * nanoftp.c: removed unused var
9992
9993Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9994
9995 * HTMLparser.c: applied a patch from William Brack about
9996 the problem of parsing very large HTML instance with comments
9997 as raised by Nick Kew
9998
9999Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10000
10001 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
10002 patch from Bjorn Reese for xmlTextReaderNodeType() and
10003 significant whitespace. There is an enum for node type
10004 values now.
10005
10006Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10007
10008 * encoding.c: applying patch from Peter Jacobi to added
10009 ISO-8859-x encoding support when iconv is not available
10010 * configure.in include/libxml/xmlversion.h.in
10011 include/libxml/xmlwin32version.h.in: added the glue needed
10012 at the configure level and made it the default for Windows
10013
10014Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
10015
10016 * python/generator.py python/libxml.c python/libxml2class.txt:
10017 patch from Joachim Bauch + cleanup for Relax NG error callbacks
10018 in python
10019
10020Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
10021
10022 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
10023 cleanup patch, and also avoided a possible memory leak
10024
10025Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
10026
10027 * encoding.c: fix the previous commit
10028
10029Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
10030
10031 * HTMLparser.c: fixed problem with comments reported by Nick Kew
10032 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
10033 some future cleanup of UTF8 handling
10034
10035Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
10036
10037 * xpath.c: applied a change suggested by Sean Griffin in bug
10038 #118494 about a memory leak in EXSLT
10039
10040Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
10041
10042 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
10043 when fixing the previous Relax-NG bugs
10044 * result/relaxng/*: This slightly changes the output messages of
10045 some regression tests.
10046 * configure.in: added support of -with-fexceptions for nested C++
10047 support.
10048
10049Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
10050
10051 * doc/tutorial/apa.html
10052 * doc/tutorial/apb.html
10053 * doc/tutorial/apc.html
10054 * doc/tutorial/apd.html
10055 * doc/tutorial/ape.html
10056 * doc/tutorial/apf.html
10057 * doc/tutorial/apg.html
10058 * doc/tutorial/aph.html
10059 * doc/tutorial/ar01s02.html
10060 * doc/tutorial/ar01s03.html
10061 * doc/tutorial/ar01s04.html
10062 * doc/tutorial/ar01s05.html
10063 * doc/tutorial/ar01s06.html
10064 * doc/tutorial/ar01s07.html
10065 * doc/tutorial/ar01s08.html
10066 * doc/tutorial/index.html
10067 * doc/tutorial/ix01.html
10068 * doc/tutorial/xmltutorial.pdf
10069 * doc/tutorial/xmltutorial.xml
10070 update tutorial with XPath example
10071
10072Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
10073
10074 * SAX.c parser.c: fixing a bug about a special case of namespace
10075 handling, this closes bug #116841
10076
10077Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
10078
10079 * relaxng.c result/relaxng/*: checked and fixed the compilation
10080 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
10081 This slightly changes the output messages of some regression tests.
10082
10083Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
10084
10085 * xmlreader.c: fixed an out of bound error #118052 , the good
10086 part if that base64 code was not in use yet ...
10087
10088Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
10089
10090 * doc/xmllint.html
10091 include html version of the xmllint man page, so an
10092 up-to-date version is visible on the Web
10093
10094Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
10095
10096 * xinclude.c include/libxml/xinclude.h: added a new API
10097 xmlXIncludeProcessTree() to process XInclude only on a subtree
10098 this should fix bug #115385
10099
10100Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
10101
10102 * relaxng.c include/libxml/relaxng.h: adding Get interface for
10103 the error callback and parameters of parsing and validation
10104 contexts
10105 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
10106 on text nodes.
10107
10108Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
10109
10110 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
10111 when using the push XML parser.
10112 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
10113 added the test to the regression suite.
10114
10115Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10116
10117 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
10118 as suggested by Rob Richards
10119
10120Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
10121
10122 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
10123 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
10124 to unsigned int and a couple of others.
10125
10126Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10127
10128 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
10129
10130Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10131
10132 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
10133
10134Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10135
10136 * globals.c threads.c: fixes some problem when freeing unititialized
10137 mutexes
10138
10139Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
10140
10141 * nanoftp.c nanohttp.c: the modules should not import <config.h>
10142 directly, some cleanups
10143 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
10144 validation code.
10145
10146Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10147
10148 * win32/configure.js: Jesse Pelton pointed out a problem in the
10149 javascript code.
10150
10151Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
10152
10153 * NEWS doc/*: regenerated
10154 * nanoftp.c nanohttp.c: might fix includes problems with the
10155 Ipv6 support on solaris
10156 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
10157 defined as #IMPLIED
10158
10159Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10160
10161 * configure.in doc/*: preparing release 2.5.8
10162 * nanohttp.c: changed some preprocessor block
10163 * xmlschemastypes.c: applied patch from Charles Bozeman adding
10164 hexBinary schema datatype and adding support for totalDigits and
10165 fractionDigits facets.
10166
10167Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10168
10169 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
10170
10171Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10172
10173 * xinclude.c: fixed bug #116095 removing the error message when
10174 reapplying XInclude to a document.
10175
10176Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10177
10178 * xmlIO.c: applied small changes to portability layer for
10179 compilation on DJGPP Ms-DOS compiler.
10180
10181Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
10182
10183 * parser.c HTMLparser.c: use the character() SAX callback
10184 if the cdataBlock ain't defined.
10185 * xpath.c: fix bug #115349 allowing compilation when configured
10186 with --without-xpath since the Schemas code needs NAN and co.
10187
10188Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
10189
10190 Fixed problem with multi-threading, shown by the test program
10191 testThreads. After fix, ran mutiple tests on various speed
10192 machines (single and dual processor X86), which all seem okay.
10193
10194 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
10195
10196 * threads.c: added missing initialisation for condition variable
10197 in xmlNewRMutex.
10198
10199Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10200
10201 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
10202 closing bug #114837
10203
10204 * configure.in: Added checks for IPv6 support and getaddrinfo().
10205
10206 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10207
10208 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10209
10210 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
10211 field or sockaddr_in field, depending upon the availability of IPv6
10212 support.
10213 have_ipv6(): Added to check for run-time IPv6 support.
10214 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
10215 Modified to parse a URI with IPv6 address given in [].
10216 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
10217 resolution, if it is available on the system, as gethostbyname
10218 does not return IPv6 addresses on some platforms.
10219 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
10220 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
10221 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
10222 we are dealing with.
10223
10224 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
10225 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
10226 a URI with IPv6 address given in [].
10227 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
10228 available on the system. Also IPv6 addresses will be resolved by
10229 gethostbyname only if IPv6 run-time support is available.
10230 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
10231
10232Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10233
10234 * win32/configure.js include/win32config.h
10235 include/libxml/xmlversion.h.in: Applied the patch for BCB
10236 by Eric Zurcher.
10237
10238Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10239
10240 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
10241 due to #115104 and while fixing #115101 . HTML URLs must not
10242 be version dependant.
10243
10244Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
10245
10246 * entities.c: do not generate &quot; for " outside of attributes
10247 * result//*: this changes the output of some tests
10248
10249Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10250
10251 * parser.c xmlIO.c: trying to fix #114277 about when file
10252 remapping and escaping should really be attempted.
10253
10254Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10255
10256 * doc/*: applied a patch from Gman for building docs
10257 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
10258 Gary Pennington to provide an allocator for xmlValidCtxt
10259 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
10260 #113580 about data not being passed immediately.
10261
10262Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
10263
10264 * tree.c: applied a couple of patches from Mark Itzcovitz
10265 to handle saving back "UTF-16" documents.
10266
10267Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
10268
10269 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
10270 some work done while in the Maldives (hence the timezone on the
10271 laptop !)
10272 * result/schemas/length3* test/schemas/deter0_*
10273 test/schemas/group0_*: some tests added too
10274
10275Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10276
10277 * encoding.c: small fix
10278 * xmlIO.c: fixed an error message
10279
10280Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10281
10282 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
10283 accepting an improper UTF8 sequence
10284
10285Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10286
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010287 * threads.c: applied the patch from Stéphane Bidoul for getting
William M. Brack11be2d02007-01-24 19:17:19 +000010288 rid of extra threads in a dynamic library.
10289 * win32/configure.js: threads default to 'native' now.
10290
10291Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
10292
10293 * HTMLtree.c: fixing bug #112904: html output method escaped
10294 plus sign character in URI attribute.
10295
10296Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
10297
10298 * build_glob.py global.data globals.c parser.c
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010299 include/libxml/globals.h: patch from Stéphane Bidoul for setting
William M. Brack11be2d02007-01-24 19:17:19 +000010300 up threads global defaults.
10301 * doc/libxml2-api.xml: this extends the API with new functions
10302 * python/tests/Makefile.am python/tests/reader2.py
10303 python/tests/thread2.py: integrated the associated testcase and
10304 fixed the error string used in reader2
10305
10306Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
10307
10308 * configure.in libxml.spec.in python/Makefile.am: trying
10309 to conciliate --with-python= requirements and RPM builds,
10310 a PITA really...
10311
10312Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
10313
10314 * HTMLparser.c: oops last commit introduced a memory leak.
10315
10316Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10317
10318 * xmllint.c doc/xmllint.xml: added --nonet option
10319 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
10320 xsltproc or xmllint
10321 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
10322 rebuilt
10323 * HTMLparser.c: cleaned up the HTML parser context build when
10324 using an URL
10325
10326Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
10327
10328 * libxml.spec.in: added a comment about bug #112902
10329
10330Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
10331
10332 * minor cleanup of configure '--help' display
10333 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
10334
10335Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
10336
10337 * tree.c: PI nodes in external subset were not freed :-\
10338 fixes bug #112842
10339
10340Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
10341
10342 * xmllint.c: added --schema option to run WXS schema validation
10343 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
10344 tried to improve error reporting in the Schema code, some cleanup
10345 too.
10346
10347Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10348
10349 * xmlschemas.c: fixed some problems in the handling of errors,
10350 and attributes addressed by references.
10351 * test/schemas/* result/schemas/*: dropped the verbosity level
10352 and added a couple of new tests
10353
10354Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10355
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010356 * relaxng.c: Stéphane Bidoul found an off by one addressing
William M. Brack11be2d02007-01-24 19:17:19 +000010357 error on the error handling.
10358
10359Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10360
10361 * xmlschemastypes.c: trying to fix #112673
10362
10363Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
10364
10365 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
10366 warning, this fixed a bug and should close #111574
10367
10368Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
10369
10370 * xmlschemas.c: fixing bug #104081 with xs:all with an element
10371 holding minOccurs="0"
10372 * test/schemas/all_* result/schemas/all_*: added some regression
10373 tests for that bug
10374 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
10375 Garry Pennington to compile without schemas support.
10376
10377Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10378
10379 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
10380
10381Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
10382
10383 * xml2-config.in: try to fix Red hat bug #89957, do not
10384 output -L/usr/lib64
10385 * xmlreader.c: fixed a typo in a comment
10386
10387Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
10388
10389 * doc/tutorial/aph.html, ix01.html
10390 forgot to cvs add the new files. Thanks to Roland van Laar
10391 for pointing this out
10392
10393Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
10394
10395 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
10396 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
10397 to the XML/XSLT doc generation closing #111799
10398 * doc/html/*: complete update of the HTML results
10399
10400Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10401
10402 * win32/defgen.xsl: fixed the conditional for unicode map,
10403 removed hardcoded schema entries
10404
10405Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10406
10407 * win32/defgen.xsl: new file, stylesheet for generating
10408 win32/libxml2.def.src from doc/libxml2-api.xml
10409 * win32/libxml2.def.src: is autogenerated from now on, changes
10410 to this file will not appear here anymore
10411
10412Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
10413
10414 * win32/configure.js python/setup.py.in: applied patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010415 from Stéphane Bidoul for the Python bindings on the new
William M. Brack11be2d02007-01-24 19:17:19 +000010416 release.
10417
10418Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10419
10420 * debugXML.c: included libxml/uri.h for xmlCanonicPath
10421 declaration
10422 * win32/configure.js: thread-enabled build is now default
10423 * win32/libxml2.def.src: added more exports
10424
10425Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
10426
10427 * NEWS doc/*.xsl doc/*.html: updated the web site separated
10428 developers from common pages, made the transition to XHTML1,
10429 added validity checking to the makefile rules.
10430
10431Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10432
10433 * parser.c: fix for xmlIOParseDTD same as previous and reported
10434 by Petr Pajas
10435
10436Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10437
10438 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
10439 closing #111638
10440
10441Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10442
10443 * python/generator.py: fixed a problem in the generator where
10444 the way functions are remapped as methods on classes was
10445 not symetric and dependant on python internal hash order,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010446 as reported by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000010447
10448Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
10449
10450 * doc/tutorial:
10451 xmltutorial.xml
10452 xmltutorial.pdf
10453 *.html
10454 add appendix on generating compiler flags, more indexing
10455
10456Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10457
10458 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
10459 to get libxml-2.5.7 to compile on OpenVMS
10460
10461Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10462
10463 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
10464
10465Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
10466
10467 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
10468 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
10469 man page based on xsltproc and a stylesheet PI in the XML.
10470
10471Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10472
10473 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
10474 character preventing rendering by the man command.
10475
10476Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10477
10478 * NEWS configure.in: preparing release 2.5.7
10479 * doc/*: updated and rebuilt the docs
10480 * doc/apibuild.py: fixed the script
10481
10482Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10483
10484 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10485 get in the way of the builds
10486 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10487
10488Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10489
10490 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
10491 Memory test from Havoc Pennington #109368
10492 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
10493 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
10494 include/libxml/parser.h: a lot of memory allocation cleanups
10495 based on the results of the OOM testing
10496 * check-relaxng-test-suite2.py: seems I forgot to commit the
10497 script.
10498
10499Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10500
10501 * xmlschemastypes.c: trivial fix for 109774 removing a warning
10502
10503Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10504
10505 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
10506 more places where xmlCanonicPath() must be used to convert
10507 filenames to URLs, trying to fix #111088
10508
10509Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10510
10511 * python/libxml.c python/libxml.py: applied patch from
10512 Brent M Hendricks adding binding for xmlCatalogAddLocal
10513
10514Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
10515
10516 * HTMLparser.c: tried to fix #98879 again in a more solid
10517 way.
10518
10519Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10520
10521 * win32/libxml2.def.src: added more exports from the relaxng and
10522 xmlreader clan
10523
10524Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10525
10526 * SAX.c test/valid/ns* test/result/ns*: applied the patch
10527 provided by Brent Hendricks fixing #105992 and integrated the
10528 examples in the testsuite.
10529
10530Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10531
10532 * TODO: updated a bit
10533 * configure.in: fixed the comment, threads now default to on
10534 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
10535
10536Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
10537
10538 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
10539 xmlreader.c include/libxml/parser.h: a lot of performance work
10540 especially the speed of streaming through the reader and push
10541 interface. Some thread related optimizations. Nearly doubled the
10542 speed of parsing through the reader.
10543
10544Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
10545
10546 * doc/xmllint.xml
10547 * doc/xmllint.1
10548 update man page to explain use of --stream
10549
10550Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10551
10552 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10553 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
10554 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
10555 include/libxml/globals.h include/libxml/xmlmemory.h: added
10556 xmlMallocAtomic() to be used when allocating blocks which
10557 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
10558 to allow registering the full set of functions needed by
10559 a garbage collecting allocator like libgc, ref #109944
10560
10561Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10562
10563 * configure.in: switched to have thread support enabled by default,
10564 didn't got troubles with ABI compatibility on Linux, hope it
10565 won't break on strange OSes, if yes, report the system ID
10566 * doc/libxml2-api.xml: just rebuilt the API
10567
10568Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10569
10570 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
10571 added support for large file, tested with a 3+GB instance,
10572 and some cleanup.
10573 * catalog.c: added a TODO
10574 * Makefile.am: added some "make tests" comments
10575
10576Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
10577
10578 * relaxng.c: some cleanups
10579 * doc/xmlreader.html: extended the document to cover RelaxNG and
10580 tree operations
10581 * python/tests/Makefile.am python/tests/reader[46].py: added some
10582 xmlReader example/regression tests
10583 * result/relaxng/tutor*.err: updated the output of a number of tests
10584
10585Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
10586
10587 * relaxng.c: valgrind pointed out an uninitialized variable error.
10588
10589Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10590
10591 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
10592 xmlreader.c: augnemting the APIs, cleanups.
10593 * parser.c: cleanup bug #111005
10594 * xmlIO.c: added some missing comments
10595
10596Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
10597
10598 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
10599 trying to improve the subset compiled, and more testing.
10600 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
10601 documentation
10602 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
10603 * result/relaxng/*.err: fix some of the outputs
10604
10605Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10606
10607 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
10608 include/libxml/xmlreader.h: implemented streaming of
10609 RelaxNG (when possible) on top of the xmlReader interface,
10610 provided it as xmllint --stream --relaxng .rng .xml
10611 This seems to mostly work.
10612 * Makefile.am: updated to test RelaxNG streaming
10613
10614Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10615
10616 * relaxng.c include/libxml/relaxng.h: integrated the regexp
10617 based validity checking of fragments of the document for
10618 which the RNG can be compiled to regexps. Works on all regression
10619 tests, only fix needed is related to error messages.
10620
10621Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10622
10623 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10624 include/libxml/xmlregexp.h: Starting work precompiling
10625 parts of RelaxNG schemas. Not plugged onto validity checking
10626 yet, just the regexp building part. Needed to extend some
10627 of the automata and regexp APIs.
10628
10629Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10630
10631 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10632 xmllint --stream and xmllint --stream --valid returns errors
10633 code appropriately
10634
10635Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10636
10637 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10638 and Next() operation to work on subtrees within the reader
10639 framework.
10640 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10641 * python/tests/reader5.py: added an example for those new
10642 functions of the reader.
10643
10644Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10645
10646 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10647
10648Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10649
10650 * xmlreader.c: fixing HasValue for namespace as raised by
10651 Denys Duchier
10652
10653Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10654
10655 * HTMLparser.c include/libxml/HTMLparser.h: exported
10656 htmlCreateMemoryParserCtxt() it was static
10657
10658Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10659
10660 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10661 update from Charles Bozeman for date and duration types
10662 * test/schemas/date_0.* test/schemas/dur_0.*
10663 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10664
10665Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10666
10667 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10668 fixing bug #107129, removing excessive allocation and calls
10669 to *printf in the code to build QName strings.
10670
10671Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10672
10673 * win32/libxml2.def.src: fixed conditional exports, reported by
10674 Luke Murray.
10675
10676Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10677
10678 * parser.c: fixed a possible problem with xmlRecoverMemory()
10679
10680Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10681
10682 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10683 triostr.h: Bjorn sent an update for the TRIO portability layer.
10684
10685Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10686
10687 * win32/libxml2.def.src: exported new functions
10688
10689Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10690
10691 * configure.in NEWS: preparing release 2.5.6
10692 * doc/*: updated and rebuilt the docs
10693
10694Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10695
10696 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10697 on C14Ntests
10698
10699Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10700
10701 * relaxng.c: one more fixup of error message reporting
10702
10703Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10704
10705 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10706 variable pointed out by valgrind
10707
10708Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10709
10710 * relaxng.c: try to work on bug #109225 and provide better
10711 error reports.
10712 * result/relaxng/* : this change the output of a number of tests
10713 * xinclude.c: fixing the parsed entity redefinition problem
10714 raised on the list.
10715 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10716
10717Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10718
10719 * xmlschemastypes.c: fixed date comparison to handle the tzo
10720 The only failures left are disagreements on Notations and
10721 '+1' not being allowed for ulong, uint, ushort and ubyte.
10722
10723Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10724
10725 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10726 to the XML Schemas errata
10727 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10728
10729Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10730
10731 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10732 and facets support. Currently only schemas with binHex or
10733 base64 don't compile. A few error left in the test suite:
10734 found 1035 test instances: 919 success 23 failures
10735 most are gdate or gdateyear failing check, and a few cases where
10736 James clark tests results are strange.
10737 * valid.c: allow to reuse the Notation checking routine without
10738 having a validation context.
10739 * SAX.c: removed a #if 0
10740
10741Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10742
10743 * xinclude.c: forgot to apply one check from #106931 patch
10744 * xmlschemastypes.c: more work on XML Schemas datatypes
10745
10746Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10747
10748 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10749 on cleaning up XML Schemas datatypes based on James Clark tests
10750 test/xsdtest/xsdtest.xml
10751
10752Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10753
10754 * relaxng.c: implemented comparisons for Schemas values.
10755 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10756 some bugs in duration handling, comparisons for durations
10757 and decimals, removed all memory leaks pointed out by James
10758 testsuite. Current status is now
10759 found 238 test schemas: 197 success 41 failures
10760 found 1035 test instances: 803 success 130 failures
10761
10762Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10763
10764 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10765 leaks in the W3C XML Schemas code
10766 * xmlschemastypes.c: implemented nonPositiveInteger
10767 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10768 fixed the test and result.
10769
10770Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10771
10772 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10773 parser and a typo
10774 * xmlschemastypes.c: reindenting, fixing a memory access
10775 problem with dates.
10776
10777Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10778
10779 * parser.c: fixing #109227 providing more context in case of
10780 start/end tag mismatch
10781 * python/tests/ctxterror.py python/tests/readererr.py: update the
10782 tests accordingly
10783
10784Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10785
10786 * xinclude.c: should fix #109327 errors on memory accesses
10787
10788Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10789
10790 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10791 is an URI reference
10792
10793Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10794
10795 * xpath.c: fixed bug #109160 on non-ASCII IDs
10796
10797Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10798
10799 * parser.c: Norm suggested a nicer error message for xml:space values
10800 errors
10801
10802Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10803
10804 * xpath.c include/libxml/xpath.h: first part of the fix to
10805 performance bug #108905, adds xmlXPathOrderDocElems() providing
10806 document order for nodes.
10807 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10808
10809Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10810
10811 * xmlschemastypes.c: removing a warning with Sun compiler
10812 bug #109154
10813
10814Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10815
10816 * doc/xmllint.xml
10817 * doc/xmllint.1
10818 update xmllint man page with --relaxng option
10819
10820Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10821
10822 * python/setup.py.in : was missing "drv_libxml2.py"
10823
10824Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10825
10826 * tree.c xpath.c: some changes related to the new way of
10827 handling Result Value Tree, before 2.5.5
10828
10829Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10830
10831 * configure.in NEWS: preparing release 2.5.5
10832 * doc/* : updated the documentation and regenerated it.
10833
10834Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10835
10836 * xpath.c: fixed some problems related to #75813 about handling
10837 of Result Value Trees
10838
10839Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10840
10841 * uri.c: applied a set of patches from Lorenzo Viali correcting
10842 URI parsing errors.
10843
10844Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10845
10846 * parser.c: validity status was not passed back when validating in
10847 entities, but raised by Oliver Fischer
10848
10849Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10850
10851 * HTMLtree.c: avoid escaping ',' in URIs
10852
10853Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10854
10855 * parser.c: fixing bug #108976 get the ID/REFs to reference
10856 the ID in the document content and not in the entity copy
10857 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10858 stuff, better solution for #107208
10859 * xmlregexp.c: removed a direct printf, dohhh
10860 * xmlreader.c: fixed a bug on streaming validation of empty
10861 elements in entities
10862 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10863 cleanup of the validation tests
10864 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10865 added more ID/IDREF tests to the suite
10866
10867Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10868
10869 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10870 compiler.
10871
10872Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10873
10874 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10875
10876Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10877
10878 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10879 defined in entities content
10880
10881Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10882
10883 * SAX.c: Fixed validation bug #108858 on namespace names using
10884 entities and reported by Brent Hendricks
10885 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10886 --debug output.
10887
10888Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10889
10890 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10891 about the DocType node not being reported sometimes.
10892 * python/tests/reader.py: added to test to the regression checks
10893
10894Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10895
10896 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10897 reported by Edd Dumbill
10898
10899Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10900
10901 * HTMLparser.c parser.c parserInternals.c: patch from
10902 johan@evenhuis.nl for #107937 fixing some line counting
10903 problems, and some other cleanups.
10904 * result/HTML/: this result in some line number changes
10905
10906Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10907
10908 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10909 instead of libxml.spec
10910 * relaxng.c: fixed some of the error reporting excessive
10911 verbosity
10912 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10913 xmlschemastypes.c: removed some warnings from gcc
10914 * doc/libxml2-api.xml: rebuilt
10915
10916Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10917
10918 * relaxng.c: another optimization, for choice this time
10919 * result/relaxng/spec1* result/relaxng/tutor12_1*
10920 result/relaxng/tutor3_7: cleanups.
10921
10922Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10923
10924 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10925 * test/relaxng/testsuite.xml: augmented the test suite
10926 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10927 some schemas validation tests in the presence of foreign
10928 namespaces.
10929
10930Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10931
10932 * relaxng.c: added another interleave speedup.
10933
10934Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10935
10936 * xmlschemastypes.c: added integer and fixed one of the
10937 IDREFS regression tests pbm
10938 * result/relaxng/docbook_0.err: updated
10939
10940Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10941
10942 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10943 declared both in the DTD and in the Schemas <grin/>
10944 * relaxng.c: more debug, added a big optimization for <mixed>
10945 * test/relaxng/testsuite.xml: augmented the testsuite
10946 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10947 DocBook example to the regression tests
10948
10949Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10950
10951 * check-xsddata-test-suite.py: cosmetic change for output
10952 * relaxng.c: try to minimize calls to malloc/free for states.
10953
10954Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10955
10956 * tree.c: removed a warning
10957 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10958 support
10959 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10960 cleanup/improvements of the regression tests batch
10961 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10962
10963Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10964
10965 * relaxng.c: fixed error msg cleanup deallocation
10966 * xmlschemastypes.c: added a function to handle lists of
10967 atomic types, added support for IDREFS
10968
10969Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10970
10971 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10972 and IDREF, usable from RelaxNG now
10973 * include/libxml/xmlschemastypes.h: need to add a new interface
10974 because the validation modifies the infoset
10975 * test/relaxng/testsuite.xml: extended the testsuite
10976
10977Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10978
10979 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10980 shemas datatype ID/IDREF support still missing though.
10981 * xmlreader.c: fix a crashing bug with prefix raised by
10982 Merijn Broeren
10983 * test/relaxng/testsuite.xml: augmented the testsuite with
10984 complex inheritance tests
10985
10986Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10987
10988 * relaxng.c: switched back to the previous Relax-NG code base,
10989 the derivation algorithm need severe constraining code to avoid
10990 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10991 TEI based example and other bugs
10992 * result/relaxng/*err: updated the results
10993 * test/relaxng/testsuite.xml: started a new test suite
10994
10995Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10996
10997 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10998 that the original RelaxNG validation code was un-fixeable, it got
10999 rewritten to use the derivation algorithm from James Clark and
11000 redebugged it (nearly) from scratch:
11001 found 373 test schemas: 372 success 1 failures
11002 found 529 test instances: 529 success 0 failures
11003
11004Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
11005
11006 * SAX.c parser.c: fix some recursion problems introduced in the
11007 last release.
11008 * relaxng.c: more debugging of the RNG validation engine, still
11009 problems though.
11010
11011Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11012
11013 * Makefile.am: stop generating wrong result file with * in name
11014 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
11015 * result/relaxng/demo* test/relaxng/demo: added the tests from
11016 Sebastian reproducing the problem.
11017
11018Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
11019
11020 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
11021 up Aleksey's change
11022
11023Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
11024
11025 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
11026 variable to control the indentation for the xmllint "--format"
11027 option
11028
11029Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11030
11031 * encoding.c: applied Gennady's patch against buffer overrun
11032
11033Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11034
11035 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
11036 Clark it appeared I had bug in URI parsing code ...
11037 * relaxng.c include/libxml/relaxng.h: completely revamped error
11038 reporting to not loose message from optional parts.
11039 * xmllint.c: added timing for RNG validation steps
11040 * result/relaxng/*: updated the result, all error messages changed
11041
11042Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11043
11044 * xpath.c: fix bug #107804, the algorithm used for document order
11045 computation was failing on attributes.
11046
11047Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11048
11049 * valid.c: fix bug #107764 , possibility of buffer overflow
11050 in xmlValidDebug()
11051
11052Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11053
11054 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
11055 from Philipp Dunkel
11056
11057Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11058
11059 * xmlschemastype.c: made powten array static it should not be exported
11060 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
11061 parser function.
11062 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
11063
11064Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11065
11066 * tree.c: fixed a node dump crash on attributes
11067 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
11068 an URI test bug and get better output.
11069
11070Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11071
11072 * check-xsddata-test-suite.py: give more infos
11073 * relaxng.c: fix a bug reported by Sebastian Rahtz and
11074 REF->DEF in attribute values.
11075
11076Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11077
11078 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
11079 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
11080 regression tests from James Clark.
11081
11082Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11083
11084 * relaxng.c xmlschemas.c xmlschemastypes.c
11085 include/libxml/xmlschemastypes.h: added param support for relaxng
11086 type checking, started to increment the pool of simple types
11087 registered, still much work to be done on simple types and
11088 facets checkings.
11089
11090Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11091
11092 * entities.c: fixes again one of the problem raised by
11093 James Clark in #106788
11094
11095Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11096
11097 * relaxng.c: Fixed a couple of problem raised by James Clark
11098 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
11099 datatype level still not fixed though.
11100
11101Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
11102
11103 * configure.in: preparing release 2.5.4
11104 * doc/*: updated and rebuilt the docs
11105 * relaxng.c: removed warnings
11106 * result/relaxng/*: updated the results
11107
11108Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11109
11110 * valid.c: fixes a DTD regexp generation problem.
11111
11112Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11113
11114 * parser.c: fixes bug #105998 about false detection of
11115 attribute consumption loop.
11116
11117Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11118
11119 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
11120
11121Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11122
11123 * SAX.c: fixed bug #105992
11124
11125Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
11126
11127 * tree.c: fixed xmlSetProp and al. when the node passed is not an
11128 element.
11129 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
11130 found 373 test schemas: 369 success 4 failures
11131 found 529 test instances: 525 success 4 failures
11132 * check-relaxng-test-suite.py: added memory debug reporting
11133
11134Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11135
11136 * uri.c parser.c: some warning removal on Igor's patch
11137 * tree.c: seems I messed up with #106788 fix
11138 * python/libxml.c: fixed some base problems when Python provides
11139 the resolver.
11140 * relaxng.c: fixed the interleave algorithm
11141 found 373 test schemas: 364 success 9 failures
11142 found 529 test instances: 525 success 4 failures
11143 the resulting failures are bug in the algorithm from 7.3 and
11144 lack of support for params
11145
11146Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11147
11148 * parser.c: another fix for nodeinfo in entities problem
11149 * tree.c entities.c: fixed bug #106788 from James Clark
11150 some spaces need to be serialized as character references.
11151
11152Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11153
11154 * parser.c uri.c: fixed the bug I introduced in the path
11155 handling, reported by Sebastian Bergmann
11156
11157Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11158
11159 * parser.c: fixing some nodeinfo in entities problem raised
11160 by Glenn W. Bach
11161 * relaxng.c: implemented the first section 7.3 check
11162 * result/relaxng/*: updated the results
11163
11164Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
11165
11166 * relaxng.c: fixed some problems in the previous commit
11167 and finished implementing 4.16 rules checking
11168 found 373 test schemas: 353 success 20 failures
11169 found 529 test instances: 519 success 6 failures
11170 * result/relaxng/*: updated the results
11171
11172Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11173
11174 * relaxng.c: implemented checks from section 7.2
11175
11176Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11177
11178 * relaxng.c: implemented the checks from section 7.1, fixed
11179 some of the 4.20 and 4.21 problems.
11180 found 373 test schemas: 338 success 35 failures
11181 found 529 test instances: 519 success 6 failures
11182 * result/relaxng/*: updated the results
11183
11184Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11185
11186 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
11187 * result/relaxng/*: updated the results
11188
11189Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11190
11191 * relaxng.c: more bugfixes
11192 * result/relaxng/*: updated the results
11193
11194Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11195
11196 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
11197 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
11198 * SAX.c: ensured xmlDoc.URL is always canonic
11199 * parser.c: obsoleted xmlNormalizeWindowsPath
11200 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
11201 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
11202 * win32/libxml2.def.src: added few exports
11203
11204Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
11205
11206 * Makefile.am configure.in: patched to have shared libraries
11207 for Python regression tests and static binaries for gdb debug
11208 in my development environment
11209 * relaxng.c: more bugfixes
11210 found 373 test schemas: 296 success 77 failures
11211 found 529 test instances: 516 success 8 failures
11212 * result/relaxng/*: updated the results
11213
11214Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11215
11216 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
11217
11218Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11219
11220 * xmlschemastypes.c: float/double check bugfix
11221 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
11222 validation
11223 * xmlreader.c: add a TODO for Jody
11224 * relaxng.c: bugfix bugfix bugfix
11225 found 373 test schemas: 300 success 73 failures
11226 found 529 test instances: 507 success 10 failures
11227 * result/relaxng/*: updated the results
11228
11229Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11230
11231 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
11232
11233Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11234
11235 * relaxng.c check-relaxng-test-suite.py: more work on the
11236 RelaxNG implementation conformance testing.
11237 found 373 test schemas: 284 success 89 failures
11238 found 529 test instances: 448 success 47 failures
11239 * result/relaxng/*: updated the results
11240
11241Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11242
11243 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
11244 a patch from Kjartan Maraas to fix some typos
11245
11246Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11247
11248 * relaxng.c: more bug-hunting
11249 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
11250 intermediate rng tree
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011251 * python/generator.py: patch from Stéphane Bidoul to fix the generator
William M. Brack11be2d02007-01-24 19:17:19 +000011252 on python < 2.2
11253
11254Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11255
11256 * check-relaxng-test-suite.py relaxng.c: more testing on the
11257 Relax-NG front, cleaning up the regression tests failures
11258 current state and I forgot support for "mixed":
11259 found 373 test schemas: 280 success 93 failures
11260 found 529 test instances: 401 success 68 failures
11261 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
11262 moved the Name, NCName and QName validation routine in tree.c
11263 * uri.c: fixed handling of URI ending up with #, i.e. having
11264 an empty fragment ID.
11265 * result/relaxng/*: updated the results
11266
11267Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11268
11269 * check-xinclude-test-suite.py: improved the script accordingly
11270 to the XInclude regression tests updates
11271 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
11272 November 2002
11273 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
11274 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
11275 augmented the Xpointer testsuite for the element() scheme
11276
11277Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11278
11279 * relaxng.c: added TODO for the DTD compatibility spec
11280 * xinclude.c: more bug fixes driven by the testsuite
11281
11282Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
11283
11284 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
11285 regression tests for XInclude, improved the script, improving
11286 XInclude error reporting mechanism
11287
11288Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11289
11290 * NEWS doc/* configure.in: preparing release 2.5.3
11291
11292Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11293
11294 * tree.c: trying to fix #104934 about some XHTML1 serialization
11295 issues.
11296
11297Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
11298
11299 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
11300 encoding conversion when the input buffer stops in the
11301 middle of a multibyte char
11302
11303Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11304
11305 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
11306 * check-relaxng-test-suite.py: python script to run regression
11307 against OASIS RelaxNG testsuite
11308 * relaxng.c: some cleanup tweaks
11309 * HTMLparser.c globals.c: cleanups in comments
11310 * doc/libxml2-api.xml: updated the API
11311 * result/relaxng/*: errors moved files, so large diffs but
11312 no changes at the semantic level.
11313
11314Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11315
11316 * tree.c: fixing #105678 problem when dumping a namespace node.
11317
11318Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11319
11320 * xpath.c: fixed doc comment problems
11321 * python/generator.py python/libxml_wrap.h python/types.c: adding
11322 RelaxNG wrappers
11323 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
11324 test of those early Python RelaxNG bindings
11325
11326Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11327
11328 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
11329 * relaxng.c: found the validation problem I had with interleave
11330 when not covering all remaining siblings
11331 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
11332 testsuite and check the RNG schemas against the RNG schemas
11333 given in appendix A
11334
11335Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11336
11337 * win32/Makefile.msvc: updates for RelaxNG
11338 * win32/Makefile.mingw: updates for RelaxNG
11339 * win32/libxml2.def.src: added RelaxNG exports
11340
11341Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11342
11343 * xinclude.c: applied another bug fix from Sean Chittenden
11344
11345Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11346
11347 * configure.in xmllint.c: I f...ed up the default configuration
11348 of schemas and --relaxng option display in xmllint, pointed by
11349 Morus Walter.
11350 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
11351 detection module, fixes bug #105374.
11352
11353Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11354
11355 * xmlschemastypes.c: added the boolean base type.
11356
11357Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11358
11359 * xmlschemastypes.c: started implementing some of the missing
11360 default simple types
11361 * result/relaxng/*: updated the results
11362
11363Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11364
11365 * NEWS doc/*: updated the docs, ready for 2.5.2 release
11366
11367Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11368
11369 * HTMLparser.c tree.c xmlIO.c: comments cleanups
11370 * Makefile.am: use xmllint for doing the RelaxNG tests
11371 * configure.in: preparing 2.5.2 made schemas support default to
11372 on instead of off
11373 * relaxng.c: removed the verbosity
11374 * xmllint.c: added --relaxng option
11375 * python/generator.py python/libxml_wrap.h: prepared the integration
11376 of the new RelaxNG module and schemas
11377 * result/relaxng/*: less verbose output
11378
11379Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
11380
11381 * valid.c: do not run content model validation if the
11382 content is not determinist
11383
11384Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11385
11386 * SAX.c: added the redefinition of namespaced attribute
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011387 check that was missing as Fabrice Desré pointed out.
William M. Brack11be2d02007-01-24 19:17:19 +000011388
11389Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11390
11391 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
11392 improvements from Nick Kew, allowing to do more checking
11393 to HTML elements and attributes.
11394
11395Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11396
11397 * xinclude.c: fixing bug #105137 about entities declaration
11398 needing to be copied to the including document.
11399
11400Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11401
11402 * catalog.c: fixed bug #104817 with delegateURI
11403 * xpath.c: fixing bugs #104123 and #104125
11404
11405Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
11406
11407 * configure.in valid.c xmlreader.c python/libxml_wrap.h
11408 python/types.c: fixing #104096 to compile without regexps
11409
11410Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11411
11412 * valid.c: fixing bug #103969 forgot to add an epsilon transition
11413 when building the automata for elem*
11414
11415Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11416
11417 * HTMLparser.c: applied patch from Arne de Bruijn fixing
11418 bug #103827
11419
11420Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11421
11422 * HTMLparser.c: updating a comment, fixing #103776
11423
11424Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11425
11426 * parser.c: fixing bug 105049 for validity checking of content
11427 within recursive entities.
11428
11429Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11430
11431 * HTMLparser.c: try to fix # 105049
11432 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
11433 * tree.c: updated a function comment
11434
11435Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11436
11437 * relaxng: more work on grammars and refs/defs
11438 * test/relaxng/* result/relaxng/*: augmented/updated the
11439 regression tests
11440
11441Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11442
11443 * relaxng: more work on name classes, except support
11444 * test/relaxng/* result/relaxng/*: augmented/updated the
11445 regression tests
11446
11447Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11448
11449 * relaxng: more work on name classes, the "validate all" schemas
11450 seems to work now.
11451 * test/relaxng/* result/relaxng/*: augmented/updated the
11452 regression tests
11453
11454Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11455
11456 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
11457 * parser.c: put a guard against infinite document depth, basically
11458 trying to avoid another kind of DoS attack.
11459 * relaxng.c: some code w.r.t. nameClasses
11460
11461Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11462
11463 * test/relaxng/* result/relaxng/*: check all the namespace support
11464 was actually correct based on tutorial section 10.
11465
11466Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11467
11468 * relaxng: include seems to work okay now
11469 * test/relaxng/* result/relaxng/*: augmented/updated the
11470 regression tests
11471
11472Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11473
11474 * relaxng.c: a bit of work done in the train back.
11475 * test/relaxng/*: added one of the include tests
11476
11477Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11478
11479 * relaxng: more work done in the train
11480 * test/relaxng/* result/relaxng/*: augmented/updated the
11481 regression tests
11482
11483Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11484
11485 * relaxng.c: debugging of externalRef
11486 * test/relaxng/* result/relaxng/*: augmented/updated the
11487 regression tests
11488
11489Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11490
11491 * relaxng.c: more work on Relax-NG, implementing externalRef
11492 * test/relaxng/* result/relaxng/*: augmented/updated the
11493 regression tests
11494 * Makefile.am: cleanup to Relaxtests target
11495
11496Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11497
11498 * relaxng.c: more work on Relax-NG, implementing interleave
11499 * test/relaxng/* result/relaxng/*: augmented/updated the
11500 regression tests
11501
11502Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11503
11504 * relaxng.c: more work on Relax-NG, implementing interleave
11505 * test/relaxng/* result/relaxng/*: augmented/updated the
11506 regression tests
11507
11508Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
11509
11510 * doc/tutorial/customfo.xsl
11511 * doc/tutorial/customhtml.xsl
11512 adding stylesheet customizations used to generate fo
11513 for pdf and html
11514
11515Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11516
11517 * relaxng.c: more work on Relax-NG
11518 * test/relaxng/* result/relaxng/*: augmented/updated the
11519 regression tests
11520 * xmlschemastypes.c: added a number of base type definition but not
11521 the associated checks, those are still TODOs
11522
11523Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
11524
11525 in docs/tutorial:
11526 * apa.html
11527 * apb.html
11528 * apc.html
11529 * apd.html
11530 * ape.html
11531 * apf.html
11532 * apg.html
11533 * ar01s02.html
11534 * ar01s03.html
11535 * ar01s04.html
11536 * ar01s05.html
11537 * ar01s06.html
11538 * ar01s07.html
11539 * ar01s08.html
11540 * index.html
11541 * xmltutorial.pdf
11542 * xmltutorial.xml
11543 add index to tutorial
11544
11545Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
11546
11547 * doc/xmlcatalog.1
11548 * doc/xmlcatalog_man.html
11549 * doc/xmlcatalog_man.xml
11550 belatedly fixing bug #93622 (adds rewriteURI type to
11551 "--add" option in xmlcatalog man page
11552
11553Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11554
11555 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
11556 Julio Merino, closing #104475
11557
11558Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11559
11560 * relaxng.c: more work on Relax-NG
11561 * test/relaxng/* result/relaxng/*: augmented/updated the
11562 regression tests
11563
11564Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11565
11566 * relaxng.c: more work on Relax-NG
11567 * test/relaxng/* result/relaxng/*: augmented/updated the
11568 regression tests
11569
11570Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11571
11572 * README: updated the policy on private mail answers
11573 * relaxng.c: more work on Relax-NG
11574 * test/relaxng/* result/relaxng/*: augmented/updated the
11575 regression tests
11576
11577Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
11578
11579 * error.c parser.c tree.c: applied a documentation patch from
11580 Stefan Kost
11581
11582Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11583
11584 * relaxng.c: more work on Relax-NG
11585 * doc/*: regenerated the docs
11586 * test/relaxng/* result/relaxng/*: updated and augmented the
11587 Relax-NG regression tests and results
11588
11589Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11590
11591 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
11592 First commit of the new Relax-NG validation code, not generally
11593 useful yet.
11594 * test/relaxng/* result/relaxng/*: current state of the regression
11595 tests
11596
11597Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11598
11599 * tree.c: minimized the memory allocated for GetContent
11600 and a bit of cleanup.
11601
11602Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11603
11604 * python/generator.py: seems there is no good reasons to
11605 not generate bindings for XPointer
11606
11607Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11608
11609 * xmlreader.c doc/apibuild.py: applied a new patch from
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011610 Stéphane Bidoul for cleanups
William M. Brack11be2d02007-01-24 19:17:19 +000011611 * doc/libxml2-api.xml: rebuilt the API description with
11612 new entry points
11613
11614Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11615
11616 * xmlreader.c python/drv_libxml2.py python/generator.py
11617 python/libxml.c python/libxml.py python/libxml_wrap.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011618 python/types.c: patch from Stéphane Bidoul for better per
William M. Brack11be2d02007-01-24 19:17:19 +000011619 context error message APIs
11620 * python/tests/ctxterror.py python/tests/readererr.py:
11621 update of the tests
11622
11623Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11624
11625 * doc/guidelines.html
11626 grammar and spelling cleanup
11627
11628Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11629
11630 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11631 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011632 a patch from Stéphane Bidoul to allow per XMLtextReader error
William M. Brack11be2d02007-01-24 19:17:19 +000011633 and warning handling
11634 * python/tests/Makefile.am python/tests/readererr.py: adding the
11635 specific regression test
11636
11637Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11638
11639 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11640 should raise a syntax error
11641
11642Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11643
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011644 * python/libxml.c: cleanup patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011645
11646Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11647
11648 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11649
11650Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11651
11652 * python/generator.py python/libxml.c python/libxml.py
11653 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011654 from Stéphane Bidoul to provide per parser error handlers at the
William M. Brack11be2d02007-01-24 19:17:19 +000011655 Python level.
11656 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11657 regression test for it.
11658
11659Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11660
11661 * xmlreader.c: fixed the streaming property of the reader,
11662 it was generating tree faster than consuming it. Pointed out
11663 by Nate Myers
11664 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11665
11666Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11667
11668 * win32/libxml2.def.src: added more xmlreader and other exports
11669
11670Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11671
11672 * xpath.c: fix to the XPath implementation for parent and
11673 ancestors axis when operating on a Result Value Tree.
11674 Fixes bug #100271
11675
11676Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11677
11678 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11679 to fix some URI/file escaping problems
11680
11681Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11682
11683 * python/generator.py: fixed a bug raised by Raymond Wiker,
11684 docSetRootElement() should not raise an exception if the
11685 return is None
11686
11687Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11688
11689 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11690 fixed bug #102181 by applying the suggested change and fixing
11691 the generation/registration problem.
11692
11693Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11694
11695 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11696 routines.
11697
11698Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11699
11700 * parser.c: one more IsEmptyElement crazyness, that time in
11701 external parsed entities if substitution is asked.
11702 * python/tests/reader3.py: added a specific test.
11703
11704Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11705
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011706 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
William M. Brack11be2d02007-01-24 19:17:19 +000011707 support and improved error handler registration
11708
11709Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11710
11711 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11712 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11713 * README: fixed a link
11714
11715Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11716
11717 * configure.in doc/* NEWS: preparing 2.5.1 release
11718 * SAX.c parser.c: fixing XmlTextReader bug
11719
11720Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11721
11722 * SAX.c: fuck, I introduced a memory leak on external parsed
11723 entities in 2.5.0 :-(
11724
11725Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11726
11727 * xmllint.c: another fix needed as pointed by Christophe Merlet
11728 for --stream --debug if compiled without debug support.
11729
11730Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11731
11732 * doc/xmllint.xml
11733 * doc/xmllint.1:
11734 update man page with --stream and --chkregister
11735
11736Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11737
11738 * globals.c: fixed --with-threads compile
11739 * xmllint.c: fixed --without-debug compile
11740 * include/libxml/globals.h: cleanup
11741 * include/libxml/schemasInternals.h: add a missing include
11742
11743Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11744
11745 * configure.in NEWS: preparing 2.5.0 release
11746 * SAX.c: only warn in pedantic mode about namespace name
11747 brokeness
11748 * globals.c: fix a doc generation problem
11749 * uri.c: fix #101520
11750 * doc/*: updated and rebuilt the doc for the release, includuding
11751 stylesheet update
11752 * python/Makefile.am: fix a filename bug
11753
11754Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11755
11756 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11757 should not be called.
11758
11759Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11760
11761 * libxml-2.0.pc.in: applied the patch to fix #101894
11762
11763Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11764
11765 * tree.c : applied patch from Lukas Schroeder for register callbacks
11766 * valid.c: modified patch from Lukas Schroeder to test
11767 register callbacks with --chkregister
11768
11769Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11770
11771 * xmlreader.c: seriously changed the way data are pushed to
11772 the underlying parser, go by block of 512 bytes instead of
11773 tryng to detect tag boundaries at that level. Changed the
11774 way empty element are detected and tagged.
11775 * python/tests/reader.py python/tests/reader2.py
11776 python/tests/reader3.py: small changes mostly due to context
11777 reporting being different and DTD node being reported. Some
11778 errors previously undetected are now caught and fixed.
11779 * doc/xmlreader.html: flagged last section as TODO
11780
11781Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11782
11783 * python/libxml.py: integrated the Python 2.2 optimizations
11784 from Hannu Krosing, while maintaining compatibility with
11785 1.5 and 2.1
11786
11787Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11788
11789 * xmllint.c: a bit of cleanup
11790 * xmlreader.c: small fix
11791 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11792 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11793
11794Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11795
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011796 * python/setup.py.in: patch from Stéphane Bidoul to include
William M. Brack11be2d02007-01-24 19:17:19 +000011797 drv_libxml2.py in setup.py
11798
11799Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11800
11801 * doc/xmlreader.html: starting documenting the new XmlTextReader
11802 interface.
11803
11804Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11805
11806 * xmllint.c: added the --stream flag to use the TextReader API
11807 * xmlreader.c: small performance tweak
11808
11809Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11810
11811 * xmlreader.c python/tests/reader2py: okay the DTD validation
11812 code on top of the XMLTextParser API should be solid now.
11813
11814Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11815
11816 * xmlreader.c python/tests/reader2py: Fixing some more mess
11817 with validation and recursive entities while using the
11818 reader interface, it's getting a bit messy...
11819
11820Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11821
11822 * xmlreader.c python/tests/reader.py: another couple of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011823 related to IsEmptyElement reported by Stéphane Bidoul needed
William M. Brack11be2d02007-01-24 19:17:19 +000011824 some fixes.
11825
11826Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11827
11828 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011829 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011830 based on the python XmlTextReader interface.
11831
11832Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11833
11834 * tree.c: backing out one change in the last patch which broke the
11835 regression tests
11836
11837Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11838
11839 * global.data globals.c tree.c include/libxml/globals.h: applied
11840 an old patch from Lukas Schroeder to track node creation and
11841 destruction. Probably missing a lot of references at the moment
11842 and not usable reliably.
11843
11844Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11845
11846 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
11847 from doc/news.html and a stylesheet
11848
11849Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11850
11851 * xmlreader.c python/tests/reader.py: fixed another couple of
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011852 xmlreader bugs reported by Stéphane Bidoul and added tests.
William M. Brack11be2d02007-01-24 19:17:19 +000011853
11854Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11855
11856 * xmlreader.c python/tests/reader2.py: fixed another validity
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011857 checking in external parsed entities raised by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011858 and added a specific regression test.
11859 * python/tests/reader3.py: cleanup
11860
11861Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11862
11863 * xmlreader.c python/tests/reader2.py: fixed a problem with
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011864 validation within entities pointed by Stéphane Bidoul, augmented
William M. Brack11be2d02007-01-24 19:17:19 +000011865 the tests to catch those.
11866
11867Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11868
11869 * python/generator.py: modified the generator to allow keeping
11870 class references when creating new classes, needed to fix a bug
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011871 pointed by Stéphane Bidoul where the input buffer of the
William M. Brack11be2d02007-01-24 19:17:19 +000011872 xmlTextReader instance gets destroyed if the python wrapper for
11873 the input is not referenced anymore.
11874
11875Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11876
11877 * xmlreader.c python/tests/reader.py: fixed another pair of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011878 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
William M. Brack11be2d02007-01-24 19:17:19 +000011879
11880Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11881
11882 * xmlreader.c python/tests/reader.py: fixed another problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011883 pointed by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011884
11885Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11886
11887 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11888 with "<a/>"
11889
11890Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11891
11892 * SAX.c: warn on xmlns:prefix="foo"
11893 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11894 for namespace attributes handling.
11895
11896Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11897
11898 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11899 a really nasty problem raised by a DocBook XSLT transform
11900 provided by Sebastian Bergmann
11901
11902Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11903
11904 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011905 by Stéphane Bidoul and integrated it into the tests
William M. Brack11be2d02007-01-24 19:17:19 +000011906
11907Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11908
11909 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11910 extended the XmlTextReader API a bit, addding accessors for
11911 the current doc and node, and an entity substitution mode for
11912 the parser.
11913 * python/libxml.py python/libxml2class.txt: related updates
11914 * python/tests/Makefile.am python/tests/reader.py
11915 python/tests/reader2.py python/tests/reader3.py: updated a bit
11916 the old tests and added a new one to test the entities handling
11917
11918Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11919
11920 * python/generator.py python/libxml2class.txt
11921 python/tests/reader.py python/tests/reader2.py: changed the
11922 generator to provide casing for the XmlTextReader similar to
11923 C# so that examples and documentation are more directly transposable.
11924 Fixed the couple of tests in the suite.
11925
11926Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11927
11928 * doc/guidelines.html: added a document on guildeline for
11929 publishing and deploying XML
11930
11931Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11932
11933 * valid.c xmlreader.c: final touch running DTD validation
11934 on the XmlTextReader
11935 * python/tests/Makefile.am python/tests/reader2.py: added a
11936 specific run based on the examples from test/valid/*.xml
11937
11938Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11939
11940 * python/libxml.py: added a few predefined xmlTextReader parser
11941 configuration values.
11942
11943Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11944
11945 * python/libxml_wrap.h: trying to fix #102037
11946
11947Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11948
11949 * SAX.c: fixing bug #95296, when the predefined entities
11950 are redefined in the DTD the default one must be used
11951 instead anyway.
11952
11953Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11954
11955 * doc/xmllint.xml
11956 * doc/xmllint.1
11957 Add discussion of XML_DEBUG_CATALOG to xmllint man
11958 page - bug #100907
11959
11960Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11961
11962 * xmlreader.c: Fixed the empty node detection to avoid reporting
11963 an inexistant close tag.
11964
11965Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11966
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011967 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011968 for Python 2.1
11969
11970Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11971
11972 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11973
11974Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11975
11976 * doc/libxml2-api.xml python/tests/reader.py: one really need
11977 to provide the base URI information when creating a reader parser
11978 from an input stream. Updated the API and the example using it.
11979
11980Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11981
11982 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11983 include/libxml/valid.h include/libxml/xmlreader.h: working on
11984 DTD validation on top of xml reader interfaces. Allows to
11985 validate arbitrary large instances. This required some extensions
11986 to the valid module interface and augmenting the size of xmlID
11987 and xmlRef structs a bit.
11988 * uri.c xmlregexp.c: simple cleanup.
11989
11990Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11991
11992 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11993 work on the xml reader interfaces.
11994 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11995 Web page for the Windows binaries.
11996
11997Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11998
11999 * xmlIO.c: applied a patch for VMS following the report by
12000 Nigel Hall
12001
12002Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12003
12004 * parser.c: the parseStartTag bug fix wasn't complete.
12005
12006Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12007
12008 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
12009 parseStartTag, fixing it.
12010 * test/att4 result/att4 result/noent/att4: adding the test
12011 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12012 more methods to XmlTextReader.
12013
12014Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12015
12016 * win32/libxml2.def.src: added more xml reader exports
12017 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
12018 to the build
12019
12020Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
12021
12022 * doc/tutorial/xmltutorial.xml
12023 plus generated html and pdf
12024 Updating tutorial again based on further comments from Niraj
12025 Tolia on the last iteration
12026
12027Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
12028
12029 * doc/tutorial/xmltutorial.xml
12030 * doc/tutorial/includekeyword.c
12031 * doc/tutorial/includegetattribute.c
12032 plus generated html and pdf
12033 Adding fix from Niraj Tolia to tutorial to properly free memory.
12034
12035Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12036
12037 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12038 more methods of XmlTextReader.
12039 * python/libxml2class.txt python/tests/reader.py: this increased the
12040 methods in the bndings, augmented the test to check those new
12041 functions.
12042
12043Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12044
12045 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
12046 methods of XmlTextReader.
12047 * python/generator.py python/libxml_wrap.h python/types.c
12048 python/libxml2class.txt: added the reader to the Python bindings
12049 * python/tests/Makefile.am python/tests/reader.py: added a specific
12050 test for the Python bindings of the Reader APIs
12051 * parser.c: small cleanup.
12052
12053Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12054
12055 * xinclude.c: fallback was only copying the first child not the
12056 full child list of the fallback element, closes #89684 as reopened
12057 by Bernd Kuemmerlen
12058
12059Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12060
12061 * win32/libxml2.def.src: exported htmlNodeDumpOutput
12062
12063Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12064
12065 * configure.in: preparing release of 2.4.30
12066 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
12067 gives enum values, fix functype return type, put back fields in
12068 structs
12069 * doc/*: updated the docs rebuilt
12070
12071Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12072
12073 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
12074 about htmlNodeDumpOutput location.
12075 * xpath.c: removed an undefined function signature
12076 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
12077 too many symbols in the API breaking the python bindings.
12078 Updated with the libxslt/libexslt changes.
12079
12080Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12081
12082 * configure.in: preparing release of 2.4.29
12083 * doc/*: rebuilt the docs and API
12084 * xmlreader.c: a few more fixes for the XmlTextReader API
12085
12086Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12087
12088 * include/win32config.h: applied mingw patch from Magnus Henoch
12089
12090Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12091
12092 * catalog.c doc/libxml2-api.xml: a bit more cleanup
12093
12094Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12095
12096 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
12097 building Python script, does the C parsing directly, generates
12098 a better API description including structure fieds defs and
12099 enums. Still a couple of bugs, but good enough for the python
12100 wrappers now.
12101 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
12102 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
12103 include/libxml/schemasInternals.h include/libxml/tree.h: more
12104 cleanup based on the python analysis script reports.
12105 * libxml.spec.in: make sure the API XML description is part of the
12106 devel package.
12107
12108Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12109
12110 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
12111 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
12112 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
12113 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
12114 code cleanup, especially the function comments.
12115 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
12116
12117Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12118
12119 * Makefile.am xmlreader.c include/libxml/Makefile.am
12120 include/libxml/xmlreader.h: Adding a new set of APIs based on
12121 the C# TextXmlReader API but converted to C. Allow to parse
12122 in constant memory usage, far simpler to program and explain
12123 than the SAX like APIs, unfinished but working.
12124 * testReader.c: test program
12125
12126Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12127
12128 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
12129
12130Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12131
12132 * tree.c: Chip turner indicated that XHTML1 serialization
12133 rule for style actually break on both IE and Mozilla,
12134 try to avoid the rule if escaping ain't necessary
12135
12136Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12137
12138 * nanhttp.c: handle HTTP URL escaping, problem reported by
12139 Glen Nakamura and Stefano Zacchiroli
12140
12141Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12142
12143 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
12144
12145Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12146
12147 * uri.c: Johann Richard pointed out some XPointer problems for
12148 URN based URI references in XInclude. Modified the URI parsing
12149 and saving routines to allow correct parsing and saving of
12150 XPointers, especially when attached to "opaque" scheme accordingly
12151 to RFC 2396
12152
12153Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12154
12155 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
12156 of refactoring to the HTML saving code.
12157 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
12158 in the doc.
12159
12160Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12161
12162 * tree.c include/libxml/tree.h: refactored the XML dump of a node
12163 to a buffer API to reuse the generic dump to an OutputIO layer,
12164 this reduces code, fixes xmlNodeDump() for XHTML, also made
12165 xmlNodeDump() now return the number of byte written.
12166
12167Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
12168
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012169 * python/setup.py.in: another patch from Stéphane Bidoul for
William M. Brack11be2d02007-01-24 19:17:19 +000012170 Python bindings on Windows
12171 * doc/parsedecl.py: small cleanup
12172
12173Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12174
12175 * libxml.spec.in configure.in: add a line in %changelog for releases
12176
12177Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12178
12179 * parser.c: patch from Marcus Clarke fixing a problem in entities
12180 parsing that was detected in KDe documentations environment.
12181
12182Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12183
12184 * python/libxml.c (libxml_prev): Return the previous as opposed to
12185 the next node (I guess this is the result of some cut & paste programming:)
12186
12187Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12188
12189 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
12190
12191Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12192
12193 * python/generator.py python/libxml.c python/setup.py.in: trying
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012194 to fix the Python bindings build on Windows (Stéphane Bidoul)
William M. Brack11be2d02007-01-24 19:17:19 +000012195
12196Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12197
12198 * win32/configure.js: added option for python bindings
12199 * win32/libxml2.def.src: added more exports
12200
12201Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12202
12203 * win32/Makefile.mingw: fixed unresolved symbols when linking with
12204 pthreads
12205 * win32/wince/*: applied updates to Windows CE port from Javier
12206
12207Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12208
12209 * configure.in: preparing 2.4.28
12210 * libxml.spec.in doc/Makefile.am: some cleanup
12211 * doc/*: updated the news and regenerated.
12212
12213Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12214
12215 * HTMLparser.c: final touch at closing #87235 </p> end tags
12216 need to be generated.
12217 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
12218 this change slightly the output of a few tests
12219 * doc/*: regenerated
12220
12221Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12222
12223 * parserInternals.c: fixing bug #99190 when UTF8 document are
12224 parsed using the progressive parser and the end of the chunk
12225 is in the middle of an UTF8 multibyte character.
12226
12227Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12228
12229 * threads.c: fixed initialization problem in xmlNewGlobalState
12230 which was causing crash.
12231 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
12232 in xmlInitializeGlobalState.
12233 * parserInternals.c: cleaned up ctxt->sax initialisation.
12234
12235Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12236
12237 * tree.c include/libxml/tree.h: modified the existing APIs
12238 to handle XHTML1 serialization rules automatically, also add
12239 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
12240 libxslt serialization uses it when needed without changing
12241 the library API.
12242 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
12243 result/xhtml1: added a new test specifically for xhtml1 output
12244 and updated the result of one XHTML1 test
12245
12246Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12247
12248 * xinclude.c parserInternals.c encoding.c: fixed #99082
12249 for xi:include encoding="..." support on text includes.
12250 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
12251 test/XInclude/ents/isolatin.txt : added a specific regression test
12252 * python/generator.py python/libxml2class.txt: fixed the generator
12253 the new set of comments generated for doc/libxml2-api.xml were
12254 breaking the python generation.
12255
12256Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12257
12258 * doc/Makefile.am: repair some problem if gtk-doc fail or such
12259 * configure.in: patch for Solaris on new autoconf closes #98880
12260 * doc/parsedecl.py: repair the frigging API building script,
12261 did I say that python xmllib sucks ?
12262 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
12263 and some comment are no more truncated.
12264
12265Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12266
12267 * parser.c: Martin Stoilov pointed out a potential leak in
12268 xmlCreateMemoryParserCtxt
12269
12270Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12271
12272 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
12273 included in HTML documents and using the push parser.
12274
12275Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12276
12277 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
12278 specified, look for the Python interpreter not just in the
12279 specified root but also in the specified location. Fixes #98825
12280
12281Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12282
12283 * python/libxml.c: fixing bug #98792 , node may have no doc
12284 and dereferencing without checking ain't good ...
12285
12286Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12287
12288 * configure.in: preparing release 2.4.27
12289 * doc/* : updated and rebuilt the docs
12290 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
12291 and all the docs are actually packaged and in the final RPMs
12292 * parser.c parserInternals.c include/libxml/parser.h: restore
12293 xmllint --recover feature.
12294
12295Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12296
12297 * parser.c xpath.c: fixing #96925 wich was also dependent on the
12298 processing of parsed entities, and XPath computation on sustitued
12299 entities.
12300 * testXPath.c: make sure entities are substitued.
12301
12302Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12303
12304 * parser.c: fixed #96594, which was totally dependent on the
12305 processing of internal parsed entities, which had to be changed.
12306
12307Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12308
12309 * Makefile.am python/Makefile.am python/tests/Makefile.am:
12310 trying to fix bug #98517 about building outside the source tree
12311 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
12312
12313Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12314
12315 * include/win32config.h: cleanup
12316 * win32/Makefile.mingw: integrated mingw in JScript configure
12317 * win32/Makefile.msvc: modified to allow mingw coexistence
12318 * win32/configure.js: integrated mingw
12319 * win32/Readme.txt: cleanup
12320
12321Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12322
12323 * HTMLparser.c: strengthen the guard in the Pop macros,
12324 like in the XML parser, closes bug #97315
12325
12326Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12327
12328 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
12329 callback is never used.
12330
12331Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12332
12333 * parserInternals.c: fixed the initialization of the SAX structure
12334 which was breaking xsltproc
12335 * xpath.c: patch from Petr Pajas for CDATA nodes
12336 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
12337 * parser.c include/libxml/parser.h: patch from Peter Jones
12338 removing a leak in xmlSAXParseMemory() and adding the
12339 function xmlSAXParseMemoryWithData()
12340
12341Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
12342
12343 adding pdf of tutorial, changing web page to link to it
12344 * doc/tutorial/xmltutorial.pdf
12345 * doc/xml.html
12346 * doc/docs.html
12347
12348Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
12349
12350 * doc/tutorial/ar01s08.html
12351 adding file what I forgot for tutorial
12352
12353Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
12354
12355 Adding encoding discussion to tutorial
12356 Added:
12357 * doc/tutorial/images/*.png: DocBook admonition image files
12358 * doc/tutorial/apf.html, apg.html: new generated html
12359 * doc/tutorial/includeconvert.c: conversion code entity file
12360 changed:
12361 * doc/tutorial/xmltutorial.xml: DocBook original
12362 * doc/tutorial/*.html: generated html
12363
12364Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12365
12366 * include/libxml/*.h: retired xmlwin32version.h
12367 * doc/Makefile.am: retired xmlwin32version.h
12368 * win32/configure.js: retired xmlwin32version.h
12369
12370Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12371
12372 * win32/libxml2.def.src: exported additional symbols
12373 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
12374 sisterhood
12375
12376Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12377
12378 * globals.c: fixed a typo pointed out by Igor
12379 * xpath.c: try to speed up node compare using line numbers
12380 if available.
12381
12382Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12383
12384 * tree.c: make xmlFreeNode() handle attributes correctly.
12385
12386Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12387
12388 * catalog.c: completed the #96963 fix, as reported by Karl
12389 Eichwalder
12390
12391Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12392
12393 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
12394
12395Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12396
12397 * Makefile.am: switched the order of a couple of includes
12398 to fix bugs #97100
12399
12400Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12401
12402 * catalog.c: fixed bug #96963, reverted to the old behaviour of
12403 xmlLoadCatalogs that used to separate directories with a ':'.
12404
12405Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12406
12407 * threads.c: improvements to the Windows-side of thread handling
12408 * testThreads.c: conditionally excluded unistd.h
12409 * testThradsWin32.c: broke overlong lines
12410 * include/win32config.h: adapted thread-related macros to the new
12411 scheme and for pthreads on Windows
12412 * win32/Makefile.msvc: introduced a more flexible thread build,
12413 added testThreads[Win32].c to the build
12414 * win32/configure.js: introduced a more flexible thread config
12415
124162002-10-31 John Fleck <jfleck@inkstain.net>
12417
12418 * doc/xml.html (and, by implication, FAQ.html)
12419 added UTF-8 conversaion FAQ from Marcus Labib Iskander
12420
12421Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12422
12423 * configure.in: removed xmlwin32version.h
12424 * include/libxml/Makefile.am: removed xmlwin32version.h
12425
12426Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12427
12428 * tree.c: applied patch from Brian Stafford to fix a bug
12429 in xmlReconciliateNs()
12430
12431Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12432
12433 * tree.c: applied patch from Christian Glahn to allow
12434 xmlNewChild() on document fragment nodes
12435
12436Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12437
12438 * parser.c: Christian Glahn found a problem with a recent
12439 patch to xmlParseBalancedChunkMemoryRecover()
12440 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
12441 problems
12442 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
12443 test/schemas/seq*: added the test cases from Charles
12444
12445Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12446
12447 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
12448 serious cleanup of the spec file and associated changes
12449 in the Makefiles.
12450 * valid.c: try to remove some warnings on x86_64
12451
12452Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12453
12454 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
12455 fix bug #96586
12456
12457Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12458
12459 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12460 parsing, applied his patch
12461 * result/HTML/attrents.html result/HTML/attrents.html.err
12462 result/HTML/attrents.html.sax test/HTML/attrents.html:
12463 added the test and result case provided by Mikhail Sogrine
12464
12465Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12466
12467 * vms/build_libxml.com vms/config.vms vms/readme.vms
12468 include/libxml/parser.h include/libxml/parserInternals.h
12469 include/libxml/tree.h include/libxml/xmlIO.h
12470 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12471 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
12472 Applied the VMS update patch from Craig A. Berry
12473 * doc/*.html: update
12474
12475Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12476
12477 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
12478
12479Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12480
12481 * debugXML.c: adding a grep command to --shell in xmllint
12482 for T.V. Raman
12483
12484Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12485
12486 * xmlcatalog.c: tried to fix some of the problem with --sgml
12487
12488Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
12489
12490 * parser.c: tried to fix bug #91500 where doc->children may
12491 be overriden by a call to xmlParseBalancedChunkMemory()
12492
12493Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12494
12495 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
12496 identifiers in SGML catalogs containing '&'
12497
12498Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12499
12500 * python/types.c: fixed bugs when passing result value tree
12501 to Python functions.
12502
12503Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12504
12505 * configure.in: preparing the release of 2.4.26
12506 * doc/*: updated and rebuilt the documentation
12507
12508Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12509
12510 * parser.c: fixed a XML Namespace compliance bug reported by
12511 Alexander Grimalovsky
12512
12513Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12514
12515 * HTMLtree.c: fixed serialization of script and style when
12516 they are not lowercase (i.e. added using the API to the tree).
12517
12518Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12519
12520 * valid.c: make xmlValidateDocument emit a warning msg if there
12521 is no DTD, pointed by Christian Glahn
12522
12523Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12524
12525 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
12526 content model when some of the blocks have min or max, and a couple
12527 of bugs found in the process.
12528 * result/schemas/list0* test/schemas/list0*: added some specific
12529 regression tests
12530
12531Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
12532
12533 * README: updated the contact informations
12534
12535Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12536
12537 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12538 misses it, reported by Peter Bray.
12539
12540Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12541
12542 * tree.c: investigating xmlNodeGetContent() on namespace nodes
12543 and removed a few warnings
12544
12545Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
12546
12547 * parser.c: Christian Glahn found a small bug in the push parser.
12548 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
12549 public
12550
12551Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12552
12553 * xmlschemas.c include/libxml/xmlschemas.h: added
12554 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
12555 * testSchemas.c: added --memory to test the new interface
12556
12557Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12558
12559 * doc/index.py doc/search.php: integrated the XSLT indexing,
12560 a few fixed in the indexer, added a scope selection at the
12561 search level.
12562
12563Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12564
12565 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
12566 this was due to uninitialized parts of the validation context
12567
12568Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12569
12570 * debugXML.c: applied patch from Mark Vakoc except the API
12571 change, preserved it.
12572 * doc/*: updated the docs to point to the search engine for
12573 information lookup or before bug/help reports.
12574
12575Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12576
12577 * doc/index.py doc/search.php: added mailing-list archives
12578 indexing and lookup
12579
12580Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12581
12582 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
12583
12584Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12585
12586 * doc/index.py: improved HTML indexing
12587 * doc/search.php: make the queries also lookup the HTML based indexes
12588
12589Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12590
12591 * doc/index.py: added HTML page indexing
12592
12593Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12594
12595 * xmlIO.c: extended Windows path normalisation to fix the base
12596 problem in libxslt.
12597 * catalog.c: fixed list handling in XML_CATALOG_FILES
12598
12599Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12600
12601 * valid.c: typo/bug found by Christian Glahn
12602
12603Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12604
12605 * xmlIO.c: applied Windows CE patch from Javier.
12606 * win32/wince: new directory, contains support for the PocketPC
12607 with Windows CE from Javier.
12608 * include/win32config.h: reorganised, removed duplicate
12609 definitions and applied WinCE patch from Javier.
12610 * include/wsockcompat.h: new file, now contains WinSock
12611 compatibility macros.
12612 * win32/Makefile.msvc: introduced double-run compilation.
12613
12614Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12615
12616 * configure.in include/libxml/xmlwin32version.h: preparing release
12617 of 2.4.25
12618 * doc/*: updated and regenerated teh docs and web pages.
12619
12620Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12621
12622 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12623 error were not covering namespace declarations.
12624 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12625 it was missing the attribute declaration for the namespace
12626 * result/VC/NS3: the fix now report breakages in that test
12627
12628Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12629
12630 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12631
12632Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12633
12634 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12635 and regenerated the docs and web site
12636
12637Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12638
12639 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12640 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12641 not before
12642
12643Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12644
12645 * python/generator.py python/libxml2class.txt: fixed a stupid error
12646 breaking the python API
12647
12648Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12649
12650 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12651 triostr.c triostr.h: applied a trio update patch from
12652 Bjorn Reese which should work with MinGW
12653
12654Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12655
12656 * tree.c: improving some documentation comments
12657 * xmlregexp.c: found and fixed a mem leak with python regression tests
12658 * doc/*: rebuilt the doc and the API XML file including the
12659 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12660 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12661 python/types.c: added access to the XML Schemas regexps from
12662 python
12663 * python/tests/Makefile.am python/tests/regexp.py: added a
12664 simple regexp bindings test
12665
12666Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12667
12668 * doc/xml.html:
12669 fixing ftp links - thanks to Vitaly Ostanin
12670
12671Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12672
12673 * xmlregexp.c: fixed the data callback on transition functionality
12674 which was broken when using the compact form
12675 * result/schemas/*: updated the results, less verbose, all tests
12676 pass like before
12677 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12678 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12679 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12680 annoying warnings
12681 * xpath.c: try to provide better error report when possible
12682
12683Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12684
12685 * Makefile.am: fixed a breakage raised by Jacob
12686
12687Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12688
12689 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12690 which don't use sockets
12691
12692Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12693
12694 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12695 * win32/configure.js: applied zlib patch from Daniel Gehriger
12696
12697Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12698
12699 * win32/configure.js: applied the patch from Mark Vakoc for
12700 regexp support
12701 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12702 for regexp support
12703
12704Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12705
12706 * xmlschemastypes.c: as pointed by Igor Float and Double
12707 parsing ain't finished yet
12708
12709Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12710
12711 * Makefile.am configure.in: trying to fix #88412 by bypassing
12712 all the python subdir if python ain't detected
12713
12714Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12715
12716 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12717 made configuring with regexps/automata/unicode the default
12718 but without schemas ATM
12719 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12720 fixed the regexp based DTD validation performance and memory
12721 problem by switching to a compact form for determinist regexps
12722 and detecting the determinism property in the process. Seems
12723 as fast as the old DTD validation specific engine :-) despite
12724 the regexp built and compaction process.
12725
12726Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12727
12728 * valid.c: determinism is debugged, new DTD checking code now works
12729 but xmlFAComputesDeterminism takes far too much CPU and the whole
12730 set usues too much memory to be really usable as-is
12731
12732Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12733
12734 * tree.c: fixed another stupid bug in xmlGetNodePath()
12735 * xmllint.c: --version now report the options compiled in
12736
12737Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12738
12739 * HTMLparser.c: small cleanup
12740 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12741 when configured with them. A bit of debugging around the determinism
12742 checks is still needed
12743
12744Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12745
12746 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12747
12748Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12749
12750 * xmlIO.c: small portability glitch fixed.
12751
12752Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12753
12754 * xmlschemastypes.c: incomplete steps for real/double support
12755 * testAutomata.c include/libxml/xmlautomata.h
12756 include/libxml/xmlregexp.h: avoiding a compilation problem
12757 * valid.c include/libxml/valid.h: starting the work toward using
12758 the regexps for actual DTD validation
12759
12760Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12761
12762 * hash.c: cosmetic cleanup
12763 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12764 integrating a DTD validation layer based on the regexps
12765
12766Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12767
12768 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12769 the determinism was tested before eliminating the epsilon
12770 transitions :-(
12771
12772Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12773
12774 * python/generator.py python/libxml.c python/libxml.py
12775 python/libxml2-python-api.xml python/libxml2class.txt
12776 python/libxml_wrap.h python/types.c: updated the python
12777 bindings, added code for easier File I/O, and the ability to
12778 define a resolver from Python fixing bug #91635
12779 * python/tests/Makefile.am python/tests/inbuf.py
12780 python/tests/outbuf.py python/tests/pushSAXhtml.py
12781 python/tests/resolver.py python/tests/serialize.py: updated
12782 and augmented the set of Python tests.
12783
12784Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12785
12786 * win32/configure.js: added more readme info for the binary
12787 package.
12788
12789Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12790
12791 * xmlIO.c: fixed a stupid out of bound array error
12792
12793Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12794
12795 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12796 messing around with support for Windows path, cleanups,
12797 trying to identify and fix the various code path to the
12798 filename access. Added xmlNormalizeWindowsPath()
12799
12800Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12801
12802 * error.c valid.c: working on better error reporting of validity
12803 errors, especially providing an accurate context.
12804 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12805 error reports in those cases.
12806
12807Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12808
12809 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12810 parser.c parserInternals.c xmlIO.c: get rid of all the
12811 perror() calls made in the library execution paths. This
12812 should fix both #92059 and #92385
12813
12814Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12815
12816 * xmllint.c: memory leak reporting was broken after a change
12817 of the preprocessor symbol used to activate it.
12818
12819Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12820
12821 * tree.c: try to make the copy function work for node of
12822 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12823 DOM layers though, not libxml2 itself.
12824
12825Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12826
12827 * valid.c: try to provide file and line informations, not all
12828 messages are covered, but it's a (good) start
12829
12830Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12831
12832 * xinclude.c: reimplemented a large part of the XInclude
12833 processor, trying to minimize resources used, James Henstridge
12834 provided a huge test case which was exhibiting severe memory
12835 consumption problems.
12836
12837Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12838
12839 * python/Makefile.am: applied patch from Christophe Merlet to
12840 reestablish DESTDIR
12841
12842Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
12843
12844 * libxml.spec.in: fixes libary path for x86_64 AMD
12845
12846Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
12847
12848 * doc/tutorial/includekeyword.c
12849 * doc/tutorial/xmltutorial.xml:
12850 (plus resulting generated html files)
12851 fixing one spot I missed in the tutorial where I hadn't freed
12852 memory properly
12853
12854Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12855
12856 * doc/tutorial/includeaddattribute.c
12857 * doc/tutorial/includeaddkeyword.c
12858 * doc/tutorial/includegetattribute.c
12859 * doc/tutorial/includekeyword.c
12860 * doc/tutorial/xmltutorial.xml
12861 * doc/tutorial/*.html:
12862 update tutorial to properly free memory (thanks to Christopher
12863 R. Harris for pointing out that this needs to be done)
12864 * doc/tutorial/images/callouts/*.png:
12865 added image files so the callouts are graphical, making it
12866 easier to read ( use "--param callout.graphics 1" to generate
12867 html with graphical callouts)
12868
12869Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12870
12871 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12872 nice logos generated by Marc Liyanage
12873 * doc/site.xsl *.html: changed the stylesheet to show the new
12874 logo and regenerated the pages
12875
12876Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12877
12878 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12879
12880Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12881
12882 * xpath.c: possible mem leak patch from Jason Adams
12883
12884Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12885
12886 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12887 in the XQuery namespace
12888 * configure.in: preparing 2.4.24
12889 * doc/*.html: updated the web pages
12890
12891Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12892
12893 * python/generator.py: closing bug #85258 by generating conditional
12894 compile check to avoid linking to routines not configured in.
12895
128962002-08-22 Havoc Pennington <hp@pobox.com>
12897
12898 * autogen.sh: update error message for missing automake
12899
12900Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12901
12902 * python/Makefile.am: typo in target name resulted in libxml2.py
12903 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12904
12905Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12906
12907 * win32/win32/Makefile.mingw: updated with version from
12908 Elizabeth Barham at http://soggytrousers.net/repository/
12909
12910Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12911
12912 * win32/Makefile.msvc: added the prefix location to the include
12913 and lib search path.
12914
129152002-08-18 Havoc Pennington <hp@pobox.com>
12916
12917 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12918 both automake 1.6 and 1.4 installed get the right automake. Means
12919 compilation from CVS will now require the latest automake 1.4
12920 release, or manually creating symlinks called "automake-1.4" and
12921 "aclocal-1.4"
12922
12923Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12924
12925 * configure.in python/Makefile.am: more AMD 64 induced changes from
12926 Frederic Crozat
12927
12928Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12929
12930 * xinclude.c: oops I was missing the xml:base fixup too
12931 * result/XInclude/*.xml: this adds xml:base attributes to most
12932 results of the tests
12933
12934Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12935
12936 * xinclude.c: quick but apparently working implementation of
12937 xi:fallback, should close bug #89684
12938 * Makefile.am test/XInclude/docs/fallback.xml
12939 result/XInclude/fallback.xml: added a basic test for fallback,
12940 and run with --nowarning to avoid a spurious warning
12941 * configure.in: applied patch from Frederic Crozat for python
12942 bindings on AMD 64bits machines.
12943
12944Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12945
12946 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12947 the caller don't pass a SAX callback block.
12948
12949Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12950
12951 * tree.c: applied the same fix for the XML-1.0 namespace to
12952 xmlSearchNsByHref() as was done for xmlSearchNs()
12953
12954Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12955
12956 * libxml.3: small cleanup of the man page
12957 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12958 when serializing HREF attributes generated by XSLT.
12959
12960Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12961
12962 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12963 version of Marc Liyanage' patch for boolean attributes in HTML
12964 output
12965
12966Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12967
12968 * python/tests/serialize.py: fixed the test results, indenting
12969 behaviour changed slightly
12970
12971Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12972
12973 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12974 new c14n function to Windows def files
12975
12976Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12977
12978 * c14n.c: fixed a memory leak in c14n code
12979
12980Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12981
12982 * parser.c include/libxml/parser.h: adding a new API for Christian
12983 Glahn: xmlParseBalancedChunkMemoryRecover
12984 * valid.c: patch from Rick Jones for some grammar cleanup in
12985 validation messages
12986 * result/VC/* result/valid/*: this slightly change some of the
12987 regression tests outputs
12988
12989Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12990
12991 * tree.c: trying to fix a problem in namespaced attribute handling
12992 raised by Christian Glahn
12993
12994Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12995
12996 * encoding.c include/libxml/encoding.h: Opening the interface
12997 xmlNewCharEncodingHandler as requested in #89415
12998 * python/generator.py python/setup.py.in: applied cleanup
12999 patches from Marc-Andre Lemburg
13000 * tree.c: fixing bug #89332 on a specific case of loosing
13001 the XML-1.0 namespace on xml:xxx attributes
13002
13003Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
13004
13005 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
13006 corner case from new Merlin's test suite and added a callback
13007 that will be used to improve xmlsec performance
13008
13009Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
13010
13011 * HTMLtree.c: trying to fix the <style> escaping problem in
13012 HTML serialization bug #89342
13013
13014Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
13015
13016 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
13017 and rebuilt the web site.
13018
13019Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
13020
13021 * include/libxml/tree.h: added _private member to xmlNs struct
13022
13023Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
13024
13025 * HTMLparser.c: fixing bug #84876 based on the xml working
13026 code.
13027
13028Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13029
13030 * python/Makefile.am: enhanced to fix bug 72012 (errors
13031 when using '-jX' make parameter)
13032
13033Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13034
13035 * xpath.c: small additional enhancement for booleans
13036 compared to nodesets
13037
13038Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13039
13040 * HTMLtree.c: changed the order of the encoding declaration
13041 attributes in the meta tags due to a bug in IE/Mac
13042
13043Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13044
13045 * xpath.c: enhanced handling of booleans (especially '='
13046 and '!=' for nodesets) - fixes bug 85256. Added new
13047 routine xmlXPathNotEqualValues for more proper handling
13048 of '!=' when nodesets are involved.
13049
13050Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13051
13052 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
13053 doc/xmlcatalog_man.xml to the source distribution
13054
13055Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13056
13057 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
13058 asked for this.
13059
13060Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
13061
13062 * configure.in: preparing 2.4.23
13063 * doc/*: rebuilt the docs
13064
13065Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
13066
13067 * parser.c: fixing bug #84169 by fixing the
13068 comment of xmlCreatePushParserCtxt to describe the
13069 encoding detection parameters better.
13070
13071Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13072
13073 * valid.c: fixing bug #79331 in one path the lookup for
13074 ID attributes on a namespaced node wasn't handled correctly :-\
13075
13076Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13077
13078 * HTMLparser.c: trying to fix 87235 about discarded white
13079 spaces in the HTML parser.
13080 * result/HTML/*: this changes the output of a number of HTML
13081 regression tests
13082
13083Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13084
13085 * xpath.c: applied patch from Richard Jinks for the namespace
13086 axis + fixed a memory error.
13087 * parser.c parserInternals.c: applied patches from Peter Jacobi
13088 removing ctxt->token for good.
13089 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
13090 popped out by the regression tests.
13091 * Makefile.am: patch for threads makefile from Gary Pennington
13092
13093Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13094
13095 * xpath.c: enhanced behaviour of position() after usage of
13096 expressions involving preceding-sibling (et al).
13097
13098Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13099
13100 * hash.c: applied a patch from Peter Jacobi to solve a problem
13101 when compiling with the Watcom C on Win32
13102 * result/schemas/*.err: the change of hashing algo generated
13103 permutations in the output
13104
13105Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13106
13107 * hash.c: applied patch from Sander Vesik improving the quality of
13108 the hash function.
13109
131102002-06-14 Aleksey Sanin <aleksey@aleksey.com>
13111
13112 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
13113 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
13114 xmllint.c xpath.c: replaced sprintf() with snprintf()
13115 to prevent possible buffer overflow (the bug was pointed
13116 out by Anju Premachandran)
13117
13118Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13119
13120 * parser.c: removed an uninitialized data error popped by valgrind
13121 on PE references
13122
13123Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
13124
13125 * doc/xml.html
13126 adding tutorial reference to the web page
13127
13128Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
13129
13130 * doc/tutorial/xmltutorial.xml
13131 * doc/tutorial/ar01s07.html
13132 * doc/tutorial/ape.html
13133 * doc/tutorial/includegetattribute.c
13134 adding section to tutorial about retrieving an attribute
13135 value
13136
13137Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13138
13139 * parser.c: applied a couple of patches from Peter Jacobi to start
13140 to get rid of ctxt->token, with a possible significant speed
13141 improvement to be gained once done. Better compliance with PE
13142 references constructs in DTDs too.
13143 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
13144 from Peter too
13145
13146Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13147
13148 * parser.c: Babak Vahedipour-Kunze reported that openTag in
13149 xmlParseElement was likely to have been deallocated at the
13150 time of the report, possibly leading to segfault. Just report
13151 the tag name now.
13152
13153Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13154
13155 * xpath.c: patch from Richard Jinks for XPath substring() function
13156 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
13157
131582002-06-06 Aleksey Sanin <aleksey@aleksey.com>
13159
13160 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
13161
13162Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
13163
13164 *doc/FAQ.html
13165 fixing typos in FAQ, thanks to Robert Funnell for the
13166 editing help
13167
13168Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13169
13170 * NEWS: got complaints from rpmlint that it was empty
13171
13172Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
13173
13174 * added doc/tutorial, including:
13175 apa.html
13176 apb.html
13177 apc.html
13178 apd.html
13179 ar01s02.html
13180 ar01s03.html
13181 ar01s04.html
13182 ar01s05.html
13183 ar01s06.html
13184 includeaddattribute.c
13185 includeaddkeyword.c
13186 includekeyword.c
13187 includestory.xml
13188 index.html
13189 xmltutorial.xml
13190 libxml tutorial, including generated html
13191
13192Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
13193
13194 * result/c14n/exc-without-comments/merlin-c14n-two-*
13195 result/c14n/without-comments/merlin-c14n-two-*
13196 test/c14n/exc-without-comments/merlin-c14n-two-*
13197 test/c14n/without-comments/merlin-c14n-two-*
13198 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
13199 c14n/exc-c14n and slightly modified test script to handle
13200 these test cases
13201 * c14n.c: fixed bugs for complicated nodes set (namespace
13202 without node and others from merlin-c14n-two.tar.gz)
13203 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
13204 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
13205 for xmlsec performance patch
13206 * xpath.c: fixed self::node() for namespaces and attributes
13207
13208Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
13209
13210 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
13211 but with the format parameter
13212 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
13213
13214Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
13215
13216 * Makefile.am: updated c14n tests suite
13217 * c14n.c: performance improvement for previous c14n patch
13218
13219Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13220
13221 * parser.c: another peroformance patch from Peter Jacobi, that
13222 time on parsing attribute values.
13223
13224Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
13225
13226 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
13227 into LibXML2 test suite
13228
13229Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
13230
13231 * c14n.c: propagating xpath ancesstors node fix to c14n
13232 plus small performance improvement to reduce number of
13233 mallocs
13234 * xpath.c: fixed ancestors axis processing for namespace nodes
13235
13236Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13237
13238 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
13239 Peter Jacobi
13240
13241Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
13242
13243 * configure.in: preparing 2.4.22
13244
13245Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13246
13247 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
13248 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
13249 a public entry point.
13250 * doc/*: rebuilt the API and docs
13251
13252Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
13253
13254 * xpath.c: patch from Richard Jinks to fix a problem introduced
13255 in the previous patch and pointed by Norm
13256
13257Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13258
13259 * libxml.spec.in: fixing bug #81112
13260
13261Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13262
13263 * uri.c: fixing bug #82848
13264
13265Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13266
13267 * result/catalogs/mycatalog.full: Aleksey's commit changed the
13268 output of one catalog test
13269
13270Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13271
13272 * global.data globals.c tree.c include/libxml/globals.h
13273 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
13274 default value for global parameter xmlIndentTreeOutput to 1 and
13275 introduced new global parameter xmlTreeIndentString (the string
13276 used to do one-level indent) with default value " " (as it was
13277 in tree.c)
13278
13279Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13280
13281 * Makefile.am: Merijn Broeren pointed out a problem when compiling
13282 with trio and schemas.
13283
13284Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13285
13286 * xpath.c: patch from Richard Jinks to fix the problem raised in
13287 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
13288
13289Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13290
13291 * xmlschemas.c: a bit of work on import.
13292 * xmlschemastypes.c: Charles Bozeman provided a compare function
13293 for date/time types so min/max facet restrictions should work,
13294 indeterminate comparisons return an error instead of equal.
13295 * test/schemas/date_0* result/schemas/date_0_0: specific test
13296 from Charles Bozeman too
13297
13298Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13299
13300 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
13301 from Christian Cornelssen fixing the man pages and the Catalog
13302 building script.
13303 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
13304 next step is <xs:import> I now have a reasonable understanding
13305 of how it works.
13306
13307Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13308
13309 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
13310
13311Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13312
13313 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
13314
13315Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13316
13317 * xpath.c: fixing an XPath function evalutation bug pointed out
13318 by Alexey Efimov where the context was lost when evaluating
13319 the function arguments
13320
13321Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13322
13323 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
13324 function public for XMLSec performance optimizations
13325
13326Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13327
13328 * python/generator.py python/libxml2class.txt : fixed a problem
13329 with the HTML parser pointed by Gary Benson
13330 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
13331 example
13332
13333Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13334 * parser.c: fixed bug #81159 (memory growth in SAX)
13335
13336Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13337 * xpath.c: fixed bug #78858 (the real fix)
13338
13339Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13340 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
13341
13342Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
13343
13344 * tree.c: modified xmlNodeSetBase to allow changing the
13345 base of a document.
13346
13347Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13348
13349 * xmlschemastypes.c: patch Charles Bozeman for validation of
13350 all the date, time, and duration types
13351 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
13352 * configure.in: fixed an error pointed by an user
13353 * xml2-config.in: fixed an error pointed by an user
13354
13355Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13356
13357 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
13358 win32/libxml2.def.src xmlIO.c: exported default
13359 'file:', 'http:' and 'ftp:' protocols input handlers
13360 and maked protocols comparisson case insensitive
13361
13362Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13363
13364 * configure.in: Neven Has detected a typo
13365
13366Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
13367
13368 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
13369 as one of the persons allowed to commit directly to the
13370 module.
13371
13372Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13373
13374 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
13375 * valid.c: raised a too low limit
13376 * doc/*: rebuilt the docs
13377
13378Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13379
13380 * test/XPath/expr/floats test/XPath/expr/functions
13381 result/XPath/expr/floats result/XPath/expr/functions
13382 xpath.c: another XPath conformance patch from Richard Jinks
13383
13384Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
13385
13386 * xmlschemas.c: fixed validation of attribute groups.
13387 * test/schemas result/schemas: added an example from the primer
13388
13389Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
13390
13391 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
13392 * test/schemas result/schemas: updated the test list
13393
13394Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13395
13396 * TODO: updated a bit
13397 * parser.c: made a comment more specific
13398 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
13399 Schemas conformance.
13400 * test/schemas result/schemas: updated the test list
13401
13402Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13403
13404 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
13405 implementing xs:all with minOccurs = 0
13406 * tes/schemas/* result/schemas/*: added more tests covering
13407 xs:all
13408
13409Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13410
13411 * xmlregexp.c: first implementation of the all particle, this
13412 may need to be revisited for case where not all transitions
13413 must be crossed.
13414
13415Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13416
13417 * tree.c: another entity processing update from Markus Henke
13418
13419Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
13420
13421 * trionan.c: fixed crash on OSF/1
13422
13423Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13424
13425 * xmlschemas.c: more Schemas work
13426 * test/schemas/* result/schemas/*: added more tests coming
13427 from the spec.
13428
13429Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13430
13431 * c14n.c: patch from Aleksey Sanin reflecting a change in the
13432 ExcC14N specification
13433
13434Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13435
13436 * tree.c: patch from Markus Henke, fix for recursive entities.
13437
13438Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13439
13440 * xpath.c: fix a problem with string() on a document node.
13441
13442Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13443
13444 * Makefile.am xmlschemas.c: more Schemas work
13445 * test/schemas/* result/schemas/*: added more tests coming
13446 from the spec.
13447
13448Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13449
13450 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
13451 * result/HTML/*: this changes a few things in the results
13452
13453Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13454
13455 * include/libxml/tree.h: eliminated 'declaration different than
13456 prototype' warning
13457 * include/win32config.h: "resolved" conflicts with errno.h
13458
13459Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
13460
13461 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
13462 on the automata interfaces and debug of counted choices
13463 * test/schemas/* result/schemas/*: added a number of tests
13464
13465Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13466
13467 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
13468 a bit of work on Schemas
13469 * testSchemas.c: try to make it more useful
13470 * test/schemas/* result/schemas/* Makefile.am: changed the
13471 Schemas regression test procedure, started adding a few samples
13472
13473Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13474
13475 * include/libxml/encoding.h: Patch for the Borland C++ builder
13476 * include/libxml/tree.h: Patch for the Borland C++ builder
13477 * threads.c: Patch for the Borland C++ builder
13478 * win32/bcb5: New directory for the Borland C++ builder
13479 project files
13480
13481Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13482
13483 * win32/Makefile.msvc: Update for XML Schema support
13484 * win32/configure.js: Update for XML Schema support
13485 * win32/libxml2.def.src: Update for XML Schema support
13486
13487Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13488
13489 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
13490 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
13491 xmlunicode.c include/libxml/Makefile.am
13492 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
13493 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
13494 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
13495 include/libxml/xmlversion.h.in : merged the current state of
13496 XML Schemas implementation, it is not configured in by default,
13497 a specific --schemas configure option has been added.
13498 * test/automata test/regexp test/schemas Makefile.am
13499 result/automata result/regexp result/schemas:
13500 merged automata/regexp/schemas regression tests
13501
13502Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
13503
13504 * xpath.c: Gary found a compile time problem, fixes #78823
13505
13506Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13507
13508 * configure.in: release of 2.4.20
13509 * doc/*: updated and rebuilt the docs
13510
13511Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13512
13513 * python/Makefile.am: patch from Cristian Gafton to build on
13514 Red Hat 6.2, should also fix #75779
13515
13516Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13517
13518 * valid.c: first part of fixing #78729
13519
13520Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
13521
13522 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
13523 escaping of URI when saving HTML files.
13524 * result/HTML/*: this impacted some tests
13525
13526Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
13527
13528 * configure.in: trying to fix #77441
13529
13530Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13531
13532 * include/libxml/xmlIO.h: Hallski complained it could not be
13533 included by itself.
13534
13535Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13536
13537 * configure.in: applied an IEEE flag patch for OSF/1 #77825
13538
13539Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13540
13541 * win32/configure.js: patch from Nilo for the c14n option
13542 * win32/Makefile.msvc: fixed libxml2.def generation with threads
13543
13544Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13545
13546 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
13547 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
13548 LIBXML_THREAD_ENABLED
13549
13550Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13551
13552 * xpath.c: another patch from Richard Jinks for substring conformance
13553 * test/XPath/expr/floats test/XPath/expr/strings
13554 result/XPath/expr/floats result/XPath/expr/strings: update of the
13555 test suite to check those.
13556
13557Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13558
13559 * xpath.c: patch from Richard Jinks for .x float parsing.
13560
13561Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
13562
13563 * parser.c: patch from Markus Henke when an encoding ain't recognized
13564
13565Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13566
13567 * libxml.m4: got a report that #include <string.h> was needed
13568
13569Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13570
13571 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13572
13573Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
13574
13575 * doc/example.html: fixing typo
13576
13577Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13578
13579 * xpath.c: fixed a bug in the nodeset to boolean comparison code
13580 pointed out by Melvyn Sopacua.
13581
13582Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13583
Daniel Veillard25a1ce92008-06-02 16:04:12 +000013584 * libxml.m4: Frédéric Crozat gave a patch related to the change
William M. Brack11be2d02007-01-24 19:17:19 +000013585 of Include paths breaking the libxml.m4
13586
13587Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13588
13589 * xpath.c: Fix bug #76927 forgot to save some context
13590 when evaluating binary expressions
13591
13592Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13593
13594 * configure.in: fixed configure for MPE/iX from Markus Henke
13595 * xmlmemory.c: fixed initialization problems
13596 * xpath.c: another set of patches from Richard Jinks this
13597 fixes "make XPathtests" on linux
13598
13599Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
13600
13601 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
13602 * test/XPath/expr/compare test/XPath/expr/equality
13603 test/XPath/expr/floats test/XPath/expr/functions
13604 test/XPath/expr/strings result/XPath/expr/compare
13605 result/XPath/expr/equality result/XPath/expr/floats
13606 result/XPath/expr/functions result/XPath/expr/strings: Updated
13607 tests though they show a divergence on Linux
13608
13609Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13610
13611 * xpath.c trionan.c: previous commit also included patches
13612 from Richard Jinks on some IEEE support corner case
13613
13614Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13615
13616 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
13617 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
13618 that $(datadir) should be used for docs
13619
13620Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13621
13622 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13623 could leak filedescriptors
13624
13625Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13626
13627 * configure.in nanohttp.c: applied patch from Allan Clark for
13628 UnixWare/OpenServer
13629
13630Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13631
13632 * configure.in: preparing 2.4.19
13633 * doc/*: rebuilt the docs
13634
13635Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13636
13637 * nanohttp.c: fixing #76043, got fed up with non-portability
13638 of that piece of code.
13639
13640Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13641
13642 * valid.c SAX.c: Never commit without running "make tests" :-(
13643 fix a couple of stupidities in the previous commit
13644 * result/*: a few changes in some attribute order result of previous
13645 commit.
13646
13647Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13648
13649 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13650 the internal subset should not raise duplicate ID errors,
13651 also there was a small bug in conjunction to namespace
13652 declarations defaulted and xml:xxx attributes DTD definitions.
13653
13654Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13655
13656 * xpath.c: Richard Jinks also raised some rounding problems
13657 this tries to fix them
13658
13659Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13660
13661 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13662 behaviour in xmlXPathCastToString()
13663
13664Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13665
13666 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13667 raised by Morus Walter
13668
13669Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13670
13671 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13672 from Igor
13673
13674Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13675
13676 * xpath.c: fixing #75619, related to a problem when trying
13677 to evaluate condition when the current node set resulting
13678 from that sub-step evaluation is empty. Also fixes 2 potential
13679 problem with previous-sibling and next-siblings axis.
13680
13681Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13682
13683 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13684 HTML support is not configured in.
13685
13686Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13687
13688 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13689 include/libxml/tree.h: dohh I really didn't intended to commit
13690 this test version :-(
13691
13692Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13693
13694 * testSAX.c: I wanted to see the real speed at the SAX interface
13695 after a little too many Ximianer started complaining about the
13696 parser speed.
13697 added a --quiet option:
13698 paphio:~/XML -> ls -l db100000.xml
13699 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13700 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13701 3200006 callbacks generated
13702 real 0m1.270s
13703 Which means 16MBytes/s and 3Mcallback/s
13704
13705Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13706
13707 * xpath.c: valgrind spotted another error that time when running
13708 on libxslt regression tests
13709
13710Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13711
13712 * Makefile.am: adding "make valgrind" running the full regression
13713 tests (except python ones) under Valgrind (using valgrind -q
13714 which was kindly added by the author).
13715 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13716 passes cleanly now except an obcure floating point initialization
13717 raised in log10() in one XPath regression test ???
13718 * tree.c: edited some comments to close #75244
13719
13720Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13721
13722 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13723 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13724 context of ScrollKeeper, made sure that if the number is
13725 an integer, the serialization follows the description at
13726 http://www.w3.org/TR/xpath#section-String-Functions
13727
13728Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13729
13730 * configure.in: preparing 2.4.18
13731 * doc/*: updated and rebuilt the web site
13732 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13733 the Windows and Cygwin maintainers.
13734 * parser.c: humm, changed the way the SAX parser work when
13735 xmlSubstituteEntitiesDefault(1) is set, it will then
13736 do the entity registration and loading by itself in case the
13737 user provided SAX getEntity() returns NULL.
13738 * testSAX.c: added --noent to test the behaviour.
13739
13740Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13741
13742 * parser.c: Wilfried Teiken provided a hackish but working
13743 way to get context reported back on entities when parsing
13744 with SAX and without breaking the DOM build.
13745
13746Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13747
13748 * c14n.c: applied a new patch from Aleksey Sanin
13749 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13750 to reference Aleksey implementation of XML digital Signatures
13751
13752Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13753
13754 * xpath.c: small fix to avoid potential problem due to
13755 ordering of freeing data
13756 * python/Makefile.am: people were complaining about
13757 the generated file in python dir not being built
13758
13759Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13760
13761 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13762 python/generator.py python/libxml.c python/types.c: Cleanup
13763 of the python Makefiles based on Jacob and James feedback,
13764 fixed the spec file accordingly, fixed the number of warning
13765 that passing my pedantic CFLAGS was generating. Conclusion
13766 is that Python includes are real crap.
13767
13768Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13769
13770 * configure,in: it was reported quite a few times that
13771 xml2-config --cflags should not output
13772 -I$includeprefix/libxml2/libxml because libxml2 header names
13773 clashes with existing names like list.h from C++ stl.
13774 Includes should be #include<libxml/xxx.h> so ...
13775
13776Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13777
13778 * c14n.c: another patch from Aleksey Sanin
13779
13780Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13781
13782 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13783 canonicalization algorithm
13784 * doc/xml.html doc/index.html: added the C14N references on the
13785 index page.
13786
137872002-03-13 jacob berkman <jacob@ximian.com>
13788
13789 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13790 usage, redundant, and gcc specific
13791
13792Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13793
13794 * xpath.c: speedup some node selection operations, this can
13795 have a significant impact on DocBook Norm's stylesheets
13796 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13797 make sure it's always the case
13798 * debugXML.c: distinguish CDATA and comments in ls operations
13799
13800Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13801
13802 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13803 to generate better API descriptions etc...
13804
13805Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13806
13807 * c14n.c: Fixing #74186, made sure all boolean expressions
13808 get fully parenthesized, ran indent on the output
13809 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13810 include/libxml/tree.h: also #74186 related, removed the
13811 --with-buffers option, and all the preprocessor conditional
13812 sections that were resulting from it.
13813
13814Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13815
13816 * valid.c: applied patch from Dodji Seketeli fixing an
13817 uninitailized variable in xmlValidGetValidElements()
13818
13819Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13820
13821 * c14n.c: fixed a few comments
13822 * doc/*.html doc/*/*.html: regenerated the docs and added
13823 the C14N API
13824 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13825
13826Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13827
13828 * check-xml-test-suite.py: fix to adapt varaiations in the
13829 bindings
13830 * configure.in python/setup.py python/setup.py.in: fixed to
13831 have the version of the python scripts automatically updated
13832
13833Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13834
13835 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13836 in xmlCopyProp()
13837
13838Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13839
13840 * configure.in: preparing 2.4.17 release
13841 * doc/*: updated and rebuilt the docs
13842 * xpath.c: fixed a comment
13843 * python/libxml.c: fixed a possible reentrancy problem
13844
13845Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13846
13847 * tree.c python/tests/Makefile.am python/tests/attribs.py:
13848 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
13849 added a specific regression test
13850 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
13851 not raise exceptions when failing to find the attribute.
13852
13853Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13854
13855 * configure.in xmllint.c: owen pointed out a problem with the
13856 ftme fix, gettimeofday() was not detected by configure and
13857 the ftime header wasn't included, dohhh
13858
13859Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13860
13861 * configure.in xmllint.c: trying to fix #71457 for timing
13862 precision when gettimeofday() is not availble but ftime() is
13863
13864Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13865
13866 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13867 are now copied on install and part of the -devel RPM
13868
13869Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13870
13871 * xpath.c: trying to avoid bug #72150 which was apparently
13872 caused by a gcc bug (or a processor problem) as detailed
13873 at http://veillard.com/gcc.bug
13874
13875Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13876
13877 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13878 fixed xmlReconciliateNs(), added a Python test/example for
13879 inter-document cut'n paste
13880 * python/libxml.py: fixed node.doc on document nodes and added
13881 xpathEval() onto node objects
13882
13883Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13884
13885 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13886 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13887 fixup and integrated tests for the serialization stuff
13888
13889Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13890
13891 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13892 moved the libxml man page to section 3
13893
13894Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13895
13896 * tree.c: fix bug #72490
13897 * python/libxml.c python/libxml.py: added methods serialize()
13898 and saveTo() to all node elements.
13899
13900Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13901
13902 * xmlIO.c: closed #73430, don't read from an input source
13903 which indicated an end-of-file or an error.
13904
13905Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13906
13907 * parser.c: make sure SAX endDocument is always called as
13908 this could result in a Python memory leak otherwise (it's
13909 used to decrement ref-counting)
13910 * python/generator.py python/libxml.c python/libxml.py
13911 python/libxml2-python-api.xml python/libxml2class.txt
13912 python/tests/error.py python/tests/xpath.py: implemented
13913 the suggestions made by Gary Benson and extended the tests
13914 to match it.
13915
13916Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13917
13918 * python/generator.py: applied patch fixing #73450
13919
13920Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13921
13922 * xpath.c: fixing #61290 "namespace nodes have no parent"
13923 long standing divergence from the XPath REC. NodeSets
13924 simply hold a copy of namespace nodes and those node ->next
13925 points to the parent (which may not be the node carrying the
13926 definition).
13927 * include/libxml/xpath.h: flagged but didn't added a possible
13928 speedup
13929 * DOCBparser.c HTMLparser.c: removed some warnings from push
13930 parser due to new state being added.
13931 * tree.c: new fix from Boris Erdmann
13932 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13933 the XML Canonalization support from Aleksey Sanin
13934
13935Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13936
13937 * tree.c: patch from Boris Erdmann fixing some namespace odities
13938 with xmlCopyNode()
13939
13940Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13941
13942 * xmlIO.c: fix bug #72706 when loading a NULL entity
13943
13944Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13945
13946 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13947 actually change in a future XML Namespace revision.
13948
13949Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13950
13951 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13952 added the possibility of returning nodesets from XPath extension
13953 functions written in Python
13954
13955Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13956
13957 * python/*: commiting some Python bindings work done while travelling
13958
13959Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13960
13961 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13962 explicitely with memory debugging switched on
13963
13964Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13965
13966 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13967 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13968 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13969 the accessor generator for strings
13970 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13971 regression test.
13972
13973Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13974
13975 * python/README python/generator.py python/libxml.c python/setup.py:
13976 added the 'usual' setup.py to allow building a libxml2-python
13977 module based on the same code. The initialization is however
13978 different the 2 .so files fo libxml2 and libxslt are identical and
13979 they entry point initialize both libraries. this is done to avoid
13980 some possible nasty problem since the Python don't merge the maps
13981 of all shared modules.
13982
13983Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13984
13985 * parser.c: fixed a push/encoding bug reported by Michael
13986 on librsvg
13987
13988Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13989
13990 * include/libxml/parserInternals.h: fixes a misplaced #endif
13991
13992Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13993
13994 * parser.c valid.c: found and fixed a couple of allocation bugs
13995
13996Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13997
13998 * doc/xml.html doc/python.html doc/*: added a Python and binding
13999 page describing the current state of the Python bindings and
14000 giving pointers to the other languages wrappers.
14001
14002Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14003
14004 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
14005 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
14006 rebuilt the API and web site
14007 * xpath.c: fixed #71978 portability bugs
14008
14009Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
14010
14011 * SAX.c: oops broke automatic defaulting of namespaces attributes.
14012
14013Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14014
14015 * include/libxml/parserInternals.h parser.c: had to change
14016 2 internal parsing API when processing document content
14017 to check the start and end of element content are defined
14018 in the same entity
14019 * valid.c include/libxml/valid.h: attribute normalization can
14020 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
14021 with the context to report it.
14022 * SAX.c: fixed the last known bugs, crazy validation constraints
14023 when a document is standalone seems correctly handled. There
14024 is a couple of open issues left which need consideration especially
14025 PE93 on external unparsed entities and standalone status.
14026 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
14027 The 2 tests left failing are actually in error. Cleanup done.
14028
14029Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14030
14031 * valid.c: implemented E59 spaces in CDATA does not match the
14032 nonterminal S
14033
14034Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14035
14036 * SAX.c parser.c valid.c: more validation test fixups
14037 * check-xml-test-suite.py: added duration info for the tests
14038
14039Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14040
14041 * parser.c valid.c: a couple of errors were reported but not
14042 saved back as such in the parsing context. Down to 1% failure rate
14043 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
14044
14045Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14046
14047 * xmlInternald.c: isExtender was missing a char
14048 * parser.c include/libxml/parser.h: % are acceptable in the
14049 internal subset if within a PUBLIC ID
14050
14051Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
14052
14053 * SAX.c parserInternals.c valid.c: more work on the conformance
14054 suite. Took the step to finally block documents with encoding
14055 errors. It's a fatal error per the spec, people should have fixed
14056 their documents by now.
14057
14058Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
14059
14060 * check-xml-test-suite.py: fixed the test script after some discussion
14061 on the semantic of TYPE="error"
14062 * Makefile.am: added the script to the distrib
14063
14064Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14065
14066 * SAX.c entities.c: fixed a couple of conformances issues deep
14067 into the validation code (standalone and undeclared Notations)
14068
14069Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14070
14071 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
14072 stayed there for years !
14073
14074Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14075
14076 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
14077 missing
14078
14079Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14080
14081 * check-xml-test-suite.py: improved the behaviour a bit as
14082 well as the logs
14083 * parser.c valid.c SAX.c: fixed a few more bugs
14084 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
14085
14086Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14087
14088 * check-xml-test-suite.py: python script to run regression tests
14089 against the XML Test suite of W3C/OASis
14090 * SAX.c: fixed a validation bug
14091 * parser.c: fixed 3 errors pointed by the test suite
14092 * doc/buildDocBookCatalog: fixed a typo pointed by drake
14093 * python/Makefile.am: fixed a dependendy
14094
14095Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14096
14097 * xmlmemory.c: avoid a warning bug #71594
14098
14099Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14100
14101 * xmlmemory.c: Jesse Perry provided a patch to remove a few
14102 warning on alpha/Tru64
14103
14104Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14105
14106 * include/libxml/entities.h: fixing a comment
14107 * valid.c: fixing some troubles with validity check on namespaces
14108 * result/VC/NS3 test/VC/NS3: added a specific regression test
14109
14110Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14111
14112 * tree.c: Fixing #71342 serializing '\n' in attribute values
14113 * result/noent/att3 result/att3 test/att3: added a specific
14114 test.
14115
14116Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
14117
14118 * python/libxml.c: couple of bug fixes
14119
14120Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
14121
14122 * python/*.py: removed tabs and used spaces.
14123
14124Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14125
14126 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
14127 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
14128
14129Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14130
14131 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
14132 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
14133
14134Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14135
14136 * include/libxml/encoding.h include/libxml/entities.h
14137 include/libxml/globals.h include/libxml/parser.h
14138 include/libxml/threads.h include/libxml/tree.h
14139 include/libxml/xmlmemory.h: trying to fix the include mess
14140
14141Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14142
14143 * include/libxml/xmlmemory.h: reverted part of the previous
14144 attempt to provide #69655, this was breaking the build.
14145
14146Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
14147
14148 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
14149 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
14150 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
14151 include/libxml/parserInternals.h include/libxml/tree.h
14152 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
14153 Tentatively fixed #69655 , make compiling with -Wredundant-decls
14154 clean.
14155 * python/libxml.c: fixed a warning.
14156
14157Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
14158
14159 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
14160 copying of node, merge back IDs in the target document.
14161 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
14162 test/XInclude/ents/ids.xml: test case
14163 * result/VC/ElementValid4: output changed due to a typo fix
14164
14165Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14166
14167 * python/Makefile.am: seems some version of automake didn't
14168 generate the dependencies right as Jacob found out. Add
14169 an extra dependency rule.
14170
14171Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14172
14173 * parserInternals.c valid.c: Justin Fletcher found some parts
14174 of the code needing cleanup
14175 * libxml.spec.in python/Makefile.am python/generator.py
14176 python/libxml.c python/libxml.py: Fixed the python Makefiles
14177 corrected a bug showing up on ia64, changed the name of the
14178 python internal module too
14179
14180Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
14181
14182 * Makefile.am: applied patch from Andris Pavenis for binary
14183 name suffixes
14184
14185Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
14186
14187 * xmllint.c win32/win32config.h: fixing #68748
14188
14189Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
14190
14191 * valid.c: fixing #70166
14192
14193Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14194
14195 * valid.c: fixing #70077
14196
14197Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14198
14199 * Copyright Makefile.am README configure.in libxml.spec.in:
14200 Changed to the MIT Licence
14201 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
14202 doc/xmlio.html: updated the doc accordingly
14203 * include/libxml/xmlwin32version.h configure.in: preparing
14204 2.4.14 release
14205 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14206 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14207 fixed the const xmlChar * wrapper and generator, XPath extension
14208 functions now use the context as first argument
14209 * python/tests/tstxpath.py python/tests/xpath.py
14210 python/tests/xpathext.py: Updated the tests accordingly
14211 * tree.c: fixed bug #70067
14212
14213Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14214
14215 * Makefile.am: cleanup
14216 * debugXML.c: always use stdout if output is NULL
14217 * xmlIO.c: don't close filedescriptors passed to outputBuffers
14218 * python/Makefile.am python/generator.py python/libxml2class.txt
14219 python/libxml_wrap.h python/types.c: augmented the number of bindings
14220 handling FILE * and XPath contexts
14221 * python/tests/Makefile.am: avoid a stupid problem due to the
14222 use of TEST.
14223
14224Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
14225
14226 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
14227
14228Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14229
14230 * python/TODO python/libxml.c: cleanup the extension function lookup
14231 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
14232
14233Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14234
14235 * configure.in python/Makefile.am: do not install outside
14236 of prefix
14237
14238Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14239
14240 * python/TODO python/libxml.c: started adding SAX interfaces
14241 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
14242 SAX test
14243
14244Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14245
14246 * tree.c: hardened the addChild function
14247 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14248 python/libxml2class.txt python/libxml_wrap.h python/TODO:
14249 added accessors needed for xmlNode, a bit more testing and
14250 extension of interfaces
14251 * python/tests/Makefile.am python/tests/build.py: added a test
14252 build from scratch/save/load/check
14253
14254Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14255
14256 * parserInternals.c: change a small bit in the way valididy
14257 error messages get initialized
14258 * python/TODO python/libxml.c python/libxml2-python-api.xml
14259 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14260 added some memory debugging to track leaks at the libxml2 level
14261 * python/tests/*.py: changed all tests to check for leaks,
14262 there is just one left in XPath extension registrations.
14263
14264Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
14265
14266 * python/TODO python/generator.py python/libxml2-python-api.xml
14267 python/libxml2class.txt: more accessor classes for the parser
14268 context, allow to switch on and check validity
14269 * python/tests/Makefile.am python/tests/error.py
14270 python/tests/invalid.xml python/tests/valid.xml
14271 python/tests/validate.py: attded more test and and added error.py
14272 which I forgot to commit in the last step
14273
14274Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14275
14276 * python/Makefile.am python/types.c: cleanup
14277 * python/libxml.c python/libxml.py python/libxml_wrap.h
14278 python/generator.py python/libxml2-python-api.xml
14279 python/libxml2class.txt: added class for parser context, added
14280 first cut for push mode support. Added a framework to generate
14281 accessors functions.
14282 * python/tests/Makefile.am python/tests/push.py: added a push
14283 test
14284
14285Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14286
14287 * python/Makefile.am python/TODO python/libxml.py: fixed a small
14288 bug a bit of cleanup.
14289
14290Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
14291
14292 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
14293 python/libxml2class.txt: adding error redirections and preformat
14294 to a python handler
14295 * python/tests/Makefile.am python/tests/*.py: cleanup made all
14296 tests self checking
14297
14298Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14299
14300 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
14301 a function
14302
14303Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14304
14305 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
14306 python/libxml.c python/libxml2-python-api.xml
14307 python/libxml2class.txt: Progressing through the TODOs, class
14308 description output, extra XML API, RPM now builds the wrappers
14309 for all python installed versions
14310
14311Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
14312
14313 * configure.in libxml.spec.in python/Makefile.am python/TODO
14314 python/generator.py python/libxml2class.txt: added more informations
14315 in the libxml2-python package including docs. Slightly changed
14316 the class hierarchy
14317 * python/tests/*: added basic regression tests infrastructure too
14318
14319Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14320
14321 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
14322 added libxml2-python as part of the packages installed
14323
14324Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14325
14326 * python/Makefile.am python/generator.py python/libxml.c
14327 python/libxml.py: more work, now able to extend the
14328 XPath interpreter with functions written in python.
14329
14330Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14331
14332 * python/Makefile.am: Jacob sent a patch to allow building from
14333 tarfile.
14334
14335Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14336
14337 * python/Makefile.am python/libxml.c configure.in Makefile.am:
14338 inserted the python wrappers build, I hope this won't be too
14339 unportable
14340
14341Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14342
14343 * xpath.c: minor optimization
14344 * python/generator.py python/libxml.c python/libxml.py
14345 python/libxml_wrap.h: more work on the python bindings,
14346 they now support XPath and there is no evident leak
14347
14348Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14349
14350 * python/generator.py python/libxml.c python/libxml.py:
14351 more work on the python bindings generator.
14352
14353Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14354
14355 * python/generator.py python/libxml.c python/libxml_wrap.h:
14356 more work on the python bindings.
14357
14358Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14359
14360 * python/generator.py python/libxml.c python/libxml.py
14361 python/libxml_wrap.h: commited early version of a python binding
14362 for private use only ATM
14363
14364Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14365
14366 * entities.c tree.c include/libxml/entities.h: applied patch
14367 from Anthony Jones to implement copy of DTD subtree too. Had
14368 just to keep 2 function private which really ought to become
14369 public ones.
14370
14371Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14372
14373 * xmllint.c: added pointers to the web pages in the usage()
14374
14375Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14376
14377 * tree.c: more fixes from Petr Kozelka for attribute handling
14378 in the tree API to align the semantic with DOM.
14379
14380Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14381
14382 * valid.c tree.c entities.c: another set of patches from
14383 Anthony Jones for copy operations cleanup and robustness
14384
14385Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14386
14387 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
14388 an alphabetic index based on comments content
14389 * doc/*: rebuilt the web site with the new references
14390
14391Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14392
14393 * parserInternals.h: Greg Sjaardema suggested to use an
14394 eponential buffer groth policy in xmlParserAddNodeInfo()
14395
14396Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14397
14398 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
14399 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
14400 doc/parsedecl.py doc/Makefile.am: updated the python extractor
14401 to generate cross-references, and added/updated the stylesheets
14402 to generate and link API indexes. The generic keyword index
14403 is not done yet.
14404 * doc/*.html: regenerated all the usual docs too
14405
14406Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14407
14408 * debugXML.c: added an xpath function to the shell for T. V. Raman
14409
14410Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14411
14412 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
14413 debug routines.
14414
14415Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14416
14417 * tree.c: apply an patch from Petr Kozelka for unlink and replace
14418 support of attribute nodes
14419
14420Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14421
14422 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
14423 hopefully near complete and fully documented of the API in XML
14424 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
14425 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
14426 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
14427 include/libxml/parserInternals.h include/libxml/valid.hi
14428 include/libxml/xmlIO.h include/libxml/xmlerror.hi
14429 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
14430 include/libxml/xpath.h include/libxml/xpathInternals.h:
14431 Cleaned up the doc comments a lot in the process, the interface
14432 coverage is now 100%
14433
14434Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14435
14436 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
14437 extracts comments from the gtk-doc DocBook output (a bit
14438 convoluted but seems to work).
14439
14440Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14441
14442 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
14443 added an XML description of the API, moved the script generating
14444 it here. Added a "make api" target
14445
14446Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14447
14448 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
14449
14450Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14451
14452 * xpath.c include/libxml/xpathInternals.h: the change made to
14453 xmlXPathFuncLookupFunc was incompatible roll it back
14454
14455Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14456
14457 * SAX.c: cleanup patch from Anthony Jones
14458 * doc/Makefile.am: fix the headers to avoid in make scan
14459 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
14460 includes, * vs Ptr and general cleanup
14461 * parsedecl.py: first version of a script to extract the
14462 module interfaces, the goal will be to provide .decl or XML
14463 specification of the interfaces to build wrappers.
14464
14465Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14466
14467 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
14468 now provides return codes in case of errors
14469
14470Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
14471
14472 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
14473 Upgraded to trio baseline 1.6
14474 * strio.h strio.c: Replaced by triostr.h and triostr.c
14475
14476Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
14477
14478 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
14479 of strdup usage in the code
14480
14481Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14482
14483 * parser.c error.c: Keith Isdale complained rightly that
14484 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
14485
14486Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14487
14488 * tree.c: fixed the funxtion to set the xml: attributes
14489 * debugXML.c: added "setbase" to test it.
14490
14491Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14492
14493 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
14494 to allow updating an attribute content
14495
14496Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14497
14498 * libxml.h: try to avoid problems when compiling on Windows
14499
14500Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
14501
14502 * hash.c: patch from Anthony Jones for hash.c allocation size
14503 * Makefile.am: trying to work around Yet Another Libtool Madness
14504 and build the 2.4.13 release finally ...
14505
14506Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14507
14508 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
14509 * doc/* : update of the documentation
14510
14511Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14512
14513 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
14514 at fixing #61290 :-(
14515
14516Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14517
14518 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
14519 Fixes bug #67229
14520
14521Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14522
14523 * tree.c: trying to avoid troubles when a subtree is copied
14524 and coalesced in part with the target tree. Should fix
14525 bug #67407
14526
14527Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14528
14529 * valid.c: fixed validation of attributes content of type
14530 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
14531 values, very old bug. Fixes #67671
14532
14533Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14534
14535 * parser.c include/libxml/parserInternals.h tree.c: integrated
14536 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
14537 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
14538
14539Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14540
14541 * threads.c: applied Serguei Narojnyi's patch to add native
14542 thread support on the Win32 platform
14543 * testThreadsWin32.c Makefile.am: added the test program also
14544 from Serguei, Win32 specific
14545 * include/win32config.h include/libxml/xmlwin32version.h.in:
14546 added patch from Igor for the Windows thread specific defines.
14547
14548Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14549
14550 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
14551
14552Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14553
14554 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
14555 output page into XMLinfo.html. Close bug #66951 and
14556 raised by Robert Collins too.
14557
14558Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
14559
14560 * encoding.c: Paul Keogh pointed out a possibility of segfault
14561 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
14562 Closes bug # 68238
14563
14564Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
14565
14566 * doc/*.html: updated the Gdome2 links
14567
14568Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14569
14570 * libxml.h: Applied following patches from Robert Collins
14571 and make sure IN_LIBXML is defined when compiling it
14572 -------
14573 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
14574 as well as Visual C.
14575 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14576 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14577 * strio.c (PLATFORM_UNIX): Define for Cygwin.
14578 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
14579 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
14580 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
14581 xmlSysIDExists xmlNoNetExists).
14582 * xmllint.c: Don't include winsock2.h for Cygwin.
14583
14584Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14585
14586 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
14587 when the version info is not present.
14588
14589Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14590
14591 * tree.c: Anthony Jones pointed out a problem in
14592 xmlStringGetNodeList() and provided a fix for it
14593
14594Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14595
14596 * parser.c: patch from Frank J Franklin to remove a bug in
14597 xmlCreatePushParserCtxt() when the initial buffer passed
14598 is large.
14599
14600Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14601
14602 * win32/*: big cleanup of the Windows/MSVC project files
14603 from Igor Zlatkovic
14604
14605Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14606
14607 * doc/Makefile.am: should fix #67674 and avoid troubles if
14608 xsltproc is not available or fails in the prefix provided
14609
14610Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
14611
14612 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14613
14614Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14615
14616 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
14617 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
14618 Fixed a few other problems raised by Charlie Bozeman.
14619 * result/VC/ElementValid[5-7]: fixed the output
14620
14621Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14622
14623 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14624 patches from Charlie Bozeman. Regenerated the HTML docs.
14625
14626Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14627
14628 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14629 for Windows from Igor
14630
14631Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14632
14633 * xmllint.c: applied Justin Fletcher patch for --output or -o
14634
14635Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14636
14637 * win32/libxml2/libxml2.def.src: close #67019
14638
14639Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14640
14641 * xmllint.c: applied Justin Fletcher generic timing patch
14642 similar to the one already applied to xsltproc.
14643
14644Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14645
14646 * include/libxml/tree.h tree.c: applied documentation patches
14647 from Charlie Bozeman
14648
14649Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14650
14651 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14652
14653Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14654
14655 * valid.c: fix the xmlStrdup() used in the previous patch.
14656 * valid.c: added --dropdtd
14657 * tree.c: fixed xmlUnlinkNode so it also removes the references
14658 from the document if the node is a DTD
14659
14660Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14661
14662 * HTMLtree.c valid.c: cleanup some static declarations
14663
14664Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14665
14666 * xmllint.c: removed another strdup()
14667 * doc/FAQ: removed the HP/UX entry
14668
14669Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14670
14671 * valid.c: fix bug #66816 when validating.
14672 * xmllint.c: don't use sys/time.h if configure did not found it
14673
14674Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14675
14676 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14677 xmlcatalog_man.xml
14678
14679Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14680
14681 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14682 xmlInitMemory() was declared twice
14683
14684Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14685
14686 * globals.c: do not reference strdup() !
14687 * configure.in libxml-2.0.pc.in: trying to fix the libs
14688 of the various config extraction modules
14689
14690Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14691
14692 * configure.in : preparing 2.4.12
14693 * doc/* : updated and rebuilt the docs
14694
14695Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14696
14697 * uri.c: closed bug #66159
14698 * testURI.c: added --escape option
14699 * configure.in: some cleanup for xml2-config --cflags
14700
14701Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14702
14703 * globals.c testThreads.c: removed some misplaced includes
14704 of xmlversion.h
14705
14706Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14707
14708 * threads.c: patch from Gary Pennington fixing a possible
14709 problem at initialization time.
14710
14711Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14712
14713 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14714 Eric Lavigne contribution to build libxml2 on MacOS using
14715 CodeWarrior.
14716
14717Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14718
14719 * xmllint.c: applied Geert Kloosterman's patch to fix
14720 --repeat --timing output
14721
14722Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14723
14724 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14725 where non-wellformed XML declaractions were not detected.
14726
14727Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14728
14729 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14730
14731Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14732
14733 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14734 gets reset by xmlCleanupInputCallbacks() and this makes the
14735 function useless. Same for output.
14736
14737Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14738
14739 * xmlIO.c: robert pointed out a loop error in callback cleanups
14740
14741Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14742
14743 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14744 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14745 they are not really tied to debugging
14746
14747Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14748
14749 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14750 * xmllint.c: better --catalogs description
14751
14752Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14753
14754 * tree.c: fixed a couple of problems in xmlSetProp()
14755
14756Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14757
14758 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14759 unappropriate stdout output.
14760
14761Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14762
14763 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14764 by Denis Beurive, closes #65111
14765
14766Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14767
14768 * valid.c: in case of content model validity error, don't
14769 print it if validity warnings were not requested.
14770
14771Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14772
14773 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14774 * parserInternals.c: removed the last exit() call. Print an
14775 unmaskable error on stderr instead (library mismatch detection)
14776
14777Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14778
14779 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14780 shell instructions from Heiko Rupp
14781
14782Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14783
14784 * catalog.c: use the URL notation file:// for default catalog paths
14785
14786Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14787
14788 * include/libxml/tree.h: better comments for _private fields
14789 * tree.c: removed a problem when copying an entity reference.
14790
14791Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14792
14793 * vms/*: updated instructions and diffs from John A Fotheringham
14794
14795Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14796
14797 * include/libxml/xmlerror.h: avoid an include problem if
14798 #include <libxml/xmlerror.h> happens first in code
14799 seems to be the case in KDE libs
14800
14801Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14802
14803 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14804 from Igor for Windows
14805
14806Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14807
14808 * Makefile.am: Gary Pennington pointed out a missing prefix
14809
14810Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14811
14812 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14813 * doc/*: upgraded and rebuilt the docs
14814
14815Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14816
14817 * HTMLparser.c: fix comment in scripts element parsing.
14818 * result/HTML/doc3*: updated the results.
14819
14820Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14821
14822 * uri.c: another URI bug fix #63336, using Joel Young patch.
14823
14824Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14825
14826 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14827 a cleaned up version of the Pwd shell string generation.
14828
14829Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14830
14831 * valid.c include/libxml/tree.h: trying to fix namespaces +
14832 validation problems for good, closing #63619 in the process
14833 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14834 wrong in this respect, fixed it.
14835
14836Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14837
14838 * xmllint.c: Morus Walter patch to allow --format and --encode
14839
14840Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14841
14842 * debugXML.c: Stefan Kost provided an help command for the shell
14843
14844Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
14845
14846 * debugXML.c: Heiko Rupp pointed that the shell would crash
14847 on empty nodesets returns.
14848
14849Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14850
14851 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
14852 migh need the history libraries
14853
14854Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14855
14856 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14857 handle the case of < in quoted attributes, Bastian Kleineidam
14858
14859Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14860
14861 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14862 fixing catalog breakages
14863 * Makefile.am catalog.c result/catalogs/catal
14864 result/catalogs/mycatalog.* test/catalogs/catal*:
14865 fixed more problems in catalog support, added more regression tests
14866 for both XML and SGML catalog handling
14867
14868Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14869
14870 * debugXML.c: applied an improvement to xmlGetLineNo() from
14871 Keith Isdale
14872
14873Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14874
14875 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14876 Side effect of the progressive catalog loading
14877
14878Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14879
14880 * Makefile.am: confexecdir and confexec_DATA were defined twice
14881 pointed out by Karl Eichwalder
14882
14883Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14884
14885 * xmlcatalog.c: avoid unlink() and use remove() instead.
14886
14887Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14888
14889 * libxml.spec.in: cleanup
14890 * include/libxml/xmlwin32version.h: updated with 2.4.8
14891
14892Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14893
14894 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14895 of compiling libxml with a non standard set of options
14896
14897Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14898
14899 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14900 document --sgml option, fixing gnome bugzilla #63382
14901
14902Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14903
14904 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14905 breakage of 2.4.7, added a couple of really needed APIs
14906 like xmlCatalogIsEmpty() and xmlNewCatalog()
14907 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14908 for install-catalog
14909 * configure.in: preparing 2.4.8
14910
14911Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14912
14913 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14914 include/libxml/tree.h include/libxml/xmlIO.h: more include
14915 cleanups, export cleanly one html output + format function.
14916
14917Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14918
14919 * parser.c: removed initGenericErrorDefaultFunc call from
14920 xmlInitParser() since it could destroy previous calls to
14921 xsltSetGenericErrorFunc() effects
14922
14923Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14924
14925 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14926 keyword.
14927
14928Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14929
14930 * Makefile.am: cleanup
14931 * threads.c: cleanup too
14932 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14933 from xsltproc
14934 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14935 dependency loop.
14936
14937Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14938
14939 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14940 was not used anymore !
14941
14942Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14943
14944 * configure.in: preparing 2.4.7
14945 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14946 manual page from John
14947 * doc/*: updated the doc and rebuilt the generated pages
14948
14949Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14950
14951 * xmlIO.c: closing bug #62711, the library should never
14952 close stdin or stdout.
14953
14954Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14955
14956 * uri.c: second pass at fixing #63336, using Joel Young
14957 final patch. looks okay.
14958
14959Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14960
14961 * uri.c include/libxml/uri.h: trying to clear #63336
14962 allowing the escaping routine to parse unconformant
14963 URI-References.
14964
14965Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14966
14967 * vms/readme.vms vms/build_libxml.com nanoftp.c
14968 include/libxml/xmlversion.h.in: a few VMS updates from
14969 John A Fotheringham
14970 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14971 and xmlCleanupOutputCallbacks() for the Perl binding people.
14972
14973Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14974
14975 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14976 apply fixes to close #63271 and avoid segfaults when
14977 the error routine gets callbed before xmlInitParser()
14978 get called.
14979 * nanoftp.c error.c: Applied patches from Justin Fletcher
14980 correcting some xmlGenericError misuses.
14981
14982Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14983
14984 *doc/xmllint.xml, doc/xmllint.1
14985 New and improved man page for xmllint - .xml is the original, .1
14986 is the generated man page
14987
14988Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14989
14990 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14991 the web site from the main HTML document.
14992
14993Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14994
14995 * parser.c: fixed an erroneous validation bug when PE refs
14996 occurs in external parsed entities referenced from the
14997 internals subset
14998 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14999 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
15000 added the associated testcase, it's a nice one.
15001 * HTMLparser.c: generate the DTD node as HTML still ...
15002 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
15003
15004Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15005
15006 * HTMLparser.c: fixed a bug in htmlNewDoc()
15007
15008Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15009
15010 * test/threads/*: added entities testing to the Thread test
15011 * testThreads.c: make the test reasonable
15012 * DOCBparser.c: fix the DTD public and system ID
15013 * xmllint.c: added --sgml for SGML DocBook importing
15014 * Makefile.am: added Docbtests target
15015
15016Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15017
15018 * nanoftp.c: use only "anonymous@" string for anonymous passwds
15019 * testThreads.c: removed bogus include
15020
15021Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15022
15023 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
15024 fixed a very serious (looping) validation bug
15025
15026Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
15027
15028 * include/libxml/globals.h include/libxml/threads.h threads.c
15029 testThreads.c: far more testing, cleaning up bugs
15030 * *.c : make sure globals.h is always included.
15031
15032Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
15033
15034 * HTMLparser.c: try to get rid of parser loops for good.
15035
15036Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
15037
15038 * configure.in: fixed some bugs in CFLAGS passing.
15039 * test/threads Makefile.am testThreads.c: added a specific
15040 threaded test case (really nasty, guaranteed).
15041
15042Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
15043
15044 * catalog.c: serious cleanup on the management of the
15045 XML catalog tree, more tests done, especially with
15046 the catalog PI.
15047
15048Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
15049
15050 * catalog.c: avoid a problem in catalog cleanup on SMP if
15051 catalogs were not initialized.
15052
15053Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
15054
15055 * catalog.c xpath.c: trying to cleanup the not thread safe
15056 parts of the library.
15057
15058Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
15059
15060 * include/libxml/globals.h configure.in global.data: make
15061 the allocation be per-thread a configure option
15062 * encoding.c include/libxml/parser.h: fixed compilation
15063 errors
15064
15065Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15066
15067 * include/libxml/parser.h: Norm reported that a few lines
15068 added were breaking libxslt compile, removed them for now
15069
15070Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
15071
15072 * parser.c parserInternals.c threads.c: debugged and fixed
15073 initialization problems which were giving troubles on SMP
15074 boxes.
15075
15076Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15077
15078 * include/libxml/Makefile.am: missing globals.h
15079
15080Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15081
15082 * globals.c: added a couple of standard includes.
15083
15084Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15085
15086 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
15087 include/libxml/parserInternals.h include/libxml/tree.h
15088 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
15089 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
15090 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
15091 Applied the last patches from Gary, cleanup, activated threading
15092 all user accessible global variables are now handled in globals.[ch]
15093 Still a bit rought but make tests passes with either
15094 --with-threads defined at configure time or not.
15095 * Makefile.am example/Makefile.am: added globals.[ch] and threads
15096 linking options
15097
15098Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15099
15100 * Makefile.am include/libxml/Makefile.am
15101 include/libxml/globals.h globals.c include/libxml/threads.h
15102 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
15103 configure.in: started integrating the core of the thread support
15104 not activated yet but half integrated. The code should still
15105 compile and work anyway.
15106
15107Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15108
15109 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
15110 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
15111 integrating the non-controversial parts of Gary Pennington
15112 multithread patches
15113 * catalog.c: corrected a small bug introduced
15114
15115Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15116
15117 * catalog.c include/libxml/catalog.h: very serious cleanup,
15118 isolating unportable code and as much as possible the accesses
15119 to the global shared catalog. May need more testing !
15120
15121Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15122
15123 * include/libxml/debugXML.h debugXML.c tree.c: integrating
15124 Keith Isdale patches for the XSLT debugger interfaces. Some
15125 cleanup
15126
15127Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15128
15129 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
15130 * DOCBparser.c: generate line nubers in elements
15131
15132Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15133
15134 * configure.in: preparing 2.4.6 release
15135 * doc/xml.html doc/html/*: updated and rebuilt the docs
15136 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
15137
15138Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
15139
15140 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
15141 adding documentation for DV's supercatalog support
15142
15143Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15144
15145 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
15146 super catalog support adding one API and one flag --sgml to
15147 xmlcatalog
15148
15149Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
15150
15151 * doc/xmlcatalog_man.xml, xmlcatalog.1
15152 One more crack at
15153 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
15154
15155Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15156
15157 * xpath.c: implemented xmlXPathObjectCopy for external objects
15158 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
15159
15160Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
15161
15162 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15163 finishing up fix to
15164 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
15165 the xmlcatalog man page display more elegantly
15166
15167Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
15168
15169 * configure.in: closing bug #61832
15170 * HTMLparser.c: removed a warning
15171
15172Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15173
15174 * xpath.c: fixing #61673 part I, do not loose doc information
15175 when copying result value trees.
15176
15177Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15178
15179 * xpath.c: trying to harden the XPath interpreter
15180
15181Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
15182
15183 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
15184 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
15185
15186Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15187
15188 * HTMLparser: repaired another loop problem
15189
15190Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15191
15192 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
15193 parsing.
15194 * xpath.c: fix bug #61291 the default XML namespace node is
15195 missing from the namespace axis.
15196 * tree.c: refuse to create namespaces nodes with prefix "xml"
15197
15198Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
15199
15200 * SAX.c: ouch a non-defined namespace could lead to a crash,
15201 fixed #61215
15202
15203Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15204
15205 * parserInternals.c: closed bug #61054
15206
15207Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15208
15209 * include/libxml/Makefile.am: closing #60708
15210
15211Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15212
15213 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
15214 adding xmlSAXParseFileWithData following Marco Stipek suggestion
15215
15216Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15217
15218 * valid.c: close bug #61550 when xml: wasn't considered a namespace
15219
15220Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15221
15222 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
15223 * DOCBparser.c HTMLparser.c parser.c: fixed typos
15224
15225Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
15226
15227 * catalog.c: Justin Fletcher provided cleaup code in case
15228 HAVE_STAT is not defined
15229 * include/win32config.h: Igor Zlatkovic suggested to have
15230 HAVE_STAT defined there
15231
15232Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15233
15234 * catalog.c - fixed typing error reported by M. Barros
15235
15236Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
15237
15238 * xmllint.c - fixing typo
15239
15240Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15241
15242 * HTMLparser.c: small enhancement to prevent loop on
15243 unrecognizable data
15244
15245Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15246
15247 * parserInternals.c: applying patch from bug #60757 this
15248 should close it
15249
15250Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15251
15252 * catalog.c xmlcatalog.c: removed a couple of warning
15253 * xpath.c: try to solve the linking problem on platforms
15254 needing trio to compile
15255
15256Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15257
15258 * Makefile.am libxml.spec.in: backing up non-documented changes
15259 commited without review or aproval by Jens Finke <jens@gnome.org>
15260 * HACKING: made 100% clear that no commit should be done directly
15261
15262Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15263
15264 * configure.in: Joe Orton provided a patch fixing a problem
15265 when iconv is specified to be in a non-standard directory
15266 but wasn't exported in xml2-config --cflags
15267
15268Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15269
15270 * configure.in: let's ship 2.4.5 before getting too much
15271 troubles with 2.4.4 errors.
15272
15273Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15274
15275 * encoding.c entities.c: do not output hexadecimal charrefs
15276 when serializing HTML since some version of Netscape can't
15277 grok it, generate decimal ones.
15278 * result/HTML/doc3.htm: output changed due to previous test
15279 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
15280
15281Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
15282
15283 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
15284 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
15285
15286Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15287 Released 2.4.4
15288
15289 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
15290 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
15291 updated the configuration scripts systems accordingly
15292
15293Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15294
15295 * configure.in: preparing for 2.4.4
15296 * doc/xml.html doc/html/*: updated and rebuilt the docs
15297
15298Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15299
15300 * win32/dsp/libxml2.def.src: tried to incorporate comments
15301 from bug #59220
15302
15303Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15304
15305 * parser.c result/noent/wml.xml: fixed bug #59981 related
15306 to handling of '&' in attributes when entities are substitued
15307
15308Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15309
15310 * libxml.h include/libxml/xmlversion.h.in
15311 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
15312 Tried to close bug #60131
15313
15314Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15315
15316 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
15317
15318Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
15319
15320 * SAX.c: fixing bug #59946 on xmlns=""
15321
15322Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15323
15324 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
15325 but allocates a new error code.
15326
15327Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15328
15329 * xmllint.c: John Fleck fixed typos in the options output
15330 * parser.c SAX.c: fix ignorable white space SAX selection
15331
15332Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15333
15334 * entities.c: Steve Underwood found the possibility of an
15335 ininite loop in case of error.
15336
15337Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15338
15339 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
15340
15341Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15342
15343 * parser.c: warn if version is not 1.0 but it's not
15344 strictly speaking an error after analyzing the spec
15345
15346Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
15347
15348 *doc/catalog.html - add link to the html version of the
15349 man page, other linguistic cleanups
15350
15351Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
15352
15353 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15354 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
15355 file, has not yet been included in the build.
15356
15357Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15358
15359 * catalog.c: removed a duplicate affectation Justin Fletcher
15360
15361Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
15362
15363 * tree.c: Armin Sander pointed a possible text coalescing
15364 problem, completed his patch.
15365
15366Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15367
15368 * trionan.c: Fixed const and volatile re-definition problem
15369
15370Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
15371
15372 * libxml.4 parser.c: doc updates from Heiko Rupp
15373 * parserInternals.c: 2 sanity checks from Heiko Rupp
15374
15375Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15376
15377 * tree.c: applied patch from Armin Sander to make some pointers
15378 const in xmlCopyNode()
15379 * include/libxml/tree.h: added fix to the header
15380
15381Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15382
15383 * xpath.c: hum, restrict the integer usage gcc bug workaround
15384 to only gcc compilers so that other architecture don't get
15385 penalized by this limitation.
15386 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
15387
15388Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15389
15390 * valid.c: fixed a Windows compiler warning (Chris Poblete)
15391 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
15392
15393Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15394
15395 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
15396 --convert option to xmlcatalog to convert SGML ones to
15397 the XML syntax.
15398 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
15399
15400 2.4.3 got released at that point
15401Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15402
15403 * catalog.c xmlIO.c: started some serious testing and fixed
15404 a few bug and optmization needs.
15405
15406Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15407
15408 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15409 preparing for a 2.4.3 release even if it may not be ready yet
15410 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
15411 all file parsing lookup to go through the entity resolver, add
15412 to add an API to bypass it (needed to load catalogs themselves),
15413 some cleanup on the catalog code too.
15414 * nanoftp.c: small cleanup
15415 * doc/catalog.html: small update
15416
15417Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15418
15419 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
15420 Jun Kuriyama
15421
15422Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15423
15424 * doc/catalog.html: finished the catalog documentation
15425
15426Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15427
15428 * doc/catalog.html doc/xml.html: added documentation about
15429 Catalog support, misses an API description
15430 * doc/html/*: reextracted the API pages
15431
15432Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15433
15434 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
15435 Added the part about section 7.2 on URI resolution,
15436 fixed a side effect in the HTML parser, look complete
15437 and ready to rock except the URI/SystemID part!
15438
15439Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15440
15441 * include/libxml/catalog.h include/libxml/parser.h
15442 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
15443 xmlIO.c: added support and APIs needed for the catalog PI
15444 * include/libxml/xmlIO.h: cleanup
15445
15446Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15447
15448 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
15449 include/libxml/catalog.h: starts to look okay, really
15450 plugged the new framework, cleaned a lot of stuff,
15451 added some APIs, except the PI's support missing this
15452 should be mostly complete
15453 * result/catalogs/* test/catalogs/*: added new test, enriched
15454 the existing one with URN ID tests
15455
15456Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15457
15458 * catalog.c: fixed nextCatalog
15459 * result/catalogs/docbook test/catalogs/*: started adding
15460 a small regression test
15461
15462Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
15463
15464 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
15465 more work on the XML catalog support.
15466 * parser.c include/libxml/parser.h: small cleanup seems using
15467 list as a public parameter name can give portability troubles
15468 * trionan.c trionan.h xpath.c include/libxml/trionan.h
15469 include/libxml/xpath.h include/libxml/Makefile.am: removed
15470 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
15471 wrappers
15472
15473Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15474
15475 * Makefile.am trio.c triodef.h trionan.c xpath.c
15476 include/libxml/Makefile.am include/libxml/trionan.h:
15477 Re-worked Not-A-Number and Infinity support.
15478 * xmlcatalog.c: added readline include files
15479
15480Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15481
15482 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
15483 testCatalog as xmlcatalog, making it an installed app
15484 adding a shell, and preparing it to be a /etc/xml/catalog
15485 management tool, though not ready yet
15486 * catalog.c include/libxml/catalog.h: adding support for
15487 XML Catalogs http://www.oasis-open.org/committees/entity/
15488 not finished, there is some interesting tradeoffs and a
15489 few open questions left.
15490
15491Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
15492
15493 * xmllint.c: fixed a line formatting problem
15494
15495Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15496
15497 * SAX.c: removed a couple of unused variable (Albert Chin)
15498
15499Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15500
15501 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15502 trying to fix some troubles w.r.t. function returning
15503 const xxxPtr.
15504
15505Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15506
15507 * win32/dsp/libxml2.def.src: another set of symbols conditionally
15508 defined
15509
15510Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15511
15512 * xpointer.c: removed unused var
15513
15514Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15515
15516 * testXPath.c: another small cleanup closing bug #59110
15517
15518Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15519
15520 * win32/dsp/libxml2.def.src: small cleanup closing bug
15521 #59108
15522
15523Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15524
15525 * example/gjobread.c: add xmlCleanupParser() before leaving
15526
15527Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
15528
15529 * config.h.in configure.in include/libxml/xmlwin32version.h:
15530 released 2.4.2
15531
15532Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
15533
15534 * include/libxml/valid.h debugXML.c valid.c: deprecate
15535 the non-boundchecking Sprintf functions, add Snprintf
15536 this should close bug #57984
15537
15538Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
15539
15540 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
15541 URIs before doing the lookups (pointed by Mark Vakoc)
15542
15543Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15544
15545 * xpath.c: serious changes on Result Value Trees and NodeSets
15546 w.r.t. deallocation and collect operations. Probably not
15547 100% clean (merge of allocated trees smells like a problem).
15548 Seems sufficient to close #58943
15549
15550Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15551
15552 * xmllint.c: adding a --format option
15553
15554Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
15555
15556 * xpath.c: count() was broken on Result Value Tree
15557 * xmlIO.c: fixed file:/// accesses on _WIN32
15558
15559Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15560
15561 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
15562 macro was renamed, this should close bug #58683
15563
15564Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15565
15566 * SAX.c: small fix fixing bug #58539 reported by coolo, in
15567 entity substitution mode text at the end of the entity might
15568 be added due to text coalescing.
15569 * nanoftp.c parser.c: small cleanup
15570
15571Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15572
15573 * HACKING: added John Fleck right to commit in the doc subdir
15574
15575Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15576
15577 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
15578 allow to inherit attributes from the DTD directly in the
15579 tree, this is needed for XPath and can be a useful feature.
15580 Inherited namespaces are always provided at the tree level now
15581 * test/defattr* result/defattr* result/noent/defattr*: added a couple
15582 of tests for this feature (XSLT being the prime user).
15583
15584Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15585
15586 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
15587 testSAX.c xmlIO.c xmllint.c include/win32config.h
15588 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
15589 include/libxml/xmlwin32version.h.in win32/README.MSDev
15590 win32/dsp/*: applied Win32 Facelift No.2 patches from
15591 Igor Zlatkovic for Windows/MSC
15592
15593Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
15594
15595 * SAX.c: unparsedEntityDecl() the URI computation of the
15596 entity wasn't done breaking XSLT unparsed-entity-uri()
15597
15598Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
15599
15600 * xpath.c: fixed a bug when walking the descendants and
15601 the current node has no children
15602 * debugXML.c: show up when a text node is supposed to not be escaped
15603
15604Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15605
15606 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
15607 worked like the set:leading() function)
15608 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
15609
15610Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15611
15612 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
15613
15614Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15615
15616 * include/libxml/xmlIO.h: apply change to close #58141
15617 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
15618
15619Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15620
15621 * parser.c: when the internal subset uses a PE, then the
15622 included entity can use conditional sections.
15623
15624Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15625
15626 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15627 when walking the namespace axis showing up in
15628 libxst/tests/general/bug-12
15629 * xmlmemory.c: added the possibility to trace a given block
15630 defined by its address
15631
15632Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15633
15634 * parser.c: don't override existing encoding specified before
15635 starting xmlParseDocument()
15636
15637Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15638
15639 * include/libxml/xmlwin32version.h: reinserted, needed for
15640 Windows users of CVS
15641
156422001-07-27 Darin Adler <darin@bentspoon.com>
15643
15644 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15645 * testCatalog.c: Add include of <libxml/parser.h>.
15646
156472001-07-27 Darin Adler <darin@bentspoon.com>
15648
15649 * include/libxml/.cvsignore:
15650 * include/libxml/xmlwin32version.h:
15651 Remove this file from CVS because it's generated.
15652
15653Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15654
15655 * parser.c include/libxml/parser.h: applied const patches from
15656 Tom Moog #58002
15657
15658Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15659
15660 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15661 lookup framework
15662
15663Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15664
15665 * tree.c: fixed xmlCopyNode() for documents
15666
15667Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15668
15669 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15670
15671Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15672
15673 * parser.c: fixes bug #57652 reported by Morus Walter
15674
15675Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15676
15677 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15678
15679Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15680
15681 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15682 errors, lesson don't add new functions at 1am before a release
15683 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15684 from XPath initialization when possible.
15685
15686Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15687
15688 * result/scripts/base*: removing history/readline changed
15689 this slightly
15690 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15691 xmllint.c: make element content line number generation
15692 optionnal to avoid breaking old apps added interface to switch
15693
15694Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15695
15696 * configure.in: get rid of the readline and libhistory
15697 dependencies by default, release 2.4.1 with IA64 fix
15698 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15699 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15700 John Kroll fixes to allow saving to HTTP via PUT (or
15701 POST of needed).
15702 * doc/html/*.html: regenerated the docs
15703
15704Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15705
15706 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15707 xmlHashScanFull and xmlHashScannFull3 to get passed the
15708 three keys as arguments to the callback function
15709
15710Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15711
15712 * configure.in Makefile.am: removed libxml softlink for good
15713 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15714 100% coverage by gtk-doc
15715
15716Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15717
15718 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15719 fixed serious troubles due to size_t vs. int mismatch
15720
15721Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15722
15723 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15724
15725Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15726
15727 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15728 convenient extension API for value and context managing
15729 Now handles external objects through xmlXPathPopExternal,
15730 xmlXPathWrapExternal and xmlXPathReturnExternal.
15731 Added functions for sets operations (intersection, etc.)
15732
15733Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15734
15735 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15736 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15737 HTMLparser.c: cleanup of global variables, marking some
15738 const or private.
15739
15740Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15741
15742 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15743 fixed xmlXPathNodeSetItem when passing index=0
15744
15745Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15746
15747 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15748
15749Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15750
15751 * xmllint.c: fixed compilation under Cygwin #57503
15752 * TODO: update
15753
157542001-07-13 Peter Williams <peterw@ximian.com>
15755
15756 * config.h.in: add #undef HAVE_DLFCN_H
15757
15758 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15759 builddir.
15760
15761Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15762
15763 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15764 raised by #57348 and #57381
15765
15766Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15767
15768 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15769 tree.c xpointer.c: store the line numbder in element->content,
15770 may break some software, need a configuration mechanism
15771
157722001-07-10 Darin Adler <darin@bentspoon.com>
15773
15774 * .cvsignore:
15775 * example/.cvsignore:
15776 * include/.cvsignore:
15777 * include/libxml/.cvsignore:
15778 Various things that are generated and should be ignored.
15779
15780Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15781
15782 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15783 * doc/xml.html doc/html/*: updated the docs
15784
15785Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15786
15787 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15788 validation occured on content with element child
15789
15790Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15791
15792 * tree.c: fixed XML Base computation which was broken
15793 * debugXML.c: added a base function to the shell
15794 * Makefile.am result/scripts/* test/scripts/*: added scripts
15795 based regression tests, and adding 2 XML Base tests
15796
15797Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15798
15799 * tree.c: set properties doc and call xmlSetListDoc for properties
15800 content when grafting them in a different tree.
15801 * aclocal.m4: remove from CVS
15802
15803Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15804
15805 * win32/libxml2/libxml2.def.src: added some missing entry point
15806 for XPath (Mark Vakoc)
15807
15808Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15809
15810 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15811 layer should URI-Unescape before trying to open resources.
15812
15813Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15814
15815 * xpath.c: fix the name() bug for elements in the default
15816 namespace reported by Charlie Bozeman
15817
15818Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15819
15820 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15821 led to an XPath fix, improvements of SAX initialization, and
15822 an added option --nocdata to testXPath
15823
15824Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15825
15826 * doc/libxml-doc.el: Felix Natter provided anew version working
15827 with XEmacs too
15828
15829Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15830
15831 * include/libxml/xpath.h: small cleanup
15832 * doc/xml.html: update
15833
15834Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15835
15836 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15837 released 2.3.14
15838
15839Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15840
15841 * doc/html/*: rebuilt the docs for the release
15842 * doc/xml.html: added 2.3.14 release.
15843
15844Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15845
15846 * xpath.c: a bug reported by Stephan Kulow empty nodesets
15847 were not equal to empty strings
15848
15849Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15850
15851 * SAX.c: fixed a URI-Reference computation problem when validating
15852 * xmlIO.c: small cleanup
15853
15854Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15855
15856 * parser.c: improved the description of a couple of interfaces
15857 upon Larry Stamper suggestion
15858
15859Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15860
15861 * SAX.c entities.c parser.c: changed completely the way entities
15862 are handled when running the parser in entity substitution mode.
15863 This fixes a bug reported by Stephan Kulow and nearly divides
15864 by 3 the amount of memory required by libxslt to load and process
15865 DocBook TDG.
15866
15867Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15868
15869 * HTMLparser.c: fixing a too early root closing problem raised
15870 byt Prashanth Naidu
15871
15872Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15873
15874 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15875 raised by Mark Vakoc.
15876
15877Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15878
15879 * example/Makefile.am: fixed the include path to add srcdir/include
15880 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15881 and some cleanup
15882
15883Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15884
15885 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15886 lot of optimization work, results in significant improvements
15887 when handling really complex XPath queries. Add a small optimizer
15888 for unions, improve [n] and [last()], avoid some costly ops.
15889
15890Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15891
15892 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15893 * xpath.c: small cleanup
15894 * xmlGetNsList: reformated, fixed problems if used on Entities
15895
15896Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15897
15898 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15899
15900Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15901
15902 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15903 * Makefile.am example/Makefile.am: workaround automake generating
15904 erroneous deps
15905
15906Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15907
15908 * include/win32config.h: bug #56801 Yon Derek provided a patch
15909 to the windows config file.
15910
15911Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15912
15913 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15914 libxml.h : Yon Derek provided a set of changes to compile from
15915 CVS on Windows/MSC
15916
15917Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15918
15919 * parser.c: fixed UTF8 BOM support in push mode
15920 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15921 added a specific testcase
15922
15923Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15924
15925 * Makefile.am: added --push regression tests
15926 * parserInternals.c: the XML parser segfaulted in --push mode
15927
15928Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15929
15930 * configure.in: moved the symlinks detection within a CVS
15931 check, this is not portable and will be removed soon.
15932 * xpath.c: small cleanup/speedup
15933
15934Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15935
15936 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15937 release of 2.3.12
15938 * parser.c: make an error message if unknow entities in all cases
15939
15940Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15941
15942 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15943
15944Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15945
15946 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15947 includes were installed in the wrong dir
15948
15949Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15950
15951 * doc/html.xml: warn against sending code to exhibit bugs.
15952
15953Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15954
15955 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15956 Tru64 from Thomas Leitner
15957
15958Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15959
15960 * AUTHORS: added William and Bjorn
15961 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15962 daniel@veillard.com hopefully I won't have to do this again
15963 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15964 docs can be rebuilt cleanly now
15965 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15966 from CVs it's generated, added include/libxml/xmlwin32version.h
15967 also generated but which should change far less frequently.
15968 * catalog.c nanoftp.c: made sure to include libxml.h not
15969 libxml/xmlversion.h directly
15970 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15971 when compiling on WIN32 and MSC
15972
15973Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15974
15975 * include/Makefile.am include/libxml/Makefile.am configure.in:
15976 fixed make distcheck and rebuilding the rpms
15977
15978Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15979
15980 * configure.in: should finish the migration of exported includes
15981 into a real include/libxml in CVS, at least for CVS users.
15982 * removed the exported headers, added in include/libxml (as well
15983 as xmlversion.h.in).
15984
15985Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15986
15987 * configure.in: fixed the way to detect symlink
15988
15989Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15990
15991 * configure.in: updated, include/libxml is now a real CVS dir
15992
15993Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15994
15995 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15996 version works with both libxml1 and libxml2 (it autodetects
15997 the prefix of the html-files) from Felix Natter.
15998 * doc/xml.html: updated doc accordingly
15999
16000Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16001
16002 * xpath.c: fixed the bug generating a template loop in libxslt
16003 when using docbook-xsl-1.4, * should filter out document nodes
16004 * HACKING: added William
16005 * TODO: updated
16006
16007Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16008
16009 * doc/FAQ.html: added a warning about gcc-3.0
16010 * doc/xml.html: added reference to gdome2 and removed a confusing
16011 sentence
16012
16013Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16014
16015 * xmlversion.h: okay this is a generated file, but Windows
16016 users need it and they can't generate it, and I want CVS
16017 Windows users ...
16018 * win32/libxml2/libxml2_so.dsp: Windows project file for
16019 the shared lib version of libxml2
16020 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
16021 resources needed for libxslt/xsltproc by Yon Derek
16022
16023Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16024
16025 * trio.c: MSVC fix (provided by Igor Zlatkovic)
16026
16027Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16028
16029 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
16030
16031Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16032
16033 * include/win32config.h: Yon Derek provided a first fix
16034 to be able to compile libxslt/xsltproc on Windows
16035
16036Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16037
16038 * xpath.c: attempt to work around what seemed a gcc optimizer
16039 bug when handling floats on i386 http://veillard.com/gcc.bug
16040 * tree.c entities.c encoding.c: doing some cleanups while
16041 chasing it
16042
16043Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16044
16045 * Makefile.am: cleanup when --without-debug is specified
16046 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
16047 w.r.t. --without-debug and other include points
16048 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
16049 Catalogs
16050 * configure.in entities.h tree.h HTMLparser.c: removed
16051 --without-corba, made the _private field mandatory
16052
16053Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16054
16055 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
16056 outputs a BOM in UTF8, an errata has been issued to avoid the
16057 problem, that was the most reasonable solution... Add support
16058 for a leading UTF8 BOM in entities.
16059
16060Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16061
16062 * valid.c: fixed a bug found when post validating an entity ref
16063 * xmllint.c: added --loaddtd and sligly changed --postvalid to
16064 activate it too
16065
16066Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16067
16068 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
16069 weakness in the node copy the XPointer and the XInclude
16070 implementations. Serious cleanup.
16071
16072Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16073
16074 * Makefile.am: Kjartan Maraas provided a small patch to
16075 add xml2-config.in to EXTRA_DIST
16076
16077Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16078
16079 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
16080 provided another failing case found in KDE, the way the
16081 ctxt->vctxt.nodeTab was allocated and freed changed over
16082 time but it wasn't completely cleaned up. This should fix it.
16083
16084Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16085
16086 * parser.c: Stephan Kulow also raised the fact that line number
16087 could get miscounted making debug harder, fixed the problem
16088 in xmlParseCharData()
16089
16090Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16091
16092 * valid.c: Stephan Kulow pointed out a problem when validating
16093 and using an empty entity, forgot a 'break' in a case.
16094
16095Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16096
16097 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
16098 * doc/xml.html: updated with 2.3.11
16099
16100Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16101
16102 * TODO: updated adding cleanup of generated doc
16103 * configure.in: prepared to release 2.3.11
16104 * xmllint.c: added --version for bug reporting
16105 * doc/html/*.html: rebuilt the doc
16106
16107Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16108
16109 * xpath.c: first part of the work on selecting namespace to
16110 fix bug #56115
16111
16112Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16113
16114 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
16115 when using -liconv
16116 * TODO: updated
16117
16118Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16119
16120 * HTMLtree.[ch]: more work on the HTML serialization routnes,
16121 cleanup, encoding support.
16122
16123Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16124
16125 * xpath.c: Thomas Broyer suggested a better patch for the / arg
16126
16127Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16128
16129 * xpath.c: bug detected by Ankh when / is used as a function arg
16130
16131Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16132
16133 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
16134 of element and use it to avoid outputting formatting spaces at
16135 the wrong place. Implemented the format parameter for HTML save.
16136 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
16137 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
16138 result/HTML/wired.html: of course this impact the result of a
16139 number of HTML tests
16140
16141Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16142
16143 * HTMLtree.[ch]: started augmenting the HTML save API with
16144 encoding and formatting parameters
16145
16146Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16147
16148 * HTMLtree.h: cleanup and started evaluating the work needed on
16149 revamping the HTML output code
16150
16151Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16152
16153 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
16154
16155Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16156
16157 * valid.c: fixed bug #56049, forgot one check in the
16158 validation routine
16159
16160Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16161
16162 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
16163
16164Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16165
16166 * libxml.h: fixed an error in last commit
16167 * doc/FAQ.html: added an entry for compilation from CVS
16168
16169Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16170
16171 * xmlversion.h.in libxml.h: Cygwin patches
16172 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
16173 * tree.h: cleanup
16174
16175Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16176
16177 * tree.c: patched xmlFreeNode() to avoid freeing() a static
16178 memory block in a strange case where libxml is linked twice
16179 in the binary.
16180
16181Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16182
16183 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
16184 state far too often, simple fix used to avoid it.
16185
16186Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16187
16188 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
16189 being processed, applied his patch
16190 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
16191
16192Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16193
16194 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
16195 provided fixes to compile on MSCC again
16196 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
16197 also provided an update for the project files.
16198
16199Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16200
16201 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
16202 bug #55810
16203
16204Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16205
16206 * tree.c: fixed xmlGetNsProp() to close bug #55683
16207 Note this requires libxslt to use it's own function instead.
16208
16209Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16210
16211 * HTMLtree.c: when in a pre element no formatting space should
16212 be added.
16213 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
16214
16215Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16216
16217 * configure.in: added tests for signal() and signal.h
16218
16219Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16220
16221 * xpath.c: robert pointed out xmlXPathNINF was not initialized
16222
16223Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16224
16225 * doc/libxml-doc.el: Felix Natter provided a new version for
16226 libxml2
16227
16228Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16229
16230 * HTMLtree.c: when in a pre element no formatting space should
16231 be added.
16232
16233Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16234
16235 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
16236
16237Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16238
16239 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
16240 hack
16241 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
16242 * uri.c: fixed a warning
16243
16244Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16245
16246 * HTMLtree.c: trying to close bug #55772 escaping in script
16247 elements
16248 * doc/xml.html: suggest to send mail to the list
16249
16250Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16251
16252 * error.c: attempt to fix the xmlGetVarStr breakage once and for
16253 good. Use a macro and based on the solution provided in
16254 vsnprintf manual page from GNU.
16255
16256Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16257
16258 * error.c: Workaround for non-preserving variadic list.
16259 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
16260
16261Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16262
16263 * doc/xml.html: added 2.3.10 release
16264
16265Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16266
16267 * configure.in: releasing 2.3.10
16268
16269Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16270
16271 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
16272
16273Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16274
16275 * encoding.c: Robert Collins provided a patch to add the
16276 "US-ASCII" encoding alias
16277
16278Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16279
16280 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
16281 string oriented functions and started cleaning the related areas
16282 in xpath.c which needed fixing in this respect
16283
16284Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16285
16286 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
16287 #55380
16288 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
16289
16290Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16291
16292 * TODO: updated
16293 * nanohttp.[ch] : started adding APIs to get the redirected URL
16294 when this occurs (needed for further base computation
16295 * tree.h: cleanup
16296 * encoding.c: cleanup
16297 * SAX.c: minor change around ctxt->loadsubset
16298
16299Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16300
16301 * Makefile.am include/Makefile.am: small change to have
16302 include/libxml rebuilt if working from CVS.
16303 * uri.c: applied another patch from Carl Douglas for URI escaping,
16304 this should close bug #51876
16305
16306Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16307
16308 * xinclude.c: fixed XInclude recursive behaviour bug #54678
16309 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
16310 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
16311 added specific regression test
16312 * parser.h: preparing for the XSLT mode where DTD inherited
16313 attributes are added to the tree.
16314
16315Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16316
16317 * xinclude.[ch]: Updated the namespace for the Last Call version
16318 * result/XInclude/include test/XInclude/include: updated the
16319 testsuite accordingly
16320
16321Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16322
16323 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
16324 related to bug #51876
16325
16326Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16327
16328 * tree.c: fixed a gross mistake in base computation, xml:base is
16329 not completely correct yet (need cascade).
16330 * xpath.[ch]: added the few things needed to find a function name
16331 and URI from the XPath context when it is called.
16332
16333Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16334
16335 * catalog.[ch]: fixes and add xmlLoadCatalogs()
16336 * DOCBparser.c: small cleanup
16337 * xmllint.c: added a --catalogs option to load catalogs from
16338 $SGML_CATALOG_FILES
16339 * tree.c: cleanup
16340 * configure.in: iconv library fixup, ICONV_LIBS
16341
16342Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16343
16344 * catalog.c: handling of CATALOG entries. detection of recursion,
16345 and a few bugfixes
16346 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
16347 against the default namespace
16348
16349Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16350
16351 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
16352
16353Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16354
16355 * parser.c: fixed propagation context info when parsing an
16356 external entity.
16357 * doc/html/*.html: regenerated a couple of docs
16358
16359Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16360
16361 * doc/xml.html: update with 2.3.9 informations
16362
16363Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16364
16365 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
16366 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
16367 * doc/html/* : rebuilt the docs
16368 * valid.c: small patch which may improve some case when
16369 validating.
16370
16371Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16372
16373 * HTMLparser.c: Closed bug #54891
16374 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
16375 to the suite
16376
16377Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16378
16379 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
16380 applied a documentation patch from LotR and filled in a few missing
16381 descriptions
16382
16383Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16384
16385 * xpath.c tree.c parser.c: speed optimizations at the parser level
16386 document tree freeing and xpath evaluation
16387
16388Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16389
16390 * parser.c parser.h parserInternals.h: fixed a couple of
16391 interfaces for handling memory buffer input to const char *
16392 upon suggestion of JamesH.
16393
16394Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16395
16396 * configure.in: LoTR sent a patch fixing the previous commit
16397
16398Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16399
16400 * configure.in: trying to deal again with the stoopid -R linking
16401 flag of Solaris
16402
16403Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16404
16405 * xpath.h: two nodeset access macros from Thomas Broyer
16406
16407Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16408
16409 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
16410 patch from Thomas Broyer
16411
16412Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16413
16414 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
16415 case
16416 * INSTALL: was empty added stuff from the FAQ
16417
16418Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16419
16420 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
16421 attributes handling and #54433 by adding xmlUnsetProp()
16422 and xmlUnsetNsProp()
16423
16424Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16425
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016426 * HTMLparser.c: Patch from Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016427 (htmlGetEndPriority): New function, returns
16428 the priority of a certain element.
16429 (htmlAutoCloseOnClose): Only close inline elements if they
16430 all have lower or equal priority.
16431 * result/HTML: this of course changed a number of tests results.
16432
16433Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16434
16435 * xmlIO.c catalog.c: plugged in the default catalog resolution
16436 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
16437 documentations
16438 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
16439
16440Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16441
16442 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
16443 integrating catalogs
16444 * catalog.[ch] testCatalog.c: adding a small catalo API
16445 (only SGML catalog support).
16446 * parser.c: restaured xmlKeepBlanksDefault(0) API
16447
16448Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16449
16450 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
16451
16452Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16453
16454 * parser.c: added xmlParseExternalEntityPrivate() to allow
16455 propagation of ctxt->_private when parsing external entities
16456
16457Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16458
16459 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
16460
16461Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16462
16463 * configure.in: fixed a small portability problem with AM_CONDITIONAL
16464
16465Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16466
16467 * valid.c: warn when indeterminist content model is detected
16468 * result/VC/ElementValid8: this adds a message
16469 * Makefile.am: add --novalid for VCM tests
16470 * parserInternals.c: added a call to Init memory
16471
16472Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16473
16474 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16475 when both parameters are NULL.
16476
16477Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16478
16479 * valid.c: applied small patch from Gary Pennington, reindented
16480 some part of the code.
16481
16482Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16483
16484 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
16485 release, updated and regenerated the docs
16486
16487Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16488
16489 * xpath.c result/XPath/expr/floats : clarified and cleanup
16490 printing of abnormal floats in tests.
16491
16492Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16493
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016494 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016495 * results/HTML/ : a few changes in the output of the HTML tests as
16496 a result.
16497 * configure.in: tying to fix -liconv where needed
16498
16499Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16500
16501 * Makefile.am: fixed a stupid error
16502
16503Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16504
16505 * configure.in Makefile.am: make the inclusion of the trio
16506 modules in the library conditional
16507
16508Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16509
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016510 * DOCBparser.c: patche from László Kovács, fixed entities refs
William M. Brack11be2d02007-01-24 19:17:19 +000016511 in attributes handling
16512
16513Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16514
16515 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
16516 flushing
16517
16518Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16519
16520 * xpath.c: fix of an XSLT namespace bug reported on the list
16521 general/bug-8-
16522
16523Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16524
16525 * strio.h trio.c: Dan McNichol suggested a couple of small
16526 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
16527
16528Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16529
16530 * tree.c parser.c encoding.c: spent a bit more time looking
16531 at the parsing speed and DOM handling. Added a few more
16532 speedups.
16533
16534Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16535
16536 * parser.c: small but effective parsing speed improvement
16537
16538Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16539
16540 * configure.in: default on the DocBook parser inclusion (for Gnome)
16541 * DOCBparser.h: fixed a header reference
16542
16543Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16544
16545 * configure.in xpath.c: applied Bjorn patches for FPE on the
16546 alpha
16547
16548Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16549
16550 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
16551 xmlSaveFormatFileTo()
16552
16553Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16554
16555 * xpath.c: simple and efficient optimization, XPath functions
16556 aways bind to the same code, cache this
16557 * TODO: updated (by saying some is obsolete)
16558
16559Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16560
16561 * xpath.c: more cleanup work on XPath name parsing routines
16562
16563Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16564
16565 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
16566 xmlXPathParseName
16567 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
16568 * debugXML.c: avoid compilation problems if compiling without
16569 HTML support, Igor Zlatkovic
16570 * win32/libxml2/libxml2.def.src: being able to compile without
16571 XPath on Windows
16572
16573Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16574
16575 * libxml.m4: yet another patch from Toshio Kuratomi
16576
16577Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16578
16579 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16580
16581Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16582
16583 * tree.[ch]: added xmlSaveFormatFile interface for saving
16584 and indenting a file.
16585
16586Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16587
16588 * xpath.c: fixed bug #53689 related to processing-instruction()
16589
16590Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16591
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016592 * DOCBparser.c: patche from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016593
16594Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16595
16596 * parser.c: applied fixes from Christian Glahn bug report #53391
16597
16598Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16599
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016600 * error.c: Jean François Lecomte provided a complete description
William M. Brack11be2d02007-01-24 19:17:19 +000016601 and a fix to bug #53537
16602
16603Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16604
16605 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
16606
16607Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16608
16609 * DOCBparser.c SAX.c: a bit more work on entities processing.
16610 Still Need to cleanup XML output and references in attributes
16611
16612Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16613
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016614 * DOCBparser.c include/Makefile.am: two patches from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016615
16616Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16617
16618 * tree.c: trying to fix #53574, not completely complete,
16619 I would like xmllint --copy --debug test/ent1 and
16620 xmllint --debug test/ent1 to show the same result.
16621 * xpath.c: fix a bug when trying to sort namespace nodes
16622
16623Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16624
16625 * HTMLtree.c: real fix for #53402
16626
16627Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16628
16629 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16630 PIs when using xsl:output
16631 * valid.c: closing #53537 some case generate segfaults if there
16632 is validity errors
16633
16634Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16635
16636 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16637 of external parsed entities, added --noent to testDocbook
16638 * valid.c: Garry Pennington found an uninitialized variable
16639 access in xmlValidateElementContent()
16640
16641Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16642
16643 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16644 with madness
16645 * result/HTML/ : this modified the result of the regression tests
16646 a lot.
16647
16648Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16649
16650 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16651 to doc where it wasn't checked against NULL reported by
16652 Jens Laas
16653
16654Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16655
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016656 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
William M. Brack11be2d02007-01-24 19:17:19 +000016657 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16658
16659Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16660
16661 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16662 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16663 * SAX.[ch]: cleanup and updates for DocBook
16664 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16665 ex SGML identifier changes
16666 * valid.c: removed a static unused function.
16667
16668Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16669
16670 * HTMLtree.c: applied change for Paul Sponagl on script saving
16671 * Makefile.am: the warning about entity title.xml are normal.
16672
16673Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16674
16675 * configure.in: release of 2.3.7
16676 * Makefile.am: fixing make distcheck
16677
16678Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16679
16680 * doc/html/* doc/xml.html: updated and regenerated the docs
16681
16682Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16683
16684 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16685
16686Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16687
16688 * tree.c: fixed #53388 with the provided patch
16689
16690Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16691
16692 * valid.c: Bjorn detected an invalid memory access. Fixed
16693 vstateVPush()
16694
16695Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16696
16697 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16698
16699Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16700
16701 * libxml.h: new header used only for the compilation of libxml
16702 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16703 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16704 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16705 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16706 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16707 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16708 baseline (version 1.2 plus a single patch).
16709 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16710 scientific notation for numbers. Tests added.
16711 * xpath.c: formatting of numbers changed to use sprintf
16712 (contribution from William Brack)
16713
16714Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16715
16716 * valid.c: cleanup, more useful debugging
16717 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16718 * xmlIO.c: entity loading is printed as an error when validating
16719
16720Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16721
16722 * valid.c: fixed to validate within entities
16723 * test/VCM/v22.xml: added a specific testcase
16724
16725Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16726
16727 * valid.c: forgot an epsilon transition in for ()+
16728 * test/VCM/v21.xml : added a specific test case
16729
16730Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16731
16732 * valid.c: removed a state explosion exhibited by RSS
16733 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16734 from bug #51872
16735
16736Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16737
16738 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16739 validation without using an ugly NFA -> DFA algo in the source.
16740 Made a specific algorithm easier to maintain, using a single
16741 stack and without recursion.
16742 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16743 * hash.c: made the growing routine static
16744 * tree.h parser.c: added the parent information to an
16745 xmlElementContent node.
16746
16747Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16748
16749 * SAX.c parser.c xpath.c: generating IDs when not validating
16750 from an external parsed entity was poisoning the ID has table
16751 with removed values. This was killing XSLT on the KDE help
16752 browser.
16753
16754Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16755
16756 * entities.h: andrew@ugh.net.au detected a double declaration
16757
16758Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16759
16760 * debugXML.c hash.c tree.h valid.c : some changes related to
16761 the validation suport to improve speed with DocBook
16762 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16763 the way validation errors get reported
16764
16765Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16766
16767 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16768 by P C Chow and William M. Brack for XSLT HTML output
16769
16770Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16771
16772 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16773 Igor Zlatkovic patches for MSC compilation and added his
16774 updates
16775
16776Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16777
16778 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16779 prefix lookup.
16780 * parserInternals.c: fixed the bug reported by Morus Walter
16781 due to an off by one typo in xmlStringCurrentChar()
16782
16783Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16784
16785 * HTMLparser.c result/HTML/*: revamped the way the HTML
16786 parser handles end of tags or end of input
16787
16788Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16789
16790 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16791
16792Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16793
16794 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16795 bug where the linktime verions of free() won't work ...
16796
16797Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16798
16799 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16800
16801Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16802
16803 * doc/xml.html: added 2.3.6 release
16804
16805Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16806
16807 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16808 * result/wml.xml: resulted in a small output change
16809
16810Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16811
16812 * tree.c: xmlNewDoc was missing the charset initialization
16813 * xmllint.c: added --auto to autogenerate a doc, allow to
16814 reproduce the problem fixed on xmlNewDoc
16815
16816Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16817
16818 * xpath.c: trying to get 52979 solved
16819 * tree.c result/ result/noent/: trying to get 52712 solved, this
16820 also made me clean up the fact that XML output in general should
16821 not add formating blanks by default, this changed the output of
16822 a few tests
16823
16824Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16825
16826 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16827
16828Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16829
16830 * configure.in: finally released 2.3.6
16831
16832Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16833
16834 * xpath.c: checking for null pointer generated by new code
16835
16836Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16837
16838 * xpath.c: fixed a [] evaluation problem reported
16839 * test/XPath/tests/simpleaddr: extended test
16840 * result/XPath/simpleaddr: updated result
16841
16842Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16843
16844 * xmllint.c: Dan Timis reported a portability problem
16845 on Macs without mmap, fixed it.
16846
16847Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16848
16849 * testXPath.c : added a --tree option allowing to display the
16850 tree dump of the XPath expression
16851
16852Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16853
16854 * xpath.c: fixed a memleak when comparing nodesets
16855 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16856 * tree.c: added a TODO
16857
16858Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16859
16860 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16861 we need string functions
16862 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16863 to be able to use them where needed. Applied some changes
16864 to reduce name linking pollution and compile in only what's
16865 needed.
16866 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16867 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16868 for the string manipulation functions
16869 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16870 to the free() function of xmlmemory.c
16871 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16872 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16873 usage.
16874
16875Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16876
16877 * error.c: applied the context output patch of the error
16878 handling submitted by Chuck Griffith
16879 * error/VC/*: this slightly change some error logs
16880
16881Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16882
16883 * parser.c: fixed line number reporting on error
16884
16885Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16886
16887 * parser.c: Sullivan and Darin found a parser bug,
16888 applied the patch.
16889
16890Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16891
16892 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16893 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16894 xmlversion.h.in xpointer.c: of course the way I defined
16895 UNUSED breaks on old gcc version. Try to be smart and
16896 also define it directly in xmlversion.h
16897 * configure.in: removed -ansi flag from the pedantic set
16898
16899Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16900 Huge cleanup, I switched to compile with
16901 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16902 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16903 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16904 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16905 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16906 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16907 encoding.h entities.c error.c list.[ch] nanoftp.c
16908 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16909 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16910 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16911 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16912 Cleanup, staticfied a number of non-exported functions,
16913 detected and cleaned up a dozen of problem found this way,
16914 avoided a lot of public function name/typedef/system names clashes
16915 * doc/xml.html: updated
16916 * configure.in: switched private flags to the really pedantic ones.
16917
16918Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16919
16920 * configure.in: 2.3.5
16921 * doc/html/*: rebuilt the docs
16922
16923Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16924
16925 * parser.c: fixed a reported bug in NOTATION parsing
16926 * uri.c: accepted but not fixed bug 51876, added TODO
16927 * Makefile.am: fixed bug 51876
16928
16929Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16930
16931 * config.h.in configure.in error.c: fix a compilation problem
16932 on platforms without vsnprintf (xml@thewrittenword.com)
16933
16934Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16935
16936 * parser.c: fixed a function name header typo
16937 * SAX.c: notations can also occur in external subset.
16938
16939Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16940
16941 * error.c: removed a C++ like comment
16942
16943Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16944
16945 * parser.c: fixing bug 52299 strange condition leading
16946 to a parser crash due to a buffer overflow
16947 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16948 added the specific test case
16949
16950Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16951
16952 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16953 xmlXPathConvert{String,Number,Boolean} to be able to make
16954 type casts without a context stack, fixed some implementation
16955 problems related to the absence of context at parse-time,
16956 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16957 in the public API too
16958 * xpointer.c xpathInternals.h: we need to know at parse time
16959 whether we are compiling an XPointer
16960
16961Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16962
16963 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16964 cleaned up the parser internals, refactored XPath code, added
16965 new compilation based APIs and cleanly separated public and
16966 private APIs.
16967
16968Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16969
16970 * xpath.h: the comp field must be added at the end to avoid
16971 killing binary compat.
16972
16973Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16974
16975 * Makefile.am: detect XPath memleaks in regreson tests
16976 * error.c: fixed and error w.r.t. error reporting still using
16977 stderr
16978 * hash.c: added new line at end of file
16979 * tree.h: minor cleanup
16980 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16981 expression parsing from evaluation, resulted in a number of
16982 changes internally, and in XPointer. Likely to break stuff
16983 using xpathInternals.h but should remain binary compatible,
16984 new interfaces will be added.
16985
16986Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16987
16988 * configure.in: fixed a couple of problems reported by
16989 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16990 without gcc on non linux platforms.
16991
16992Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16993
16994 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16995 a fix for --with-html-dir= configure support. I hope it won't
16996 break rpm generation
16997
16998Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16999
17000 * xmlIO.c: one function comment cleanup.
17001
17002Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17003
17004 * SAX.c: external subset notations were improperly registered
17005 in the internal subset.
17006
17007Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17008
17009 * README.cvs-commits: added, pointing to HACKING
17010 * HACKING: updated
17011
17012Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17013
17014 * parser.c: and Matt Sergeant found one in the XML push
17015 parser (erroneous check I forgot to remove when I fixed the
17016 main parser).
17017
17018Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17019
17020 * xpath.c: ptittom found a small bug in UnaryExpr
17021
17022Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17023
17024 * configure.in: bumped to 2.3.4
17025 * error.c: fixed bug #51860
17026 * tree.c: fixed bug #51861
17027 * valid.c: cleanup, more debug, failed to fix one bug crap ...
17028 * tree.[ch] : added xmlDefaultBufferSize
17029 * nanoftp.c: typo in function name header block
17030 * doc/xml.html : updated, added link to XML::LibXSLT
17031 * doc/html/* : rebuilt the docs
17032
17033Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17034
17035 * parser.c SAX.c: the new content parsing code raised an
17036 ugly bug in the characters() SAX callback. Found it
17037 just because of strangeness in XSLT XML Rec ouptut :-(
17038
17039Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17040
17041 * Makefile.am: Martin Baulig suggested to add -lm
17042 * tree.c: found another bug in xmlNodeGetContent()
17043
17044Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17045
17046 * xpath.c: Bjorn found the error related to strictness of comparison.
17047
17048Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17049
17050 * parser.c: trying to fix the Dtd parsing problem reported
17051 by Gary, side effect of last week speed optimizations.
17052
17053Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17054
17055 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
17056 * parserInternals.c: removed unneeded test raised by Stric
17057
17058Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
17059
17060 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
17061 and fixed by William Brack). Added xmlXPathFormatNumber.
17062 Changed the sorting slightly.
17063 * configure.in Makefile.am example/Makefile.am: Added -lm.
17064 Please note that applications linking with libxml2, must
17065 also like with the math library from now on.
17066
17067Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17068
17069 * HTMLparser.c: fixed loop reported by Marc Sanfacon
17070
17071Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17072
17073 * parser.c: one must report spaces even if the Dtd element
17074 content proves that this is not part of the element content.
17075 * result/valid/*.xml: this changed the ouptu slightly
17076
17077Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17078
17079 * configure.in: bumped to 2.3.3
17080 * doc/xml.html: updated
17081
17082Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17083
17084 * tree.c: minor doc fix
17085 * xpath.c: deallocation issues when a result tree has been
17086 converted to a node-set
17087
17088Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17089
17090 * doc/xml.html: oops corrected dates s/2000/2001
17091
17092Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17093
17094 * valid.c: new patch from Gary Pennington
17095
17096Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17097
17098 * doc/xml.html: applied patch from Ankh
17099
17100Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17101
17102 * xinclude.c: fixed a problem building on Mac
17103
17104Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17105
17106 * parser.c: more work on increasing parsing ferformances
17107
17108Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17109
17110 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
17111 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
17112 avoiding memcpy in production builds MEM_CLEANUP macro use
17113 * parser.[ch] parserInternals.c: optimizations of the tightest
17114 internal loops inside the parser. Better checking of I/O
17115 flushing/loading conditions
17116 * xmllint.c : added --timing
17117
17118Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17119
17120 * configure.in: bumped to 2.3.2
17121 * doc/xml.html: updated for release
17122
17123Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17124
17125 * xpath.c: found a memleak and fixed a nasty bug
17126
17127Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17128
17129 * xmllint.[c1] : added return code errors for xmllint
17130 * xpath.c: specific debug dump function for result value trees
17131
17132Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17133
17134 * xpath.c: finally implemented xmlXPathCompareNodeSets
17135 * test/XPath/expr/floats results/XPath/expr/floats: added
17136 a test for float expressions
17137
17138Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17139
17140 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
17141 * parserInternals.[ch]: trying to speed up parsing
17142 * xpath.c : speeded up node set equality op
17143
17144Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17145
17146 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
17147 better handling of ID/IDREF and the list modules associated
17148 * configure.in: small CFLAGS cleanup
17149
17150Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17151
17152 * configure.in: fixed iconv detection on AIX (stric)
17153
17154Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17155
17156 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
17157
17158Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
17159
17160 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
17161 and optimized xmlXPathNodeSetSort
17162
17163Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17164
17165 * xpath.c: bug fix when context size is 0
17166 * parser.c: I like Norm's Dtd because they still manage to break
17167 the parser occasionally
17168
17169Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17170
17171 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
17172
17173Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17174
17175 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
17176 attributes within the XML-1.0 namespace
17177
17178Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17179
17180 * xpathInternals.h: exported a few axis functions
17181 * doc/xml.html: updated the doc
17182
17183Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17184
17185 * configure.in: applied patch from Daniel van Balen for OpenBSD
17186 and bumped version to 2.3.1
17187 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
17188 attempt to find autoclosing was simply broken, removed it,
17189 updated the examples, this is better
17190
17191Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17192
17193 * hash.[ch]: added Paolo Casarini patch to provide Delete from
17194 hash functionnalities.
17195 * doc/html/* : rebuild the doc
17196
17197Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17198
17199 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
17200 on predicate
17201 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
17202 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
17203 really want to have tags closed on output even if we accept
17204 unclosed ones on input
17205
17206Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17207
17208 * xpath.c: ouch don't free NULL, rare case fixed
17209 * tree.c: don't coalesce text nodes if they don't have the
17210 same behaviour wrt escaping on output
17211
17212Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17213
17214 * xpath.c: small fixup
17215 * SAX.c: don't warn on empty namespaces.
17216
17217Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17218
17219 * README: a bit of cleanup
17220 * configure.in: preparing for 2.3.0 release
17221
17222Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17223
17224 * hash.[ch]: added a first version of xmlHashSize()
17225 * valid.c: another bug fix from Gary Pennington
17226
17227Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17228
17229 * valid.c: couple of bug fixes pointed by Gary Pennington
17230 * HTMLtree.c: #if 0 cleanup
17231
17232Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17233
17234 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
17235 which removes a time consuming check of xmlXPathNodeSetAdd()
17236 and use it in places where we are sure to not break unicity
17237
17238Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17239
17240 * xpath.c: bug fixes found from XSLT
17241 * tree.c: preserve node->name special values when copying nodes.
17242 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
17243 external subset are fetched when available but without full
17244 validation. Added xmlLoadExtDtdDefaultValue, need a function.
17245 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
17246 output with encoding disabled.
17247
17248Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17249
17250 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
17251 xmlCheckFilename should not be called from xmlFileOpenW
17252 and xmlGzfileOpenW
17253
17254Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17255
17256 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
17257 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
17258 added the new tests for URI normalization
17259 * testURI.c: fixed stoopid bugs
17260 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
17261 the URI in the error messages are now properly normalized
17262
17263Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17264
17265 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
17266
17267Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17268
17269 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
17270
17271Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17272
17273 * xpath.c: fixed mod operator
17274
17275Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17276
17277 * parser.c: fixed xmlStrcat doc
17278 * tree.c: 2 fixes form Anders Carlson for copying nodes and
17279 trees.
17280
17281Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17282
17283 * xpath.c result/XPath/tests/chaptersbase
17284 result/XPath/tests/simplebase: fixed XPath node()
17285 * tree.c: small fix in xmlNewNs()
17286 * Makefile.am: removed extraneous xml2Conf.sh rule
17287
17288Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17289
17290 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
17291 Changed the library name, in order to get libxml-devel and
17292 libxml2-devel to coexist on a single system
17293 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
17294 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
17295
17296Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17297
17298 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
17299 libxml2-devel installable in // as libxml-devel.
17300
17301Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17302
17303 * doc/Makefile.am: fixed make rebuild in doc
17304 * doc/html/*.html: rebuilt the docs
17305
17306Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17307
17308 * tree.c: patch from Bjorn Reese on xmlBufferCCat
17309
17310Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17311
17312 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
17313 the HTML doc to go into the -devel RPM ...
17314 * aclocal.m4 config.h.in: some updates due to auto* magic
17315
17316Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17317
17318 * xpath.h: added a hook in the context structure allowing to
17319 link to extra support, needed for XSLT
17320
17321Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17322
17323 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
17324 xmlXPtrCmpPoints to use it.
17325 * propagated the following patch from Alejandro Forero
17326 * include/win32config.h xmlIO.c: applied further suggestions
17327 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
17328 * example/gjobread.c: fixed warnings, now that it builds
17329
17330Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
17331
17332 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
17333
17334 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
17335 filename points to a valid file (not a directory).
17336 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
17337 Added calls to xmlCheckFilenameDir.
17338
17339 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
17340 `path' (rather than `filename') as the parameter to gzopen and open.
17341
17342Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17343
17344 * Makefile.am: fixed a problem with EXTRA_DIST
17345
17346Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17347
17348 * Makefile.am example/Makefile.am: finally found the trick
17349 to build the example, i.e. add "." in SUBDIRS before example
17350 in the list <grin/>
17351
17352Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17353
17354 * doc/xml.html: updated with an XSLT section, removed pointer to
17355 W3C CVS base.
17356
17357Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17358
17359 * xpath.c: when copying a XSLT tree object teh tree need to be copied
17360 too, and deallocation need to occur the same way.
17361
17362Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17363
17364 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
17365 type correponding to an XSLT result tree fragment. Share most
17366 of the data format with node set, as well as operators.
17367 * HTMLtree.c: added a newline at the end of the doctype output
17368 whe this one is not present initially.
17369 * tree.c: make sure taht the parent and doc pointers are properly
17370 set when copying attributes (lists).
17371
17372Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17373
17374 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
17375
17376Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17377
17378 * xpath.c: seems I finally killed that ugly path evaluation
17379 context bug (tagged 9999 in case is is wrong)
17380
17381Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17382
17383 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
17384 for XSLT
17385
17386Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17387
17388 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
17389 for xmlGzfileOpen() bug
17390
17391Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17392
17393 * xpath.c: removed an error found by XSLT usage
17394 * tree.c parserInternals.h: use a predefined static string
17395 for text and comment nodes, avoid freeing them in xmlFreeNode,
17396 exported the string name in parserInternals.h and added
17397 another value to disable encoding at output (for XSLT),
17398 gain memory, time.
17399
17400Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17401
17402 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
17403 win32/libxml2/libxml2_so.dsp: new makefiles and update
17404 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
17405
17406Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17407
17408 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
17409 Gary Pennington
17410
17411Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17412
17413 * xpath.c: fixed the comaprision of values and nodelists,
17414 need to compare nodelist still ...
17415 * debugXML.c: avoided a possible core dump
17416 * HTMLparser.c: cleanup
17417 * nanohttp.c: contributed fix.
17418 * tree.c: fixes in properties handling added xmlSetNsProp
17419 needed by libxslt
17420 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
17421 comment
17422 * TODO: updated
17423
17424Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17425
17426 * parser.c parserInternals.c: applied Bjorn Reese optimization
17427 patch
17428
17429Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17430
17431 * Makefile.am: applied patch fro make check from Martin Vidner
17432
17433Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17434
17435 * configure.in: preparing 2.2.11
17436 * doc/html/*: rebuild the HTML files
17437 * doc/xml.html : updated
17438
17439Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17440
17441 * tree.c: fixed a stupid bug
17442 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
17443 patches related to validation of an XInclude processing result
17444 * TODO: updated
17445
17446Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17447
17448 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
17449 on large files
17450
17451Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17452
17453 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
17454
17455Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17456
17457 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000017458 reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000017459 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
17460
17461Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17462
17463 * testXPath.c xpath.c: fixing the XPath union expressions problem
17464 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
17465
17466Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17467
17468 * xmllint.c: Made is so if the file name is "-" is will read form
17469 standard input. Sven Heinicke <sven@zen.org>
17470 * tree.c: fixed a problem when growing buffer
17471 * tree.h: fixed the comment of the node types following andersca
17472 comment
17473 * TODO: updated
17474
17475Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17476
17477 * HTMLparser.[ch]: added a way to avoid adding automatically
17478 omitted tags. htmlHandleOmittedElem() allows to change the
17479 default handling.
17480 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
17481 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
17482 of xmllint too when using --memory flag, added a memory test
17483 suite at the Makefile level.
17484 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
17485 with namespace use when encountering QNames in XPath evalation,
17486 added xmlns() scheme in XPointer.
17487 * nanoftp.c : incorporated a fix
17488 * parser.c xmlIO.c: fixed problems raised with encoding when using
17489 the memory I/O
17490 * parserInternals.c: closed bug 25934 reported by
17491 torsten.landschoff@innominate.de
17492 * TODO: updated
17493
17494Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17495
17496 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
17497 on a non-updated tree :-(, made a 2.2.10 release to correct the
17498 situation
17499
17500Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17501
17502 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
17503 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
17504 integrated a set of OpenVMS changes from Howard Taylor
17505 <Howard.Taylor@pacoast.com>
17506
17507Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17508
17509 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
17510 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
17511
17512Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17513
17514 * HTMLparser.c: some fixes on auto-open of html/head/body
17515 * encoding.c: fixed a compilation error on some gcc env
17516 * xpath.c xpointer.[ch] xpathInternals.h: improved the
17517 XPointer implementation
17518 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17519 related XPointer tests and associated results
17520
17521Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17522
17523 * doc/xmldtd.html doc/xml.html: following a short step by step
17524 guidance on IRC to help maciej with DTDs I started a small
17525 page on the subject.
17526
17527Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17528
17529 * HTMLparser.c: fixed handling of broken charrefs
17530 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
17531 patches
17532
17533Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17534
17535 * doc/xml.html doc/html/* : rebuilt the docs after adding
17536 xinclude and updated page for 2.2.7 and 2.2.8
17537 * configure.in: releasing 2.2.8
17538
17539Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17540
17541 * parser.[ch] parserInternals.c: applied the conditional
17542 section processing fix from Jonathan P Springer
17543 <jonathan.springer2@gte.net>
17544 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
17545 project file, fixed iconv default non support
17546 * xpath.c: fixed the problem of evaluating relative expressions
17547 when a node context is provided.
17548
17549Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17550
17551 * nanoftp.c: fixed gcc 2.95 new warnings
17552 * SAX.c: fixed a stupid bug
17553 * tree.c: fixed a formatting problem when round-tripping
17554 from/to memory
17555 * xinclude.c: chased memleak, fixed a base problem
17556 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
17557 xmlXPtrBuildNodeList()
17558 * TODO: updated
17559 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
17560 adding a first small set of regression tests for XInclude
17561
17562Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17563
17564 * nanohttp.[ch]: applied Wayne Davison patches to access
17565 the WWW-Authorization header.
17566 * parser.c: Closed Bug#30847: Problems when switching encoding
17567 in short files by applying Simon Berg's patch.
17568 * valid.c: fixed a validation problem
17569 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
17570 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
17571 Wayne Davison
17572 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
17573 need to be extended to non full nodes selections.
17574 * xinclude.c: starts to work decently
17575
17576Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17577
17578 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
17579 debugXML.c xmlversion.h.in: Started adding XInclude support,
17580 this is a new xmllint option
17581 * tree.c xpath.c: applied TOM patches for XPath
17582 * xpointer.c: fixed a couple of errors.
17583 * uri.c: added an escaping function needed for xinclude
17584 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
17585 new warning from RH70 gcc's version
17586
17587Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17588
17589 * HTMLparser.c: fixed loop on invalid char in scripts
17590 * parser.c: update to description of xmlIOParseDTD()
17591 * libxml.m4 xmlversion.h.in: changes contributed by
17592 Michael Schmeing <m.schmeing@internet-factory.de>
17593 * configure.in: preparing for 2.2.7
17594 * Makefile.am: trying to avoid config.h and acconfig.h
17595 being included in the distrib
17596 * configure.in: released 2.2.7
17597
17598Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17599
17600 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
17601 like namespaces for good. Unified xmlNs and xmlNode somewhat.
17602
17603Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17604
17605 * parser.[ch]: added xmlIOParseDTD()
17606 * xpointer.c: added support for the 2 extra parameters of
17607 string-range, fixed a stoopid error when '0' was present
17608 in XPointer expressions
17609 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17610 testsuite for the above
17611
17612Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17613
17614 * libxml.spec.in: improved package descriptions
17615
17616Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17617
17618 * xpath.c xpathInternals.h: applied a large cleaning patch
17619 from TOM <ptittom@free.fr>, it also add namespace support
17620 for function and variables registration.
17621
17622Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17623
17624 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17625 * Makefile.mingw: Wayne Davison's update adding hash.c
17626
17627Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17628
17629 * xpath.c: fixed the root evaluation problems
17630 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17631 ignorable spaces with <b> <bold> <em>
17632 * tree.c: fixed a loop in xmlSearchNsByHref()
17633
17634Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17635
17636 * xpath.c: applied another XPath patch from TOM
17637 * xpath.c include/makefile.am: applied another patch from
17638 china@thewrittenword.com (cleanup on IRIX).
17639
17640Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17641
17642 * xml-config.1: received a fixed version from Fredrik Hallenberg
17643 <hallon@lysator.liu.se>
17644
17645Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17646
17647 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17648 cleanup patch for XPath
17649
17650Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17651
17652 * patched to redirrect all "out of context" error messages to
17653 a reconfigurable routine. The changes are:
17654 * xmlerror.h : added the export of an error context type (void *)
17655 an error handler type xmlGenericErrorFunc there is an interface
17656 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17657 to reset the error handling routine and its argument
17658 (by default it's equivalent to respectively fprintf and stderr.
17659 * all the c files: all wild accesses to stderr or stdout within
17660 the library have been replaced to calls to the handler.
17661
17662Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17663
17664 * configure.in: release 2.2.6
17665 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17666 exporting the inner functions of xpath for extension modules
17667 * doc/*: updated and rebuilt the doc
17668
17669Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17670
17671 * nanohttp.c : applied Wayne HTTP cleanup patch
17672 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17673 and xmlNodeSetSpacePreserve()
17674
17675Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17676
17677 * xpath.c: closing bug #29260
17678
17679Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17680
17681 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17682 multikey tuples, made hash structure opaque
17683 * valid.[ch]: moved elements, attributes, notations decalarations
17684 as well as ID and refs to hash tables.
17685 * entities.c: hash cleanup
17686 * xmlmemory.c: fixed a dump problem in debug mode
17687 * include/Makefile.am: problem passing in DESTDIR= values patch
17688 from Marc Christensen <marc@calderasystems.com>
17689 * nanohttp.c: removed debugging remains
17690 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17691 * HTMLparser.c parser.c: fixing a number of problems with the
17692 macros in the *parser.c files (Wayne).
17693 * HTMLparser.c: close the previous option when opening a new one
17694 (Marc Sanfacon).
17695 * result/HTML/*: updated the HTML results accordingly
17696
17697Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17698
17699 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17700 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17701 XPath functions and XML entities table to them. More to come...
17702 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17703
17704Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17705
17706 * tree.c: coalesce adjacent text nodes
17707 * valid.c: handling of blank nodes in DTd validation (raised
17708 by problems with a posteriori validation).
17709 * nanohttp.c: changing behaviour on HTTP write stuff.
17710 * HTMLtree.c: forced body and html to be explicitely closed.
17711 * xpath.h: exported more XPath functions.
17712
17713Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17714
17715 * Release of 2.2.5
17716 * xpointer.c: range() range-inside and other helper functions
17717 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17718
17719Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17720
17721 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17722 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17723
17724Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17725
17726 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17727 and XPointer modules
17728
17729Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17730
17731 * SAX.h: closed #25107
17732
17733Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17734
17735 * testSAX.c: fixed problem with cdata reporting
17736 * SAXresult/* : updated
17737
17738Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17739
17740 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17741 Closed bug #27499, added to regression tests
17742 * TODO: updated
17743
17744Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17745
17746 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17747 support for SCRIPT and STYLE with help from Bjorn Reese
17748 * test/HTML/* result/HTML/*: added simple testcase and updated
17749 the existing ones.
17750
17751Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17752
17753 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17754 string-range for empty strings
17755 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17756 test/XPath/xptr/strrange: augmented the XPointer testsuite
17757
17758Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17759
17760 * doc/xml.html doc/xmlmem.html: added a module describing memory
17761 interfaces and use, updated the main page.
17762
17763Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17764
17765 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17766 nanoftp code work on Windows too now
17767
17768Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17769
17770 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17771 * xpointer.c: implemented string-range() at least a good first version
17772 * test/XPath/docs/str test/XPath/xptr/strrange
17773 result/XPath/xptr/strrange: the string-range() tests
17774
17775Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17776
17777 * Makefile.am include/Makefile.am include/win32config.h
17778 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17779 and make distcheck
17780
17781Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17782
17783 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17784 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17785 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17786
17787Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17788
17789 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17790 patch for socklen_t detection by
17791 Albert Chin-A-Young <china@thewrittenword.com>
17792
17793Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17794
17795 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17796 and added a --dtdvalid option to xmllint used to test it
17797
17798Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17799
17800 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17801 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17802
17803Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17804
17805 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17806 handlings (registration, lookup, cleanup)
17807
17808Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17809
17810 * configure.in Makefile.am include/makefile.am: adding XPointer
17811 and XPtrtests target
17812 * xpointer.[ch] : new files for XPointer support
17813 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17814 more XPath tests
17815
17816Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17817
17818 * configure.in: fixed, very broken, make distcheck works again
17819
17820Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17821
17822 * More work toward 2.2.5, integrated a number of patches
17823 * configure.in Makefile.am win32config.h.in: trying to cleanup
17824 make distcheck .... huh ...
17825 * include/Makefile.am include/win32config.h: new directory
17826 for includes
17827 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17828 updated teh makefiles and instructions for WIN32
17829 * xpath.c: small fixes
17830 * test/XPath/ results/XPath: updated the testcases and results
17831 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17832 suggested patches
17833 * valid.c: fixed an ID bug
17834
17835Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17836
17837 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17838 the automake bug where wrong dependencies were generated.
17839 * xpath.[ch]: worked on XPointer
17840
17841Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17842
17843 * configure.in Makefile.am: 2.2.5, ship the include in an
17844 include/libxml subdirectory, use symlinks when using CVS
17845 * testSAX.c: fixed small bug
17846 * testXPath.c: changed the way testfiles are parsed
17847 * debugXML.c: same kind of cleanup when parsing an argument expression
17848 XPath/XPointers can have blanks embedded
17849 * xpath.[ch]: more cleanup, reorgs for XPointer work
17850 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
17851 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
17852
17853Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17854
17855 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17856 in the XPath engine, rewrote large parts of it, now it's far
17857 cleaner and in sync with the REC not an old WD. Fixed a parsing
17858 problem in the interactive XML shell found when testing XPath.
17859
17860Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17861
17862 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17863 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17864 examples with the extra test
17865
17866Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17867
17868 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17869 the global init function.
17870
17871Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17872
17873 * HTMLparser.c: Doohhh, attribute name parsing was still case
17874 sensitive ! Fixed this ...
17875 * result/HTML/* : updated the tests results accordingly
17876
17877Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17878
17879 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17880 engine, should be far more stable, incorporated a new version of
17881 preceding/following axis, need testing
17882 * uri.c: fixed file:///c:/a/b/c problem
17883 * test/XPath/tests/idsimple: augmented the XPath tests
17884
17885Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17886
17887 * doc/* rebuilding docs for 2.2.4 release
17888
17889Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17890
17891 * configure.in: releasing 2.2.4
17892 * parser.[ch]: added xmlStrEqual()
17893 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17894 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17895 use xmlStrEqual instead
17896 * TODO: updated
17897 * added an XPath test
17898
17899Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17900
17901 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17902 * entities.h: exported xmlInitializePredefinedEntities
17903 * parser.[ch] : added xmlInitParser()
17904 * parserInternals.h : had to export htmlInitAutoClose()
17905
17906Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17907
17908 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17909 problems
17910 * Makefile.am : added XPath regression tests to normal tests
17911 * uri.c: fixed a problem with local paths, cleanup
17912 * parser.c: fixed a problem with large CData sections
17913
17914Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17915
17916 * configure.in xml-config.in: patch from "Ben Taylor"
17917 <sol7x86@hotmail.com> for solaris shared libs lookup
17918
179192000-09-30 Martin Baulig <baulig@suse.de>
17920
17921 * libxml-2.0.pc.in: Provide pkg-config script.
17922
17923 * configure.in: Create the libxml-2.0.pc script from the
17924 libxml-2.0.pc.in templates.
17925 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17926 script in `$(libdir)/pkgconfig'.
17927
17928Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17929
17930 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17931 when compiling with MSC
17932
17933Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17934
17935 * xpath.c: patch for normalize-string() substring-before(),
17936 substring-after() and translate() functions from Bjorn Reese
17937 <breese@mail1.stofanet.dk>
17938 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17939 Fredrik Hallenberg <hallon@lysator.liu.se>
17940 * TODO: updated
17941
17942Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17943
17944 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17945 problem of socklen_t being undefined on a number of platforms
17946 * debugXML.c: fixed a compilation problem when without snprintf
17947
17948Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17949
17950 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17951 an URI bug and a fix for the control-character-induced infinite loop
17952 * nanohttp.c: preventive fix for compiling on WIN32
17953
17954Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17955
17956 * xmlint.c: closing bug #25000
17957
17958Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17959
17960 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17961 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17962 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17963 related function, fixing xmlStrncmp(), and associated cleanup
17964 * result/HTML/entities.html.sax: updating result
17965
17966Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17967
17968 * uri.c: applied patch for URI escaping from Wayne Davison
17969 <wayned@blorf.net>
17970 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17971 from Denis Barbier <barbier@imacs.polytechnique.fr>
17972 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17973 patch from Wayne Davison
17974
17975Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17976
17977 * doc/xml.html : updated with new releases, adding "how to help"
17978
17979Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17980
17981 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17982 removed a few warnings in pedantic mode ...
17983 * parserInternals.c parser.c: moved encoding switching function
17984 to parserInternals.c
17985 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17986
17987Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17988
17989 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17990 error or warning handlers
17991
17992Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17993
17994 * parserInternals.c parserInternals.h parser.c Makefile.am:
17995 created a new module parserInternals.c, moved most of the
17996 code shared by the various parsers there, as well as
17997 deprecated code from parser.c. More cleanup of parser.c
17998 * uri.c: fixed a problem when URI is NULL
17999 * valid.c: speedup when looking for an attribute declaration
18000
18001Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18002
18003 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
18004 the cleanup of the computation of URI references when seeking
18005 external entities. The URI reference string and the resulting
18006 URI are both stored now.
18007 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
18008 large s(n)printf checks and cleanup from Denis Barbier
18009 <barbier@imacs.polytechnique.fr>
18010 * xmlversion.h.in tree.h: couple of SGML declarations for a
18011 possible docbook module.
18012 * result/VC/ : a couple of test output changed due to the change
18013 of the entities URI
18014
18015Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18016
18017 * parser.h: added a _private field for linking user's data
18018
18019Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18020
18021 * parser.c parserInternals.h: demacroified most of the IS_XXX
18022 the gain in size is significant so ...
18023
18024Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18025
18026 * entities.c: cases where looking up entities with doc==NULL
18027 covered
18028
18029Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18030
18031 * uri.c: applied Wayne Davison patch
18032 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
18033
18034Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18035
18036 * uri.c testUri.c: applied Wayne Davison patches
18037 * test/URI/uri.data result/URI/uri.data: first set of tests/results
18038 * Makefile.in: added URItest and included thenin "make tests"
18039
18040Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18041
18042 * xmlversion.h.in: closed bug 22941
18043
18044Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18045
18046 * doc/xmlio.html: added doc and example for entity loader
18047 redefinition.
18048
18049Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18050
18051 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
18052 used by libxml
18053
18054Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18055
18056 * parser.c: Fixed bug on invalid ontent characters and when using
18057 push.
18058 * xmllint.c: fixed xmllint endling of errors in push mode
18059
18060Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18061
18062 * HTMLparser.c testHTML.c: applied two new patches from
18063 Wayne Davison <wayned@users.sourceforge.net>
18064 * result/HTML/*.sax: regenerated HTML SAX output
18065 * parser.c: more cleanup.
18066
18067Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18068
18069 * HTMLparser.[ch] testHTML.c: applied the second set of
18070 patches from Wayne Davison <wayned@users.sourceforge.net>,
18071 adding htmlEncodeEntities()
18072 * HTMLparser.c: fixed an ignorable white space detection bug
18073 occuring when parsing with SAX only
18074 * result/HTML/*.sax: updated since the output is now HTML
18075 encoded...
18076
18077Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18078
18079 * HTMLparser.[ch]: applied some of Wayne Davison
18080 <wayned@users.sourceforge.net> patches
18081
18082Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18083
18084 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
18085 undeclared namespace prefix was used, added a warning.
18086 Cleaned up support w.r.t. entities, spilling out a warning
18087 and being pedantic on lookups.
18088 * test/warning/ent9 : added testcase for previous example.
18089 * TODO: updated
18090 * parserInternals.h parser.c: changed the way names are parsed
18091 now allow infinite size and decrease penalty for normal use
18092 * parser.c: Started a big cleanup/check of the parser code,
18093 fixed some of the most tortuous entity code, spotted code
18094 unused anymore
18095 * test/*: added tests for very long names and related nasty
18096 things.
18097
18098Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18099
18100 * doc/encoding.html: added encoding aliases doc
18101 * doc/xml.html: updates
18102 * encoding.[ch]: added EncodingAliases functions
18103 * entities.[ch] valid.[ch] debugXML.c: removed two serious
18104 bottleneck affecting large DTDs like Docbook
18105 * parser.[ch] xmllint.c: added a pedantic option, will be
18106 useful
18107 * SAX.c: redefinition of entities is reported in pedantic mode
18108 * testHTML.c: uninitialized warning from gcc
18109 * uri.c: fixed a couple of bugs
18110 * TODO: added issue raised by Michael
18111
18112Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18113
18114 * doc/encoding.html: propagated Martin Duerst suggestions
18115
18116Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18117
18118 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
18119 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
18120 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
18121 by Wayne Davison
18122
18123Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18124
18125 * nanoftp.c nanohttp.c: small cleanup
18126 * TODO: updated
18127
18128Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18129
18130 * added an old VC testcase and updated title.xml entity
18131
18132Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18133
18134 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
18135 done on auto-opening of <p> tags and cleanup of SAX output
18136
18137Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18138
18139 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
18140
18141Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18142
18143 * doc/xml.html libxml.* structure.*: updated the doc a bit
18144
18145Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18146
18147 * testSAX.c testHTML.c result/HTML/: cleanup of the output
18148 of SAX tests
18149
18150Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18151
18152 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18153 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
18154
18155Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18156
18157 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
18158 * testHTML.c: fix core dump on Solaris 2.x systems
18159 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
18160 * result/HTML/*.sax: previous bug fix lead to new results
18161
18162Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18163
18164 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18165 * configure.in: added --with-readline=DIR to accept alternate
18166 path for readline include/library
18167 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
18168 for ANSI under HP-UX
18169 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
18170 includes @LIBS@
18171
18172Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18173
18174 * doc/* : rebuilt the docs
18175 * getting ready for 2.2.2 release
18176
18177Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18178
18179 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
18180 and xmlAddFeature()
18181 * tree.[ch]: added xmlAddChildList()
18182 * xmllint.c: MAP_FAILED macro test
18183 * parser.h: added xmlParseCtxtExternalEntity()
18184 * valid.c: applied bug fixes removed warning
18185 * tree.c: added CDATA block to elements content
18186 * testSAX.c: cleanup of output
18187 * testHTML.c: added SAX testing
18188 * encoding.c: better error recovery
18189 * SAX.c, parser.c: fixed one of the external entity processing
18190 of the OASis testsuite
18191 * Makefile.am: added HTML SAX regression tests
18192 * configure.in: bumped to 2.2.2
18193 * test/HTML/ result/HTML: added a few of HTML tests, and added the
18194 SAX results
18195
18196Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18197
18198 * configure.in: patch for HP compiler
18199
182002000-08-04 Sven Heinicke <sven@zen.org>
18201
18202 * xmllint.c: Was coredumping sometimes when the file given didn't
18203 exist.
18204
18205Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18206
18207 * parser.c xmlIO.[ch]: fixed the problem of encoding support
18208
18209 when using in memory parsing. Need some cleanup.
18210 * xmllint.c configure.in: added a --memory flag to test memory
18211 parsing
18212
18213Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18214
18215 * nanohttp.c: fixed socklen_t replacement to unsigned int
18216 * parser.c: fixed a space handdling missing at the end of
18217 production 28 DOCTYPE.
18218 * xmlmemory.c: fixed a stupid bug on the routine to override
18219 allocation functions
18220 * TODO: updated
18221
18222Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18223
18224 * doc/ regenerated the docs
18225
18226Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18227
18228 * doc/encoding.html doc/xml.html: added I18N doc
18229 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
18230 improvements, both parser and filters, added ASCII & HTML,
18231 fixed the ISO-Latin-1 one
18232 * xmllint.c testHTML.c: added/made visible --encode
18233 * debugXML.c : cleanup
18234 * most .c files: applied patches due to warning on Windows and
18235 when using Sun Pro cc compiler
18236 * xpath.c : cleanup memleaks
18237 * nanoftp.c : added a TESTING preprocessor flag for standalong
18238 compile so that people can report bugs more easilly
18239 * nanohttp.c : ditched socklen_t which was a portability mess
18240 and replaced it with unsigned int.
18241 * tree.[ch]: added xmlHasProp()
18242 * TODO: updated
18243 * test/ : added more test for entities, NS, encoding, HTML, wap
18244 * configure.in: preparing for 2.2.0 release
18245
18246Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18247
18248 * nanoftp.c: fixed the way the control connection is handled
18249 * libxml.spec.in: fixed the dependencies and cleanup
18250
18251Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18252
18253 * doc/xml.html: changed the xmlsoft.org structure, updated the
18254 examples w.r.t. root and childs
18255
18256Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18257
18258 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
18259
18260Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18261
18262 * HTMLparser.c: Work on character encoding support for the HTML parser
18263 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
18264 * encoding.c: Fixed a potential memleak in the encoding stuff
18265
18266Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18267
18268 * doc/FAQ.html doc/Makefile.am : added a FAQ
18269
18270Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18271
18272 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
18273 of the HTML parser to force it to not bypass SAX
18274
18275Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18276
18277 * win32config.h.in: updated
18278 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
18279 lacks iconv support :-( need to release 2.1.1
18280 * configure.in: release 2.1.1
18281 * HTMLparser: fixed bug #14784
18282 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
18283 by Windows compiler
18284 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
18285 the SAX startDocument() callback.
18286 * TODO: updated
18287
18288Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18289
18290 * added xmlStopParser()
18291
18292Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18293
18294 * configure.in: 2.1.0 prerelease
18295 * Large resync between W3C and Gnome tree
18296 * nanoftp, nanohttp.c: fixed stalled connections probs
18297 * HTMLtree.c SAX.c : support for attribute without values in
18298 HTML for andersca
18299 * valid.c: Fixed most validation + namespace problems
18300 * HTMLparser.c: start document callback for andersca
18301 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
18302 * parser.h, SAX.c: serious speed improvement for large
18303 CDATA blocks
18304 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
18305 different encoding
18306 * example/Makefile.am example/gjobread.c tree.h: work on
18307 libxml1 libxml2 convergence.
18308 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
18309 and the LIBXML_TEST_VERSION macro
18310
18311Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18312
18313 * doc/xml.html: various patches and improvements typo fixed by
18314 Felix Natter
18315 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
18316 from Felix Natter <fnatter@gmx.net>
18317
18318Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18319
18320 * doc/upgrade.html: updated with instructions for support of both
18321 libxml-1.x and libxml-2.x
18322 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
18323 for 2.x support and also fixed includes
18324
18325Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18326
18327 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
18328 the encoding support, added iconv support, so now libxml if
18329 compiled with iconv automatically support japanese encodings
18330 among others. Work based on initial patch from Yuan-Chen Cheng
18331 I may have broken binary compat in the encoding handler
18332 registration scheme, but that was so utterly broken I don't
18333 expect anybody to have used this feature until now.
18334 * parserInternals.h: fixup on the CHAR range macro
18335 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
18336 code.
18337 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
18338 * uri.c: added xmlParseURI() I can't believe I forgot to
18339 implement this one in 2.0 !!!
18340 * SAX.c: moved doc->encoding update in the endDocument() call.
18341 * TODO: updated.
18342
18343Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18344
18345 * tree.h: removed extraneous xmlRemoveProp definition
18346 * TODO: added item about --disable-corba configure switch
18347 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
18348 * nanoftp.c: fixed include problems giving troubles on AIX and
18349 slowlaris
18350 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
18351 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
18352 comment and headers changes to lower gtk-doc number of warnings
18353 * doc/html/*: rebuilt docs
18354
18355Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18356
18357 * HACKING: documented the tag for 1.x and instructions
18358
18359Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18360
18361 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
18362 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
18363 xmlCreateIOParserCtxt
18364 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
18365 significant overall improvement
18366 * xmllint.c: added I/O test to xmllint
18367 * testSAX.c: added a speed test
18368 * doc/* : updated/regenerated
18369
18370Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18371
18372 * xpath.c uri.h parserInternals.h: cosmetic changes from
18373 "Timur I. Bakeyev" <timur@bat.ru>, including making
18374 xmlCreateURI() public
18375
18376Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18377
18378 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
18379 and the code at the same time. Added a clean mechanism for
18380 overload or added input methods: xmlRegisterInputCallbacks()
18381 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
18382 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
18383 * TODO: updated
18384 * doc/* : updated/regenerated
18385 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
18386 source dir
18387
18388Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18389
18390 * testURI.c: yet another forgotten commit, I should get some sleep !
18391
18392Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18393
18394 * xmllint.c: forgot to commit this too ?
18395
18396Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18397
18398 * xmlversion.h.in : forgot to commit this previously
18399
18400Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18401
18402 * configure.in: preparing libxml-2.0.0 version looks Ok so far
18403 * README TODO: updated for release
18404 * uri.c uri.h: added authority parsing/saving
18405 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
18406 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
18407 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
18408 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
18409 Makefile.am : added compile-time customization of libxml
18410 --with-ftp --with-http --with-html --with-xpath --with-debug
18411 --with-mem-debug
18412 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
18413 #include <libxml/xxx.h> I hope it won't break too much stuff
18414 and will be manageable in the future...
18415 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
18416 and added xmllint to the installed programs
18417 * uri.h: added xmlFreeURI()
18418
18419Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18420
18421 * uri.c uri.h: finished the escaping handling, the base support
18422 and the URI path normalization. Looks good just lacks the
18423 authority content parsing code.
18424 * Makefile.am: added instructions to generate testURI
18425 * TODO: updated
18426 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
18427 added links and icons for W3C and Gnome
18428
18429Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18430
18431 * xmlmemory.[ch] : seems I forgot to actually update the files in
18432 the last commit :-)
18433 * doc/xml.html doc/html/* : updated and uploaded the docs
18434
18435Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18436
18437 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
18438 * TODO: updated
18439 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
18440 libxml default allocation function with another set (like gmalloc/
18441 gfree).
18442 * Makefile.am, uri.c, uri.h: added a set of functions to do
18443 exact (litteraly copied from the RFC 2396 productions) parsing
18444 and handling of URI. Will be needed for XLink, one XML WFC,
18445 XML Base and reused in the nano[ftp/http] modules. Still work
18446 to be done.
18447
18448Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18449
18450 * configure.in, libxml.spec.in : libxml2
18451 * doc/* : updated the doc page, rebuilt the docs
18452
18453Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18454
18455 * all: tagged LIB_XML_1_X
18456 * *.c *.h : updated from W3C CVS tree
18457 * configure.in : 2.0.0-beta
18458 * libxml.spec.in : libxml2 package nam
18459 * result/* : new version of the tests output
18460
18461Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18462
18463 * doc/xml.html, doc/update.html: updated docs, 1.8.7
18464
18465Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18466
18467 * doc/* : rebuilt the docs
18468 * parser.c: final patch on #6766
18469 * valid.c: small patch on validity checks.
18470
18471Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18472
18473 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
18474 added
18475 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
18476 compatibility w.r.t. XML spec and existing code.
18477
18478Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18479
18480 * parser.c: seems a better solution to <a> </a> exists,
18481 will try it for a while
18482
18483Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18484
18485 * parser.c: tried to remove the <a> </a> generating <a/>
18486 this is hard. Left a flag for that purpose. Fixed bug #6766
18487 * configure.in: prepared 1.8.7 not released, due to previous
18488 problem
18489
18490Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18491
18492 * doc/xml.html : applied second patch from Paul DuBois
18493
18494Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18495
18496 * doc/xml.html : applied patch from Paul DuBois
18497
18498Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18499
18500 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18501
18502Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18503
18504 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
18505 compilation warnings on various platforms.
18506 * parser.c: Fixed #5281 validity error callbacks are now desactived
18507 by default if not validating.
18508
18509Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18510
18511 * nanoftp.c, win32config.h.in: patches to compile on WIN32
18512
18513Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18514
18515 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
18516 <gkatsi@cs.toronto.edu>
18517
18518Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18519
18520 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
18521 processing URLs
18522
18523Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18524
18525 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
18526 xmlNanoFTPUpdateURL for persistent control connections.
18527 * configure.in: 1.8.6
18528
18529Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18530
18531 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
18532 * tree.[ch] : added xmlSaveNoEmptyTags
18533
185342000-01-29 James Henstridge <james@daa.com.au>
18535
18536 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
18537
18538 * Makefile.am: added nanoftp.[ch] to the build.
18539
18540Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18541
18542 * nanoftp.[ch]: cleanup, comments, API
18543 * debugXML.c : fixed a bug in the cat command
18544 * doc/*: regenerated the docs
18545
18546Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18547
18548 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
18549 * debugXML.c : fixed a bug in the cat command
18550 * valid.c: fixing some small probs
18551 * libxml.spec.in: get rid of the SNAP suffix
18552 * doc/xml.html: updated the status
18553
18554Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18555
18556 * xml-config.in: xml-config --version to just return the
18557 version number
18558 * xpath.c: some cleanup w.r.t. axis when the current node is
18559 an attribute.
18560 * TODO: updated
18561
18562Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18563
18564 * configure.in: prepared for libxml-1.8.5
18565 * doc/* recompiled the documentation
18566
185672000-01-17 Jody Goldberg <jgoldberg@home.com>
18568
18569 * configure.in : WARNING autoconf subtlety alert :
18570 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
18571 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18572 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
18573 get defined by AC_CHECK_HEADERS.
18574
18575Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18576
18577 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
18578 Rune.Djurhuus@fast.no
18579
18580Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18581
18582 * TODO: updated
18583 * tree.c, parser.c: made sure that only memory alloc problems
18584 and internal parser errors are allowed to write to stdout or
18585 stderr.
18586
18587Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18588
18589 * tree.c : restored xmlNewGlobalNs since this seems used by
18590 a lot of existing code :-(, fixed a bug in xmlNewNs
18591 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
18592 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18593 to exit() from the library code.
18594 * xpath.c, parser.c: removed bugs or unused code detected by
18595 Windows compilers
18596 * parser.c: started adding interfaces for parsing well balanced
18597 XML fragments
18598 * configure.in: releasing 1.8.4
18599 * doc/* : rebuilt the docs
18600
18601Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18602
18603 * tree.[ch] : added xmlNewDocFragment() for DOM
18604 * testHTML.c: uninitialized variable.
18605
18606Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18607
18608 * doc/* : rebuild the docs
18609
18610Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18611
18612 * acconfig.h: readline and history patch
18613 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
18614 * tree.c: added check and handling when possibly removing an ID
18615 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18616 and saving.
18617 * test/HTML/entities.html result/HTML/entities.html* : test for
18618 various entities reference cases
18619 * result/HTML/* : as a result output of some testcase have
18620 changed
18621 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18622 by previous example. added xmlParseTryOrFinish().
18623 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18624 entities.h debugXML.h HTMLparser.h: changed the way struct are
18625 declared to allow gtk-doc to expose those
18626 * parser.c: closed bug #4960
18627 * Makefile.am configure.in: Applied patch from
18628 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18629 and math/socket libs detection
18630
18631Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18632
18633 * configure.in, Makefile.am: link tester against readline
18634 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18635
18636Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18637
18638 * tree.[ch]: added xmlRemoveProp
18639 * win32config.h.in nanohttp.c: avoid including the Windows
18640 socket stuff in every C files
18641 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18642 the XmL parser(s)
18643 * test/ns4 result/ns4 etc...: added test case for previous prob
18644 * tree.c: xmlNewNs wasn't checking for double definition
18645 * Makefile.in: fixed a problem with dist-hook duplicates
18646 * parser.[hc], xmlIO.c: fixed the loading of external entities
18647 APIs, now xmlLoadExternalEntity() is used everywhere and
18648 setting up an app specific front-end using the
18649 * SAX.c parser.c: some fixes, now the xhtml spec validates
18650 with the xhtml DTD.
18651 * error.c: fixed crashes in case of no input stream
18652 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18653 to the validation tests and results
18654
18655Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18656
18657 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18658 too htmlCreatePushParserCtxt() and htmlParseChunk()
18659 * parser.c: a bit of cleanup.
18660 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18661 to XML) removed the last mem leak known
18662 * HTMLtree.c: output message cleanup
18663 * xmlmemory.c: display content info about memory blocks
18664 * result/HTML/wired.* : missing att value warning change
18665
18666Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18667
18668 * doc/* : rebuilt the documentation
18669
18670Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18671
18672 * parser.[ch] parserInternals.h: Push parser for XML,
18673 seems to work fine now
18674 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18675 --push for push testing
18676 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18677 * testSAX.c: added --push
18678 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18679 subtree
18680 * xmlIO.[ch] : enriched API + fixes for push mode
18681 * entities.[ch]: added the entity content length to the struct.
18682 * xmlmemory.[ch]: new API to show the last entries for the shell
18683 * valid.c: added required attribute testing
18684 * SAX.c: the cdata callback now merge contiguous fragments
18685 * HTMLparser.c: cleanup of some macros
18686
18687Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18688
18689 * parser.c: fix for PIs name starting with xml
18690 * tree.c: fixed a potential problem with || and && ops
18691 * *.c, configure.in win32config.h.in : generate win32config.h for
18692 those on the Other Side !
18693
18694Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18695
18696 * parser.c: fixed a stupid = vs. == bug :-(
18697 * doc/gnome-xml.sgml: s/glade/xml/
18698
18699Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18700
18701 * configure.in, doc/xml.html : bug fix release 1.8.2
18702 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18703 Hopefully the end of that silly C++ include problem
18704 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18705 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18706 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18707 troubles with autoclosed elements when the stree shape doesn't
18708 follow the DtD specs. Added htmlIsAutoClosed() and
18709 htmlAutoCloseTag()
18710 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18711 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18712 * debugXML.c: fixed a bug on printing default namespaces.
18713 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18714
18715Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18716
18717 * result/HTML/*.htm[l] : updated the HTML regression tests according
18718 to the new output
18719 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18720 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18721 problem due to intermix of extern "C" { ... } declarations for C++
18722 and recursive includes in the headers
18723
187241999-12-20 Chris Lahey <clahey@umich.edu>
18725
18726 * HTMLtree.c: Made it so that html nodes with a single child do
18727 not insert a carriage return before or after the child node.
18728
18729Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18730
18731 * configure.in, doc/xml.html : bug fix release 1.8.1
18732 * parser.c: fixed bug #4344
18733 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18734 added the glue to avoid C++ problems
18735 * doc/* : regenerated the documentation
18736
18737Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18738
18739 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18740 namespace recognition, and Dia as a resul :-(
18741 * encoding.c: closed bug #3950
18742
18743Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18744
18745 * valid.c: debugging a posteriori validation, except URI expansion
18746 stuff this should be fixed now
18747 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18748 Carl Nygard <cnygard@bellatlantic.net>
18749 * tester.c: added --postvalid, cleaning of the code
18750 * tree.[ch]: added xmlDocGetRootElement()
18751
18752Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18753
18754 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18755 c++ losage.
18756
18757Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18758
18759 * configure.in, doc/xml.html : bumped to 1.8.0
18760 * xlink.[ch], Makefile.am : added framework for link detection
18761 * parser.h: added nbChars to parser context, needed for cleanup.
18762 * xmlmemory.c: removed a nasty bug when out of mem
18763 * valid.[ch]: adding namespace support for attribute decl
18764 * tester.c: added --debugent option
18765 * debugXML.[ch]: added xmlDebugDumpEntities()
18766 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18767 buffers instead, this was really needed, validation was breaking
18768 in strange ways due to that. Added xmlParseStringPEReference()
18769 and other parsing from strings functions. Entities processing
18770 modified again, but PERef are still not handled correcly but
18771 unless you're Eve Maller you won't notice :-)
18772 * HTMLparser.c: large changes toward reliability, and switched to
18773 lowercase internal tags, XHTML is lowercase, so it will help
18774 that output is closer to next version.
18775 * doc/* : regenerated the documentation, it is now hosted at
18776 http://xmlsoft.org/ (same bits I just bought the domain :-)
18777
18778Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18779
18780 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18781 doc generation
18782 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18783 in the SAX API
18784 * doc/*: rebuilt the doc making sure everything appears in the
18785 HTML files
18786
18787Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18788
18789 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18790 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18791 which allow impressive speed improvement on dataset with
18792 large text pieces, but at the cost of broken binary
18793 compatibility and slightly bigger memory usage.
18794 Configure with --with-buffers to activate them, they
18795 are protected with XML_USE_BUFFER_CONTENT define.
18796 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18797 goal is 0 memory left allocated once parser is no more used
18798 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18799 call xmlCleanupParser() and xmlMemoryDump()
18800
18801Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18802
18803 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18804 * parser.[ch] encoding.[ch]: added memory cleanup routines
18805 * parser.c: closing bug #3788
18806 * doc/*: rebuilt the doc
18807
18808Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18809
18810 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18811 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18812 * tester.c: added --compress option
18813 * doc/*: rebuilt the documentation
18814
18815Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18816
18817 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18818 if given /proc/kcore as input !
18819 * doc/xml.html doc/*: updated and rebuilt the documentation
18820
18821Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18822
18823 * parser.c: Fixed some wrongly space collapsing code due to
18824 a misreading of the spec.
18825 * result/*: fixed the output accordingly
18826
18827Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18828
18829 * encoding.c: bug fix and typos
18830 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18831 * parser.c: added attribute normalization closing bug #3597
18832 * test/att* result/att* SAXresult/att*: testcase for attribute
18833 normalization
18834
18835Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18836
18837 * configure.in: closing bug #3163 by adding extra flags for the
18838 cc compiler on HP-UX
18839
18840Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18841
18842 * valid.[ch] : removed a typo and an enumerated type bug in the
18843 xmlAddElementDecl() function
18844 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
18845 call to xmlEncodeEntitiesReentrant() so that the functions
18846 New, Set and Get are at the same level.
18847 * parser.c HTMLparser.c: extra memory allocation bug for
18848 attributes detected by someone using libxml in embedded systems :-)
18849
18850Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18851
18852 * xmlmemory.h: turned off mem debug :-\
18853
18854Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18855
18856 * parser.c: closed bug #2784 a one line fix, but worth pushing
18857 a new release out
18858 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18859 some structures, comments before and after the
18860 main element, and other nastyness
18861 * HTMLtree.c tree.c: accomodate the extended HTML supported
18862 * configure.in: pushing 1.7.4
18863 * test/ent8 and related outputs : added a new test for bug #2784
18864 * test/HTML/wired.html and related output: a nasty HTML example
18865 * Makefile.am: improved the test scripts
18866 * docs/* : reran the documentation extractor, updated xml.html
18867
18868Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18869
18870 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18871 HTMLparser and debugged the HTML related code. HTML documents
18872 now have their own type
18873 * entities.c: do not dump &apos; for HTML output
18874 * xmlmemory.c: improvement, breakpoint mechanism
18875 * testHTML.c: added --sax --repeat ...
18876 * Makefile.am: improved the HTML tests
18877 * valid.[ch]: added xmlValidGetValidElements and
18878 xmlValidGetPotentialChildren
18879 * tester.c: added --insert to test the 2 new functions
18880 * test//* result//* SAXresult//* : regression test cleanup
18881 and extension.
18882 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18883 gnome-xml-nanohttp.html
18884
18885Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18886
18887 * HTMLparser.c: fixed problems with some autoclose tags
18888 * tree.c: fixed XML output problems.
18889 * result/* SAXresult/*: update of the tests output
18890
18891Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18892
18893 * Makefile.am: Arturo patch for xmlConf.sh version info
18894 * parser.c: Tim Josling patch for single quoted items
18895 * tester.c: Tim Josling patch for tester options usage
18896 * tree.h: indent cleanup
18897
18898Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18899
18900 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18901 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18902
18903Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18904
18905 * tree.c : Raph patch for initialization of CORBA fields
18906 * parser.c, xpath.c, ...: modification of doc comments
18907 * xpath.c : allow spaces in xpath expressions
18908
18909Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18910
18911 * xmlmemory.h: turning off memory debug :-(
18912
18913Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18914
18915 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18916 better SAX interfaces.
18917 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18918 entity.
18919 * configure.in: 1.7.2
18920
18921Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18922
18923 * libxml.spec.in: fixed the URL
18924 * doc/xml.html: improved the documentation front-end
18925
18926Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18927
18928 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18929
18930Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18931
18932 * libxml.spec.in: fixed the alpha compile problem
18933 * parser.[ch]: changed errno to errNo in the parser context :-(
18934 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18935 * doc/xml.html: changed CHAR to xmlChar
18936 * doc/html/*: recompiled the documentation
18937 * configure.in: 1.7.1
18938
18939Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18940
18941 * parser.h: modified the parser context struct to regain 1.4.0
18942 binary compatibility
18943 * parser.c, xml-error.h: added errno ot teh context and defined
18944 a set of errors values with update of errno
18945 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18946 DTDs and entities
18947 * *.h, *.c: complete cleanup of the use of config.h and include
18948 protection depending on the current setup.
18949 * overalll debugging, maintenance and bug-fixing on all modules
18950 * updated the documentation
18951 * ready for 1.7.0
18952
18953Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18954
18955 * HTMLparser.c : cleanup
18956 * SAX.c valid.c valid.h: added ID/IDREF checking
18957 * tree.c tree.h: extended doc structure for refs
18958 * configure.in: 1.6.2
18959 * parser.c: patched bug in SAX user arg call
18960 * parserInternals.h: patched missing close in C++ wrapping
18961 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18962 especially upcoming XPointer implementation.
18963 * doc/xml.html: augmented, typo
18964
18965Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18966
18967 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18968 not all invocations of install understand -d.
18969
18970Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18971
18972 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18973 to make 'check' works, when builddir != srcdir.
18974
18975Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18976
18977 * doc/xml.html : updated the documentation
18978
18979Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18980
18981 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18982 not deallocated memory blocks
18983 * *.c : replaces all calls to malloc() free() and realloc() to
18984 the wrapper functions/macros
18985 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18986 instead of xmlFreeNodeList()
18987
18988Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18989
18990 * HTMLparser.c: corrected a stupid bug leading to core dump at
18991 tree deallocation. Removed warnings indicated by
18992 Stephane.Conversy@lri.fr
18993 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18994 looked for in the external subset
18995
18996Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18997
18998 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18999 on SGI by Stephane.Conversy@lri.fr
19000
19001Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19002
19003 * all .h : changed the prototype declaration indent as in gtk
19004 * most .c : working on reducing the TODOs in the code
19005 * most .c : cleanup though -pedantic and Insure++
19006 * improvements on validation ID checkings.
19007 * tree.[ch] SAX.c: added support for namespace on attributes #2022
19008 * xml-config.in: closed #1810
19009
19010Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19011
19012 * tree.h, valid.c, valid.h: more work on validity, IDs
19013 * xpath.c: added/fixed comparidon and equlity, added a new isinf
19014 definition for AIX
19015
19016Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19017
19018 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
19019 the distribution due to a cut'n paste error at last commit
19020
19021Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19022
19023 * configure.in: upgraded to version 1.4.0
19024 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
19025 Big update, added a large part of the validation process,
19026 it should be usable, but some parts are missing
19027 * xpath.c: improved the implementation w.r.t. root.
19028 * Makefile.am: added more tests
19029 * test and result trees: added a lot of tests
19030 * libxml.spec.in: export libxml.so.0 and libxml.so.1
19031
19032Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19033
19034 * Added an HACKING file
19035
19036Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19037
19038 * xpath.[ch] : improvements and debug of the XPath implementation
19039 * parser.c, HTMLparser.c : modified the parsers to be progressive
19040 * tree.[ch] : extended the Buffer promitives
19041 * xmlIO.[ch] : added basic I/O routines providing progressive
19042 parsing and ready for I18N conversion plugins
19043 * SAXresult/* : the SAX callback sequence maybe slightly different
19044 now
19045 * test*.c : improved/updated the tests programs
19046 * doc/* : recompiled the docs.
19047
190481999-07-26 Michael Meeks <michael@edenproject.org>
19049
19050 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
19051
19052 * tree.c: Ditto.
19053
19054Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19055
19056 * configure.in: upgraded to version 1.4.0
19057 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
19058 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
19059 XML query language, see http://www.w3.org/TR/xpath for more details.
19060 * parser.c, parser.h: added CHAR* related string functions for XPath
19061 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
19062 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
19063 rebuild the docs.
19064 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
19065 and regression testing capabilities for XPath.
19066
19067Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19068
19069 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
19070 closing bug #1646
19071
19072Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19073
19074 * Makefile.am, example/Makefile.am: closed bug #1683
19075
19076Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19077
19078 * example/Makefile.am, configure.in: added the makefile for the
19079 gjobread example
19080
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019081Sat Jul 10 14:19:11 CEST 1999 Tomasz KĹ‚oczko <kloczek@pld.org.pl>
William M. Brack11be2d02007-01-24 19:17:19 +000019082
19083 * doc/Makefile.am:
19084 - fix which allow "make install DESTDIR=</install/prefix>".
19085
19086Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19087
19088 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
19089 which fixed a problem on the file reading-code.
19090
19091Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19092
19093 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
19094 output.
19095 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
19096
19097Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19098
19099 * parser.h : Oops removed the binary compatibility problem
19100 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
19101 * parser.c, HTMLparser.c: applied patches for reading from stdin
19102
19103Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19104
19105 * parser.c, entities.c, valid.c: cleanup bug #1591
19106 * configure.in: cleanup bug #1592
19107 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
19108 the same tree back-end. Hence gdome will be available for it.
19109 * doc/Makefile.am: close bug #617
19110
19111Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19112
19113 * parser.c: alloctate a per parser context SAX interface block
19114
19115Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19116
19117 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
19118 and xmlEncodeEntitiesReentrant with the correct one :-\
19119
19120Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19121
19122 * commit of my internal XML base changes, quite a lot of
19123 changes, cleanups, better entities support, framework for
19124 new I/O and charset detection and handling
19125 * Fixed the configure/Makefile stuff to generate shared libs
19126 with the proper version info, so we jumped on rev from
19127 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
19128 xmlEncodeEntities() result need to be freed now, and a string
19129 xmlParserVersion provide the current library version.
19130
19131Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
19132
19133 * parser.c: fixed a buffer overrun for when you have a very long
19134 attribute with no entities in it.
19135
19136Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19137
19138 * added example directory
19139 * added example/gjobs.xml gjobread.c, still need a Makefile.in
19140
19141Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19142
19143 * Release of libxml-1.1, nearly everything has been touched for
19144 this.
19145 * Added more regression tests
19146 * Updated the documentation
19147
19148Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19149
19150 * tree.[ch]: unified the XML_NO_CORBA defines.
19151 * parser.c encoding.[ch]: started plugging in char encoding detection
19152
19153Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
19154
19155 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
19156 Also freed allocated buffer.
19157
19158Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19159 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
19160 reentrancy problem at printing. One is left in entities.c, to
19161 remove ASAP
19162 * testSAX.c : added a test example showing the use of the SAX
19163 interface if one doesn't want to build the DOM tree.
19164 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
19165
19166Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19167
19168 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
19169 large revamping of the parser to use SAX callbacks
19170 http://www.megginson.com/SAX/ (or at least a C like interface
19171 a la Expat). It's now possible to set up your own callbacks
19172 and the parser will not build a DOM tree.
19173 * test/* result/*: updated the test suite, I finally removed
19174 the old Namespace draft support (PI based).
19175
19176Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19177
19178 * Makefile.am: added test result to EXTRA_DIST for make tests
19179
19180Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19181
19182 * parser.c, parserInternals.h: moved the chars macro definitions
19183 to parserInternals.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019184 * parser.c, error.c: applied patches from "Knut Ă…kesson"
William M. Brack11be2d02007-01-24 19:17:19 +000019185 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
19186
19187Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19188
19189 * xml-config.in : applied patch to make --version work
19190
191911999-03-05 Raja R Harinath <harinath@cs.umn.edu>
19192
19193 * Makefile.am (check-local): Alias for `tests' target. This will
19194 cause `make check' to do the right thing.
19195 (tests): Don't run tests in srcdir. Also, replaced calls to
19196 basename with a `sed' "equivalent".
19197
19198Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19199
19200 * Renamed error.h to xml-error.h, corrected Makefile.am to list
19201 it in the header and not the sources, updated the doc.
19202 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
19203 pointing this out.
19204
19205Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19206
19207 * parser.c, parser.h, parserInternals.h: memory leak hunting,
19208 exported the inputStream routines.
19209 * doc/html/* : updated accordingly
19210
19211Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19212
19213 * parser.c, parser.h, parserInternals.h: added a few extra
19214 internal calls to allocate and free parser contexts ...
19215 * doc/html/* : updated accordingly
19216
19217Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19218
19219 * configure.in, Makefile.am, doc/makefile.am : General changes for
19220 1.0.0 release and including the generated HTML documentation.
19221
19222Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19223
19224 * makefile.am : added parserInternals.h, oops.
19225
19226Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19227
19228 * parserInternals.h: added this header giving access to the parser
19229 internal functions.
19230 * doc/Makefile.am : added a rebuild target which rebuilds the full
19231 set of documentations
19232 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
19233 the internal subset.
19234 * *.c *.h: modifications needed to generate the documentation using
19235 gtk-doc, cleanup of functions blocks, reorganisation of struct
19236 declarations.
19237
19238Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19239
19240 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
19241 the tar and spec file to include the beginning of the doc.
19242
192431999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
19244
19245 * doc/.cvsignore: Added this file.
19246
19247Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19248
19249 * tree.c: fixed xmlGetProp to return "" when the attribute
19250 exists, even if the node-list is NULL.
19251
19252Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19253
19254 * tree.c: patched an error outputting empty attribute values.
19255 * Makefile.am and doc/makefile.am: have been updated during the
19256 week-end. Sorry for an empty CVS log, I got a shell problem.
19257
19258Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19259
19260 * tree.h: cleaned up using enums instead of defines
19261 * parser.c, valid.[ch]: more work on parsing/output of element
19262 declarations
19263
19264Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19265
19266 * valid.[ch], tree.c, parser.c : more work toward full parsing
19267 of XML DTDs.
19268 * README: added informations about mailing-list and on-line
19269 documentation
19270
192711999-01-27 Raja R Harinath <harinath@cs.umn.edu>
19272
19273 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
19274
19275Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19276
19277 * parser.c, tree.[ch] : more work toward conformance testing,
19278 added a last element to accelerate parsing of very flat structures
19279 started working on internal subset Element content declaration.
19280 * valid.[ch] : first cut at adding code toward validation.
19281 * previous changes had also small impact on most files, especially
19282 the conformance testing using James Clark test suite.
19283
19284Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19285
19286 * test/* : updated the examples, most of them were not well
19287 formed (humm), and added rdf2.
19288 * result/* : resulting changes in the output.
19289
19290Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19291
19292 * tree.c: changed the behaviour of xmlGetProp on NULL values.
19293
19294Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19295
19296 * tree.c: patched a bug in the generation of empty attributes
19297
19298Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19299
19300 * entities.[ch], tree.[ch], tester.c: added copy interfaces
19301 for node/trees/documents/... Biggest problem is namespace
19302 support when copying subtrees.
19303
19304Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19305
19306 * parser.c, entities.c: improve entities and char ref encoding,
19307 and cleanups of error messages.
19308
19309Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19310
19311 * parser.c, entities.c: simple bug hunting done during rpm2html and
19312 rpmfind integration.
19313
19314Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19315
19316 * parser.[ch]: Added interfaces allowing to specify a SAX
19317 handler before parsing.
19318
19319Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19320
19321 * parser.c: redirrect all errors reporting through the SAX
19322 error function
19323
19324Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19325
19326 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
19327 * libtool, tlmain ...: update of the libtool files
19328
193291998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
19330
19331 * entities.c: Use g_snprintf insteda of snprintf.
19332
19333Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19334
19335 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
19336 added ent5 test for this purpose.
19337 * parser.c, parser.h: formatting, comments and UTF-8 planning.
19338
19339Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19340
19341 * parser.c: fixed? a strange error due to compression on a GWP
19342 document.
19343
19344Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19345
19346 * tree.[ch]: bug fixing
19347 * entities.[ch]: defined a specific type for predefined entities
19348 * doc/xml.html: more documentation on the library, how to use it,
19349 overview of the interfaces.
19350
19351Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19352
19353 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
19354
19355Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19356
19357 * tree.c: corrected a small bug
19358 * doc/xml.html: continuing writing documentation.
19359
19360Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19361
19362 * debugXML.h debugXML.c: added debugging utilities.
19363 * tester.c: added --debug switch.
19364 * tree.c: patched an incorrect node->type assignment.
19365 * parser.c: formatting, ensure that node->doc != NULL in attributes
19366
19367Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19368
19369 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
19370 entity support and provide an internal representation close to
19371 DOM one (entity ref nodes, and attribute value as tree). I tried
19372 to preserve the interface but this will surely break some apps
19373 (I have to change rpm2html/rpmfind for example). I had to change
19374 two interfaces, and the generated tree is somewhat different.
19375 * doc/* : started documenting the XML library, the tree and
19376 DOM/Corba. This is a first step.
19377
19378Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19379
19380 * parser.c: Set up the fonctions comment block, boring but useful.
19381 * parser.h, SAX.c, parser.c: now attributes are processed through
19382 the SAX interface. The problem is that my SAX interface diverged
19383 quite a bit from the original one, well this is not an official
19384 spec, and translating it from Java to C is hairy anyway...
19385
19386Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19387
19388 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
19389 fonctions comment block, boring but useful.
19390
19391Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19392
19393 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
19394 conversion routines. However they are not yet used to convert the
19395 inputs. The core will run with UTF-8.
19396
19397Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19398
19399 * tree.c : make sure that the type id is properly set-up when
19400 a new object is allocated, needed for DOM.
19401
19402Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19403
19404 * tree.h, tree.c: Ok, the main objects in the tree will be native
19405 corba objects, it costs 8 bytes per Node, Attribute and Document
19406 but it simplifies the Corba integration a lot (no extra interface
19407 objects to allocate/free).
19408
19409Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19410
19411 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
19412 and changed NODEs contants for conformity with DOM Level 1
19413
19414Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19415
19416 * added hooks to keep track of servants when creating objects
19417 xmlDoc and xmlNode (for Corba export).
19418
19419Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19420
19421 * added xml-config script.
19422
19423Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19424
19425 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
19426 to autoupdate libtool and automake conf files.
19427
194281998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
19429
19430 * Makefile.am: Use '?' to separate the sed
19431 commands as ',' is used when people pass -Wl,something.
19432
19433Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19434
19435 * tree.c, tree.h: added a per-document compression interface.
19436
19437Tue Sep 22 20:47:38 EDT 1998
19438
19439 * tree.c, tree.h: added saving with compression and added interfaces
19440 to control the compression level (xmlGetCompressMode,
19441 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
19442
19443Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19444
19445 * parser.c: corrected a loop for files of size 0
19446
194471998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19448
19449 * error.h: New file. Contains prototyes from `error.c'.
19450
19451Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
19452
19453 * Makefile.am (xmlincdir): New macro.
19454 (xmlinc_HEADERS): Renamed from include_HEADERS.
19455
19456Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19457
19458 * applied small patch on numeric entities from
19459 Christopher Blizzard <blizzard@appliedtheory.com>
19460
19461Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19462
19463 * New release 0.2, removed the old xml_* files so that it's
19464 coherent with the other CVS base (W3C), far better conformance
19465 to standard, new namespaces, decent entities support, beginning
19466 of a SAX-like interface. Nearly nothing left intact, even the
19467 test examples ...
19468
194691998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19470
19471 * .cvsignore: Add .deps dir
19472
19473Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19474
19475 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
19476
19477Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19478
19479 * configure.in: added test for CPP
19480 * AUTHORS, Changelog: the original ones didn't get commited but the
19481 glib ones instead, fixed.
19482 * Makefile.am: corrected an error in library naming
19483
19484Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19485
19486 * integrated code developped at W3C
19487 * changed the original Copyright
19488 * migrated to automake
19489 * prefixed the filenames by xml_ to avoid filename clashes
19490
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019491#
19492# vim: set enc=utf-8
19493#