blob: 1c03942bef9ffcd44f63a80e835c4f8a08fc05c1 [file] [log] [blame]
Daniel Veillard43bc89c2009-03-23 19:32:04 +00001Mon Mar 23 20:27:15 CET 2009 Daniel Veillard <daniel@veillard.com>
2
3 * tree.c: add a missing check in xmlAddSibling, patch by Kris Breuker
4 * xmlIO.c: avoid xmlAllocOutputBuffer using XML_BUFFER_EXACT which
5 leads to performances problems especially on Windows.
6
William M. Brackec5b1fd2009-03-03 06:31:43 +00007Tue Mar 3 14:30.28 HKT 2009 William Brack <wbrack@mmm.com.hk>
8
9 * trio.h: changed include of config.h to be surrounded by
10 quotation marks #570806
11
Daniel Veillard01101202009-02-21 09:22:04 +000012Sat Feb 21 10:20:34 CET 2009 Daniel Veillard <daniel@veillard.com>
13
14 * threads.c parser.c: more warnings about xmlCleanupThreads and
15 xmlCleanupParser to avoid troubles like #571409
16
Daniel Veillardcb0ae192009-02-20 08:40:55 +000017Fri Feb 20 09:40:04 CET 2009 Daniel Veillard <daniel@veillard.com>
18
19 * xmlwriter.c: cleanups and error reports when xmlTextWriterVSprintf
20 fails, by Jinmei Tatuya
21
Daniel Veillardeb0a0b22009-02-20 08:19:53 +000022Fri Feb 20 09:18:56 CET 2009 Daniel Veillard <daniel@veillard.com>
23
24 * xmlwriter.c: remove a couple of leaks on errors reported by
25 Jinmei Tatuya
26
Daniel Veillard97ff9b32009-01-18 21:43:30 +000027Sun Jan 18 22:37:59 CET 2009 Daniel Veillard <daniel@veillard.com>
28
29 * configure.in doc/xml.html doc/*: preparing 0.7.3 release
30 * include/libxml/parserInternals.h SAX2.c: fix a typo in a name
31
Daniel Veillardf63085d2009-01-18 20:53:59 +000032Sun Jan 18 21:48:28 CET 2009 Daniel Veillard <daniel@veillard.com>
33
34 * include/libxml/parser.h include/libxml/xmlwriter.h
35 include/libxml/relaxng.h include/libxml/xmlversion.h.in
36 include/libxml/xmlwin32version.h.in include/libxml/valid.h
37 include/libxml/xmlschemas.h include/libxml/xmlerror.h:
38 port patch from Marcus Meissner to add gcc checking for
39 printf like functions parameters, should fix #65068
40 * doc/apibuild.py doc/*: modified the script accordingly
41 and regenerated
42 * xpath.c xmlmemory.c threads.c: fix a few warnings
43
Daniel Veillardd032a5b2009-01-18 19:41:26 +000044Sun Jan 18 20:40:42 CET 2009 Daniel Veillard <daniel@veillard.com>
45
46 * include/libxml/xmlwin32version.h.in: windows header should
47 get the same define
48
Daniel Veillardd4d47052009-01-18 17:26:02 +000049Sun Jan 18 18:22:33 CET 2009 Daniel Veillard <daniel@veillard.com>
50
51 * include/libxml/xmlversion.h.in include/libxml/xmlmemory.h:
52 apply patch from Marcus Meissner to add gcc attribute alloc_size
53 should fix #552505
54 * doc/apibuild.py doc/* testapi.c: regenerate the API
55 * include/libxml/parserInternals.h: fix a comment problem raised
56 by apibuild.py
57
Daniel Veillardd4a3f242009-01-18 15:41:30 +000058Sun Jan 18 16:39:01 CET 2009 Daniel Veillard <daniel@veillard.com>
59
60 * threads.c: also remove pthread key when stopping thread
61 support, patch based on Alex Ott one should fix #564723
62
Daniel Veillardbf2ebff2009-01-18 14:57:04 +000063Sun Jan 18 15:55:18 CET 2009 Daniel Veillard <daniel@veillard.com>
64
65 * threads.c: patch from Daniel Zimmermann fixing a memory leak
66 in an edge case, solves #562230
67
Daniel Veillard1fb2e0d2009-01-18 14:08:36 +000068Sun Jan 18 15:06:05 CET 2009 Daniel Veillard <daniel@veillard.com>
69
70 * include/libxml/parserInternals.h SAX2.c: add a new define
Daniel Veillard97ff9b32009-01-18 21:43:30 +000071 XML_MAX_TEXT_LENGTH limiting the maximum size of a single text
Daniel Veillard1fb2e0d2009-01-18 14:08:36 +000072 node, the defaultis 10MB and can be removed with the HUGE
73 parsing option
74
Rob Richardsb9ed0172009-01-05 17:28:50 +000075Mon Jan 05 18:28:41 CET 2009 Rob Richards <rrichards@cdatazone.org>
76
77 * include/libxml/parser.h parser.c: add XML_PARSE_OLDSAX parser
78 option to enable pre 2.7 SAX behavior.
79
Rob Richards810a78b2008-12-31 22:13:57 +000080Wed Dec 31 23:11:37 CET 2008 Rob Richards <rrichards@cdatazone.org>
81
82 * tree.c: set doc on last child tree in xmlAddChildList for
83 bug #546772. Fix problem adding an attribute via with xmlAddChild
84 reported by Kris Breuker.
85
Rob Richards5a7d8bd2008-12-27 13:17:43 +000086Sun Dec 27 14:16:13 CET 2008 Rob Richards <rrichards@cdatazone.org>
87
88 * xmlwriter.c: fix indenting in xmlTextWriterFullEndElement for
89 bug# 554353.
90
Daniel Veillardbe2bd6a2008-11-27 15:26:28 +000091Thu Nov 27 16:24:52 CET 2008 Daniel Veillard <daniel@veillard.com>
92
93 * include/libxml/tree.h tree.c python/generator.py: adds
94 element traversal support
95 * valid.c: avoid a warning
96 * doc/*: regenerated
97
Daniel Veillard1dc9feb2008-11-17 15:59:21 +000098Mon Nov 17 16:56:18 CET 2008 Daniel Veillard <daniel@veillard.com>
99
100 * SAX2.c parser.c: fix for CVE-2008-4226, a memory overflow
101 when building gigantic text nodes, and a bit of cleanup
102 to better handled out of memory problem in that code.
103 * tree.c: fix for CVE-2008-4225, lack of testing leads to
104 a busy loop test assuming one have enough core memory.
105
Daniel Veillard6b099012008-11-06 13:47:39 +0000106Thu Nov 6 14:34:35 CET 2008 Daniel Veillard <daniel@veillard.com>
107
108 * xmllint.c: Matthias Kaehlcke reported a build problem when
109 not compiling HTML support in.
110
Daniel Veillardb40744e2008-10-17 13:26:44 +0000111Fri Oct 17 15:24:08 CEST 2008 Daniel Veillard <daniel@veillard.com>
112
113 * configure.in doc/Makefile.am: patch from Adrian Bunk which
114 adds --disable-rebuild-docs to avoid rebuilding them
115
Daniel Veillard7f4547c2008-10-03 07:58:23 +0000116Fri Oct 3 09:43:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
117
118 * configure.in doc/* NEWS: preparing the release of 2.7.2
119 * dict.c: fix the Solaris portability issue
120 * parser.c: additional cleanup on #554660 fix
121 * test/ent13 result/ent13* result/noent/ent13*: added the
122 example in the regression test suite.
123 * HTMLparser.c: handle leading BOM in htmlParseElement()
124
Daniel Veillard34a7fc32008-10-02 20:55:10 +0000125Thu Oct 2 22:53:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
126
127 * parser.c: fix a nasty bug introduced when cleaning up
128 entities processing in 2.7.x , fixes #554660
129
Daniel Veillarda57ba4c2008-09-25 16:06:18 +0000130Thu Sep 25 18:04:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
131
132 * HTMLparser.c: fix an HTML parsing error on large data sections
133 reported by Mike Day
134 * test/HTML/utf8bug.html result/HTML/utf8bug.html.err
135 result/HTML/utf8bug.html.sax result/HTML/utf8bug.html: add the
136 reproducer to the test suite
137
Daniel Veillard2e36da92008-09-25 15:36:43 +0000138Thu Sep 25 17:35:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
139
140 * runxmlconf.c: fix compilation if XPath is not included
141
Daniel Veillard7e65fad2008-09-25 14:55:21 +0000142Thu Sep 25 16:54:04 CEST 2008 Daniel Veillard <daniel@veillard.com>
143
144 * xmlreader.c: patch from Riccardo Scussat fixing custom error
145 handlers problems.
146
Daniel Veillard856d9282008-09-25 14:31:40 +0000147Thu Sep 25 16:30:11 CEST 2008 Daniel Veillard <daniel@veillard.com>
148
149 * include/libxml/xmlsave.h xmlsave.c: new options to serialize
150 as XML/HTML/XHTML and restore old entry point behaviours
151
Daniel Veillarda7036d92008-09-01 14:50:19 +0000152Mon Sep 1 16:49:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
153
154 * doc/xml.html doc/news.html configure.in python/setup.py NEWS:
155 prepare release of 2.7.1
156
Daniel Veillard074f37e2008-09-01 13:38:22 +0000157Mon Sep 1 15:35:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
158
159 * schematron.c xpath.c: applied a couple of patches from Martin
160 avoiding some leaks, fixinq QName checks in XPath, XPath debugging
161 and schematron code cleanups.
162 * python/tests/Makefile.am python/tests/xpathleak.py: add the
163 specific regression tests, just tweak it to avoid output by default
164
Daniel Veillardda3fee42008-09-01 13:08:57 +0000165Mon Sep 1 15:02:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
166
167 * trionan.c: Borland C fix from Moritz Both
168 * testapi.c: regenerate, workaround a problem for buffer testing
169 * xmlIO.c HTMLtree.c: new internal entry point to hide even better
170 xmlAllocOutputBufferInternal
171 * tree.c: harden the code around buffer allocation schemes
172 * parser.c: restore the warning when namespace names are not absolute
173 URIs
174 * runxmlconf.c: continue regression tests if we get the expected
175 number of errors
176 * Makefile.am: run the python tests on make check
177 * xmlsave.c: handle the HTML documents and trees
178 * python/libxml.c: convert python serialization to the xmlSave APIs
179 and avoid some horrible hacks
180
Daniel Veillard15724252008-08-30 15:01:04 +0000181Sat Aug 30 16:58:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
182
183 * configure.in, doc/*: preparing 2.7.0 release
184 * tree.c: remove some testing traces
185 * parser.c xmlIO.c xmlschemas.c: remove some warnings
186
Daniel Veillarde83e93e2008-08-30 12:52:26 +0000187Sat Aug 30 14:50:16 CEST 2008 Daniel Veillard <daniel@veillard.com>
188
189 * include/libxml/tree.h tree.c: make a new kind of buffer where
190 shrinking and adding in head can avoid reallocation or full
191 buffer memmoves
192 * encoding.c xmlIO.c: use the new kind of buffers for output
193 buffers
194
Daniel Veillard28b7b4b2008-08-30 08:19:02 +0000195Sat Aug 30 10:18:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
196
197 * doc/* testapi.c: regenerated
198
Daniel Veillard4cc67bb2008-08-29 19:58:23 +0000199Fri Aug 29 21:53:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
200
201 * doc/examples/reader3.c: patch from Robert Schwebel , allows to
202 compile the example if configured without output support fixes
203 #545582
204 * Makefile.am: add testrecurse to the make check tests
205 * HTMLparser.c: if the parser got a encoding argument it should be
206 used over what the meta specifies, patch fixing #536346
207
Daniel Veillardcba68392008-08-29 12:43:40 +0000208Fri Aug 29 14:41:38 CEST 2008 Daniel Veillard <daniel@veillard.com>
209
210 * parser.c: a couple more fixes
Daniel Veillard4cc67bb2008-08-29 19:58:23 +0000211 * nanohttp.c nanoftp.c: patch from Andreas Färber to compile on Haiku
212 fixes #527880
Daniel Veillardcba68392008-08-29 12:43:40 +0000213 * doc/examples/*: regenerated
214
Daniel Veillard0161e632008-08-28 15:36:32 +0000215Thu Aug 28 17:31:46 CEST 2008 Daniel Veillard <daniel@veillard.com>
216
217 * parser.c include/libxml/parser.h: completely different fix for
218 the recursion detection based on entity density, big cleanups
219 in the entity parsing code too
220 * result/*.sax*: the parser should not ask for used defined versions
221 of the predefined entities
222 * testrecurse.c: automatic test for entity recursion checks
223 * Makefile.am: added testrecurse
224 * test/recurse/lol* test/recurse/good*: a first set of tests for
225 the recursion
226
Daniel Veillard49d44052008-08-27 19:57:06 +0000227Wed Aug 27 21:55:34 CEST 2008 Daniel Veillard <daniel@veillard.com>
228
229 * include/libxml/xmlerror.h parser.c: a bit of cleanup and
230 added checks based on the regression tests of the xmlconf suite
231
Daniel Veillardf582d142008-08-27 17:23:41 +0000232Wed Aug 27 19:22:35 CEST 2008 Daniel Veillard <daniel@veillard.com>
233
234 * uri.c: bug in parsing RFC 3986 uris with port numbers
235
Daniel Veillardbfa5cf12008-08-27 15:33:28 +0000236Wed Aug 27 17:30:48 CEST 2008 Daniel Veillard <daniel@veillard.com>
237
238 * configure.in Makefile.am: add an --with-coverage configure option
239 and a 'make cov' target based on gcc profiling and the lcov
240 tool. Currently at 68.9% coverage out of 'make check' and
241 runsuite executions.
242 * xmlreader.c: remove warnings due to C++ comments
243
Daniel Veillarda8f09ce2008-08-27 13:02:01 +0000244Wed Aug 27 15:00:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
245
246 * include/libxml/parserInternals.h parser.c: cleanup entity
247 pushing error handling based on a patch from Ashwin
248
Daniel Veillard2cba4152008-08-27 11:45:41 +0000249Wed Aug 27 13:41:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
250
251 * threads.c: fix a small initialization problem raised by Ashwin
252 * testapi.c gentest.py: increase testing especially for document
253 with an internal subset, and entities
254 * tree.c: fix a deallocation issue when unlinking entities from
255 a document.
256 * valid.c: fix a missing entry point test not found previously.
257 * doc/*: regenerated the APIs, docs etc.
258
Daniel Veillard8915c152008-08-26 13:05:34 +0000259Tue Aug 26 15:02:58 CEST 2008 Daniel Veillard <daniel@veillard.com>
260
261 * include/libxml/parser.h parser.c xmllint.c: strengthen some
262 of the internal parser limits, add an XML_PARSE_HUGE option
263 to bypass them all. More internal parser limits will still need
264 to be added.
265
Daniel Veillardbf9c1da2008-08-26 07:46:42 +0000266Tue Aug 26 09:42:08 CEST 2008 Daniel Veillard <daniel@veillard.com>
267
268 * Makefile.am: add the testchar to 'make check'
269 * xmlschemas.c: Volker Grabsch pointed out a typo
270 * xmlregexp.c: production [19] from XML Schemas regexps were a
271 mistake removed in version REC-xmlschema-2-20041028, Volker Grabsch
272 provided a patch to remove it
273 * test/schemas/regexp-char-ref_0.xml test/schemas/regexp-char-ref_0.xsd
274 test/schemas/regexp-char-ref_1.xsd result/schemas/regexp-char-ref_0_0
275 result/schemas/regexp-char-ref_1_0: Volker Grabsch also provided
276 regession tests for this
277
Daniel Veillard54bd29b2008-08-26 07:26:55 +0000278Tue Aug 26 09:25:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
279
280 * include/libxml/parser.h xinclude.c xmllint.c: patch based on
281 Wieant Nielander contribution to add the option of not doing
282 URI base fixup in XInclude
283
Daniel Veillardaa6de472008-08-25 14:53:31 +0000284Mon Aug 25 16:52:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
285
286 * xmlreader.c: applied patch from Aswin to fix tree skipping
287 * include/libxml/entities.h entities.c: fixed a comment and
288 added a new xmlNewEntity() entry point
289 * runtest.c: be less verbose
290 * tree.c: space and tabs cleanups
291
Daniel Veillardf4f4e482008-08-25 08:57:48 +0000292Mon Aug 25 10:56:30 CEST 2008 Daniel Veillard <daniel@veillard.com>
293
294 * include/libxml/entities.h entities.c SAX2.c parser.c: rework
295 the patch to avoid some ABI issue with people allocating
296 entities structure directly
297
Daniel Veillard4bf899b2008-08-20 17:04:30 +0000298Wed Aug 20 19:02:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
299
300 * include/libxml/parser.h include/libxml/entities.h entities.c
301 parserInternals.c parser.c: fix for CVE-2008-3281
302
Rob Richards117baa02008-08-10 17:07:33 +0000303Sun Aug 10 17:06:13 CEST 2008 Rob Richards <rrichards@ctindustries.net>
304
305 * dict.c: fix non GNUC builds.
306
Daniel Veillard0765ae82008-08-08 12:14:37 +0000307Fri Aug 8 14:13:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
308
309 * makefile.am: adding a check-valgrind target
310
Daniel Veillardd330f182008-08-08 12:03:22 +0000311Fri Aug 8 14:01:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
312
313 * Makefile.am testdict.c: add the new test in 'make check' and
314 update it to check subdictionaries processing.
315
Daniel Veillardd68f8912008-08-08 10:09:19 +0000316Fri Aug 8 12:07:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
317
318 * testdict.c: added a program to regression test the dictionary code
319 * dict.c: improve the lookup efficiency by caching the key.
320
Daniel Veillardffda65f2008-08-07 16:33:49 +0000321Thu Aug 7 18:30:55 CEST 2008 Daniel Veillard <daniel@veillard.com>
322
323 * dict.c: chased and found a couple of nasty issues
324
CEST 2008 Sven Herzbergdc41d862008-08-07 13:52:30 +0000325Thu Aug 7 15:51:31 CEST 2008 Sven Herzberg <sven@imendio.com>
326
327 Bug 546629 – runtests doesn't pass on my mac
328 Reviewed by William M. Brack.
329
330 * runtest.c: use libpthread on Mac OS X as well
331
Daniel Veillard84c45df2008-08-06 10:26:06 +0000332Wed Aug 6 12:24:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
333
334 * uri.c: allow [ and ] in fragment identifiers, 3986 disallow them
335 but it's widely used for XPointer, and would break DocBook
336 processing among others
337
Daniel Veillard424785e2008-08-06 09:35:25 +0000338Wed Aug 6 11:32:21 CEST 2008 Daniel Veillard <daniel@veillard.com>
339
340 * dict.c: change the big key algorithm to work properly with QName
341 too, fix a bug with dict size and sub dictionaries
342
Daniel Veillardd7af5552008-08-04 15:29:44 +0000343Mon Aug 4 17:27:27 CEST 2008 Daniel Veillard <daniel@veillard.com>
344
345 * uri.c include/libxml/uri.h: rewrite the URI parser to update to
346 rfc3986 (from 2396)
347 * test/errors/webdav.xml result/errors/webdav.xml*: removed the
348 error test, 'DAV:' is a correct URI under 3986
349 * Makefile.am: small cleanup in make check
350
Daniel Veillardae0765b2008-07-31 19:54:59 +0000351Thu Jul 31 21:49:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
352
353 * runxmlconf.c: more progresses against the official regression tests
354 * runsuite.c: small cleanup for non-leak reports
355 * include/libxml/tree.h: parsing flags and other properties are
356 now added to the document node, this is generally useful and
357 allow to make Name and NmToken validations based on the parser
358 flags, more specifically the 5th edition of XML or not
359 * HTMLparser.c tree.c: small side effects for the previous changes
360 * parser.c SAX2.c valid.c: the bulk of teh changes are here,
361 the parser and validation behaviour can be affected, parsing
362 flags need to be copied, lot of changes. Also fixing various
363 validation problems in the regression tests.
364
Daniel Veillard37334572008-07-31 08:20:02 +0000365Thu Jul 31 10:15:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
366
367 * runxmlconf.c: added a skipped list, insert rmt-ns10-035
368 * Makefile.am: improve 'make check'
369 * include/libxml/xmlerror.h parser.c: clean up namespace errors
370 checking and reporting, errors when a document is labelled
371 as UTF-16 while it is parsed as UTF-8 and no encoding was given
372 explicitely.
373 * result/errors/webdav.xml.*: some warnings are no recategorized
374 as Namespace errors
375
Daniel Veillard09459bf2008-07-30 12:58:11 +0000376Wed Jul 30 14:55:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
377
378 * include/libxml/xmlmemory.h xmlmemory.c: add xmlMemDisplayLast to
379 help debug incremental memory leaks, and some cleanups
380 * runxmlconf.c: use that new call and avoid ever touching the
381 system catalog in the regression tests
382
Daniel Veillard40ec29a2008-07-30 12:35:40 +0000383Wed Jul 30 14:33:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
384
385 * parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load
386 an 1.1 entity
387 * runxmlconf.c: when using entities make sure we load them
388
Daniel Veillard051d52c2008-07-29 16:44:59 +0000389Tue Jul 29 18:43:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
390
391 * parser.c: fix a bug not detecting cross entity comments probably
392 when comment parsing got optimized.
393 * Makefile.am: add make check
394 * runxmlconf.c: fix the log file name
395
Daniel Veillard7e5c3f42008-07-29 16:12:31 +0000396Tue Jul 29 18:09:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
397
398 * runxmlconf.c Makefile.am: add a C program to run the W3C test
399 suite, work in progress
400 * xmllint.c: add a new option --oldxml10 to use the old parser
401 * parser.c: fix the XML_PARSE_OLD10 processing of the new option
402 and a bug in version parsing
403
Daniel Veillard45490ae2008-07-29 09:13:19 +0000404Tue Jul 29 11:12:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
405
406 * xpath.c: space and tabs cleanup
407
Daniel Veillard34e3f642008-07-29 09:02:27 +0000408Tue Jul 29 10:59:36 CEST 2008 Daniel Veillard <daniel@veillard.com>
409
410 * include/libxml/parser.h include/libxml/xmlerror.h parser.c:
411 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
412 to stick to old behaviour
413 * testapi.c gentest.py: modified slightly and regenerated
414 * Makefile.am: add testchar
415
Daniel Veillardabade012008-07-24 15:05:38 +0000416Thu Jul 24 16:57:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
417
418 * Makefile.am testchar.c Makefile.tests README.tests: add a
419 new regression test program for testing character ranges and
420 UTF8 encoding/decoding
421
Daniel Veillardbf0324f2008-07-23 13:35:50 +0000422Wed Jul 23 15:32:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
423
424 * libxml.spec.in: fix the build root
425
William M. Brackf8477002008-07-17 05:29:16 +0000426Wed Jul 16 22:28:48 PDT 2008 William Brack <wbrack@mmm.com.hk>
427
428 * pattern.c: fix problem with xmlStreamPop when pattern includes
429 a "." element (see discussion on libxslt list)
430
Daniel Veillard45efd082008-07-07 13:52:52 +0000431Mon Jul 7 15:49:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
432
433 * SAX2.c: fix line number on text nodes, problem raised by Ralf Junker
434
Rob Richardsc6947bb2008-06-29 15:04:41 +0000435Sun Jun 29 17:04:28 CEST 2008 Rob Richards <rrichards@ctindustries.net>
436 * xmlschemas.c: fix crash with invalid whitespace facet
437
Daniel Veillard984e5692008-06-11 08:14:22 +0000438Wed Jun 11 10:13:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
439
440 * doc/xml.html doc/FAQ.html: add a section in the FAQ about
441 multithread and xmlCleanupParser
442
Daniel Veillard63806b52008-06-10 14:56:11 +0000443Tue Jun 10 16:52:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
444
445 * catalog.c: apply a couple of fixes based on a Coverity report
446 forwarded by Derrick Price.
447 * VxWorks/README VxWorks/Makefile VxWorks/build.sh: instructions
448 Makefile, and shell script to build on VxWorks 6.4+ provided by
449 Jim Wert.
450
Daniel Veillard39801e52008-06-03 16:08:54 +0000451Tue Jun 3 18:07:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
452
453 * python/generator.py python/setup.py: apply patch from Martin fixing
454 python whitespaces
455 * NEWS: following previous commit rebuilt now in UTF-8
456
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000457Mon Jun 2 17:39:42 CEST 2008 Daniel Veillard <daniel@veillard.com>
458
459 * ChangeLog: patch from Hans de Goede to switch the file to UTF-8
460 * doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of
461 ISO-8859-1
462
Daniel Veillardad559982008-05-12 13:15:35 +0000463Mon May 12 15:12:44 CEST 2008 Daniel Veillard <daniel@veillard.com>
464
465 * xmlregexp.c: avoid a regexp crash, should fix #523738
466
Daniel Veillard438ebbd2008-05-12 12:58:46 +0000467Mon May 12 14:56:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
468
469 * xmlschemas.c runtest.c testapi.c include/libxml/xmlreader.h
470 python/types.c python/libxml_wrap.h python/libxml.c: fx compilation
471 when configured without the reader should fix #513110
472 * doc/*: regenerated
473
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000474Sat May 3 14:33:29 CEST 2008 Rob Richards <rrichards@ctindustries.net>
475
476 * dict.c: check for stdint.h and define types when using MSVC
477
Daniel Veillard87303e32008-04-28 18:07:29 +0000478Mon Apr 28 20:06:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
479
480 * parserInternals.c: applied patch from Ashwin to avoid a potential
481 double-free
482
Daniel Veillarded86dc22008-04-24 11:58:41 +0000483Thu Apr 24 13:56:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
484
485 * uri.c: applied patch from Ashwin fixing a number of realloc problems
486 * HTMLparser.c: improve handling for misplaced html/head/body
487
Daniel Veillarde9100a52008-04-22 08:28:50 +0000488Tue Apr 22 10:27:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
489
490 * dict.c: improvement on the hashing of the dictionnary, with visible
491 speed up as the number of strings in the hash increases, work from
492 Stefan Behnel
493
Daniel Veillarddee23482008-04-11 12:58:43 +0000494Fri Apr 11 14:44:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
495
496 * include/libxml/xmlschemas.h xmlschemas.c: added new function
497 xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
498 * doc/apibuild.py doc/*: regenerated the doc, chased why the new
499 function didn't got any documentation, added more checking in the
500 generator
501 * include/libxml/relaxng.h include/libxml/schematron.h
502 include/libxml/xmlschemas.h include/libxml/c14n.h
503 include/libxml/xmlregexp.h include/libxml/globals.h
504 include/libxml/xmlreader.h threads.c xmlschemas.c: various changes
505 and cleanups following the new reports
506
507
Daniel Veillard33fe2882008-04-10 08:09:25 +0000508Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
509
510 * Makefile.am: extend the cleanup rule
511 * xmlschemas.c: space cleanup
512
Rob Richardsc3e24352008-04-09 17:49:09 +0000513Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
514
515 * include/wsockcompat.h: support older win32 platforms when building
516 with newer versions of VS
517
Daniel Veillard596da972008-04-08 14:58:41 +0000518Tue Apr 8 16:56:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
519
520 * configure.in NEWS doc/*: preparing release of 2.6.32
521
Daniel Veillarded939f82008-04-08 08:20:08 +0000522Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
523
524 * tree.c: fix a bug introduced when fixing #438208 and reported by
525 Ashwin
526 * python/generator.py: fix an infinite loop bug
527
Daniel Veillard354cf5c2008-04-07 12:46:48 +0000528Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com>
529
530 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
531 * docs/*: rebuilt
532
Daniel Veillard2135fc22008-04-04 16:10:51 +0000533Fri Apr 4 18:09:50 CEST 2008 Daniel Veillard <daniel@veillard.com>
534
535 * parser.c: improve the *Recover* functions documentation
536
Daniel Veillard6ccc56d2008-04-03 12:59:06 +0000537Thu Apr 3 14:57:15 CEST 2008 Daniel Veillard <daniel@veillard.com>
538
539 * parser.c: patch from Mark Rowe fixing BOM or encoding detection
540 in external parsed entities, should fix #440415
541
Daniel Veillard8f6c2b12008-04-03 11:17:21 +0000542Thu Apr 3 13:16:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
543
544 * tree.c: fix some problems with the *EatName functions when
545 running out of memory raised by Eric Schrock , should fix #438208
546
Daniel Veillardbfc42632008-04-03 10:43:52 +0000547Thu Apr 3 12:41:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
548
549 * xmlschemastypes.c: horror around the definition of the lexical
550 values for decimal and derived types, fixing to reject empty
551 values, should fix #503268
552
Daniel Veillardf1245392008-04-03 09:46:34 +0000553Thu Apr 3 11:44:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
554
555 * encoding.c: buffer may not be large enough to convert to
556 UCS4, patch from Christian Fruth , fixes #504015
557
Daniel Veillard36de63e2008-04-03 09:05:05 +0000558Thu Apr 3 11:02:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
559
560 * HTMLparser.c: apparently it's okay to forget the semicolumn after
561 entity refs in HTML, fixing char refs parsing accordingly based on
562 T. Manske patch, this should fix #517653
563
Daniel Veillardfa750972008-04-03 07:31:25 +0000564Thu Apr 3 09:30:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
565
566 * error.c: avoid a scary realloc() loop should fix #520383
567
Daniel Veillarda4ba09d2008-04-03 06:24:04 +0000568Thu Apr 3 08:22:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
569
570 * parser.c: more realloc problems pointed out by Ashwin
571
Daniel Veillardff8b5412008-04-03 05:41:28 +0000572Thu Apr 3 07:40:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
573
574 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean,
575 fixes #520387
576
Daniel Veillarde43579b2008-04-03 04:56:04 +0000577Thu Apr 3 06:52:32 CEST 2008 Daniel Veillard <daniel@veillard.com>
578
579 * include/libxml/xpath.h: small doc improvement for xmlXPathContext
580 from Jack Jansen, fixes #524759
581 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
582
Daniel Veillardf88d8492008-04-01 08:00:31 +0000583Tue Apr 1 09:59:22 CEST 2008 Daniel Veillard <daniel@veillard.com>
584
585 * xpath.c: two patches from Alvaro Herrera to avoid problem when
586 running out of memory in XPath evaluations.
587
Daniel Veillard68b6e022008-03-31 09:26:00 +0000588Mon Mar 31 11:23:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
589
590 * parser.c: lot of out of memory handling fixes from Ashwin
591 * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
592 * include/libxml/threads.h: indenting cleanups
593
Daniel Veillard05b37c62008-03-31 08:27:07 +0000594Mon Mar 31 10:25:37 CEST 2008 Daniel Veillard <daniel@veillard.com>
595
596 * parser.c docs/*: trying to clarify even more the xmlCleanupParser()
597 use and the memory documentation
598
Daniel Veillarddc171602008-03-26 17:41:38 +0000599Wed Mar 26 18:39:58 CET 2008 Daniel Veillard <daniel@veillard.com>
600
601 * parser.c: changes based on Alex Khesin patch where xmlParseCharRef
602 seems to not be checked correctly, fixes #520198
603
Daniel Veillard6a31b832008-03-26 14:06:44 +0000604Wed Mar 26 15:03:49 CET 2008 Daniel Veillard <daniel@veillard.com>
605
606 * parser.c: patch from Ashwin to avoid a problem of attribute
607 redefinition in the DTD. Remove a warning too.
608
Daniel Veillardb3e45362008-03-26 13:39:31 +0000609Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
610
611 * xmlschemas.c: fix a problem in externalSubsetSplit with a patch
612 from Ashwin
613
Daniel Veillard97c9ce22008-03-25 16:52:41 +0000614Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
615
616 * parser.c: fix various attribute normalisation problems reported
617 by Ashwin
618 * result/c14n/without-comments/example-4
619 result/c14n/with-comments/example-4: this impacted the result of
620 two c14n tests :-\
621 * test/att9 test/att10 test/att11 result//att9* result//att10*
622 result//att11*: added 3 specific regression tests coming from the
623 XML spec revision and from Ashwin
624
Daniel Veillarde54c3172008-03-25 13:22:41 +0000625Tue Mar 25 14:20:49 CET 2008 Daniel Veillard <daniel@veillard.com>
626
627 * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
628 should fix #524253
629
Daniel Veillard8bf64ae2008-03-24 20:45:21 +0000630Mon Mar 24 21:42:33 CET 2008 Daniel Veillard <daniel@veillard.com>
631
632 * parser.c: fix a problem reported by Ashwin for system parameter
633 entities referenced from entities in external subset, add a
634 specific loading routine.
635 * test/valid/dtds/external.ent test/valid/dtds/external2.ent
636 test/valid/t11.xml result/valid/t11.xml*: added the test to
637 the regression suite
638
Daniel Veillard77fbc3e2008-03-24 14:06:19 +0000639Mon Mar 24 15:04:54 CET 2008 Daniel Veillard <daniel@veillard.com>
640
641 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
642 when testing with W3C test suite
643
Daniel Veillard14d465d2008-03-24 11:12:55 +0000644Mon Mar 24 12:12:00 CET 2008 Daniel Veillard <daniel@veillard.com>
645
646 * threads.c: check some allocation with Ashwin patch
647
Daniel Veillard24d87d92008-03-19 15:43:00 +0000648Wed Mar 19 16:41:52 CET 2008 Daniel Veillard <daniel@veillard.com>
649
650 * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
651
Daniel Veillardddbe38b2008-03-18 08:24:25 +0000652Tue Mar 18 09:23:05 CET 2008 Daniel Veillard <daniel@veillard.com>
653
654 * threads.c: check some malloc returns with Ashwin patch, add
655 error messages and reindent the module.
656
Daniel Veillard14dad702008-03-14 14:29:40 +0000657Fri Mar 14 15:28:43 CET 2008 Daniel Veillard <daniel@veillard.com>
658
659 * xmlreader.c: patch from Ashwin removing duplicate tests
660
Daniel Veillardc4b0deb2008-03-14 12:46:42 +0000661Fri Mar 14 13:44:29 CET 2008 Daniel Veillard <daniel@veillard.com>
662
663 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
664 applied patch from Tobias Minich to allow plugin schematron error
665 reporting in the normal error system, should fix #513998
666
Daniel Veillard37d2d162008-03-14 10:54:00 +0000667Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
668
669 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
670 leaks, should fix 512647
671
Daniel Veillard10bda622008-03-13 07:27:24 +0000672Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
673
674 * xmlregexp.c: found a nasty bug in regexp automata build,
675 reported by Ashwin and Bjorn Reese
676
Daniel Veillard35fcbb82008-03-12 21:43:39 +0000677Wed Mar 12 18:56:22 CET 2008 Daniel Veillard <daniel@veillard.com>
678
679 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
680 html within html bogus data, still not a complete fix though
681
Daniel Veillard5d279c92008-03-12 09:32:04 +0000682Wed Mar 12 10:22:01 CET 2008 Daniel Veillard <daniel@veillard.com>
683
684 * python/types.c: fix a memory errro when using namespace nodes
685 returned from XPath queries, should fix #521699
686 * python/tests/Makefile.am python/tests/xpathns.py: add a specific
687 regression test for it
688
Rob Richardsa544c182008-03-10 15:26:27 +0000689Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
690
691 * include/win32config.h: add ICONV_CONST define for win32 build
692 to satisfy encoding.c change in rev 3693
693
Daniel Veillardd0d2f092008-03-07 16:50:21 +0000694Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
695
696 * xmlsave.c parser.c: fix handling of empty CDATA nodes as
697 reported and discussed around #514181 and associated patches
698 * test/emptycdata.xml result/emptycdata.xml*
699 result/noent/emptycdata.xml: added a specific test in the
700 regression suite.
701
Daniel Veillard57c9db02008-03-06 14:37:10 +0000702Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
703
704 * encoding.c: poblem with encoding detection for UTF-16 reported by
705 Ashwin and found by Bill
706 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
707 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
708 the example to the regression tests
709
Daniel Veillardccc476f2008-03-04 13:19:49 +0000710Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
711
712 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
713 a text node.
714 * parser.c: fixed the comment for xmlParserCleanup
715 * globals.c: fixed indentation
716
Daniel Veillard70e20ad2008-02-25 15:44:43 +0000717Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
718
719 * testModule.c: patch from Florent Guiliani to fix build on
720 SCO OpenServer
721
Daniel Veillard30663512008-02-21 22:31:55 +0000722Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
723
724 * debugXML.c: made one of the changes suggested by Brian Krahmer
725 * testRegexp.c: allow to pass '--' on the command line to allow
726 regexps starting with the character '-'
727
Daniel Veillard5ac88232008-02-19 07:54:52 +0000728Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
729
730 * python/Makefile.am python/tests/Makefile.am: applied cleanup
731 patches for cross compilation and MinGW from Roumen Petrov
732
Daniel Veillardc4ba8a42008-02-16 10:08:14 +0000733Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
734
735 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
736 Bill
737
Daniel Veillard6f8611f2008-02-15 08:33:21 +0000738Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
739
740 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
741 to simplify the processing of xmlSetProp()
742
Daniel Veillard8e1a46d2008-02-15 07:47:26 +0000743Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
744
745 * config.h.in configure.in encoding.c: patch from Roumen Petrov
746 to detect if iconv() needs a const for the second parameter
747
Daniel Veillardf3da06d2008-02-15 07:43:00 +0000748Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
749
750 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
751 from Florent Guiliani
752
Daniel Veillard3ff24112008-02-13 10:17:41 +0000753Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
754
755 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
756 output at the end of document.
757
Daniel Veillard851b2d02008-02-08 10:57:57 +0000758Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
759
760 * doc/examples/examples.xml: regenerated, it was truncated.
761
Daniel Veillard643fb5d2008-02-08 10:49:46 +0000762Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
763
764 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
765 compilation problems with Mingw32
766
Daniel Veillard041b6872008-02-08 10:37:18 +0000767Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
768
769 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
770 when '.' is used in a posCharGroup
771 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
772 added the test to the regression suite
773
Daniel Veillardb242b082008-02-08 09:56:31 +0000774Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
775
776 * dict.c: applied patch from Florent Guilian to remove an
777 useless mutex in the xmlDict structure.
778
779Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
780
781 * SAX2.c: another leak reported by Ashwin
782 * xinclude.c: fixed the behaviour when XIncluding a fragment
783 of the current document, patch from Chris Ryan
784
William M. Brackead35832008-02-06 04:12:46 +0000785Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
786
787 * nanohttp.c: added space for port number (when not 80) in
788 xmlNanoHTTPMethodRedir, plus a few more comments. Should
789 fix #514521.
790
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +0000791Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
792
793 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
794 error about the SAX callback in cdataBlockSplit when streaming
795 XSD validation
796
Daniel Veillard69f8a132008-02-05 08:37:56 +0000797Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
798
799 * uri.c: applied a patch based on Petr Sumbera one to avoid a
800 problem with paths starting with //
801
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000802Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
803
804 * doc/xml.html doc/xmlmem.html: added a small section on returning
805 memory to the kernel by compacting the heap provided by Wolfram Sang
806
Rob Richards82fbf572008-01-25 19:03:37 +0000807Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
808
809 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
810 patch by David Wimsey
811
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000812Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
813
814 * parser.c: fix a memeory leak in internal subset parsing with
815 a fix from Ashwin
816 * test/errors/content1.xml result/errors/content1.xml*:
817 add test to regressions
818
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000819Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
820
821 * configure.in doc/*: preparing release of 2.6.31
822
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000823Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
824
825 * parser.c: avoid a warning on 64bits introduced earlier
826 * parserInternals.c: make more checking on the UTF-8 input
827
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000828Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
829
830 * HTMLparser.c: avoid stopping parsing when encountering
831 out of range characters in an HTML file, report and
832 continue processing instead, should fix #472696
833
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000834Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
835
836 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
837 Makefile.am python/tests/Makefile.am python/Makefile.am
838 check-xsddata-test-suite.py: patches from John Carr to
839 start cleaning up 'make diskcheck' problems c.f. #506228
840
Daniel Veillard5608b172008-01-11 06:53:15 +0000841Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
842
843 * xmllint.c: apply fix from Stefan Kost to avoid a crash
844 in xmllint, fixes 504284
845
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000846Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
847
848 * xml2-config.in: apply patch from Fred Crozat to avoid
849 outputting -L/usr/lib from xml2-config, fixes #497012
850
Daniel Veillard640f89e2008-01-11 06:24:09 +0000851Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
852
853 * HTMLparser.c: fix definition for <embed> to avoid error
854 when saving back, patch from Stefan Behnel fixing 495213
855
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000856Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
857
858 * parser.c: applied patch from Christian Schmidt fixing a
859 column counter update problem, fixes #472696
860
Daniel Veillardac4118d2008-01-11 05:27:32 +0000861Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
862
863 * parser.c: handle a erroneous parsing of attributes in
864 case said attribute has been redeclared in the DTD with a
865 different type
866 * hash.c: fix the hash scanner to not crash if a first element
867 from the hash list is been removed in the callback
868
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000869Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
870
871 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
872 as raised by Felipe Pena, should fix #508156
873
Rob Richards3108ba92007-12-06 10:08:52 +0000874Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
875
876 * pattern.c: fix crash from double free of name for bug #501760
877
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000878Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
879
880 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
881 reported by Hannes Eder
882
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000883Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
884
885 * xmlregexp.c: remove a cut-and-paste copy error
886
Rob Richards91eb5602007-11-16 10:54:59 +0000887Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
888
889 * globals.c threads.c include/libxml/threads.h:
890 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
891 Patch from Marc-Antoine Ruel.
892
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000893Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
894
895 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
896 schema document ownership for bug #495215
897
Daniel Veillard2a512da2007-10-30 20:24:40 +0000898Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
899
900 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
901 should fix #491651
902
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000903Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
904
905 * testURI.c: add a debug option printing all the fields within
906 the parsed URI structure
907
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000908Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
909
910 * xmlsave.c: fix to avoid a crash when dumping an attribute from
911 an XHTML document, patch contributed to fix #485298
912
Daniel Veillardc821e032007-08-28 17:33:45 +0000913Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
914
915 * xmlregexp.c: another nasty regexp case fixed.
916 * test/regexp/ranges2 result/regexp/ranges2: added to regression
917 suite
918
William M. Brackec720082007-08-24 02:57:38 +0000919Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
920
921 * nanohttp.c: Enhanced to include port number (if not == 80) on the
922 "Header:" URL (bug #469681).
923 * xmlregexp.c: Fixed a typo causing a warning message.
924
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000925Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
926
927 * nanohttp.c: fix an open() call with creation without 3rd argument
928 hopefully that interface is never used.
929
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000930Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
931
932 * configure.in doc/*: preparing release of 2.6.30
933
William M. Brackf1794562007-08-23 12:58:13 +0000934Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
935
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000936 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +0000937 with object caching (bug #469410)
938
Daniel Veillard3888f472007-08-23 09:29:03 +0000939Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
940
941 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
942 applied patch from Frank Gross fixing Schemas IDC import bug
943 #455953 and also add the test to the regression suite
944
Daniel Veillard76d59b62007-08-22 16:29:21 +0000945Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
946
947 * xmlregexp.c: try to fix for the nth time the automata generation
948 in case of complex ranges. I suppose that time it is actually okay
949
Daniel Veillard3dcd3192007-08-14 13:46:54 +0000950Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
951
952 * parser.c: aligned xmlSAXUserParseMemory() to match
953 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
954 cleanup
955
Rob Richardsf779da32007-08-14 09:41:21 +0000956Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
957
958 * xmlIO.c: fixed windows path determination (patch from
959 Roland Schwarz, bug #462877)
960 * win32/Makefile.mingw win32/configure.js: fixed mingw build
961 (patch from Roland Schwarz, bug #462877)
962
Daniel Veillardda629342007-08-01 07:49:06 +0000963Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
964
965 * parser.c: fixed a parser bug where invalid char in comment may
966 not be detected, reported by Ashwin Sinha
967 * test/errors/comment1.xml result/errors/comment1.xml*: added
968 the example to the regression suite
969
Daniel Veillard3814a362007-07-26 11:41:46 +0000970Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
971
972 * xmlsave.c: fixed problem reported on bug #460415
973
William M. Brack50420192007-07-20 01:09:08 +0000974Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
975
976 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
977
William M. Brackb0a94e82007-07-18 18:04:55 +0000978Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
979
980 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
981 Fixes bug #454608.
982
Daniel Veillard65fcf272007-07-11 17:55:30 +0000983Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
984
985 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
986 should fix bug #358125
987
Daniel Veillardcaa19512007-07-04 15:42:46 +0000988Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
989
990 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
991 uses of xmlTextWriterStartDocument()
992
Daniel Veillard734e7662007-06-26 11:30:31 +0000993Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
994
995 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
996 argument occurs, should fix #450936
997
William M. Brack31700e62007-06-13 20:33:02 +0000998Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
999
1000 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
1001
Daniel Veillard38431c32007-06-12 16:20:09 +00001002Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
1003
Daniel Veillardc1b3fe02007-08-23 15:00:06 +00001004 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001005 * valid.c: patch from Dagfinn I. Mannsåker for idness of name
Daniel Veillard38431c32007-06-12 16:20:09 +00001006 in HTML, c.f. bug #305885.
1007
Daniel Veillarddbbd72b2007-06-12 15:15:52 +00001008Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
1009
1010 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
1011 should not have namespace processing.
1012
Daniel Veillarddfac9462007-06-12 14:44:32 +00001013Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
1014
1015 * parser.c: fixed the push mode when a big comment occurs before
1016 an internal subset, should close bug #438835
1017 * test/comment6.xml result//comment6.xml*: added a special
1018 test in the regression suite
1019
Daniel Veillardb9e5acc2007-06-12 13:43:00 +00001020Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
1021
1022 * parser.c: fix bug #414846 where invalid characters in attributes
1023 would sometimes not be detected.
1024 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
1025 test case to the regression tests
1026
Daniel Veillard3130fe92007-06-12 12:24:54 +00001027Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
1028
1029 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
1030 in GNU tar, should fix #396751
1031
Daniel Veillarddb670152007-06-12 10:04:37 +00001032Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
1033
1034 * python/types.c: try to allow compilation on old python version
1035 should fix #398125
1036
Daniel Veillardfcd02ad2007-06-12 09:49:40 +00001037Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
1038
1039 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
1040 fixes bug #438390
1041
Daniel Veillard5cdbbd22007-06-12 09:39:14 +00001042Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
1043
1044 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
1045
Daniel Veillardd8ed1052007-06-12 09:24:46 +00001046Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
1047
1048 * relaxng.c: fixed bug #407436 a crash in a specific case of
1049 Relax-NG validation
1050
Daniel Veillardbe8d9d32007-06-12 09:14:11 +00001051Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1052
1053 * catalog.c: fixed bug #383687, some case of recursion on next
1054 were not caught in the catalog code.
1055
Daniel Veillard861101d2007-06-12 08:38:57 +00001056Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1057
1058 * HTMLparser.c: fixed bug #381877, avoid reading over the end
1059 of stream when generating an UTF-8 encoding error.
1060
Daniel Veillard2e620862007-06-12 08:18:21 +00001061Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
1062
1063 * parser.c: fixed bug #366161, trivially added the check in
1064 xmlCtxtReset()
1065
Rob Richards90ee8df2007-06-08 19:47:37 +00001066Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1067
1068 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
1069 for VC8 build support to embed manifest within files. Under MS VC, build
1070 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
1071
Rob Richardse967f0b2007-06-08 19:36:04 +00001072Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1073
1074 * threads.c include/libxml/threads.h: use specified calling convention
1075 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
1076 add xmlDllMain to header for win32 when building for static dll
1077
Rob Richardsb8769d62007-06-08 08:50:47 +00001078Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1079
1080 * xmlwriter.c: fixed problem with namespace declaration being
1081 written more than once per element start tag
1082
William M. Brack97ac8192007-06-06 17:19:24 +00001083Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
1084
1085 * xpath.c: fixed problem with xmlXPathNodeSetSort;
1086 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
1087
William M. Brackd611c882007-05-31 05:07:17 +00001088Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
1089
1090 * xpath.c: fixed problem with string value for PI node
1091 (bug #442275)
1092
Daniel Veillarde61d75f2007-05-28 14:16:33 +00001093Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1094
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001095 * uri.c: fix bug reported by François Delyon
Daniel Veillarde61d75f2007-05-28 14:16:33 +00001096
William M. Brack38d452a2007-05-22 16:00:06 +00001097Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
1098
1099 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
1100 by Mark Rowe (bug #440159)
1101 * include/libxml/xmlversion.h.in: Added check for definition of
1102 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
1103 Wendy Doyle and Mark Rowe, bug #346675)
1104 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
1105 changes to fix compilation warnings - no change to logic.
1106
William M. Bracke8827652007-05-16 05:19:13 +00001107Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
1108
1109 * nanohttp.c: small enhancement to last fix, pointed out
1110 by Alex Cornejo
1111
William M. Brackd2f682a2007-05-15 19:42:08 +00001112Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
1113
1114 * nanohttp.c: fixed problem on gzip streams (bug #438045)
1115 * xpath.c: fixed minor spot of redundant code - no logic change.
1116
William M. Brackca797882007-05-11 14:45:53 +00001117Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1118
1119 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
1120 in order to produce the required number of significant digits
1121 (bug #437179)
1122
Daniel Veillardf6cf57a2007-05-09 23:53:30 +00001123Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1124
1125 * list.c: applied patch to fix xmlListAppend() from
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001126 Georges-André SILBER
Daniel Veillardf6cf57a2007-05-09 23:53:30 +00001127 * valid.c: also fix the place wher it was called.
1128
Daniel Veillard1ca1be22007-05-02 16:50:03 +00001129Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
1130
1131 * parser.c: tried to fix an error problem on entity content failure
1132 reported by Michael Day
1133
Daniel Veillardc51f51c2007-05-02 16:25:45 +00001134Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
1135
1136 * configure.in: typo patch from Bjorn Reese
1137
Daniel Veillard491e58e2007-05-02 16:15:18 +00001138Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
1139
1140 * HTMLparser.c: applied patch from Michael Day to add support for
1141 <embed>
1142
Daniel Veillard4d1320f2007-04-26 08:55:33 +00001143Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1144
1145 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
1146 in htmlCreateDocParserCtxt.
1147
Daniel Veillarda1413b82007-04-26 08:33:28 +00001148Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
1149
1150 * uri.c include/libxml/uri.h: patch from Richard Jones to save
1151 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +00001152 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +00001153
Daniel Veillardcb4284e2007-04-25 13:55:20 +00001154Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
1155
1156 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
1157 patch from Richard Jones to for the silent flag on valgrind
1158 when doing "make valgrind"
1159 * xmlregexp.c: raise a regexp error when '\' is misused to escape
1160 a standard character.
1161
Daniel Veillardc9923322007-04-24 18:12:06 +00001162Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
1163
1164 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
1165
Daniel Veillarda44294f2007-04-24 08:57:54 +00001166Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
1167
1168 * uri.c: fix xmlURIUnescapeString comments which was confusing
1169
Daniel Veillard509ed2a2007-04-18 07:51:50 +00001170Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
1171
1172 * include/win32config.h libxml.h: new patch from Andreas Stricke to
1173 better integrate support for Windows CE
1174
Daniel Veillard39bcf942007-04-17 14:47:05 +00001175Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
1176
1177 * doc/* configure.in NEWS: release of libxml2 2.6.28
1178
Daniel Veillard59d3ed82007-04-17 12:44:58 +00001179Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1180
1181 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
1182 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
1183 patch from Andreas Stricke to ease the compilation on Windows CE
1184
Daniel Veillarded121382007-04-17 12:33:19 +00001185Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
1186
1187 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
1188 a libxml2 patch from Christian Ehrlicher
1189
Daniel Veillard42720242007-04-16 07:02:31 +00001190Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
1191
1192 * HTMLparser.c: change the way script/style are parsed to
1193 not try to detect comments, reported by Mike Day
1194 * result/HTML/doc3.*: affects the result of that test
1195
William M. Brack56578372007-04-11 14:33:46 +00001196Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1197
1198 * xmlregexp.c: small enhancement for quantifier range with
1199 min occurs of 0; fixes bug 425542.
1200
Daniel Veillardbd672bc2007-03-30 12:39:25 +00001201Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
1202
1203 * xmlIO.c: applied change from Michael Day to avoid a problem when
1204 compiled without zlib support.
1205
Daniel Veillard7ef51692007-03-21 16:47:12 +00001206Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1207
1208 * include/libxml/xpath.h: applied documentation patch from James Dennett
1209
William M. Bracka9cbf282007-03-21 13:16:33 +00001210Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
1211
1212 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
1213 * test/regexp/bug420596, result/regexp/bug420596: added regression
1214 test for this
1215
William M. Bracke978ae22007-03-21 06:16:02 +00001216Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
1217
1218 * HTMLparser.c: fixed memory access error on parsing of meta data
1219 which had errors (bug #382206). Also cleaned up a few warnings
1220 by adding some additional DECL macros.
1221
Daniel Veillardbd444842007-03-20 08:47:29 +00001222Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1223
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001224 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
Daniel Veillardbd444842007-03-20 08:47:29 +00001225 the silly __ss_familly problem on various AIXes, should fix #420184
1226
William M. Brack0c1e3012007-03-14 12:40:21 +00001227Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
1228
1229 * configure.in: corrected small error in last commit
1230 * xmlreader.c: corrected small typo in last commit
1231
William M. Brack06559b32007-03-14 09:34:15 +00001232Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
1233
1234 * xmlschemas.c: fixed problem with referenced attribute groups
1235 (bug #417621)
1236 * configure.in: re-ordered some includes for types.h / socket.h
1237 (bug #416001)
1238
Daniel Veillarda9c56772007-03-09 16:59:05 +00001239Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
1240
1241 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
1242 and state internal flags mixups
1243
William M. Brackee0b9822007-03-07 08:15:01 +00001244Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1245
1246 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
1247 cases when comparing identical nodes (bug #415567) with patch
1248 from Oleg Paraschenko
1249
William M. Brack7a12e572007-02-16 17:11:09 +00001250Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1251
1252 * python/libxml.py: fixed tab problem with patch from
1253 Andreas Hanke (bug #408626)
1254
1255Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +00001256
1257 * doc/xml.html: Changed all references to libxml2 CVS over to
1258 the corresponding SVN. A few other spelling/grammar/links
1259 also changed.
1260 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
1261
William M. Brack0bcec062007-02-14 02:15:19 +00001262Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
1263
1264 * xpath.c: Fixed memory bug with invalid function reported by
1265 Francois Delyon on mailing list
1266
William M. Brack53ce98c2007-02-13 00:37:20 +00001267Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
1268
1269 * xinclude.c: fixed problem with invalid char encountered
1270 during text include (reported on xslt mailing list)
1271
Daniel Veillardfde5b0b2007-02-12 17:31:53 +00001272Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
1273
1274 * Makefile.am: small cleanup to avoid packaging .svn
1275 * libxml.h threads.c parser.c: applied patch to avoid a problem
1276 in concurrent threaded initialization fix from Ted Phelps
1277
William M. Brackd46c1ca2007-02-08 23:34:34 +00001278Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
1279
1280 * parser.c: added a GROW when parsing complex comments (bug #405666)
1281 * gentest.py, testapi.c: added a hack to prevent destruction of any
1282 param with 'destroy' in it's description (i.e. param destroyed by
1283 the routine under test, so shouldn't be destroyed by testapi)
1284 * xmlreader.c: added freeing of 'input' param even on error
1285 (fixes leak detected by testapi)
1286
William M. Brackc1099be2007-01-31 18:38:56 +00001287Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1288
1289 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
1290 xmlwriter.c: repositioned #include for libxml.h to avoid
1291 compilation error on some architectures (bug #398277)
1292 * fixed screwed-up ChangeLog (deleted some duplicate entries)
1293
William M. Brack72239ba2007-01-31 18:25:12 +00001294Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +00001295
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001296 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
William M. Brack22242272007-01-27 07:59:37 +00001297
William M. Brack72239ba2007-01-31 18:25:12 +00001298Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +00001299
1300 * xpath.c: added checks for alloc fail on calls to
1301 xmlXPathNewContext (libxslt bug #400242)
1302
1303Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
1304
1305 * Re-generated the documentation (API chunks 27-29 were missing)
1306 (also causes changes to testapi.c, elfgcchack.h and
1307 win32/libxml2.def.src)
1308
1309Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
1310
1311 * python/libxml.c: fix a memory leak in the python string handling
1312 when SAX event are passed back to the python handlers
1313
1314Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
1315
1316 * xmlreader.c: fix xmlTextReaderSetup() description
1317 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
1318 test/relaxng/empty1_0.xml test/relaxng/comps.rng
1319 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
1320 test/relaxng/empty1_1.xml: tests which were apparently
1321 never commited to CVS
1322
1323Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
1324
1325 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
1326 expose xmlTextReaderSetup() function
1327
1328Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1329
1330 * configure.in: adapt the extra versioning code to SVN
1331
1332Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1333
1334 * python/generator.py python/libxml.py: apparently id() sometimes
1335 generate negative values and %X outputs -XXXX :-(
1336
1337Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
1338
1339 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
1340 and XML declaration detection, and associated documentation change
1341
1342Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
1343
1344 * xinclude.c: another XInclude user data propagation patch from
1345 Michael Day
1346
1347Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
1348
1349 * HTMLparser.c: applied patch from Steven Rainwater to fix
1350 UTF8ToHtml behaviour on code points which are not mappable to
1351 predefined HTML entities, fixes #377544
1352
1353Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
1354
1355 * xpath.c: fixed a bug where the principal node type of an axis
1356 wasn't tested on name check, fixes bug #377432
1357
1358Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1359
1360 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
1361 report and suggestion.
1362
1363Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1364
1365 * uri.c: applied patch from Igor for path conversion on Windows
1366
1367Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
1368
1369 * xmlregexp.c: another small change on the algorithm for the
1370 elimination of epsilon transitions, should help on #362989 too
1371
1372Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1373
1374 * tree.c: applied documentation patches from Markus Keim
1375 * xmlregexp.c: fixed one bug and added a couple of optimisations
1376 while working on bug #362989
1377
1378Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1379
1380 * HTMLparser.c: applied a reworked version of Usamah Malik patch
1381 to avoid growing the parser stack in some autoclose cases, should
1382 fix #361221
1383
1384Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1385
1386 * xpath.c: William spotted an obvious bug
1387
1388Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
1389
1390 * NEWS configure.in testapi.c doc//*: preparing release of
1391 libxml2-2.6.27
1392 * include/libxml/tree.h: fix a small problem with preproc flags
1393
1394Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
1395
1396 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
1397 * xmllint.c: order XPath elements when using --shell
1398
1399Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
1400
1401 * xmlregexp.c: applied fix from Christopher Boumenot for bug
1402 #362714 on regexps missing ']'
1403
1404Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1405
1406 * parserInternals.c: applied patch from Marius Konitzer to avoid
1407 leaking in xmlNewInputFromFile() in case of HTTP redirection
1408
1409Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
1410
1411 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
1412 and pointed in #340591
1413
1414Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1415
1416 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
1417 htmlReadIO() this should fix #340322
1418
1419Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
1420
1421 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
1422
1423Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
1424
1425 * HTMLparser.c: fixing HTML minimized attribute values to be generated
1426 internally if not present, fixes bug #332124
1427 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
1428 result/HTML/wired.html.sax: this affects the SAX event strem for
1429 a few test cases
1430
1431Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1432
1433 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
1434 * result/HTML/entities2.html* test/HTML/entities2.html: added to
1435 the regression suite
1436
1437Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1438
1439 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
1440 #342556
1441 * xmlsave.c: fixed #342556 easy and a whole set of problems with
1442 encodings, BOM and xmlSaveDoc()
1443
1444Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1445
1446 * HTMLparser.c: fix #348252 if the document clains to be in a
1447 different encoding in the meta tag and it's obviously wrong,
1448 don't screw up the end of the content.
1449
1450Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1451
1452 * HTMLparser.c: fix a chunking and script bug #347708
1453
1454Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
1455
1456 * HTMLparser.c: remove a warning
1457 * encoding.c: check with uppercase for AIX iconv() should fix #352644
1458 * doc/examples/Makefile.am: partially handle one bug report
1459
1460Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1461
1462 * parser.c: fix the patch for unreproductable #343000 but
1463 also fix a line/column keeping error
1464 * result/errors/attr1.xml.err result/errors/attr2.xml.err
1465 result/errors/name.xml.err result/errors/name2.xml.err
1466 result/schemas/anyAttr-processContents-err1_0_0.err
1467 result/schemas/bug312957_1_0.err: affected lines in error output
1468 of the regression tests
1469
1470Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1471
1472 * tree.c: fixing bug #344390 with xmlReconciliateNs
1473
1474Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
1475
1476 * xmllint.c: added --html --memory to test htmlReadMemory to
1477 test #321632
1478 * HTMLparser.c: added various initialization calls which may help
1479 #321632 but not conclusive
1480 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
1481 --with-minimum --with-sax1 and --with-minimum --with-schemas
1482 fixing #326442
1483
1484Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1485
1486 * relaxng.c: fix a Relax-NG bug related to element content processing,
1487 fixes bug #302836
1488 * test/relaxng/302836.rng test/relaxng/302836_0.xml
1489 result/relaxng/302836*: added to regression tests
1490
1491Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
1492
1493 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
1494
1495Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1496
1497 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
1498 Should fix #335085
1499 * testapi.c: reset the http_proxy env variable to not waste time
1500 on regression tests
1501
1502Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1503
1504 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
1505
1506Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1507
1508 * parser.c: fixed the heuristic used when trying to detect mixed-content
1509 elememts if the parser wants to treat ignorable whitespaces
1510 in a non-standard way, should fix bug #300263
1511
1512Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
1513
1514 * parser.c: fix a first arg error in SAX callback pointed out by
1515 Mike Hommey, and another one still hanging around. Should fix #342737
1516
1517Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1518
1519 * include/libxml/xmlversion.h.in: fix comment on versions
1520 * xmlmemory.c: do not spend too much time digging in dumped memory
1521
1522Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1523
1524 * valid.c: fixed a weird error where validity context whould not
1525 show up if warnings were disabled pointed out by Bob Stayton
1526 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
1527 * doc//* testapi.c: rebuilt the docs
1528
1529Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1530
1531 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1532 library flags for shared and static builds, fixes #344594. If this
1533 bites you, use xml2-config.
1534
1535Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1536
1537 * python/Makefile.am: remove the build path recorded in the python
1538 shared module as Peter Breitenlohner pointed out, should fix #346022
1539
1540Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
1541
1542 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
1543 of unescaping from URL to filepath, should fix #344588.
1544
1545Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1546
1547 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
1548 for wget detection and fix of a Python path problem, should fix
1549 #340993
1550
1551Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
1552
1553 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1554 fix entities behaviour when using SAX, had to extend entities
1555 content and hack on the entities processing code, but that should
1556 fix the long standing bug #159219
1557
1558Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1559
1560 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
1561 to provide a clean conversion when setting up a base
1562 * SAX2.c tree.c: use said function when setting up doc->URL
1563 or using the xmlSetBase function. Should fix #346261
1564
1565Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1566
1567 * xmlIO.c: applied a portability patch from Emelyanov Alexey
1568
1569Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
1570
1571 * parser.c: applied and slightly modified a patch from Michael Day to
1572 keep _private in the parser context when parsing external entities
1573
1574Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1575
1576 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
1577 Brian West and Stefan Anca to add XPointer suport to the Python bindings
1578
1579Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1580
1581 * xmlsave.c: fixed a comment
1582 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1583 to add a new function providing the _private field for the generated
1584 parser contexts xmlXIncludeProcessFlagsData()
1585
1586Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
1587
1588 * xmlIO.c: applied patch from Michael Day doing some refactoring
1589 for the catalog entity loaders.
1590
1591Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
1592
1593 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1594 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1595
1596Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1597
1598 * parser.c: applied patch from Ben Darnell on #321545, I could not
1599 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1600
1601Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1602
1603 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
1604 * parser.c: fix resulting tree corruption when using XML namespace
1605 with existing doc in xmlParseBalancedChunkMemoryRecover.
1606
1607Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1608
1609 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
1610 in the previous patch.
1611
1612Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1613
1614 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
1615 with file names in UTF-8 on Windows, and compat on older win9x
1616 versions.
1617
1618Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1619
1620 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
1621 on validation errors, the heuristic to guess is a vctxt user
1622 pointer is the parsing context was insufficient.
1623
1624Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1625
1626 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1627 applied patch to man pages from Daniel Leidert and regenerated
1628
1629Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1630
1631 * xmlwriter.c: Add a document to the xmlwriter structure and
1632 pass document when writing attribute content for encoding support.
1633
1634Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1635
1636 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
1637 for consistant handling.
1638
1639Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1640
1641 * xpath.c: Applied the proposed fix for the documentation
1642 of xmlXPathCastToString(); see bug #346202.
1643
1644Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1645
1646 * xmlschemas.c: While investigating bug #350247, I noticed
1647 that xmlSchemaIDCMatcher structs are massively recreated
1648 although only a maximum of 3 structs is used at the same
1649 time; added a cache for those structures to the
1650 validation context.
1651
1652Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1653
1654 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
1655 bug in xmlSchemaXPathEvaluate should close #351032
1656
1657Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1658
1659 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
1660 xmlSchemaClearValidCtxt
1661
1662Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
1663
1664 * python/generator.py: fixed the conversion of long parameters
1665
1666Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1667
1668 * xmlsave.c: Removed the automatic generation of CDATA sections
1669 for the content of the "script" and "style" elements when
1670 serializing XHTML. The issue was reported by Vincent Lefevre,
1671 bug #345147.
1672 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1673 results due to the serialization change described above.
1674
1675Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1676
1677 * configure.in parser.c xmllint.c include/libxml/parser.h
1678 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
1679 to expose if zlib support was compiled in, in the header, in the
1680 feature API and in the xmllint --version output.
1681
1682Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
1683
1684 * SAX2.c: refactor to use normal warnings for entities problem
1685 and not straight SAX callbacks.
1686
1687Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1688
1689 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
1690 The simple type, which was the content type definition
1691 of a complex type, which in turn was the base type of a
1692 extending complex type, was missed to be set on this
1693 extending complex type in the derivation machinery.
1694
1695Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1696
1697 * xpath.c: Changed xmlXPathCollectAndTest() to use
1698 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1699 NODE_TEST_TYPE (the ns-node was previously added plainly
1700 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1701 this specialized ns-addition function was already used,
1702 I assume it was missed to be used with NODE_TEST_TYPE.
1703
1704Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1705
1706 * HTMLparser.c: applied const'ification of strings patch from
1707 Matthias Clasen
1708
1709Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1710
1711 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1712 destroy the condition associated to the mutex.
1713
1714Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1715
1716 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1717 revealed by a Libxslt regression test.
1718
1719Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1720
1721 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1722 usable outside predicate evaluation; the intention is to
1723 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1724 like in <xsl:if test="/foo">.
1725
1726Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1727
1728 * xpath.c: Fix a memory leak which occurred when using
1729 xmlXPathCompiledEvalToBoolean().
1730
1731Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1732
1733 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1734 python/tests/Makefile.am:
1735 Added code submitted by Andreas Pakulat to provide node
1736 equality, inequality and hash functions, plus a single
1737 test program to check the functions (bugs 345779 + 345961).
1738
1739Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1740
1741 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1742 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1743 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1744 to be aware of a boolean result request. The new function
1745 is now used to evaluate predicates.
1746
1747Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1748
1749 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1750 introduced field @rewriteType on xmlXPathStepOp was not
1751 initialized to zero here; this could lead to the activation
1752 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1753 @rewriteType is randomly set to the value 1. A test
1754 (hardcoding the intial value to 1) revealed that the
1755 resulting incorrect behaviour is similar to the behaviour
1756 as described by Arnold Hendriks on the mailing list; so I
1757 hope that will fix the issue.
1758
1759Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1760
1761 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1762 was introduced with the addition of the d-o-s rewrite
1763 and made xpath.c unable to compile if XPATH_STREAMING
1764 was not defined (reported by Kupriyanov Anatolij -
1765 #345752). Fixed the check for d-o-s rewrite
1766 to work on the correct XPath string, which is ctxt->base
1767 and not comp->expr in this case.
1768
1769Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1770
1771 * xpath.c: Added optimization for positional predicates
1772 (only short-hand form "[n]"), which have a preceding
1773 predicate: "/foo[descendant::bar][3]".
1774
1775Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1776
1777 * parser.c: try to fix the crash raised by the parser in
1778 recover mode as pointed by Ryan Phillips
1779
1780Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1781
1782 * python/types.c: patch from Nic Ferrier to provide a better type
1783 mapping from XPath to python
1784
1785Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1786
1787 * runtest.c: applied patch from Boz for VMS and reporting
1788 Schemas errors.
1789
1790Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1791
1792 * testapi.c: applied patch from Felipe Contreras when compiling
1793 with --with-minimum
1794
1795Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1796
1797 * tree.c include/libxml/tree.h: Fixed a bug in
1798 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1799 very first given node had an attribute node :-( This was due
1800 to a missed check in the traversal mechanism.
1801 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1802 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1803 reusal; so the map-items don't need to be created for every
1804 cloning/adoption. Added a callback function to it for
1805 retrieval of xmlNsPtr to be set on node->ns; this is needed
1806 for my custom handling of ns-references in my DOM wrapper.
1807 Substituted code which created the XML namespace decl on
1808 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1809 those nastly "warnigns" from the docs of the clone/adopt
1810 functions; they work fine on my side.
1811
1812Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1813
1814 * result/pattern/namespaces: Adjusted the result of a
1815 regression test, since the fix of xmlGetNodePath() revealed a
1816 bug in this test result.
1817
1818Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1819
1820 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1821
1822Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1823
1824 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1825 for elements in the default namespace, rather than generating
1826 an unprefixed named node test and loosing the namespace
1827 information.
1828
1829Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1830
1831 * include/libxml/parser.h: Clarified in the docs that the tree
1832 must not be tried to be modified if using the parser flag
1833 XML_PARSE_COMPACT as suggested by Stefan Behnel
1834 (#344390).
1835
1836Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1837
1838 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1839
1840Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1841
1842 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1843 when the expression was not valid and @comp was NULL and I
1844 tried to do the d-o-s rewrite.
1845
1846Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1847
1848 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1849
1850Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1851
1852 * xpath.c: Enabled the compound traversal again; I added a
1853 check to use this only if the have an expression starting
1854 with the document node; so in the case of "//foo", we
1855 already know at compilation-time, that there will be only
1856 1 initial context node. Added the rewrite also to
1857 xmlXPathEvalExpr().
1858
1859Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1860
1861 * xinclude.c: fix bug #343968, include='text' can't lead to a
1862 recursion.
1863
1864Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1865
1866 * xpath.c: Disabled the compound traversal for the release;
1867 I need first to assure that this is done only if we have
1868 1 initial node.
1869
1870Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1871
1872 * xpath.c: fixed memory leak in xpath error reporting
1873
1874Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1875
1876 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1877
1878Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1879
1880 * xpath.c include/libxml/xpath.h runsuite.c:
1881 Changed the name of the recently added public function
1882 xmlXPathContextSetObjectCache() to
1883 xmlXPathContextSetCache(); so a more generic one, in
1884 case we decide to cache more things than only XPath
1885 objects.
1886
1887Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1888
1889 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1890 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1891 traversal of 2 axes when we have a "//foo" expression.
1892 This is done with a rewrite of the XPath AST in
1893 xmlXPathRewriteDOSExpression(); I added an additional field
1894 to xmlXPathStepOp for this (but the field's name should be
1895 changed). The mechanism: the embracing descendant-or-self
1896 axis traversal (also optimized to return only nodes which
1897 can hold elements), will produce context nodes for the
1898 inner traversal of the child axis. This way we avoid a full
1899 node-collecting traversal of the descendant-or-self axis.
1900 Some tests indicate that this can reduce execution time of
1901 "//foo" to 50%. Together with the XPath object cache this
1902 all significantly speeds up libxslt.
1903
1904Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1905
1906 * xmlschemas.c: A warning will now be reported in the value of
1907 the XSD attribute 'schemaLocation' does not consist of tuples
1908 (namespace-name, document-URI). A warning will be reported
1909 if a schema document could not be found at the specified
1910 location (via 'schemaLocation' or
1911 'noNamespaceSchemaLocation').
1912 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1913 xmlParserErrors.
1914
1915Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1916
1917 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1918 recreation (if possible) of the node-set which is used to
1919 collect the nodes in the current axis for the currect context
1920 node. Especially for "//foo" this will decrease dramatically
1921 the number of created node-sets, since for each node in the
1922 result node-set of the evaluation of descendant-or-self::node()
1923 a new temporary node-set was created. Added node iterator
1924 xmlXPathNextChildElement() as a tiny optimization for
1925 child::foo.
1926
1927Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1928
1929 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
1930 It sits on an xmlXPathContext and need to be explicitely
1931 activated (or deactivated again) with
1932 xmlXPathContextSetObjectCache(). The cache consists of 5
1933 lists for node-set, string, number, boolean and misc XPath
1934 objects. Internally the xpath.c module will use object-
1935 deposition and -acquisition functions which will try to reuse
1936 as many XPath objects as possible, and fallback to normal
1937 free/create behaviour if no cache is available or if the cache
1938 is full.
1939 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1940 tests if a cache-creation is turned on by default for the whole
1941 library, e.g. for testing purposes of the cache. It is
1942 deactivated here in order to avoid confusion of the memory leak
1943 detection in runsuite.c.
1944
1945Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1946
1947 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1948 seems we really need to walk the whole list, since those
1949 nastly namespace nodes need to be added with
1950 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1951 A flag on the node-set indicating if namespace nodes are in
1952 the set would help here; this is the 3rd flag which would
1953 be usefull with node-sets. The current flags I have in mind:
1954 1) Is a node-set already sorted?
1955 This would allow for rebust and optimizable sorting
1956 behaviour.
1957 2) Of what type are the nodes in the set (or of mixed type)?
1958 This would allow for faster merging of node-sets.
1959 3) Are namespace nodes in the set?
1960 This would allow to skipp all the namespace node specific
1961 special handling. Faster node-set merging if the first
1962 set is empty; just memcpy the set.
1963
1964Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1965
1966 * xpath.c: Optimization of count(): eliminated sorting
1967 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1968 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1969 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1970
1971Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1972
1973 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1974 with colons in name and no namespace.
1975
1976Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1977
1978 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1979 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1980 xmlXPathCmpNodesExt(). Added additional checks in various code
1981 parts to avoid calling sorting or merging functions if the
1982 node-set(s) don't need them; i.e., if they are empty or contain
1983 just one node.
1984
1985Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1986
1987 * xpath.c: Optimized the comparison for non-element nodes
1988 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1989 of node-sets. This enhancement is related to bug #165547.
1990 There are other places where the old comparison function
1991 xmlXPathCmpNodes() is still called, but I currently don't
1992 know exactly what those calls are for; thus if they can be
1993 substituted (if it makes sense) for the new function.
1994
1995Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1996
1997 * xpath.c: Applied patch from Rob Richards, fixing a potential
1998 memory leak in xmlXPathTryStreamCompile(), when a list of
1999 namespaces was assigned to the XPath compilation context;
2000 here a new namespace list was created and passed to
2001 xmlPatterncompile(); but this list was not freed afterwards.
2002 Additionally we avoid now in xmlXPathTryStreamCompile() to
2003 compile the expression, if it has a colon - indicating
2004 prefixed name tests - and no namespace list was given. The
2005 streaming XPath mechanism needs a namespace list at
2006 compilation time (unlike normal XPath, where we can bind
2007 namespace names to prefixes at execution time).
2008 * pattern.c: Enhanced to use a string dict for local-names,
2009 ns-prefixes and and namespace-names.
2010 Fixed xmlStreamPushInternal() not to use string-pointer
2011 comparison if a dict is available; this won't work, since
2012 one does not know it the given strings originate from the
2013 same dict - and they normally don't do, since e.g.
2014 namespaces are hold on xmlNs->href. I think this would be
2015 worth an investigation: if we can add a @doc field to xmlNs
2016 and put the @href in to a additionan namespace dict hold
2017 in xmlDoc. Daniel will surely not like this idea :-) But
2018 evaluation of tons of elements/attributes in namespaces
2019 with xmlStrEqual() isn't the way we should go forever.
2020
2021Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2022
2023 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
2024 The code expected a node (xmlNodePtr) on the info for a
2025 non-existent default attribute, which clearly cannot be
2026 expected, since the attribute does not exist. I can only
2027 guess that this sneaked trying to eliminate the query
2028 for the owner-element, which is unavoidable actually.
2029 Note that creation of default attributes won't have an
2030 effect if validating via SAX/XMLReader; i.e., the processor
2031 won't fire additional start-attribute events (I'm not even
2032 sure if Libxml2 has such a SAX-event; I think it hands them
2033 all over in the start-element event).
2034
2035Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2036
2037 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
2038 In xmlSchemaBuildContentModelForSubstGroup(),
2039 xmlAutomataNewOnceTrans2() was incorrectly used instead of
2040 xmlAutomataNewTransition2() to mimic a xs:choice for
2041 substitution-groups.
2042 * test/schemas/subst-group-1_1.xsd
2043 test/schemas/subst-group-1_0.xml
2044 result/schemas/subst-group-1_0_1
2045 result/schemas/subst-group-1_0_1.err: Added regression test
2046 supplied by Michael Romer for bug #341150.
2047
2048Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
2049
2050 * relaxng.c: Fixed compilation error with patch supplied by
2051 Graham Bennett.
2052
2053Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2054
2055 * xmlschemas.c: We'll raise an internal error and stop
2056 validation now when an entity is found in the instance
2057 document, since we don't support automatic entity
2058 substitution by the schema processor (yet?) -
2059 see bug #340316, reported by Nick Wellnhofer.
2060
2061Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
2062
2063 * configure.in: applied another Python detection patch from Joseph Sacco
2064 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
2065 too
2066
2067Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
2068
2069 * xmlIO.c: fix a mix of code and declarations showing up on Windows
2070 patch from Kjartan Maraas, fixing #340404
2071
2072Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
2073
2074 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
2075 input buffer
2076
2077Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
2078
2079 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
2080 paths at the last moment
2081 * relaxng.c testapi.c tree.c: fix some comments
2082
2083Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
2084
2085 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
2086 file paths on Windows
2087
2088Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
2089
2090 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
2091
2092Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
2093
2094 * tree.c: fix compilation without tree
2095
2096Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
2097
2098 * xmllint.c: applied patch from Gary Coady to really make sure
2099 xmllint --nonet would not reach the network, should fix #337483.
2100
2101Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
2102
2103 * configure.in: applied patch from Joseph Sacco changing slightly
2104 the python detection scheme should fix bug #338526
2105
2106Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
2107
2108 * parser.c: fix the error message for invalid code point in content
2109 c.f. bug #339311
2110
2111Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2112
2113 * xmlschemas.c test/schemas/restriction-enum-1*
2114 result/schemas/restriction-enum-1*: Fixed incorrect
2115 validation of restricted enumerations. Added related
2116 regression tests.
2117
2118Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
2119
2120 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
2121 in case of errors, should fix bug #338303
2122
2123Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
2124
2125 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
2126 in case of errors, should fix bug #338306
2127
2128Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
2129
2130 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
2131 applied man page improvements from Daniel Leidert
2132
2133Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
2134
2135 * xmlschemas.c: removed unused code or variables, from Stefan Kost
2136 fixing #336163 and #336164
2137
2138Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
2139
2140 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
2141
2142Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
2143
2144 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
2145 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
2146 patches from Aivars Kalvans to make unicode tables const, fixes
2147 bug #336096, this also updates to Unicode 4.01 final with a couple
2148 of character ranges fixes.
2149
2150Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
2151
2152 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
2153 #335603 and resync'ed genChRanges.py to the expected output.
2154
2155Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
2156
2157 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
2158 #316338 and adding a couple of optimizations in the regexp
2159 compilation engine.
2160 * test/regexp/bug316338 result/regexp/bug316338: added regression
2161 tests based on the examples provided in the bug report.
2162
2163Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
2164
2165 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
2166 warning raised by gcc-4.1 and latests changes
2167
2168Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
2169
2170 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
2171 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
2172 pass on coverity reports.
2173
2174Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
2175
2176 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
2177 on coverity reports.
2178
2179Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
2180
2181 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
2182 python/libxml.c: more cleanups based on coverity reports.
2183
2184Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
2185
2186 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
2187 of small cleanups based on coverity reports.
2188
2189Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
2190
2191 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
2192
2193Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
2194
2195 * xml2-config.in: fix Red Hat bug #184170
2196
2197Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2198
2199 * tree.c: Simplified usage of the internal xmlNsMap. Added a
2200 "strict" lookup for namespaces based on a prefix. Fixed a
2201 namespace processing issue in the clone-node function, which
2202 occured if a @ctxt argument was given.
2203
2204Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
2205
2206 * valid.c: fix HTML attribute ID checking for input element.
2207 Maintain current attribute "name" behavior for now.
2208
2209Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2210
2211 * tree.c: Bundled lookup of attr-nodes and retrieving their
2212 values into the functions xmlGetPropNodeInternal() and
2213 xmlGetPropNodeValueInternal(). Changed relevant code
2214 to use those functions.
2215
2216Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2217
2218 * xpath.c: workaround HP-UX compiler bug by Rick Jones
2219
2220Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
2221
2222 * python/libxml2.py: remove a tab, as pointed out on IRC
2223
2224Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
2225
2226 * tree.c: Fix the add sibling functions when passing attributes.
2227 Modify testing for ID in xmlSetProp.
2228 No longer remove IDness when unlinking or replacing an attribute.
2229
2230Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
2231
2232 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
2233 if /etc/xml/catalog doesn't exist.
2234
2235Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
2236
2237 * doc//*: updated the Ruby bindings links, and regenerated the
2238 docs.
2239
2240Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
2241
2242 * catalog.c: improve catalog debugging message patch from Rick Jones
2243
2244Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
2245
2246 * python/types.c: Nic Ferrier found debug statement left in the
2247 XPath conversion code
2248
2249Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
2250
2251 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
2252 Daniel Leidert
2253
2254Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2255
2256 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
2257 The constructor needs a bucket to be assigned during component
2258 fixup.
2259
2260Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2261
2262 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
2263 the empty string (reported by Bas Driessen on the mailing-list).
2264 Fixed schema XSI-acquisition and construction: the schemata
2265 (xmlSchema) didn't get the targetNamespace in some cases, thus
2266 the component resolution mechanism failed to work. The XSI
2267 stuff needs to be tested more intensively; think about how
2268 to test this for regression.
2269
2270Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
2271
2272 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
2273 Daniel Leidert
2274
2275Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
2276
2277 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
2278 Leidert, c.f. #331290
2279
2280Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2281
2282 * xmllint.c: fix an error report when using --path and --valid
2283 closes bug #331290
2284
2285Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
2286
2287 * relaxng.c: trying to fix #331062, this is again a problem
2288 around interleave, there is no good fix unless reimplementing
2289 but this works around some cases and allow to validate in that
2290 case.
2291
2292Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2293
2294 * tree.c: Fixed bug #328896 reported by Liron. The path
2295 for text- and CDATA-section-nodes was computed incorrectly
2296 in xmlGetNodePath().
2297
2298Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
2299
2300 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
2301 and more thorough tests on atoms comparisons.
2302
2303Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
2304
2305 * include/wsockcompat.h: patch from Eric Zurcher to compile with
2306 Borland C++ 6
2307
2308Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
2309
2310 * parser.c: bill pointed out a missing block in xmlParseComment
2311 trying to fill with a normal processing of the given character.
2312
2313Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
2314
2315 * parser.c: fixed the comment streaming bug raised by Graham Bennett
2316 * test/badcomment.xml result//badcomment.xml*: added to the regression
2317 suite.
2318
2319Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2320
2321 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
2322 the header file.
2323
2324Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2325
2326 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
2327 the API. It will be used to reflect DOM's Node.cloneNode and
2328 Document.importNode methods.
2329 The pros: 1) non-recursive, 2) optimized ns-lookup
2330 (mostly pointer comparison), 3) user defined ns-lookup,
2331 4) save ns-processing. The function is in an unfinished
2332 and experimental state and should be only used to test it.
2333
2334Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
2335
2336 * uri.c: applied patch from Rob Richards fixing the URI regressions
2337 tests on Windows which seems to indicate bad escaping.
2338
2339Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2340
2341 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
2342 the previous addition of the removal of redundant ns-decls.
2343
2344Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2345
2346 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
2347 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
2348 was given. Note that I haven't moved this option to the
2349 header file yet; so just call this function with an @option
2350 of 1 to test the behaviour.
2351
2352Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2353
2354 * tapi.c win32/Makefile.*: Added changed as proposed on
2355 the mailing list by venkat naidu in order to compile
2356 testapi.c on windows.
2357
2358Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
2359
2360 * configure.in xml2-config.in: trying to fix windows/configure
2361 issues reported by Tim Van Holder
2362
2363Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
2364
2365 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
2366 when operating on an HTML document.
2367
2368Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2369
2370 * relaxng.c include/libxml/relaxng.h: Added
2371 xmlRelaxNGSetParserStructuredErrors() to the API.
2372
2373Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
2374
2375 * parser.c: reverted first patches for #319279 which led to #326295
2376 and fixed the problem in xmlParseChunk() instead
2377 * test/ent11 result//ent11*: added test for #326295 to the regression
2378 suite
2379
2380Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
2381
2382 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
2383 regenerated the docs, preparing for release of 2.6.23
2384 * pattern.c xmlschemas.c: fixed some comments
2385
2386Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2387
2388 * test/XPath/docs/nodes test/XPath/tests/nodespat
2389 result/XPath/tests/nodespat: Added regression tests for
2390 the latest XPath/pattern fixes.
2391
2392Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2393
2394 * pattern.c: Another fix to handle "foo//.": "foo" was not
2395 included in the resulting node-set.
2396
2397Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2398
2399 * pattern.c xpath.c include/libxml/pattern.h:
2400 Fixed bug #322928, reported by Erich Schubert: The bug was
2401 in pattern.c, which is used for a tiny subset of xpath
2402 expression which can be evaluated in an optimized way.
2403 The doc-node was never considered when evaluating "//"
2404 expressions. Additionally, we fixed resolution
2405 to nodes of any type in pattern.c; i.e. a "//." didn't work
2406 yet, as it did select only element-nodes. Due to this
2407 issue the pushing of nodes in xpath.c needed to be adjusted
2408 as well.
2409
2410Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
2411
2412 * parser.c: tiny refactoring patch from Bjorn Reese
2413
2414Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
2415
2416 * SAX2.c: fix bug #324432 with <xml:foo/>
2417 * test/ns7 resul//ns7*: added to the regression tests
2418
2419Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
2420
2421 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
2422 MinGW compilation problem, should close bug #324943
2423
2424Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2425
2426 * xmlschemas.c: Removed last dependency on the obsolete enum
2427 xmlSchemaValidError.
2428
2429Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
2430
2431 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
2432 and doc build fixes from Michael Day
2433
2434Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
2435
2436 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
2437 Sreeni Nair.
2438
2439Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2440
2441 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
2442 a child of an element (fix by Oleksandr Kononenko).
2443 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
2444
2445Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2446
2447 * xmlschemas.c xmlstring.c: Fixed a segfault during
2448 text concatenation when validating a node tree:
2449 xmlStrncat was called with a @len of -1; but unlike
2450 xmlStrncatNew, it does not calculate the length
2451 automatically in such a case (reported by Judy Hay
2452 on the mailing list).
2453 Updated the descriptions of the involved string
2454 functions to note this.
2455
2456Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
2457
2458 * nanohttp.c: applied patch from Gary Coady to accept gzipped
2459 http resources.
2460
2461Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2462
2463 * win32/configure.js: Added enable/disable of runtime
2464 debugging (LIBXML_DEBUG_RUNTIME).
2465
2466Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2467
2468 * include/libxml/xmlversion.h.in: Fixed to define
2469 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
2470
2471Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2472
2473 * test/schemas/bug321475* result/schemas/bug321475*:
2474 Added regression test for bug #321475 (reported by
2475 Gabor Nagy). Fixing of bug #323510 seemed to have
2476 fixed this bug as well.
2477
2478Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2479
2480 * test/schemas/bug323510* result/schemas/bug323510*:
2481 Added regression test for bug #323510.
2482
2483Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2484
2485 * xmlschemas.c: Workaround for bug #323510 (reported by
2486 Jonathan Filiatrault): substituted the epsilon transition
2487 for a labelled transition, in order to avoid a bug in
2488 xmlregexp.c which eliminated the epsilon transition and
2489 marked the initial state as final.
2490
2491Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
2492
2493 * xmlreader.c: Gary Coady pointed a memory leak in
2494 xmlTextReaderReadInnerXml() applied patch fixing #323864
2495
2496Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2497
2498 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
2499 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
2500 of warnings shown by HP-UX compiler and reported by Rick Jones
2501
2502Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2503
2504 * xmlwriter.c: Insert space between pubid and sysid when both
2505 passed to xmlTextWriterStartDTD and indenting not being used.
2506 Remove no longer used Mem callbacks.
2507
2508Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2509
2510 * runsuite.c: Changed to instantly mark instance-tests as
2511 failed if the corresponding schema was invalid. This
2512 reflects the side of the Python code for the XML Schema test
2513 suite. We now get the same number of failed tests on both
2514 sides.
2515
2516Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2517
2518 * xmlreader.c include/libxml/xmlreader.h: Added
2519 xmlTextReaderSchemaValidateCtxt() to the API.
2520
2521Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2522
2523 * xmlschemas.c: Fixed a segfault: the instance document was
2524 still tried to be validated, if the schema, dynamically
2525 acquired using XSI was invalid, thus mangled. The
2526 validation will stop (or rather won't validate) now in
2527 such a case. The schema parser error code will be set
2528 on the validion context now; this is somehow not nice,
2529 but it assures that the validation context indicates an
2530 error in there was a parser error.
2531
2532Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
2533
2534 * xmlreader.c: small doc patch from Aron Stansvik
2535 * legacy.c: another doc patch for a deprecated API
2536
2537Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2538
2539 * Makefile.am: Tiny change for 'make tests': raised
2540 the number of expected failures for James Clark's
2541 XML Schema datatype tests from 10 to 11. The additional
2542 reported error was agreed to be correct long time ago,
2543 but we missed to adjust the message reported by
2544 the testing script.
2545
2546Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2547
2548 * result/schemas/decimal* result/schemas/bug322411*:
2549 Added missing regression test results for the latest IDC
2550 and xs:decimal bugs.
2551
2552Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2553
2554 * test/schemas/decimal* test/schemas/bug322411*: Added
2555 regression tests for the latest IDC and xs:decimal bugs.
2556
2557Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2558
2559 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2560 parent's list of duplicates was filled with NULLs instead
2561 of the nodes under certain conditions. This lead to a
2562 segfault when the list's entries were accessed.
2563
2564Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2565
2566 * xmlschemastypes.c: Fixed parsing of xs:decimal to
2567 allow/deny special lexical forms. Fixed the totalDigits
2568 for values in the range (x < 1) && (x > -1) && (x != 0);
2569 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2570 Adjusted the comparison function for decimals due to this
2571 change. As a side effect comparison against zeroes was
2572 optimized.
2573
2574Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2575
2576 * xmlschemas.c: An assignment to a local variable, which was
2577 used to access the IDC node list, was missing after the
2578 reallocation of the list (reported by Fabrice GUY
2579 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
2580 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
2581 it is used to force bubbling of IDC node tables even
2582 if not necessary; this was intended to be used for test
2583 purposes, but I obviously missed to disable it (although
2584 it apparently helped finding the bug).
2585
2586Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2587
2588 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
2589 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
2590 this caused XSI-driven-dynamic schema acquisition to fail
2591 with @noNamespaceSchemaLocation (reported by Julien Lamy
2592 on the mailing list).
2593
2594Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2595
2596 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
2597 which caused the search for components to stop at the
2598 first encountered attribute group component.
2599 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
2600 designation of a not-found component was not reported.
2601
2602Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2603
2604 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
2605 in the date and time code raised on IRIX 6.5
2606
2607Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2608
2609 * xmlschemas.c include/libxml/xmlschemas.h:
2610 Added xmlSchemaSetParserStructuredErrors() to the API.
2611 Fixed channeling of error relevant information to
2612 subsequent parser/validation contexts.
2613
2614Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
2615
2616 * parserInternals.c: removed unreachable code pointed out by
2617 Oleksandr Kononenko, fixes bug #321695
2618
2619Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
2620
2621 * parser.c: use ctxt->standalone = -2 to indicate that the
2622 XMLDecl was parsed but no standalone attribute was found,
2623 suggested by Michael Day to detect if an XMLDecl was found.
2624
2625Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
2626
2627 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
2628 were not properly reported.
2629
2630Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
2631
2632 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
2633 which is not needed.
2634
2635Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2636
2637 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
2638 to use xmlSchemaGetCanonValueWhtspExt() in order to
2639 correctly report values for xs:anySimpleType.
2640 * test/schemas/idc-keyref-err1*
2641 result/schemas/idc-keyref-err1*: Added a test for this change.
2642
2643Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
2644
2645 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
2646 Return error condition not len if xmlwriter fails writing to buffer.
2647
2648Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
2649
2650 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
2651 applied patch from Geert Jansen to implement the save function to
2652 a xmlBuffer, and a bit of cleanup.
2653
2654Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2655
2656 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
2657 totalDigits value to be positiveInteger.
2658 Fixed crash in an error report function when we gave it
2659 the document node; only element and attribute nodes are
2660 processed now (reported by Rob Richards).
2661
2662Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
2663
2664 * xmlregexp.c: fix bug #319897, problem with counted atoms
2665 when the transition itself is counted too
2666 * result/regexp/hard test/regexp/hard: augmented the regression
2667 tests with the problem exposed.
2668
2669Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
2670
2671 * win32/Makefile.mingw include/win32config.h: applied patch from
2672 Mark Junker to fix compilation with MinGW
2673
2674Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2675
2676 * libxml.3: tiny fix from Albert Chin
2677 * runsuite.c runtest.c testapi.c: portability cleanup for arch
2678 needing trio for *printf
2679
2680Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2681
2682 * tree.c: add additional checks to prevent tree corruption. fix problem
2683 copying attribute using xmlDocCopyNode from one document to another.
2684
2685Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2686
2687 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2688 cleanup from Albert Chin
2689 * doc/Makefile.am: html/index.sgml doesn't exist anymore
2690
2691Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2692
2693 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
2694 HP-UX and AIX
2695
2696Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2697
2698 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
2699 module portability
2700
2701Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2702
2703 * error.c: fixing a portability problem on some old Unices with
2704 patch from Albert Chin
2705
27062005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2707
2708 * c14n.c result/c14n/exc-without-comments/test-2
2709 test/c14n/exc-without-comments/test-2.xml
2710 test/c14n/exc-without-comments/test-2.xpath: fixing
2711 bug in exc-c14n namespace visibility + test case (bug #319367)
2712
2713Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2714
2715 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2716
2717Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2718
2719 * valid.c xmlregexp.c include/libxml/valid.h
2720 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2721 as this seems to give troubles with VC6 and stl as reported by
2722 Samuel Diaz Garcia.
2723
2724Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2725
2726 * parserInternals.c: fix a problem in some error case on Solaris
2727 when passed a NULL filename, pointed by Albert Chin.
2728
2729Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2730
2731 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2732 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2733 to the regression suite
2734
2735Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2736
2737 * HTMLparser.c: typo fix from Michael Day
2738
2739Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2740
2741 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2742 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2743
2744Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2745
2746 * parser.c: fixed second spot where CRLF split between chunks
2747 could cause trouble (bug #319279)
2748 * gentest.py, testapi.c: fixed two problems involved with
2749 --with-minimum compilation (compilation errors with schematron
2750 and formal expressions tests)
2751
2752Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2753
2754 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2755
2756Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2757
2758 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2759 the London airport.
2760
2761Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2762
2763 * xmlschemas.c: Removed creation of a temporary parser context
2764 during validation when processing xsi:type; this previously
2765 added a string to the dict of the schema - to assure thread
2766 safety, we don't want to modify a given schema during
2767 validation.
2768
2769Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2770
2771 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2772 misuse of vsnprintf
2773 * configure.in, config.h.in: added a configuration check for
2774 va_copy and added a define for VA_COPY for xmlwriter.c fix
2775 * parser.c: fixed problem with CRLF split between chunks (bug
2776 #319279) (fix provided by Brion Vibber)
2777
2778Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2779
2780 * xmlschemas.c: Fixed a potential memory leak in
2781 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2782 Fixed setting of ctxt->err to the given error code in
2783 the parsing error functions.
2784 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2785 starting point for IDC XPath compilation; this and some other
2786 tiny changes fixes issues regarding whitespace in the
2787 expressions and IDC selector/field relevant restrictions of
2788 the subset of XPath. Fixed a missing blocking of attributes
2789 in xmlStreamPushInternal().
2790
2791Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2792
2793 * runtest.c: removed the error message
2794 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2795 documentation
2796 * include/libxml/schemasInternals.h: changed warning about API stability
2797 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2798 regexps and automata. Not fully finished but should be way better.
2799
2800Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2801
2802 * xmlschemas.c: Fixed a memory leak in
2803 xmlSchemaContentModelDump(). Added output of local types
2804 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2805 dump output.
2806
2807Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2808
2809 * tree.c pattern.c: Silenced intel compiler warnings (reported
2810 by Kjartan Maraas, bug #318517).
2811 * xmlschemas.c: The above changes in pattern.c revealed an
2812 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2813 we really pushed them beforehand; this was previously not
2814 checked for the case when we discover an element node to be
2815 invalid wrt the content model.
2816 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2817
2818Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2819
2820 * result/schemas/*.err: Adapted regression test results.
2821
2822Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2823
2824 * xmlschemas.c: Fixed some identity-constraint issues:
2825 Restructured IDC node-tables
2826 Allowed IDCs to resolve also to nodes of complex type with
2827 simple content.
2828 Added check for keyrefs with references to keyrefs.
2829 IDC target-nodes were interferring with IDC node-tables,
2830 since they used one list of entries only. I separated this
2831 one big list into 3 lists: 1 for IDC node-table entries,
2832 1 for _duplicates_ of IDC node-table entries and 1 for
2833 IDC target-nodes. More code, but cleaner and it works at last.
2834 Keyrefs will fail to resolve to duplicate key/unique entries.
2835 I thought this was already working this way, but it didn't.
2836 The wording of the definition for [node table] in the spec
2837 can lead to a scenario, where keyrefs resolve perfectly, even
2838 if the relevant key-sequences of the referenced key/unique have
2839 duplicates in the subtree. Currently only Saxon 8.5.1 is
2840 dissallowing resolution to duplicate entries correctly - we
2841 will follow Saxon here.
2842 Removed some intel compiler warnings (reported by
2843 Kjartan Maraas, bug #318517).
2844 * pattern.c: Fixed an IDC-XPath problem when resolving to
2845 attributes.
2846
2847Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2848 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2849 to use getaddrinfo() if supported in Windows build (bug# 317431).
2850
2851Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2852
2853 * result/schemas/*: Adapted regression test results.
2854
2855Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2856
2857 * xmlschemas.c include/libxml/schemasInternals.h
2858 include/libxml/xmlerror.h: Initial implementation for
2859 redefinitions; this still misses checks for restrictions
2860 of the content model of complex types.
2861 Fixed default/fixed values for attributes (looks like they
2862 did not work in the last releases).
2863 Completed constraints for attribute uses.
2864 Seperated attribute derivation from attribute constraints.
2865 Completed constraints for attribute group definitions.
2866 Disallowing <import>s of schemas in no target namespace if the
2867 importing schema is a chameleon schema. This contradicts
2868 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2869 W3C XML Schema WG, thinks it is correct to dissalow such
2870 imports.
2871 Added cos-all-limited constraints.
2872 Restructured reference resolution to model groups and element
2873 declarations.
2874 Misc cleanup.
2875
2876Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2877
2878 * schematron.c xmlregexp.c: remove warnings under Windows.
2879
2880Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2881
2882 * parser.c: applied patch from Massimo Morara fixing bug #317447
2883 about risk of invalid write in xmlStringLenDecodeEntities
2884
2885Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2886
2887 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2888
2889Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2890
2891 * xmlregexp.c: seems a test to avoid duplicate transition is
2892 really needed at all times. Luka Por gave an example hitting
2893 this. Changed back the internal API.
2894
2895Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2896
2897 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2898
2899Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2900
2901 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2902
2903Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2904
2905 * xmlregexp.c: detect combinatory explosion and return with
2906 a runtime error in those case, c.f. #316338 though maybe we
2907 should not see such an explosion with that specific regexp,
2908 more checking needs to be done.
2909
2910Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2911
2912 * include/libxml/schemasInternals.h: Added some comments for the
2913 struct fields.
2914
2915Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2916
2917 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2918 blank path (bug 316224)
2919
2920Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2921
2922 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
2923 rebuild.
2924 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
2925 xmlSaveOption
2926 * xmlschemas.c: minor cleanups
2927
2928Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2929
2930 * test/schemas/import1_0.xsd: And adapting another one.
2931
2932Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2933
2934 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2935
2936Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2937
2938 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2939 result/schemas/changelog093_1_0.err
2940 result/schemas/derivation-ok-extension_0_0.err
2941 result/schemas/import1_0_0.err
2942 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2943 Adapted regression results.
2944
2945Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2946
2947 * xmlschemas.c include/libxml/schemasInternals.h
2948 include/libxml/xmlerror.h: Completion of the schema graph.
2949 Centralisation, more robustness of the schema document
2950 aquisition story. Centralised and restructured component fixup.
2951 Fixed attribute derivation when 'prohibiting' attribute uses.
2952 Added warnings: when schema documents cannot be localized
2953 during imports; when we get duplicate and pointless attribute
2954 prohibitions. Changed error reports for IDCs to report
2955 the relevant IDC designation as well (requested by GUY Fabrice).
2956 Misc code-cleanup.
2957
2958Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2959
2960 * xmlsave.c: applied second patch from David Madore to be less intrusive
2961 when handling scripts and style elements in XHTML1 should fix #316041
2962 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2963
2964Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2965
2966 * libxml.spec.in doc/devhelp/*: finished the integration with
2967 devhelp, completing the index and inserted into the gtk-doc
2968 database at "make install" stage
2969
2970Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2971
2972 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2973 and use option from xmlSaveCtxtPtr rather than global during output.
2974 * xmlsave.c: fix some output formatting for meta element under XHTML.
2975
2976Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2977
2978 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2979 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2980 * doc/Makefile.am: build devhelp before the examples.
2981 * doc/*: regenerated the API
2982
2983Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2984
2985 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2986 given a document pointer instead of an element
2987
2988Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2989
2990 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2991 should be complete with navigation, what is left done is glueing
2992
2993Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2994
2995 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2996 doc/devhelp/*: started work needed to generate devhelp content,
2997 not too hard based on the existing format and extractor.
2998
2999Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
3000
3001 * parser.c: fixes bug #315617 when using push CDATA in some cases.
3002
3003Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3004
Daniel Veillard25a1ce92008-06-02 16:04:12 +00003005 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
William M. Brack11be2d02007-01-24 19:17:19 +00003006
3007Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3008
3009 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
3010 when handled a namespace node.
3011
3012Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
3013
3014 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
3015 releasing 2.6.21
3016 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
3017 * threads.c include/libxml/threads.h xmllint.c: added the more
3018 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
3019
3020Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3021
3022 * configure.in doc/* configure.in: prepare for release
3023 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
3024
3025Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3026
3027 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
3028 than initially expected as ctxt->error == NULL had behaviour side
3029 effects at the compilation level itself.
3030
3031Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3032
3033 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
3034 pattern induced XPath bug #314282
3035 * relaxng.c: reverted back last change it was seriously broken
3036
3037Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
3038
3039 * xmlsave.c: check for NULL to prevent crash with meta elements
3040
3041Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3042
3043 * relaxng.c: structured error reporting problem with Relax-NG
3044 should fix #314881 and #314759
3045
3046Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
3047
3048 * pattern.c: fixes a portability problem raised by C370 on Z/OS
3049
3050Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3051
3052 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
3053 but more generally related to attributes and ID handling, fixes
3054 #314358 among other things
3055
3056Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3057
3058 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
3059 first argument.
3060 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
3061 based on Andrew W. Nosenko idea.
3062 * doc/* elfgcchack.h: regenerated the API
3063
3064Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3065
3066 * configure.in: the use of AM_PATH_PYTHON is not portable enough
3067 reverting back to AM_PATH_PROG
3068
3069Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3070
3071 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
3072 changing the behaviour when text nodes are found in body
3073 * result/HTML/*: this changes the output of some tests
3074
3075Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
3076
3077 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
3078 c.f. #160598
3079
3080Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3081
3082 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
3083 bug #314853
3084
3085Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
3086
3087 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
3088 to serialization and no longer modify internal tree.
3089
3090Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3091
3092 * libxml.spec.in: the profiling usually don't work, disabled
3093 * doc/*: rebuilt
3094
3095Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3096
3097 * configure.in: trying to fix the first part of #310033 by
3098 detecting gcc <= 3.2
3099
3100Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
3101
3102 * error.c: fixed bug #310033, the URI extraction code given a
3103 node is a bit twisted and broke in the last months.
3104
3105Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3106
3107 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
3108 fix on test.
3109
3110Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3111
3112 * debugXML.c: change verbosity depending on API
3113 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
3114 to previous outputs
3115
3116Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3117
3118 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
3119 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
3120 added a parser XML_PARSE_COMPACT option to allocate small
3121 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
3122 directly within the node, various changes to cope with this.
3123 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
3124 slightly change the output
3125
3126Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3127
3128 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
3129 instead of $CC = 'gcc' because GCC may have a different name
3130
3131Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
3132
3133 * configure.in: changes the way the python binary is found, should
3134 also fix bug #308004
3135
3136Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3137
3138 * parser.c: found another bug while looking at #309616 on missing
3139 entities.
3140 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
3141 SAX stream in missing conditions for a few tests
3142
3143Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3144
3145 * encoding.c: applied the patch suggested #309565 which can avoid
3146 looping in error conditions.
3147
3148Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
3149
3150 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
3151 xmlGetLineNo() c.f. bug #309205
3152
3153Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3154
3155 * encoding.c error.c include/libxml/xmlerror.h: finally converted
3156 the encoding module to the common error reporting mechanism
3157 * doc/* doc/html/libxml-xmlerror.html: rebuilt
3158
3159Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3160
3161 * xpath.c: removed a potentially uninitialized variable error
3162 * python/generator.py: fixed a deprecation warning
3163 * python/tests/tstLastError.py: silent the damn test when Okay !
3164
3165Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3166
3167 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
3168 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
3169 when configured --without-sax1 and other cleanups fixes bug #172683
3170 * doc/* elfgcchack.h: regenerated
3171
3172Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3173
3174 * parser.c: fixed bug #170489 reported by Jirka Kosek
3175 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
3176 result/valid/objednavka*: added the test to the regression suite.
3177
3178Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3179
3180 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
3181 for the HTML parser based on the suggestions of bug #169834 by
3182 Paul Loberg
3183
3184Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3185
3186 * elfgcchack.h testapi.c doc/*: regenerated
3187 * schematron.c: fixed a compilation problem
3188 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
3189 * result/expr/base: slightly changes the number of Cons.
3190
3191Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3192
3193 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
3194 * xmlregexp.c: small cleanup
3195 * include/libxml/schematron.h include/libxml/xmlexports.h
3196 include/libxml/xmlversion.h.in: cleanup problems from code scanner
3197
3198Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3199
3200 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
3201 #313982
3202 * result/schemas/bug313982* test/schemas/bug313982*: also added
3203 the test case to the regression suite.
3204
3205Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
3206
3207 * testRegexp.c: printed the wrong string
3208
3209Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
3210
3211 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
3212 xmlExpExpDerive(), added it to the testRegexp command line
3213 tool when providing multiple expressions.
3214
3215Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3216
3217 * Makefile.am result/expr/base test/expr/base: added the first
3218 regression test suite set for the new expression support
3219
3220Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3221
3222 * valid.c: fixed an uninitialized variable
3223 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
3224 add the parser, serializer and some debugging
3225 * include/libxml/xmlversion.h.in: made the new support compiled
3226 by default if Schemas is included
3227 * testRegexp.c: cleanup and integration of the first part of the
3228 new code with a special switch
3229 * xmllint.c: show up Expr in --version if compiled in
3230 * include/libxml/tree.h: moved the xmlBuffer definition up
3231
3232Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3233
3234 * xmlschemas.c: Some preparation for the creation of a graph
3235 of imported/included/redefined schemas; this is needed for
3236 at least the redefinitions.
3237 Centralized the creation of the parser context in one function.
3238
3239Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3240
3241 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
3242 handling code to have it in CVs from now. Not plugged, and misses
3243 APIs it's not compiled in yet.
3244
3245Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3246
3247 * xmlreader.c: applied another patch from Rob Richards to fix
3248 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
3249
3250Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3251
3252 * xmlreader.c: applied patch from Rob Richards to fix
3253 xmlTextReaderGetAttribute behaviour with namespace declarations
3254
3255Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3256
3257 * xmlschemas.c include/libxml/xmlerror.h:
3258 Changed output for keyref-match errors; the target-node will
3259 be now reported rather than the scope-node of the keyref
3260 definition - allowing easier chasing of instance errors.
3261 This was reported by Guy Fabrice to the mailing list.
3262 Some initial parsing code for schema redefinitions.
3263 * result/schemas/bug303566_1_1.err
3264 result/schemas/bug312957_1_0.err: Adapted test results due
3265 to the keyref changes.
3266
3267Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3268
3269 * valid.c: applied patch from Derek Poon fixing bug #310692
3270
3271Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3272
3273 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
3274 context type was not always properly initialized.
3275
3276Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3277
3278 * relaxng.c: fixed bug #307377 about validation of choices in
3279 list values.
3280 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
3281 added examples to the regression tests, problem is that streaming
3282 version gives slightly more informations.
3283
3284Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3285
3286 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
3287
3288Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3289
3290 * result/schemas/any6_1_0*: Added missing test results.
3291
3292Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
3293
3294 * xmlregexp.c: fixed a determinism detection problem exposed by
3295 ##other tests commited by Kasimier, also added a small speedup
3296 of determinism detection.
3297 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
3298 the results to the regression tests now
3299
3300Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3301
3302 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
3303 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
3304 Added some more tests for element wildcards.
3305
3306Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3307
3308 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
3309 streaming XPath states were not popped in every case,
3310 thus failed to resolve correctly for subsequent input.
3311 * test/schemas/bug312957* result/schemas/bug312957*:
3312 Added the test submitted by Carol Hunter.
3313
3314Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3315
3316 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
3317 ##other issues
3318 * result/schemas/any7* test/schemas/any7: completed the tests
3319 and added the results
3320 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
3321 result/schemas/any5_1_0.err: this slightly chnages the output
3322 from 3 existing tests
3323
3324Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3325
3326 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
3327 Marcus Boerger to remove warnings on Windows.
3328
3329Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
3330
3331 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
3332 an xmlSaveOption to omit XML declaration
3333
3334Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3335
3336 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
3337 patch for HTML UTF-8 serialization
3338 * result/HTML/script2.html: this changed the output of that test
3339
3340Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3341
3342 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
3343 of count based transition, when going though the counter must
3344 be reset to 0
3345 * test/schemas/bug310264* result/schemas/bug310264*: added the
3346 regression test.
3347
3348Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3349
3350 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
3351 only freeing the first annotation in the list.
3352
3353Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3354
3355 * xmlreader.c: applied patch from Rob Richards fixing
3356 xmlTextReaderGetAttribute
3357
3358Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3359
3360 * HTMLparser.c: fixed an uninitialized memory access spotted by
3361 valgrind
3362
3363Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3364
3365 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
3366 installed DTD
3367 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
3368 cleanup the Path/URI conversion mess, needed fixing in various
3369 layers and a new API to the uri module which also fixes #306861
3370 * runtest.c: integrated a regression test specific to check the
3371 URI conversions done before calling the I/O handlers.
3372
3373Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3374
3375 * doc/XSLT.html doc/xml.html: small doc fix for #312647
3376
3377Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3378
3379 * win32/configure.js: applied patch from Rob Richards to allow
3380 disabling modules in win32, fixes #304071
3381
3382Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3383
3384 * python/libxml.c: applied fix from Jakub Piotr Clapa for
3385 xmlAttr.parent(), closing #312181
3386
3387Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3388
3389 * schematron.c: report improvement
3390 * test/schematron/zvon* result/schematron/zvon*: more tests
3391
3392Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3393
3394 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
3395 Richards to add schematron to the build on Windows
3396 * test/schematron/zvon3* result/schematron/zvon3*: second test
3397 * test/schematron/zvon10* result/schematron/zvon10*: this is the
3398 real second test 10 and 2 are swapped.
3399
3400Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3401
3402 * schematron.c: more bug fixes, improve the error reporting.
3403 * test/schematron/zvon2* result/schematron/zvon2*: second test
3404
3405Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3406
3407 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
3408 text error rendering
3409 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
3410 started integrating within "make tests"
3411
3412Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
3413
3414 * test/schematron/*: a few first tests from Zvon unfortunately
3415 with the old syntax
3416
3417Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
3418
3419 * schematron.c xmllint.c include/libxml/schematron.h: commiting
3420 work done on the plane last week-end
3421
3422Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
3423
3424 * runtest.c: allows an extra argument to subset the tests
3425 * xmlregexp.c: big speedup for validation, basically avoided
3426 transition creation explosion when removing epsilon transition
3427
3428Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3429
3430 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
3431 xmlwriter.c: more cleanups based on sparse reports, added
3432 "make sparse"
3433
3434Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
3435
3436 * python/libxml.c: don't output any message on failed resolver lookups,
3437 better done by the python user provided resolver layer.
3438
3439Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3440
3441 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
3442 runsuite.c runtest.c schematron.c testHTML.c testReader.c
3443 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
3444 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
3445 small cleanups based on Linus' sparse check output.
3446
3447Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3448
3449 * include/libxml/Makefile.am: added schematron.h, oops ...
3450
3451Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3452
3453 * xmlschemastypes.c: Added creation of the content type of
3454 xs:anyType. This is needed when trying to extend xs:anyType
3455 (although it makes no sense to extend it; IMHO the schema
3456 people should have ruled this out). This was reported
3457 by Yong Chen to the mailing list.
3458 * xmlschemas.c: Fixed handling of xs:anyType in
3459 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
3460 adjustment to an error report output.
3461 * test/schemas/extension2* result/schemas/extension2*:
3462 Added a test case provided by Young Chen.
3463
3464Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
3465
3466 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
3467 base to be in "relative" form
3468
3469Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
3470
3471 * schematron.c xmllint.c: started adding schematron to the xmllint
3472 tool, the report infrastructure is gonna be fun.
3473
3474Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3475
3476 * test/schemas/any6* test/schemas/any7*: Added regression tests
3477 (they fail currently), but did not added results yet.
3478
3479Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3480
3481 * xmlschemas.c: Removed the workaround code in
3482 xmlSchemaValidateElemWildcard() for the <any> wildcard
3483 with namespace == ##other. Support for such wildcards was
3484 implemented by Daniel at the automaton level recently, and
3485 the workaround code iterfered with it.
3486
3487Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
3488
3489 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
3490 signature to pass an int and not an enum since it can generate
3491 ABI compat troubles.
3492 * include/libxml/schematron.h schematron.c: adding the new
3493 schematron code, work in progress lots to be left and needing
3494 testing
3495 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
3496 Makefile.am configure.in: integration of schematron into the
3497 build
3498 * xpath.c include/libxml/xpath.h: adding flags to control compilation
3499 options right now just XML_XPATH_CHECKNS.
3500
3501Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3502
3503 * xmlschemas.c: Removed an "internal error" message from
3504 xmlSchemaBuildAContentModel() when an empty model group
3505 definition is hit.
3506
3507Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3508
3509 * pattern.c: Changed xmlCompileStepPattern() and
3510 xmlCompileAttributeTest() to handle the "xml" prefix without
3511 caring if the XML namespace was supplied by the user.
3512
3513Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3514
3515 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
3516 output the given string arguments correctly.
3517
3518Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
3519
3520 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
3521 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
3522 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
3523 include/libxml/valid.h include/libxml/xmlIO.h
3524 include/libxml/xmlerror.h include/libxml/xmlexports.h
3525 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
3526 to fix problems with calling conventions on Windows this should
3527 fix #309757
3528
3529Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3530
3531 * parser.c: an optimization of the char data inner loop,
3532 can gain up to 10% in pure SAX2 parsing speed
3533 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
3534 a bug in XML Schemas facet comparison #310893
3535
3536Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3537
3538 * xmlregexp.c xmlschemas.c: fixed the error reporting for
3539 not transitions
3540 * result/schemas/any5_0_0* result/schemas/any5_0_2*
3541 result/schemas/any5_1_0*: fixed output
3542
3543Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3544
3545 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
3546 bug #172215 about foreign namespaces by adding support for
3547 negated string transitions. Error messages still need to be
3548 improved.
3549 * test/schemas/any5* result/schemas/any5*: adding regression
3550 tests for this.
3551
3552Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3553
3554 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
3555 on namespaced attributes #310417.
3556
3557Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3558
3559 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3560 ducplicated
3561
3562Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3563
3564 * xmlschemas.c: fixed xsd:all when used in conjunction with
3565 substitution groups
3566 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
3567 regression tests, strangely missing from NIST/Sun/Microsoft
3568 testsuites
3569
3570Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3571
3572 * xmlschemas.c: fixed bug #307508, a bad automata was built but
3573 this showed as an indeterminist result
3574
3575Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3576
3577 * xmlschemastypes.c: found the last bug raised by NIST tests in
3578 comparing base64 strings, result from runsuite:
3579 ## NIST test suite for Schemas version NIST2004-01-14
3580 Ran 23170 tests (3953 schemata), no errors
3581
3582Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3583
3584 * testRegexp.c: fixed where xmlMemoryDump() should be called.
3585 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
3586 affecting NIST regression tests
3587
3588Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3589
3590 * configure.in: applied a patch from Gerrit P. Haase to add
3591 module support on cygwin
3592
3593Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3594
3595 * HTMLparser.c: fixed a potential buffer overrun error introduced
3596 on last commit to htmlParseScript() c.f. #310229
3597
3598Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
3599
3600 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
3601 return TRUE if a nodeset with a numeric value of NaN is compared
3602 for inequality with any numeric value (bug 309914).
3603
3604Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3605
3606 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
3607 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
3608 to route relaxng and schemas error messages when using the reader
3609 through the structured interface if activated.
3610 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
3611 to test.
3612
3613Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3614
3615 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3616 Jiri Netolicky
3617 * result/HTML/script2.html* test/HTML/script2.html: added the test
3618 case from the regression suite
3619
3620Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3621
3622 * nanohttp.c: fixed bug #310105 with http_proxy environments with
3623 patch provided by Peter Breitenlohner
3624
3625Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3626
3627 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
3628 * xmllint.c: removed a compilation problem
3629
3630Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3631
3632 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
3633 preparing to make testsuite releases along with code source releases
3634 * gentest.py testapi.c: fixed a couple of problem introduced by
3635 the new Schemas support for Readers
3636 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
3637 but simple way.
3638 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
3639 raised by the doc builder.
3640 * doc/*: made rebuild
3641
3642Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3643
3644 * xmlschemas.c: fixed a bug introduced on last commit
3645
3646Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3647
3648 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
3649 pointed by Jeroen Ruigrok
3650 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
3651 the APIs for xmlReader schemas validation support
3652 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
3653 implementation and testing as xmllint --stream --schema ...
3654
3655Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3656
3657 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
3658
3659Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3660
3661 * parser.c: fix for #309761 from Dylan Shell
3662 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
3663 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
3664 * xmllint.c: couple of fixes plus added descriptions for --sax and
3665 --sax1
3666
3667Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3668
3669 * xmlschemas.c: Added c-props-correct constraint to check
3670 for equal cardinality of keyref/key.
3671 * include/libxml/xmlerror.h: Added an error code.
3672
3673Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3674
3675 * pattern.c: Fixed evaluation of attributes. Actually only
3676 attribute at the first level were evaluated (e.g. "@attr");
3677 expression like "foo/@attr" always failed.
3678
3679Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3680
3681 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
3682 user-provided SAX handler is given.
3683
3684Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3685
3686 * parser.c: fix some potential leaks in error cases.
3687 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3688 various other combinations.
3689 * xmlschemas.c: fix a couple of tiny problems in
3690 xmlSchemaValidateStream()
3691
3692Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3693
3694 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
3695 xmlSchemaValidateStream() internally.
3696
3697Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3698
3699 * test/relaxng/docbook_0.xml: added the missing entity to the
3700 document internal subset to avoid errors if the DocBook catalogs
3701 are not there
3702 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3703 untested yet
3704
3705Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3706
3707 * parser.c: fixed problem with free on dupl attribute in
3708 dtd (bug309637).
3709 * test/errors/attr3.xml, result/errors/attr3.*: added
3710 regression test for this
3711
3712Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3713
3714 * win32/Makefile.msvc: try again to fix file format for Windows
3715
3716Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3717
3718 * win32/Makefile.msvc: removed spurious ^M
3719 * runtest.c: added check for option O_BINARY
3720 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3721 sticky tag to 'binary'
3722
3723Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3724
3725 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3726 in xmlCtxtGenericNodeCheck
3727 * runtest.c: changed "open" calls to include O_BINARY for Windows
3728
3729Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3730
3731 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3732 in areBlanks which failed.
3733 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3734 added the input file to the regression tests
3735
3736Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3737
3738 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3739 Anotolij.
3740 * test/schemas/bug309338* result/schemas/bug309338*:
3741 Added a regression test for the above bug.
3742
3743Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3744
3745 * Makefile.am: first steps toward a testsuite dist
3746 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3747
3748Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3749
3750 * runsuite.c runtest.c: Tiny portability adjustment for win.
3751 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3752 be created.
3753
3754Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3755
3756 * runsuite.c: first stb at unimplemnted detection
3757 * runtest.c: fixing Windows code
3758
3759Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3760
3761 * runsuite.c: fix on schemas error
3762 * runtest.c: portability glob() on Windows
3763
3764Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3765
3766 * runsuite.c runtest.c: cleanups, logfile and portability
3767 * xmllint.c: fixed a memory leak
3768
3769Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3770
3771 * parser.c: fixed a bug failing to detect UTF-8 violations in
3772 CData in push mode.
3773 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3774 to the regressions
3775
3776Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3777
3778 * debugXML.c: added enhancement for #309057 in xmllint shell
3779
3780Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3781
3782 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3783 bug in push mode
3784 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3785 regression suite
3786
3787Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3788
3789 * testapi.c tree.c: fixing a leak detected by testapi in
3790 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3791 seems to pass tests fine now.
3792 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3793 to push mode
3794 * error.c: remove a warning
3795 * runtest.c xmllint.c: avoid compilation errors if only some parts
3796 of the library are compiled in.
3797
3798Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3799
3800 * gentest.py testapi.c: fix a problem with previous patch to
3801 testapi.c
3802
3803Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3804
3805 * runsuite.c runtest.c tree.c: fixing compilations when
3806 disabling parts of the library at configure time.
3807
3808Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3809
3810 * parserInternals.c: fix bug raised by zamez on IRC
3811 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3812 * tree.c: added comments missing.
3813 * doc/*: regenerated
3814
3815Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3816
3817 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3818 assorted bugs
3819 * python/generator.py python/libxml2-python-api.xml: fixed
3820 conditionals in generator too
3821 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3822 cleanups too and rebuilt
3823
3824Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3825
3826 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3827
3828Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3829
3830 * runsuite.c: expanded test
3831 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3832
3833Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3834
3835 * runsuite.c: a bit of progresses on xstc
3836
3837Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3838
3839 * runsuite.c: completed the simple checks for Relax-NG suites
3840 back to the same 11 errors as in the Python runs.
3841
3842Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3843
3844 * runtest.c: complete, checking on other platforms is needed
3845 * README: updated
3846 * debugXML.c: fix a bug raised by bill on IRC
3847 * relaxng.c: fix a leak in weird circumstances
3848 * runsuite.c Makefile.am: standalone test tool agaisnt
3849 the regression suites, work in progress
3850
3851Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3852
3853 * runtest.c: adding URI tests
3854
3855Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3856
3857 * runtest.c: adding xml:id
3858
3859Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3860
3861 * runtest.c: finishing XPath, adding XPointer
3862
3863Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3864
3865 * runtest.c: adding more coverage, XInclude and starting XPath
3866
3867Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3868
3869 * tree.c include/libxml/tree.h: Added allocation/deallocation
3870 functions for the DOM-wrapper context.
3871
3872Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3873
3874 * tree.c: Commented the new functions to be experimental.
3875
3876Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3877
3878 * error.c valid.c: working some weird error reporting problem for
3879 DTD validation.
3880 * runtest.c: augmented with DTD validation tests
3881 * result/VC/OneID*: slight change in validation output.
3882
3883Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3884
3885 * runtest.c: added most HTML tests
3886
3887Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3888
3889 * test/namespaces/reconcile/tests.xml
3890 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3891 for some new DOM-wrapper helping functions.
3892
3893Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3894
3895 * xstc/xstc-to-python.xsl: Cleanup.
3896 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3897 Removed, those are not needed anymore due to the new test suite.
3898
3899Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3900
3901 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3902 missing.
3903 * runtest.c: added SAX1/SAX2 checks.
3904
3905Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3906
3907 * tree.c include/libxml/tree.h: Added
3908 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3909 xmlDOMWrapRemoveNode() to the API. These are functions intended
3910 to be used with DOM-wrappers.
3911
3912Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3913
3914 * runtest.c: continue to increase the tests
3915
3916Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3917
3918 * runtest.c: continue to increase the tests
3919
3920Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3921
3922 * runtest.c: continue to increase the tests
3923
3924Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3925
3926 * include/libxml/valid.h valid.c: avoid name glob in agruments as
3927 it matches the glob() routine.
3928 * runtest.c Makefile.am: first steps toward a C regression test
3929 framework.
3930
3931Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3932
3933 * configure.in: fixed a problem with the detection of
3934 ss_family for ipV6, as reported on the mailing list by
3935 Doug Orleans.
3936
3937Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3938
3939 * test/schemas/empty-value* result/schemas/empty-value*:
3940 Added regression tests (from Dhyanesh).
3941
3942Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3943
3944 * xmlschemas.c: Fixed NULL values to be validated as empty
3945 string values (reported by Dhyanesh to the mailing list).
3946 Adjusted text concatenation of mixed content.
3947
3948Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3949
3950 * tree.c valid.c: applied patch from Rob Richards for removal
3951 of ID (and xml:id)
3952 * xmlreader.c: applied patch from James Wert implementing
3953 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3954
3955Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3956
3957 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3958 namespace list, appending of element character content.
3959 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3960
3961Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3962
3963 * xmlschemastypes.c: Added missing function descriptions.
3964
3965Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3966
3967 * xmllint.c: if sax1 is used and input is a file use the old
3968 API xmlParseFile()
3969 * xmlschemas.c: cleanups
3970 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3971 for the new functions in Schemas.
3972
3973Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3974
3975 * xmlschemas.c include/libxml/xmlschemas.h: Added
3976 xmlSchemaValidateFile() to the public API. This will use
3977 SAX2-driven validation.
3978
3979Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3980
3981 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3982 Added schema test results (Tom Browder, bug #306806).
3983
3984Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3985
3986 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3987 Added schema tests submitted by Tom Browder (bug #306806).
3988
3989Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3990
3991 * pattern.c: adjusted last change to xmlCompilePathPattern,
3992 fixed one compilation warning
3993
3994Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3995
3996 * pattern.c: Some changes/fixes to the streaming evaluation.
3997 * xmlschemas.c: A bit of support for parsing the schema for
3998 schema. Fixed attribute derivation when the use is
3999 "prohibited" and was "optional". Fixed an attribute construction
4000 bug, a left-over from the time, where <complexContent>,
4001 <extension>, etc. where created as structs.
4002
4003Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
4004
4005 * libxml-2.0.pc.in: removed a redundant include path
4006
4007Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4008
4009 * xstc/Makefile.am: Some more adjustments.
4010
4011Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4012
4013 * xstc/Makefile.am: Changed test extraction process, since some
4014 boxes don't know about "tar --strip-path".
4015
4016Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
4017
4018 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
4019 * result//compare0* test//compare0*: added the regression test in
4020 the suite as this went unnoticed !
4021
4022Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
4023
4024 * pattern.c, xpath.c, include/libxml/pattern.h: Further
4025 enhancement for XPath streaming, consolidated with
4026 schemas usage of pattern.c. Added a new enum
4027 xmlPatternFlags.
4028 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
4029 enum.
4030 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
4031 result/XPath/mixedpat: added regression test for problems
4032 reported in bug306348
4033
4034Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4035
4036 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
4037 default namespace if existent.
4038
4039Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4040
4041 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
4042 values were not duplicated corrently when creating a computed value
4043 in xmlSchemaValAtomicType.
4044
4045Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4046
4047 * xmlschemas.c result/schemas/include1_0_0.err:
4048 Fixed an attribute fixed/default value constraint error.
4049
4050Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4051
4052 * result/schemas/*: Adapted regression test results.
4053
4054Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4055
4056 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
4057 include/libxml/xmlschemastypes.h: Changed the validation process
4058 to be able to work in streaming mode. Some datatype fixes,
4059 especially for list and union types. Due to the changes the
4060 error report output has changed in most cases. Initial migration to
4061 functions usable by both, the parser and the validator. This should
4062 ease a yet-to-come XS construction API in the long term as well.
4063
4064Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
4065
4066 * parser.c: applied patch from Malcolm Rowe to avoid namespace
4067 troubles on rollback parsing of elements start #304761
4068 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
4069 added it to the regression tests.
4070
4071Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
4072
4073 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
4074 for xml:space and xml:lang handling with SAX2 api.
4075
4076Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
4077
4078 * globals.c: applied patch from Morten Welinder, closing bug #306901
4079 on compiling subsets of the library
4080
4081Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4082
4083 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
4084 XS tests to use the new release of tests and test-definitions.
4085
40862005-06-07 Aleksey Sanin <aleksey@aleksey.com>
4087
4088 * c14n.c: fix rendering of attributes when parent node
4089 is not in the node set
4090
40912005-06-06 Aleksey Sanin <aleksey@aleksey.com>
4092
4093 * c14n.c: fixed xml attributes processing bug in exc c14n
4094 * xmllint.c: added --exc-c14n command line option
4095
4096Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
4097
4098 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
4099 handling of depth/level for cases like union operator
4100 (bug #306348 reported by Bob Stayton). Also enhanced
4101 several comments throughout pattern.c.
4102 * doc/apibuild.py: fixed problem in handling of
4103 'signed' declaration. Rebuilt the docs.
4104
4105Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
4106
4107 * xinclude.c: Enhanced handling of xml:base for included
4108 elements, fixing bugs 169209 and 302353.
4109
4110Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4111
4112 * xmlschemas.c: Fixed facet errors to be channelled back for
4113 union type members; facet-validation will stop now on the
4114 first error. Reported by GUY Fabrice to the mailing-list.
4115 * xmlschemastypes.c: Changed to ignore lengh-related facet
4116 validation for QNames and NOTATIONs as proposed by the
4117 schema people.
4118 * test/schemas/union2* result/schemas/union2*: Added
4119 regression tests for union types (by GUY Fabrice).
4120
4121Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
4122
4123 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
4124 CDATA with NULL content.
4125
4126Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4127
4128 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
4129 the timezone to -840 to 840.
4130
4131Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4132
4133 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
4134 for "signed int" of the date-time timezone field. Silenced
4135 a warning.
4136
4137Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
4138
4139 * tree.c: applied patch for replaceNode from Brent Hendricks
4140
4141Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4142
4143 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
4144
4145Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
4146
4147 * testapi.c: applied patch from Steve Nairn tof fix the compilation
4148 problem exposed in bug #303640
4149
4150Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4151
4152 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
4153 Added regression a test provided by Heiko Oberdiek (bug #303566).
4154
4155Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4156
4157 * pattern.c: Changed the XPath "." to resolve only on the first
4158 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
4159 This should not affect pattern-like resolution on every level.
4160
4161Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
4162
4163 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
4164
4165Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
4166
4167 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
4168 * doc/apibuild.py: fixed __attribute() parsing problem
4169 * doc/* testapi.c: regenerated the descriptions and docs.
4170
4171Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
4172
4173 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
4174 to avoid linking with pthread library on non-threaded environments.
4175 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
4176 list allocation.
4177
4178Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4179
4180 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
4181 attributes were treated as being bound to the default namespace.
4182
4183Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4184
4185 * xmlschemastypes.c: Fixed date-time related validation
4186 (reported by David Crossley, bug #300576).
4187
4188Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4189
4190 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
4191 dereferences (reported by Andriy, bug #301074).
4192
4193Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4194
4195 * xpath.c: Added some code to avoid integer overflow for
4196 ceil, floor and round functions (bug 301162)
4197
4198Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4199
4200 * xmlschemas.c: Removed workaround for bug #172215, since it
4201 does more harm in some scenarios. Added some of the
4202 "Particle Restriction OK" constraints - not yet enabled.
4203
4204Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4205
4206 * result/schemas/changelog093*: Added test results.
4207
4208Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4209
4210 * xmlschemas.c: Added output of canonical values in
4211 identity-constraint error messages.
4212 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4213 Added xmlSchemaGetCanonValueWhtsp() to the API.
4214 Further enhancement of the canonical value
4215 conversion.
4216 * test/schemas/changelog093_0.*: Added test with an XSD
4217 submitted by Randy J. Ray.
4218
4219Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
4220
4221 * valid.c: Applied Daniel's fix for memory leak in dtd
4222 prefix (bug 300550).
4223 * xpath.c: minor change to comment only
4224
4225Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4226
4227 * xmlmemory.c: added the call to the breakpoint routine
4228 when a monitored block is reallocated or freed
4229
4230Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
4231
4232 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
4233 about HTTP query string parameter being lost
4234
4235Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4236
4237 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
4238 adding namespace removal at the python level #300209
4239 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
4240 test
4241
4242Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4243
4244 * xpath.c: fixed several places where memory cleanup was not
4245 properly done after an error was detected (problem was
4246 reported on the mailing list by Pawel Palucha)
4247
4248Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4249
4250 * xmlschemas.c: Added substitution group constraints; changed
4251 the build of the pre-computed substitution groups. Channeled
4252 errors during xsi assembling of schemas to the validation
4253 context. Fixed a big memory leak, which occured when using
4254 IDCs: the precomputed value of attributes was not freed if
4255 the attribute did not resolve to an IDC field (discovered
4256 with the help of Randy J. Ray's schema, posted to the
4257 xmlschema-dev maling list).
4258
4259Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4260
4261 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
4262 Added handling substitution groups inside <choice> and <sequence>;
4263 for <all> this is not supported yet. Changed circular checks for
4264 model groups definitions. "memberTypes" are processed at different
4265 levels now: component resolution first, construction later; this
4266 goes hand in hand with a global change to handle component
4267 resolution in a distinct phase. Fixed invalid default values for
4268 elements to mark the schema as invalid; this just resulted in an
4269 error report previously, but the schema was handled as valid.
4270 Separated the assignment of the model groups to referencing
4271 model group definition references (i.e. particles); this was
4272 needed to perform the circularity check for model group definitions.
4273 Added "Element Declaration Properties Correct (e-props-correct)"
4274 constraints. Separated component resolution for simple/complex
4275 types.
4276 * include/libxml/schemasInternals.h: Added a flag for substitution
4277 group heads.
4278
4279Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4280
4281 * win32/Makefile.*: make install cleanup
4282
4283Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4284
4285 * win32/Makefile.mingw: fixed mingw compilation
4286 * testModule.c: removed mingw warnings
4287
4288Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4289
4290 * .cvsignore: added Eclipse project files to ignore list
4291
4292Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4293
4294 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
4295 * result/XPath/tests/langsimple test/XPath/tests/langsimple
4296 test/XPath/docs/lang: added a regression test
4297
4298Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
4299
4300 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
4301
4302Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4303
4304 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
4305 and anchored them in the "Element Locally Valid (Element)"
4306 constraints. This restricts the type substitution via "xsi:type".
4307
4308Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
4309
4310 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
4311 facets validation messages.
4312
4313Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4314
4315 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
4316 rebuilding.
4317
4318Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4319
4320 * xstc/Makefile.am: integrated fixup-tests.py
4321
4322Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4323
4324 * xmlschemastypes.c: fixed a lack of comment and missing test for
4325 a pointer in the API.
4326
4327Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4328
4329 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
4330 files used for the tests.
4331
4332Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4333
4334 * xmlschemas.c include/libxml/schemasInternals.h
4335 result/schemas/src-element2-*.err result/schemas/element-*.err:
4336 Committing again, since the CVS server aborted.
4337
4338Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4339
4340 * xmlschemastypes.c: Corrected 'length' facet validation for
4341 QNames and notations. Corrected xmlSchemaGetCanonValue: some
4342 data types did not return a value if already in normalized
4343 form.
4344 * xmlschemas.c include/libxml/schemasInternals.h:
4345 Eliminated creation of structs for <restriction>, <extension>,
4346 <simpleContent>, <complexContent>, <list> and <union>: the
4347 information is now set directly on the corresponding simple/
4348 complex type. Added some more complex type constraints.
4349 Added facet derivation constraints. Introduced "particle"
4350 components, which seem to be really needed if applying
4351 constraints. Corrected/change some of the parsing functions.
4352 This is all a bit scary, since a significant change to the code.
4353 * result/schemas/src-element2-*.err result/schemas/element-*.err:
4354 Adapted regression test results.
4355
4356Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
4357
4358 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
4359 format to cope with gcc4 change of aliasing allowed scopes, had
4360 to add extra informations to doc/libxml2-api.xml to separate
4361 the header from the c module source.
4362 * *.c: updated all c library files to add a #define bottom_xxx
4363 and reimport elfgcchack.h thereafter, and a bit of cleanups.
4364 * doc//* testapi.c: regenerated when rebuilding the API
4365
4366Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4367
4368 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
4369 encoding UTF-8 should really be assumed. This may break if
4370 the HTTP headers indicates for example ISO-8859-1 since this
4371 then becomes a well formedness error.
4372
4373Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4374
4375 * SAX.c: fixed #172260 redundant assignment.
4376 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
4377 xmlParseDoc() signatures #172257.
4378
4379Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4380
4381 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
4382 is NULL as reported by bug #172255
4383
4384Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4385
4386 * relaxng.c: fixed a problem in Relax-NG validation #159968
4387 * test/relaxng/list.* result/relaxng/list_*: added the test
4388 to the regression suite
4389
4390Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
4391
4392 * python/libxml.c: fixed bug #168504
4393
4394Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
4395
4396 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
4397 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
4398 since apparently IBM can't avoid breaking common defines #166922
4399
4400Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
4401
4402 * encoding.c: fix unitinialized variable in not frequently used
4403 code bug #172182
4404
4405Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4406
4407 * python/generator.py python/libxml.py: another patch from Brent
4408 Hendricks to add new handlers with the various validity contexts
4409 * python/tests/Makefile.am python/tests/validDTD.py
4410 python/tests/validRNG.py python/tests/validSchemas.py: also
4411 added the regression tests he provided
4412
4413Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
4414
4415 * python/generator.py python/libxml.c: applied patch from Brent
4416 Hendricks to avoid leak in python bindings when using schemas
4417 error handlers.
4418
4419Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
4420
4421 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
4422
4423Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
4424
4425 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
4426 by Rob Richards
4427
4428Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
4429
4430 * gentest.py, testapi.c: fixed problem with 'minimal library'
4431 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
4432 by Greg Morgan
4433
4434Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4435
4436 * xmlschemas.c: Fixed call to a facet error report: the type of
4437 the error was wrong, resulting in a segfault (bug #171220, reported
4438 by GUY Fabrice).
4439
4440Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4441
4442 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
4443 failing to build a linked list correctly (bug #169898, reported
4444 by bing song, hmm...).
4445
4446Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4447
4448 * xmlschemas.c: Fixed a segfault, which occured during bubbling
4449 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
4450 a variable was missed to be reset in a loop. Deactivated bubbling,
4451 if not referenced by a keyref.
4452
4453Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4454
4455 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
4456 in c14n relative namespaces check and add structured error messages
4457 to c14n code
4458
4459Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4460
4461 * xmlschemas.c: Removed inheritance of "mixed" content type for
4462 short-hand restrictions of "anyType" (reported by Guy Fabrice
4463 to the mailing list). Added the namespace conversion (chameleon
4464 includes) for the base type reference of <restriction> and
4465 <extension>.
4466 * test/schemas/bug152470_1.xsd: Adapted due to the above change
4467 of "mixed" inheritance.
4468
4469Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
4470
4471 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
4472
4473Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4474
4475 * xmlschemas.c: more debug messages from Matthew Burgess
4476 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
4477
4478Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4479
4480 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
4481 by Daniel, which I overwrote with the previous commit.
4482
4483Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4484
4485 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
4486 Hopefully finished validation against facets to use the normalized
4487 value of both, the facets and instance values. Added
4488 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
4489 and xmlSchemaGetValType() to the schema API.
4490
4491Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4492
4493 * libxml.spec.in: do not package .la files
4494 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
4495 * xmlschemastypes.c: fixed a couple of missing tests of parameters
4496 at public API entry points.
4497
4498Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
4499
4500 * xmlschemastypes.c: a couple of more changes to various
4501 decimal-handling routines. Fixes python some problems
4502 turned up by the python tests.
4503 * Makefile.am: change SchemasPythonTests message to warn
4504 that there are 10 'expected' errors (rather than 6) since
4505 we now reject a '+' sign on an unsigned.
4506
4507Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4508
4509 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
4510 normalized values of facets during validation: changed the
4511 arguments of some string comparison functions; added a static
4512 xmlSchemaValidateFacetInternal() with more arguments to be
4513 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
4514 to use the comparison functions. Fixed some assignments in
4515 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
4516
4517Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4518
4519 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
4520 updated docs and rebuilt
4521 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
4522
4523Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4524
4525 * encoding.c: removed a static buffer in xmlByteConsumed(),
4526 as pointed by Ben Maurer, fixes #170086
4527 * xmlschemas.c: remove a potentially uninitialized pointer warning
4528
4529Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
4530
4531 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
4532 and much of the routine xmlSchemaCompareDecimals. The
4533 changes were necessary to fix a problem reported on the
4534 mailing list by John Hockaday.
4535
4536Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4537
4538 * xmlschemas.c: The schema parser will stop if components could
4539 not be resolved. This is not conforming to the spec but for now
4540 will avoid internal errors during type fixup and content model
4541 creation. Restructured inclusion/import of schemata: this avoids
4542 duplicate, self and circular inclusion. Chameleon includes are
4543 still workarounded. Added restriction to disallow references to
4544 non-imported namespaces. Corrected parsing of <group>.
4545 * result/schemas/bug167754_0_0*: Added a missing test result.
4546
4547Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
4548
4549 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
4550 link and foreword warning to avoid problem with ignorant
4551 programmers, c.f #169721
4552
4553Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
4554
4555 * python/tests/Makefile.am python/tests/readernext.py: added
4556 a regression test from Rob Richards for the previous bug
4557
4558Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4559
4560 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
4561 Rob Richards
4562
4563Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4564
4565 * xmlmodule.c: second patch from Rick Jones, portability fix for
4566 HP-UX
4567 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
4568 to avoid warnings.
4569
4570Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4571
4572 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
4573 patches, including a serious aliasing bug exposed in s390
4574 when trying to convert data pointer to code pointer.
4575
4576Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4577
4578 * xmlschemas.c: Tiny restructuring of the validation start-up
4579 functions. Added cleanup of the validation context at the
4580 end of validation. This takes care of the validation context
4581 being reused.
4582
4583Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4584
4585 * xmlschemastypes.c: Tiny changes in the comparison functions
4586 I forgot to commit last time.
4587
4588Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4589
4590 * xmlschemas.c: Added IDC validation of anySimpleType attribute
4591 values; anyway the IDC key comparison is restricted to
4592 anySimpleType <--> string based types. For other types we
4593 would possibly need the canonical lexical representation of
4594 them; this sounds not performant, since we would need to
4595 build such a representation each time we want to compare against
4596 anySimpleType. TODO: think about buffering the canonical values
4597 somewhere. Fixed error reports for default attributes to work
4598 without a node being specified. This all and the enabling of IDC
4599 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4600 not read his last name correctly from bugzilla).
4601
4602Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4603
4604 * xmlschemas.c: Enabled IDC parsing and validation.
4605 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4606 Added xmlSchemaCopyValue to the API; this was done due to
4607 validation of default attributes against IDCs: since IDC keys
4608 consume the precomputed value, one needs a copy.
4609 * pattern.c: Enabled IDC support; this is currently done
4610 via calling xmlPatterncompile with a flag arg of 1.
4611
4612Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4613
4614 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
4615 xstc/Makefile.am: try to fix a problem with valgrind.
4616 * python/generator.py python/libxml.c python/tests/Makefile.am
4617 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
4618 c.f. bug #165349
4619
4620Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4621
4622 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
4623 the prefix instead of the namespace name.
4624 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4625 Adapted invalid values of the "id" attribute, since they are
4626 validated now.
4627
4628Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
4629
4630 * threads.c: new version with fixes from Rob Richards
4631
4632Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4633
4634 * threads.c: applied patch from Rich Salz for multithreading on
4635 Windows.
4636
4637Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4638
4639 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
4640 of bugs in the writer
4641
4642Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4643
4644 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
4645 * xpath.c: fixed compilation warning, no change to logic.
4646 * xmlschemastypes.c: fixed compilation warning, no change to logic.
4647
4648Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4649
4650 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
4651 xmlTextWriterStartAttributeNS
4652
4653Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4654
4655 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
4656 and switched XPath to use it by default when possible
4657
4658Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4659
4660 * xmlschemastypes.c: a bit of cleanup
4661 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
4662 the documentation as a result.
4663
4664Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4665
4666 * xmlreader.c include/libxml/xmlreader.h: applied patch from
4667 Aron Stansvik to add xmlTextReaderByteConsumed()
4668 * testReader.c: added a test option
4669 * xmlschemastypes.c: fix a lack of pointer checking in APIs
4670
4671Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4672
4673 * test/schemas/bug167754_0*: Added the regression test of Frans
4674 Englich for bug #167754.
4675
4676Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4677
4678 * xmlschemas.c: Started support for IDC resolution to default
4679 attributes. If building the content model for <all>: ensured
4680 to put element declarations and not the particles into the
4681 content model automaton (this was bug #167754, reported by
4682 Frans Englich).
4683
4684Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4685
4686 * pattern.c pattern.h: Some experimental addition for parsing
4687 of expressions and streamable validation.
4688 Added xmlStreamPushAttr to the API.
4689
4690Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4691
4692 * xmlschemas.c: Added validation for the attribute "id" in the
4693 schemata; doing this needed error report fixes for notations,
4694 facets and group. Changed NOTATION validation to work with the
4695 declared NOTATIONs in the schema; this does have no impact on
4696 the validation via the relaxng module.
4697 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4698 Added xmlSchemaNewNOTATIONValue to the API to be able to do
4699 the NOTATION validation described above.
4700 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4701 Fixed the values of the "id" attributes, which were not validated
4702 previously.
4703
4704Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4705
4706 * xmlschemas.c: Fixed comparison for default/fixed attribute
4707 values, if the type was 'xsd:string'. Changed the comparison
4708 for IDCs to use the whitespace aware comparison function.
4709 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4710 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4711 xmlSchemaCompareValuesWhtsp to the API. Added functions
4712 to compare strings with whitespace combinations of "preserve",
4713 "replace" and "collapse".
4714
4715Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4716
4717 * xmlschemas.c: Further work on IDCs, especially evaluation for
4718 attribute nodes.
4719
4720Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4721
4722 * encoding.c: fix the comment to describe the real return values
4723 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4724 the patterns, pluggin in the XPath default evaluation, but
4725 disabled right now because it's not yet good enough for XSLT.
4726 pattern.h streaming API are likely to be changed to handle
4727 relative and absolute paths in the same expression.
4728
4729Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4730
4731 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4732 Made 'nil'ed elements work. Added a specific error message
4733 for 'strict' attribute wildcards.
4734 * include/libxml/xmlerror.h: Added an error code for
4735 wildcards.
4736 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4737
4738Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4739
4740 This change started out as a simple desire to speed up the
4741 execution time of testapi.c, which was being delayed by
4742 nameserver requests for non-existent URL's. From there it
4743 just sort of grew, and grew....
4744 * nanohttp.c, nanoftp.c: changed the processing of URL's
4745 to use the uri.c routines instead of custom code.
4746 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4747 * uri.c: added accepting ipV6 addresses, in accordance with
4748 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4749 * gentest.py, testapi.c: fixed a few problems with the
4750 testing of the nanoftp and nanohttp routines.
4751 * include/libxml/xmlversion.h: minor change to fix a
4752 warning on the docs generation
4753 * regenerated the docs
4754
4755Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4756
4757 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4758 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4759 (bug 166199)
4760 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4761 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4762 PYTHONPATH is set, to assure new libxml2 routines are used.
4763
4764Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4765
4766 * parser.c: fixed problem when no initial "chunk" was
4767 given to xmlCreatePushParser (bug 162613)
4768
4769Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4770
4771 * dict.c: fixed compilation warning
4772 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4773 * xmllint.c: changed to return non-zero status if error
4774 on xinclude processing
4775 * xmlsave.c: minor deletion of a redundant condition statement
4776
4777Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4778
4779 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4780
4781Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4782
4783 * pattern.c xmllint.c: fixed implementation for |
4784 * test/pattern/conj.* result/pattern/conj: added a specific regression
4785 test
4786
4787Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4788
4789 * pattern.c: first implementation for | support
4790
4791Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4792
4793 * pattern.c: fixed the namespaces support
4794 * tree.c: fixed xmlGetNodePath when namespaces are used
4795 * result/pattern/multiple result/pattern/namespaces
4796 test/pattern/multiple.* test/pattern/namespaces.*: added
4797 more regression tests
4798
4799Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4800
4801 * xmlschemas.c: fixed one internal function
4802 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4803 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4804
4805Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4806
4807 * Makefile.am: use the walker to test the patterns instead of
4808 the normal reader
4809 * pattern.c xmllint.c: bug fixes in the train including fixing the
4810 stupid build break.
4811
4812Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4813
4814 * pattern.c: more bug fixes for the XPath streaming code.
4815
4816Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4817
4818 * xmlschemas.c: Integrated the streaming pattern from the
4819 pattern module. Fixed some IDC code bugs. Changed
4820 fallback for attribute declaration addition to work like for
4821 element declarations.
4822
4823Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4824
4825 * pattern.c xmllint.c: bugfixes around the streaming patterns
4826
4827Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4828
4829 * Makefile.am configure.in result/pattern/simple
4830 test/pattern/simple.*: added first test for the patterns
4831 * pattern.c xmllint.c: a few fixes
4832
4833Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4834
4835 * pattern.c include/libxml/pattern.h xmllint.c: added a
4836 streaming pattern detector for a subset of XPath, should
4837 help Kasimier for identity constraints
Daniel Veillard25a1ce92008-06-02 16:04:12 +00004838 * python/generator.py: applied Stéphane Bidoul patch to find
William M. Brack11be2d02007-01-24 19:17:19 +00004839 paths without breaking.
4840
4841Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4842
4843 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4844
4845Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4846
4847 * xmlreader.c: implementation of xmlTextReaderReadString by
4848 Bjorn Reese
4849
4850Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4851
4852 * xmlschemas.c: Corrected an ambigious symbol-space for
4853 local attribute declarations. IFDEFed more IDC code to
4854 surpress compiler warnings.
4855
4856Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4857
4858 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4859 files for the Bakefile generator for Makefiles from Francesco
4860 Montorsi
4861 * win32/configure.js: fixes for Windows compilation with non-default
4862 flags by Joel Reed
4863
4864Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4865
4866 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4867 by Martijn Faassen
4868
4869Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4870
4871 * xmlschemas.c include/libxml/schemasInternals.h:
4872 Added an initial skeleton for indentity-constraints. This is all
4873 defined out, since not complete, plus it needs support from other
4874 modules.
4875 Added machanism to store element information for the
4876 ancestor-or-self axis; this is needed for identity-constraints
4877 and should be helpfull for a future streamable validation.
4878 * include/libxml/xmlerror.h: Added an error code for
4879 identity-constraints.
4880
4881Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4882
4883 * gentest.py testapi.c: had to fix generation and rebuild.
4884 * valid.c: the testapi found a bug in the last code of course !
4885
4886Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4887
4888 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4889 is generated, fixes bug #161386
4890 * dict.c: fix a comment typo
4891 * elfgcchack.h doc/*: regenerated
4892
4893Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4894
4895 * parser.c: found and fixed 2 problems in the internal subset scanning
4896 code affecting the push parser (and the reader), fixes #165126
4897 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4898 to the regression tests.
4899
4900Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4901
4902 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4903 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4904 speedups, start to deprecate 3 ElementDef related entry point
4905 and replace them with better ones.
4906
4907Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4908
4909 * xmlschemas.c: more hash dictionary interning changes
4910
4911Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4912
4913 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4914 the hash reuses the dictionnary for internal strings
4915 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4916 speedup when parsing for example DocBook documents.
4917
4918Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4919
4920 * parser.c: small speedup in skipping blanks characters
4921 * entities.c: interning the entities strings
4922
4923Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
4924
4925 * parser.c: boosting common commnent parsing code, it was really
4926 slow.
4927 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
4928 regression tests
4929
4930Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4931
4932 * parser.c: small optimization back.
4933
4934Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4935
4936 * dict.c parser.c include/libxml/dict.h: a single lock version
4937 mostly avoid the cost penalty of the lock in case of low
4938 parallelism, so applying that version instead.
4939
4940Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4941
4942 * dict.c: patch from Gary Coady to fix a race in dict reference
4943 counting in multithreaded apps.
4944
4945Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4946
4947 * parser.c: fixed bug #164556 where non-fatal errors stopped
4948 push parsing and xmlreader.
4949 * Makefile.am: fixup
4950 * test/errors/webdav.xml result/errors/webdav*: adding regression
4951 test for this problem.
4952
4953Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4954
4955 * xmlschemas.c: Corrected targetNamespace in
4956 xmlSchemaElementDump. Cosmetic changes to the dump output.
4957
4958Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4959
4960 * configure.in NEWS doc/*: preparing release of 2.6.17,
4961 updated and rebuilt the docs
4962
4963Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4964
4965 * parser.c: better fix for #151694 not killing c14n regression tests
4966 * xmlschemastypes.c: fixing bug #157653
4967
4968Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4969
4970 * parser.c: fixing bug #151694, line should always be set in the
4971 elements.
4972
4973Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4974
4975 * xmlschemastypes.c: trying to fix at least the message from
4976 bug #158628
4977 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4978 for format, c.f. bug #159997
4979
4980Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4981
4982 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4983 bug #157872
4984
4985Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4986
4987 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4988
4989Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4990
4991 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4992 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4993 tests about it.
4994 * doc/*: rebuilt
4995 * testdso.c: removed a warning due to a missing void in signature.
4996
4997Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4998
4999 * include/libxml/schemasInternals.h xmlschemas.c:
5000 Exposed targetNamespace for simple/complex types, model groups,
5001 attribute groups and notations (reported by Michael Hewarth
5002 to the mailing list). Added targetNamespace to xmlSchemaType,
5003 xmlSchemaAttributeGroup and xmlSchemaNotation.
5004 Tiny cosmetic change to the content model error report output.
5005 * result//all_*.err result//any3_0_0.err result//choice_*.err
5006 result//list0_0_1.err result//list0_1_1.err: Adapted output
5007 of regression tests.
5008
5009Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5010
5011 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
5012 back in, since I missed to update xmlschemas.c before doing
5013 the previous commit.
5014
5015Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5016
5017 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
5018 from xmlregexp.c to report expected elements on content model errors.
5019 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
5020 Adapted output of regression tests.
5021
5022Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
5023
5024 * config.h.in configure.in xmlmodule.c: trying to work around
5025 the compilation problem on HP-UX
5026
5027Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
5028
5029 * pattern.c: fixed the fixed size array structure problem reported by
5030 Patrick Streule
5031
5032Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
5033
5034 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
5035 the API description, rebuilt, improved navigation in documentation
5036 a bit.
5037
5038Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
5039
5040 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
5041 and xmlRegExecNextValues() to return error transition strings too,
5042 and sink state detection and handling.
5043
5044Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
5045
5046 * xmlschemas.c: fixed bug #163641 when the value passed for
5047 an atomic list type is NULL.
5048
5049Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
5050
5051 * Makefile.am configure.in: fixed dependency on python 2.3,
5052 also small improvement for cygwin (bug 163273)
5053
5054Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
5055
5056 * gentest.py testapi.c: William noticed I forgot to add special
5057 support for xmlmodules.c define
5058 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
5059 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
5060 entry point and refactored to use both code.
5061
5062Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
5063
5064 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
5065 setting up a "private" library (after some list posts about
5066 people having trouble doing it)
5067
5068Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
5069
5070 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
5071 rollback
5072
5073Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
5074
5075 * TODO: small update
5076 * xmlregexp.c: trying to add an API to get useful error informations
5077 back from a failing regexp context.
5078
5079Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
5080
5081 * xpath.c: fixed problem with xmlXPathErr when error number
5082 subscript was out of range (bug 163055)
5083
5084Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
5085
5086 * uri.c: fixed problem with xmlURIEscape when query part was
5087 empty (actually fixed xmlURIEscapeStr to return an empty
5088 string rather than NULL for empty string input) (bug 163079)
5089
5090Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
5091
5092 * parser.c, parserInternal.c: fixed "col" calculation for
5093 struct _xmlParserInput (based on patch from Rob Richards)
5094 * include/libxml/xmlerror.h, error.c: propagated error column
5095 number in the xmlError structure
5096
5097Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
5098
5099 * parser.c: fixed namespace bug in push mode reported by
5100 Rob Richards
5101 * test/ns6 result//ns6*: added it to the regression tests
5102 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
5103 added an extra option argument to module opening and defined
5104 a couple of flags to the API.
5105
5106Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
5107
5108 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
5109 Bjorn Reese, plus some cleanups
5110 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
5111 add the new header
5112 * doc/* testapi.c: regenerated the API
5113
5114Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
5115
5116 * configure.in: making DSO support an option
5117 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
5118 and documentation cleanups
5119 * elfgcchack.h testapi.c doc/*: regenerated the docs and
5120 checks for new module
5121 * test/valid/REC-xml-19980210.xml: fix a small change introduced
5122 previously
5123
5124Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
5125
5126 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
5127 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
5128 include/libxml/Makefile.am include/libxml/xmlerror.h
5129 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
5130 include/libxml/xmlwin32version.h.in: applied DSO support
5131 patch 2 from Joel Reed
5132
5133Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
5134
5135 * configure.in: applied patch from Marcin Konicki for BeOS
5136
5137Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
5138
5139 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
5140
5141Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
5142
5143 Re-examined the problems of configuring a "minimal" library.
5144 Synchronized the header files with the library code in order
5145 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
5146 were the same in both. Modified the API database content to more
5147 accurately reflect the conditionals. Enhanced the generation
5148 of that database. Although there was no substantial change to
5149 any of the library code's logic, a large number of files were
5150 modified to achieve the above, and the configuration script
5151 was enhanced to do some automatic enabling of features (e.g.
5152 --with-xinclude forces --with-xpath). Additionally, all the format
5153 errors discovered by apibuild.py were corrected.
5154 * configure.in: enhanced cross-checking of options
5155 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
5156 doc/libxml2-api.xml, gentest.py: changed the usage of the
5157 <cond> element in module descriptions
5158 * elfgcchack.h, testapi.c: regenerated with proper conditionals
5159 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
5160 testSAX.c: cleaned up conditionals
5161 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
5162 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
5163 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
5164 synchronized the conditionals with the corresponding module code
5165 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
5166 added additional conditions required for compilation
5167 * doc/*.html, doc/html/*.html: rebuilt the docs
5168
5169Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5170
5171 * parserInternals.c: fixed to skip (if necessary) the BOM for
5172 encoding 'utf-16'. Completes the fix for bug #152286.
5173 * tree.c, parser.c: minor warning cleanup, no change to logic
5174
5175Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
5176
5177 * python/generator.py: added most required entires to
5178 foreign encoding table, plus some additional logic to
5179 assure only the 1st param uses the 't#' format. Fixes
5180 bug #152286, but may still have some other UTF-16 problems.
5181
5182Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5183
5184 * Makefile.am, gentest.py: enhanced for enabling build in
5185 a different directory. Added (optional) param to gentest.py
5186 to specify the source directory (bug #155468)
5187 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
5188 to (top_builddir) (bug #155468)
5189 * python/Makefile.am, python/generator.py: enhanced for enabling
5190 build in a different directory(bug #155468). Added (optional)
5191 param to generator.py to specify the source directory. Added
5192 a new table of functions which have possible "foreign" encodings
5193 (e.g. UTF16), and code to use python 't' format instead of
5194 'z' format (mostly solving bug #152286, but still need to
5195 populate the table).
5196
5197Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
5198
5199 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
5200 Change reference to new site for Solaris binaries, fixing bug
5201 160598
5202
5203
5204Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
5205
5206 * parser.c: reset input->base within xmlStopParser
5207 * xmlstring.c: removed call to xmlUTF8Strlen from within
5208 xmlUTF8Strpos (Bill Moseley pointed out it was not
5209 useful)
5210
5211Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
5212
5213 * valid.c: changed xmlErrValidWarning to use ctxt->warning
5214 instead of ctxt->error for its reports (bug #160662)
5215
5216Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
5217
5218 * python/generator.py: modified to allow the ns and nsDefs
5219 accessors to return None instead of error when no namespace
5220 is present (bug #)
5221
5222Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
5223
5224 * doc/Makefile.am: changed maintainer-clean dependency with
5225 suggestion from Crispin Flowerday (bug #157634)
5226 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
5227 were specified with debugDumpNode (bug #160621)
5228
5229Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
5230
5231 * valid.c: fixed ID deallocation problem based on patch from
5232 Steve Shepard fixes bug #160893
5233 * xmlmemory.c: improving comment.
5234 * testapi.c: new test for xmlDictExists() is generated.
5235
5236Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
5237
5238 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
5239 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
5240 warnings on function pointer <-> object pointer (a hack).
5241
5242Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5243
5244 * xpath.c: fixed a memory leak on errors in some circumstances #159812
5245
5246Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5247
5248 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
5249 a dead loop on bad data (bug 159550)
5250
5251Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5252
5253 * xmlschemas.c: Fixed strict/lax element wildcards: the children
5254 of elements for which a declaration existed were still processed
5255 by the wildcard mechanism (reported by philippe ventrillon to the
5256 mailing list).
5257 Changed the import and include machanism to share dictionaries.
5258
5259Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5260
5261 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
5262 go through the catalog resolution.
5263 * gentest.py testapi.c: fix a side effect wrning of the change
5264
5265Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5266
5267 * dict.c include/libxml/dict.h: added xmlDictExists() to the
5268 dictionnary interface.
5269 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
5270 from Rob Richards
5271
5272Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5273
5274 * xmlschemas.c: tiny enhancement for content model error reports
5275 (#157190, #143948). Removed abbreviations: CT, ST and WC
5276 (#157190, reported by Frans Englich).
5277 Initial: no report of local components.
5278 * result/schemas/all* result/schemas/any3_0_0.err
5279 result/schemas/choice*
5280 result/schemas/cos-st-restricts-1-2-err_0_0.err
5281 result/schemas/derivation-ok-extension-err_0_0.err
5282 result/schemas/derivation-ok-extension_0_0.err
5283 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
5284 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
5285 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
5286 result/schemas/facet-unionST-err1_0_0.err
5287 result/schemas/hexbinary_0_1.err
5288 result/schemas/list* result/schemas/restriction-attr1_0_0.err
5289 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
5290 Adapted output.
5291
5292Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5293
5294 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
5295 xmlSchemaTypeFixup; this ensures facets of inherited types to be
5296 checked prior to facets of derived types - which caused a seg
5297 fault otherwise (bug #158216, reported by Frans Englich).
5298
5299Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
5300
5301 * gentest.py, testapi.c: further enhancement, now all
5302 compilation warnings have been fixed.
5303 * xmlschemastypes.c: added NULL check for one function
5304
5305Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
5306
5307 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
5308 on a couple of lines)
5309 * gentest.py, testapi.c: enhanced to reduce compilation warnings
5310
5311Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5312
5313 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
5314
5315Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5316
5317 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
5318 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
5319 normalization for 'normalizedString'.
5320 Added xmlSchemaWhiteSpaceReplace to the API.
5321
5322Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
5323
5324 * Makefile.am: forgot a $(srcdir)
5325 * encoding.c: stupid error wrong name #157976
5326
5327Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
5328
5329 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
5330
5331Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5332
5333 * python/generator.py python/libxml.c python/libxml2class.txt
5334 python/libxml_wrap.h python/types.c: Applied patch from Brent
5335 Hendricks adding support for late DTD validation.
5336 * python/tests/Makefile.am python/tests/dtdvalid.py
5337 python/tests/test.dtd: integrated the provided regression test
5338
5339Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
5340
5341 * configure.in: detect when struct sockaddr_storage
5342 has the __ss_family member instead of ss_family and
5343 behave accordingly. We now can use ipv6 on aix.
5344
5345Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
5346
5347 * Makefile.am gentest.py testapi.c: integrated in "make tests"
5348 added -q option, and more conditional features fixes
5349 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
5350 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
5351 include/libxml/debugXML.h: various compilation and conditional
5352 cleanups.
5353 * doc/*: regenerated
5354
5355Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
5356
5357 * gentest.py testapi.c: better handling of conditional features
5358 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
5359 on parser contexts closed leaks, error messages
5360
5361Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
5362
5363 * xpath.c: fixed problem concerning XPath context corruption
5364 during function argument evaluation (bug 157652)
5365
5366Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5367
5368 * testapi.c: more types.
5369 * parserInternals.c xpath.c: more fixes
5370
5371Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5372
5373 * gentest.py testapi.c: better parser options coverage
5374 * SAX2.c xpath.c: more cleanups.
5375
5376Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
5377
5378 * testapi.c: trying to fix some optional support brokenness
5379
5380Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
5381
5382 * gentest.py testapi.c: more coverage
5383 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
5384
5385Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
5386
5387 * gentest.py testapi.c: more coverage
5388 * SAX2.c parser.c parserInternals.c: more fixes
5389
5390Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5391
5392 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
5393
5394Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
5395
5396 * gentest.py testapi.c: more types, more coverage
5397 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
5398 xmlschemastypes.c: more problems fixed
5399
5400Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5401
5402 * gentest.py: fixed test file corruption problem
5403
5404Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
5405
5406 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
5407
5408Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5409
5410 * testapi.c: augmented the number of types
5411
5412Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
5413
5414 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
5415 bug fixes and documentation updates.
5416
5417Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
5418
5419 * gentest.py testapi.c: augmented type autogeneration for enums
5420 * xpath.c include/libxml/xpath.h: removed direct error reporting.
5421
5422Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5423
5424 * encoding.c: fixed a regression in iconv support.
5425
5426Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
5427
5428 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
5429 for unknown pointer types
5430 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
5431 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
5432 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
5433 xpointer.c: This uncovered an impressive amount of entry points
5434 not checking for NULL pointers when they ought to, closing all
5435 the open gaps.
5436
5437Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
5438
5439 * catalog.c: fixed problem with NULL entry (bug 157407)
5440 * xpath.c: fixed a couple of warnings (no change to logic)
5441
5442Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5443
5444 * gentest.py testapi.c: more coverage
5445 * xmlunicode.c: one fix
5446
5447Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
5448
5449 * entities.c: fixed a compilation problem on a recent change
5450
5451Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
5452
5453 * gentest.py testapi.c: more coverage
5454 * nanoftp.c tree.c: more fixes
5455
5456Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5457
5458 * gentest.py testapi.c: fixed the way the generator works,
5459 extended the testing, especially with more real trees and nodes.
5460 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
5461 of real problems found and fixed.
5462 * entities.c: fix error reporting to go through the new handlers
5463
5464Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
5465
5466 * parser.c: dohh ... stupid change killing xmlParseDoc()
5467
5468Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5469
5470 * gentest.py testapi.c: changing the way the .c is generated,
5471 extending the tests coverage
5472 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
5473 function signatures, regenerating stuff
5474 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
5475
5476Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
5477
5478 * gentest.py testapi.c: extending the tests coverage
5479
5480Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5481
5482 * Makefile.am: gentest.py was missing from the EXTRA_DIST
5483
5484Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
5485
5486 * gentest.py testapi.c: extending the tests coverage
5487 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
5488
5489Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5490
5491 * gentest.py testapi.c: more fixes and extending the tests coverage
5492 * nanoftp.c xmlIO.c: more fixes and hardening
5493
5494Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
5495
5496 * gentest.py testapi.c: more fixes and extending the tests coverage
5497 * valid.c: bunch of cleanups and 2 leaks removed
5498
5499Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
5500
5501 * gentest.py testapi.c: more fixes and extending the tests coverage
5502 * list.c tree.c: more fixes and hardening
5503
5504Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5505
5506 * gentest.py testapi.c: more fixes and extending the tests coverage
5507 * relaxng.c include/libxml/relaxng.h: adding a type init interface
5508 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
5509 cleanups and bug fixes raised by the regression tests
5510
5511Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
5512
5513 * gentest.py testapi.c: more fixes and extending the tests coverage
5514 * xmlwriter.c list.c: more hardeing of APIs
5515 * doc/apibuild.py: skip testapi.c when scanning the C files.
5516
5517Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
5518
5519 * gentest.py testapi.c: more testing and coverage
5520 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
5521 * doc/*: rebuilt
5522
5523Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
5524
5525 * gentest.py testapi.c: more developments on the API testing
5526 * HTMLparser.c tree.c: more cleanups
5527 * doc/*: rebuilt
5528
5529Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
5530
5531 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
5532 * Makefile.am gentest.py testapi.c: work on generator of an
5533 automatic API regression test tool.
5534 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
5535 xmlstring.c: various API hardeing changes as a result of running
5536 teh first set of automatic API regression tests.
5537 * test/slashdot16.xml: apparently missing from CVS, commited it
5538
5539Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5540
5541 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5542 on #fedora-devel
5543
5544Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
5545
5546 * parser.c: fixed a bug reported by Petr Pajas on the list and
5547 affecting XML::Libxml
5548
5549Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
5550
5551 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
5552 sure the conversion functions return the number of byte written.
5553 Had to fix one of the examples.
5554
5555Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5556
5557 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5558
5559Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5560
5561 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
5562 Brent Hendricks in the mailing-list
5563 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5564 parserInternals.c: fix #156626 and more generally how to find out
5565 if a validation contect is part of a parsing context or not. This
5566 can probably be improved to make 100% sure that vctxt->userData
5567 is the parser context too. It's a bit hairy because we can't
5568 change the xmlValidCtxt structure without breaking the ABI since
5569 this change xmlParserCtxt information indexes.
5570
5571Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5572
5573 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
5574 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
5575
5576Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5577
5578 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
5579 (bug 156527)
5580
5581Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5582
5583 * nanoftp.c nanohttp.c: second part of the security fix for
5584 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
5585
5586Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5587
5588 * nanoftp.c: applied fixes for a couple of potential security problems
5589 * tree.c valid.c xmllint.c: more fixes on the string interning checks
5590
5591Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5592
5593 * debugXML.c include/libxml/xmlerror.h: added checking for names
5594 values and dictionnaries generates a tons of errors
5595 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
5596 include/libxml/tree.h: fixing the errors in the regression tests
5597
5598Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5599
5600 * parser.c: modified the handling of _private for entity
5601 expansion (bug 155816)
5602
5603Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5604
5605 * parser.c: fixed the leak reported by Volker Roth on the list
5606 * test/ent10 result//ent10*: added a specific test for the problem
5607
5608Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
5609
5610 * valid.c: unlinked the internal subset within xmlValidateDtd
5611 (bug 141827)
5612 * configure.in: added -Wall to developer's flags
5613 * doc/examples/reader4.res: added to CVS
5614
5615Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5616
5617 * HTMLparser.c: added support for HTML PIs #156087
5618 * test/HTML/python.html result/HTML/python.html*: added specific tests
5619
5620Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5621
5622 * threads.c: fixed nasty bug #156087
5623
5624Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5625
5626 * python/libxml.c: fixed a problem occuring only in x86_64 when
5627 very large error messages are raised to the Python handlers.
5628
5629Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5630
5631 * xmlschemas.c: fixed a memory bug
5632 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
5633 and regenerated the directory
5634
5635Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5636
5637 * include/libxml/xmlreader.h xmlreader.c: applied patch from
5638 Graham Bennett adding 4 convenience functions to the reader API.
5639
5640Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5641
5642 * debugXML.c: excluded a few nodes (with no content) from the
5643 string check routine.
5644
5645Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
5646
5647 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5648 raise a problem, need debug
5649
5650Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5651
5652 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
5653 #155240 building outside the source tree. but make tests fails.
5654
5655Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5656
5657 * debugXML.c include/libxml/xmlerror.h: added namespace checking
5658
5659Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5660
5661 * debugXML.c: some framework preparation to add namespace checkings
5662
5663Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
5664
5665 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
5666 adding the tree debug mode
5667 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
5668 by the debug mode.
5669 * SAX2.c: another tree fix from Rob Richards
5670
5671Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
5672
5673 * catalog.c: small change to last fix, to get xml:base right
5674
5675Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5676
5677 * catalog.c: added code to handle <group>, including dumping
5678 to output (bug 151924).
5679 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
5680 cleanup (no change to logic)
5681
5682Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
5683
5684 * configure.in debugXML.c include/libxml/xmlversion.h.in
5685 include/libxml/xmlwin32version.h.in: revamped the XML debugging
5686 module and prepare for a new checking mode
5687
5688Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5689
5690 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
5691
5692Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5693
5694 * python/generator.py python/libxml.c python/tests/outbuf.py:
5695 applied patch from Malcolm Tredinnick fixing bug #154294
5696 related to saving to python file objects.
5697
5698Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5699
5700 * tree.c: changed xmlHasNsProp to properly handle a request for
5701 the default namespace (bug 153557)
5702
5703Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5704
5705 * parser.c: fixed problem with dictionary handling within
5706 xmlParseInNodeContext (bug 153175)
5707
5708Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5709
5710 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5711 check-xinclude-test-suite.py, check-xml-test-suite.py,
5712 check-xsddata-test-suite.py, doc/examples/index.py: changed
5713 changed sys.path setting from 'append' to 'insert' (patch
5714 supplied by Malcolm Tredinnick) (bug 153716)
5715
5716Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5717
5718 * include/libxml/parserInternals.h: added two new macros
5719 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5720 parsing and xpath for testing data not necessarily
5721 unicode.
5722 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5723 IS_DIGIT_CH macros to ascii versions (bug 153936).
5724
5725Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5726
5727 * error.c: added some coding to attempt to display which file
5728 contains an error when using XInclude (bug 152623)
5729
5730Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5731
5732 * configure.in: stupid cut'n paste bug in xmllint detection
5733
5734Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5735
5736 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5737
5738Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5739
5740 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5741 include/libxml/schemasInternals.h: Parsing of <complexContent>
5742 - handle attribute 'mixed', catch illegal attributes.
5743 Parsing of <complexType> - handle attributes 'abstract',
5744 'final' and 'block', catch illegal attributes.
5745 Validation of complex types - handle abstract types.
5746 Added handling of default/fixed attributes and element values.
5747 Per validation option attribute nodes/text nodes are created
5748 on the instance.
5749 Added the corresponding constraints for fixed/default.
5750 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5751 to the external API.
5752 Extended element declaration constraints.
5753 Got rid of perseverative creation of temporery validation/parser
5754 contexts.
5755 Added handling of xsi:schemaLocation and
5756 xsi:noNamespaceSchemaLocation.
5757 Fixed xsi:type component resolution if using non-prefixed
5758 QNames.
5759 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5760 Enabled namespace awareness of the content model if using the
5761 model group "all".
5762 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5763 which broke the test.
5764 * xstc/xstc.py: Workaround to accomodate case insensitive
5765 test definitions in ms-test.def.xml (was missing in a previous
5766 commit).
5767
5768Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5769
5770 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5771 adding option not to load dtd from the drv_libxml2.py module
5772 #134633
5773
5774Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5775
5776 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5777 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5778 warning generated by the Nonstop Kernel Open System Services
5779 compiler #151710
5780
5781Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5782
5783 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5784 python exception hierarchy #139824
5785
5786Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5787
5788 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5789 E20 concerning NMTOKENS and co. validation #153722
5790 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5791 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5792
5793Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5794
5795 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5796 #153713
5797 * xpath.c: fixed a realloc potential problem
5798
5799Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5800
5801 * Makefile.am: fixed make valgrind xstc
5802
5803Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5804
5805 * xmlschemastypes.c: fixing an out of bound adressing issue
5806
5807Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5808
5809 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5810 code cleanups.
5811
5812Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5813
5814 * parser.c: fixed a bunch of errors when realloc failed.
5815
5816Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5817
5818 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5819 by Purify on Windows.
5820
5821Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5822
5823 * xmllint.c: added --timing --copy timing for the copy
5824 * vms/build_libxml.com: applied patch from Craig Berry
5825 to build with recent releases
5826
5827Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5828
5829 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5830 xmlNanoHTTPContentLength to the external API (bug151968).
5831 * parser.c: fixed unnecessary internal error message (bug152060);
5832 also changed call to strncmp over to xmlStrncmp.
5833 * encoding.c: fixed compilation warning (bug152307).
5834 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5835 a couple of compilation warnings.
5836 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5837 warnings; no change to logic.
5838
5839Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5840
5841 * parser.c: removed some extern before function code reported by
5842 Kjartan Maraas on IRC
5843 * legacy.c: fixed compiling when configuring out the HTML parser
5844 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5845 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5846 of the HTML parser data structures, current data generate a huge
5847 amount of ELF relocations at loading time.
5848
5849Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5850
5851 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5852 in the change log and cleanup of space/tabs issues.
5853
5854Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5855
5856 * xmlschemas.c include/libxml/schemasInternals.h
5857 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5858 Simpified attribute wildcard creation and assignment to get rid
5859 of memory leaks.
5860 Restructured the validation process.
5861 Restructured and expanded parsing of <attributeGroup>.
5862 Added initial handing of xsi:type.
5863 Advanced handling of xsi:nil (should work now for simple types).
5864 Added construction of schemata using xsi:schemaLocation and
5865 xsi:noNamespaceSchemaLocation; this is not enabled, since
5866 no corresponding API exists yet.
5867 Moved the content model to complex type components.
5868 Resolution of types for attributes will look for simple types
5869 only (incl. all the built-in simple types).
5870 Extended parsing of 'anyAttribute'.
5871 Fixed content-type type for complex types if derived from
5872 'anyType' using the short-hand form (see bug # 152470,
5873 submitted by Thilo Jeremias).
5874 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5875 * xstc/xstc.py: Workaround to accomodate case insensitive
5876 test definitions in ms-test.def.xml.
5877 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5878 result/schemas/ns0_1_2.err: Adapted.
5879
5880Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5881
5882 * xmlwriter.c: changed char array initialisation to avoid a
5883 complaint from some compiler(s) (bug 152308)
5884
5885Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5886
5887 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5888 routine suggested by Mark Itzcovitz
5889
5890Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5891
5892 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5893 which is that notation not in the internal subset should
5894 not be saved, and the second more nasty on an error saving
5895 NOTATIONs, if there is a proof that nobody uses notations !
5896
5897Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5898
5899 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5900 xmlSchemaValidateOneElement to the XML Schema validation API,
5901 as proposed by Jeffrey Fink - see bug # 152073.
5902
5903Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5904
5905 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5906 checking for xmllint and xsltproc in configure.in, fixed
5907 make dist w.r.t. the new xstc subdir.
5908 * doc/*: rebuilt
5909
5910Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5911
5912 * xstc/xstc.py: Changed to finally validate instance documents.
5913
5914Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5915
5916 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5917 heavy ... weight 250MB of VM !
5918
5919Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5920
5921 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
5922 more cleanup in integrating the xstc testsuite
5923
5924Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5925
5926 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
5927 starting to integrate the xstc suite in the normal regression
5928 tests
5929
5930Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5931
5932 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5933 set correctly.
5934
5935Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5936
5937 * check-xinclude-test-suite.py: when output and expected do not match
5938 exactly run diff to put the differences in the log c.f. #148691
5939
5940Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5941
5942 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5943 xstc/sun-test-def.xml: Initial release of generation files to
5944 create python test scripts, which will run the W3C XML Schema Test
5945 Collection. The ms-test-def.xml and sun-test-def.xml files
5946 were extracted from the online HTML XSTC results [1], since they did
5947 not exist for the SUN tests, and only partially did exist for the
5948 MS tests. The NIST definition file was created by concatenation
5949 of the existing definition files for each single datatype.
5950 The stylesheet "xstc-to-python.xslt" should be run against the
5951 definition files to produce the python scripts.
5952 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5953 results-master.html"
5954
5955Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5956
5957 * xmlschemas.c include/libxml/schemasInternals.h
5958 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5959 a format argument was missing.
5960 Fixed wrong assignment of the owner of a wildcard in
5961 xmlSchemaBuildAttributeValidation (in the shorthandform of
5962 <complexType>; this caused a seg fault, due to a double-free
5963 of the wildcard.
5964 Added a check for circular attribute group references.
5965 Added a check for circular model group definition references.
5966 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5967
5968Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5969
5970 * xmlstring.c: modified comments on xmlGetUTF8Char in
5971 response to bug 151760 (no change to logic)
5972
5973Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5974
5975 * xmlstring.c: fixed error reported on the list caused by
5976 my last change
5977
5978Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5979
5980 * NEWS configure.in doc/*: release of libxml2-2.6.13
5981
5982Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5983
5984 * xmlIO.c: fixing #151456, an encoding error could generate
5985 a serialization loop.
5986
5987Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5988
5989 * Makefile.am: also produce a tar ball with just the sources
5990 * xmllint.c: added --path option and --load-trace options to
5991 xmllint, RFE #147740 based on xsltproc versions
5992 * doc/xmllint.* doc/*: updated the man page and rebuilt
5993
5994Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5995
5996 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5997 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5998 update the test.
5999 * test/ns5 result//ns5*: added a test for the namespace bug fixed
6000 in previous commit.
6001 * Makefile.am: added a message in the regression tests
6002
6003Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
6004
6005 * SAX2.c: fixed bug introduced during OOM fixup causing problems
6006 with default namespace when a named prefix with the same href
6007 was present (reported on the mailing list by Karl Eichwalder.
6008 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
6009 Julius Mittenzwei.
6010 * dict.c: added a typecast to try to avoid problem reported by
6011 Pascal Rodes.
6012
6013Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6014
6015 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
6016 not create a computed value on a facet and thus crashed during
6017 validation of instances.
6018 Expanded validity checks for min/maxOccurs attributes.
6019 Expanded validity checks for the value of the attribute "form".
6020
6021Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
6022
6023 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
6024 mailing list by Julius Mittenzwei
6025
6026Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
6027
6028 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
6029 Red Hat bug #124942
6030
6031Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6032
6033 * parser.c: remove a warning on Solaris
6034 * xmlschemastype.c: fix a crashing bug #151111
6035
6036Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6037
6038 * test/schemas/import-bad-1_0.imp: Added missing test file.
6039 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
6040 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
6041 - see #150840.
6042 Changed the import of schemas to allow failure of location
6043 of a resource to be imported.
6044 * result/schemas/all_* result/schemas/any3_0_0.err
6045 result/schemas/choice_* result/schemas/import1_0_0.err
6046 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
6047 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
6048 result/schemas/ns0_1_2.err: Adapted regression test results.
6049
6050Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
6051
6052 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
6053 fix Xpath memory leak (thanks to sKaBoy and William Brack)
6054
6055Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6056
6057 * parser.c: fixed path problem in DTD loading reported by
6058 Sameer Abhinkar
6059
6060Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6061
6062 * win32/configure.js: added support for version extra
6063 * win32/Makefile.*: upgraded to zlib 1.2.1
6064
6065Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6066
6067 * configure.in: removing -O -g from default gcc flags #150828
6068
6069Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6070
6071 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
6072 and rebuilt the docs.
6073
6074Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6075
6076 * python/libxml.c: fix a problem on last commit
6077
6078Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6079
6080 * xmllint.c xpath.c include/libxml/xpath.h
6081 include/libxml/xpathInternals.h python/libxml.c
6082 python/libxml_wrap.h: trying to remove some warning when compiling
6083 on Fedora Core 3 and 64bits
6084
6085Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6086
6087 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
6088 <sequence>, <choice>, <include>, <import>.
6089 Fixed schema defaults (elementFormDefault, etc.) for included
6090 schemas.
6091 Fixed a bug which reported attributes as invalid on
6092 elements declarations with the built-in type 'anyType'.
6093 Added "lax" validation of the content of elements of type
6094 'anyType'.
6095 Fixed: element declarations with the same name were treated
6096 as duplicate if located in the subtree of <choice> -> <sequence>.
6097 (This was bug 150623, submitted by Roland Lezuo)
6098 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
6099 by Igor Kapitanker. (This was bug 150647, submitted by Igor
6100 Kapitanker)
6101 * xmlschemastypes.c: Changed the type of anyType to
6102 XML_SCHEMAS_ANYTYPE.
6103 * include/libxml/xmlerror.h: Added schema parser errors.
6104 * result/schemas/bug145246_0_0*
6105 result/schemas/extension1_0_2.err: Changed test results.
6106 * result/schemas/ct-sc-nobase_0_0*
6107 result/schemas/facet-whiteSpace_0_0*
6108 result/schemas/import1_0_0* result/schemas/import2_0_0*
6109 result/schemas/include2_0_0* result/schemas/include3_0_0*
6110 result/schemas/restriction-attr1_0_0*
6111 result/schemas/seq-dubl-elem1_0_0*
6112 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
6113 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
6114 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
6115 test/schemas/import2_0* test/schemas/include2_0*
6116 test/schemas/include3_0* test/schemas/restriction-attr1_0*
6117 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
6118 test/schemas/xsd-list-itemType_0*: Added new tests and missing
6119 files.
6120
6121Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6122
6123 * Makefile.am configure.in: a bit of cleanup and a extra variable for
6124 CVS dist
6125
6126Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
6127
6128 * doc/xmllint.xml, xmllint.1, xmllint.html:
6129 Edit and rebuild the man pages with Daniel's C14 update
6130
6131Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
6132
6133 * parser.c: fixed missing line numbers on entity as reported
6134 on the list by Steve Cheng
6135
6136Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
6137
6138 * configure.in globals.c include/libxml/xmlversion.h.in
6139 include/libxml/xmlwin32version.h.in: added some code to
6140 include the CVS ChangeLog version in the xmlParserVersion
6141 string (printed by xmllint with --version)
6142
6143Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6144
6145 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
6146 python/libxml.c python/libxml_wrap.h python/types.c
6147 python/tests/schema.py python/tests/Makefile.am: Applied patch
6148 from Torkel Lyng to add Schemas support to the Python bindings
6149 and extend the schemas error API, registered a new test.
6150 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
6151
6152Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6153
6154 * debugXML.c: added help for new set shell command
6155 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
6156 added parser option to not generate XInclude start/end nodes,
6157 added a specific option to xmllint to test it fixes #130769
6158 * Makefile.am: regression test the new feature
6159 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
6160
6161Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
6162
6163 * xmlIO.c: small typo pointed out by Mike Hommey
6164 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
6165 the --c14n description, c.f. #144675 .
6166 * nanohttp.c nanoftp.c: applied a first simple patch from
6167 Mike Hommey for $no_proxy, c.f. #133470
6168 * parserInternals.c include/libxml/parserInternals.h
6169 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
6170 in includes #137414
6171 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
6172 first version of the inplementation of parsing within
6173 the context of a node in the tree #142359, new function
6174 xmlParseInNodeContext(), added support at the xmllint --shell
6175 level as the "set" function
6176 * test/scripts/set* result/scripts/* Makefile.am: extended
6177 the script based regression tests to instrument the new function.
6178
6179Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
6180
6181 * doc/xmllint.xml, xmllint.html, xmllint.1:
6182 add c14n to man page (man, it's hard to keep up with
6183 Daniel!)
6184
6185Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
6186
6187 * doc/xmllint.xml, xmllint.html, xmllint.1:
6188 add pattern, walker, maxmem, output and xmlout to man page
6189 fixes #144675
6190
6191Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6192
6193 * xmllint.c: added a --c14n option to canonicalize the output
6194 should close the RFE #143226
6195
6196Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6197
6198 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
6199 * xmlcatalog.c: applied patch from Albert Chin to add a
6200 --no-super-update option to xmlcatalog see #145461
6201 and another patch also from Albert Chin to not crash
6202 on -sgml --del without args see #145462
6203 * Makefile.am: applied another patch from Albert Chin to
6204 fix a problem with diff on Solaris #145511
6205 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
6206 in bug #148115
6207 * python/libxml.py: apply fix from Marc-Antoine Parent about
6208 the errors in libxml(2).py on the node wrapper #135547
6209
6210Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
6211
6212 * Makefile.am: added a dumb rule to able to compile tst.c
6213 when people submit a sample test program
6214 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
6215 to document xmlSchemasSetValidErrors() limitations, #141827
6216 * error.c: Add information in generic and structured error
6217 setter functions that this need to be done per thread #144308
6218 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
6219 bug #144162
6220 * doc/xmllint.xml: typo fix #144840
6221
6222Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
6223
6224 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
6225 include/libxml/schemasInternals.h include/libxml/xmlerror.h
6226 include/libxml/xmlschemastypes.h: applied Schemas patches
6227 from Kasimier Buchcik
6228 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
6229 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
6230 lot of new tests for things fixed by the patch
6231
6232Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
6233
6234 * valid.c: fixed my mis-handling of External ID on last
6235 change.
6236
6237Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
6238
6239 * valid.c: changed the parsing of a document's DTD to use
6240 the proper base path (bug 144366)
6241
6242Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6243
6244 * Makefile.am config.h.in configure.in python/Makefile.am:
6245 applied a patch from Gerrit P. Haase to get python bindings
6246 on Cygwin
6247
6248Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
6249
6250 * include/libxml/valid.h: elaborated on description of
6251 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
6252 144760)
6253 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
6254 minor fixes to comments for doc rebuilding errors.
6255 * doc/*.html: rebuilt the docs
6256
6257Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6258
6259 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
6260 fixes documentation glitches raised by Oliver Stoeneberg
6261
6262Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
6263
6264 * tree.c: fixed problem with memory leak on text nodes in DTD
6265 (bug 148965) with patch provided by Darrell Kindred
6266
6267Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6268
6269 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
6270 (bug 149041)
6271
6272Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
6273
6274 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
6275 info posted to the mailing list.
6276
6277Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6278
6279 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
6280 xmlreader.c, include/libxml/tree.h: many further little changes
6281 for OOM problems. Now seems to be getting closer to "ok".
6282 * testOOM.c: added code to intercept more errors, found more
6283 problems with library. Changed method of flagging / counting
6284 errors intercepted.
6285
6286Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6287
6288 * tree.c: applied a couple of patch one from Oliver Stoeneberg
6289 and another one from Rob Richards fixing #148448
6290
6291Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6292
6293 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
6294 setting doc->charset.
6295
6296Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
6297
6298 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
6299 fixes for out of memory condition, mostly from Olivier
6300 Andrieu.
6301 * testOOM.c: some further improvement by Olivier, with
6302 a further small enhancement for easier debugging.
6303
6304Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
6305
6306 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
6307 implemented patches supplied by Olivier Andrieu
6308 (bug 148588), plus made some further enhancements, to
6309 correct some problems with out of memory conditions.
6310 * testOOM.c: improved with patches from Olivier Andrieu
6311
6312Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
6313
6314 * tree.c: put in patch for Windows buffer re-allocation
6315 submitted by Steve Hay (bug 146697)
6316
6317Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
6318
6319 * xinclude.c: added some code to check, when an include is
6320 done, whether the requested URL gets mapped to some other
6321 location (e.g. with a catalog entry) and, if so, take care
6322 of the xml:base properly (bug 146988)
6323
6324Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
6325
6326 * error.c: fixed to assure user data param is set correctly
6327 when user structured error handler is called (bug 144823)
6328
6329Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
6330
6331 * xmlreader.c: fixed problem with reader state after
6332 processing attributes (bug 147993)
6333
6334Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6335
6336 * configure.in, Makefile.am: put in an auto* check for the
6337 path to perl (if it exists), and modified make Timingtests
6338 to use that path instead of just executing the dbgenattr.pl
6339 script (bug 148056)
6340
6341Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6342
6343 * python/generator.py: added a check on the argument for some
6344 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
6345 reported on the list). Further enhancement should be done
6346 to auto-create the appropriate object.
6347 * python/libxml.c: minor fix for a warning message; added a
6348 routine, currently not used, to report the description of a
6349 PyCObject.
6350 * python/libxml2class.txt: regenerated
6351
6352Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6353
6354 * catalog.c test/catalogs/white* result/catalogs/white*:
6355 applied patches from Peter Breitenlohner to fix handling
6356 of white space normalization in public ids and add tests
6357
6358Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6359
6360 * xmlmemory.c: applied a small fix from Steve Hay
6361
6362Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
6363
6364 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
6365 the xpath context document pointer (part of fix to libxslt
6366 bug 147445)
6367
6368Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
6369
6370 * python/libxml.py: ran 'expand' on the file to get rid of mixture
6371 of tabs and spaces (bug 147424)
6372
6373Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
6374
6375 * python/drv_libxml.py: added an encoding "special comment" to avoid
6376 warning message in python2.3 (bug 146889)
6377 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
6378 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
6379 * xpath.c: enhanced to take advantage of current libxslt handling
6380 of tmpRVT. Fixes bug 145547.
6381
6382Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6383
6384 * libxml.h uri.c: fixed a couple of problems in the new
6385 elfgcchack.h trick pointed by Peter Breitenlohner
6386
6387Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6388
6389 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
6390 which prevented building with --with-minimum
6391
6392Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6393
6394 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
6395 docs
6396
6397Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6398
6399 * parser.c: make the push interfaces synchronous
6400 * python/tests/sync.py: added a specific test
6401 * python/tests/Makefile.am doc/examples/Makefile.am
6402 doc/examples/index.py: added the new test, cleaning up
6403 "make tests" output
6404
6405Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6406
6407 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
6408 datatype facet problem with recent changes.
6409
6410Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
6411
6412 * python/libxml.c: Changed the number of XPath extension functions
6413 allowed to be variable-length (patch supplied by Marc-Antoine
6414 Parent, bug 143805). Added code to "unregister" the functions
6415 when the parser cleanup takes place.
6416
6417Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6418
6419 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
6420 some updates with memory debugging facilities while messing
6421 with libxslt python bindings
6422
6423Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6424
6425 * python/libxml.c python/generator.py python/libxml.py
6426 python/libxml2-python-api.xml python/libxml2class.txt:
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006427 applied patch from Stéphane Bidoul to fix some Python bindings
William M. Brack11be2d02007-01-24 19:17:19 +00006428 initialization, then had to change the parserCleanup()
6429 to handle memory released there.
6430 * xmlmemory.c: added more debugging comments.
6431
6432Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6433
6434 * xmlreader.c: seems the reader buffer could be used while not
6435 allocated, fixes bug #145218
6436
6437Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6438
6439 * python/generator.py: do not provide functions used as destructor
6440 of classes as public methods to avoid double-free problem like
6441 in bug #145185
6442
6443Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
6444
6445 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
6446 Now compiles warning-free, all tests passed.
6447 * SAX2.c: small change to comments for documentation.
6448 No change to logic.
6449
6450Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
6451
6452 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
6453
6454Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
6455
6456 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
6457 allocation problem
6458
6459Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
6460
6461 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
6462 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
6463 applied Schemas patches from Kasimier Buchcik, there is still
6464 one open issue about referencing freed memory.
6465 * test/schemas/* result/schemas/*: updated with new tests from
6466 Kasimier
6467
6468Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
6469
6470 * include/libxml/globals.h include/libxml/xmlIO.h
6471 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
6472 to globals.h to avoid some troubles pointed out by Rob Richards
6473
6474Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6475
6476 * libxml.m4: applied changes suggested by Mike Hommey, remove
6477 libxml1 support and use CPPFLAGS instead of CFLAGS
6478
6479Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6480
6481 * libxml.spec.in: another, more 'experimental' feature to
6482 get compiler optimization based on gcc runtime profiling
6483
6484Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6485
6486 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
6487 Ven suggestion to reduce ELF footprint and generated code. Based on
6488 aliasing of libraries function to generate direct call instead of
6489 indirect ones
6490 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
6491 generation of elfgcchack.h based on the API description, extended
6492 the API description to show the conditionals configuration flags
6493 required for symbols.
6494 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
6495 * doc/*: regenerated the docs.
6496
6497Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
6498
6499 * regressions.py, regressions.xml: new files for running
6500 regression tests under Python. Not yet complete, but
6501 should provide good testing under both Linux and Windows.
6502 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
6503 for --push testing to include the 'rb' param when compiled
6504 under Windows.
6505
6506Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6507
6508 * uri.c: fixed a problem when base path was "./xxx"
6509 * result/XInclude/*: 5 test results changed by above.
6510 * Makefile.am: fixed a couple of spots where a new
6511 result file used different flags that the testing one.
6512
6513Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
6514
6515 * valid.c: suppressed warnings from within xmlValidGetValidElements
6516 (bug 144644)
6517 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
6518 (bug 144245)
6519
6520Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6521
6522 * valid.c: implemented bugfix from Massimo Morara for DTD
6523 dumping problem.
6524 * test/valid/t10.xml, result/valid/t10.*: added regression
6525 for above
6526 * configure.in: small change for my profile settings
6527
6528Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
6529
6530 * doc/xmlcatalog_man.xml, xmlcatalog.1
6531 Docs patch from Ville Skytta, bugzilla #144841
6532
6533Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
6534
6535 * doc/xmllint.xml, xmllint.html, xmllint.1
6536 update man page to reflect William's newly disciplined return
6537 code mojo
6538
6539Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6540
6541 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
6542 compilation errors when configured with --with-minimum
6543
6544Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6545
6546 * debugXML.c: applied patch from Stefano Debenedetti to register
6547 namespaces in the debug shell
6548
6549Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6550
6551 * xmlreader.c: fix from Steve Ball and update of the comment.
6552 * Makefile.am result/errors/*.str: William pointed out that
6553 the streaming error checking part wasn't streaming, fixing
6554
6555Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6556
6557 * catalog.c: patch from Igor for the default catalog path on Windows
6558
6559Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6560
6561 * configure.in: apparently wasn't updated last time
6562
6563Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6564
6565 * configure.in, xmlmemory.c, globals.c: fixed problem when
6566 configuring using --with-thread-alloc
6567
6568Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6569
6570 * win32/configure.js win32/Makefile.* minor changes for the new
6571 layout of the Windows binary package
6572
6573Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6574
6575 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
6576 from Kasimier Buchcik for Schema Component Constraints
6577 * test/schemas/* result/schemas/*: added the regression tests
6578
6579Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6580
6581 * xmllint.c: fixed missing error return code for schema
6582 validation (bug 143880), also changed over to an enum for
6583 defining the error return codes for all conditions.
6584
6585Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6586
6587 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
6588 problem when substituing entities using the Reader, the entities
6589 content might be freed and if rereferenced would crash
6590 * Makefile.am test/* result/*: added a new test case and a new
6591 test operation for the reader with substitution of entities.
6592
6593Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6594
6595 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
6596 applied patch from Rob Richards for the per thread I/O mappings
6597
6598Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6599
6600 * xinclude.c: some further enhancement to take care of
6601 xml:base for XPointer elements (bug 143886). Also fixed
6602 a problem when xml:base was already specified on an
6603 XInclude'd element.
6604
6605Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
6606
6607 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
6608 (bug 143738).
6609
6610Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
6611
6612 * uri.c, include/libxml/uri.h: added a new routine
6613 xmlBuildRelativeURI needed for enhancement of xinclude.c
6614 * xinclude.c: changed handling of xml:base (bug 135864)
6615 * result/XInclude/*: results of 5 tests changed as a result
6616 of the above change
6617
6618Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6619
6620 * test/schemas/* result/schemas/*: added a bunch of tests from
6621 Kasimier Buchcik posted on May 11
6622
6623Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6624
6625 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
6626 of wildcards attribute handling
6627 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6628 regression tests
6629
6630Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6631
6632 * parser.c: fixed a bug where invalid charrefs may not be detected
6633 sometimes as pointed by Morus Walter.
6634 * test/errors/charref1.xm result/errors/charref1.xml*: added the
6635 test in the regression suite.
6636
6637Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6638
6639 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
6640 also corrected typo on error code enum.
6641 * include/libxml/xmlerror.h: corrected typo on schema error
6642 code enum
6643
6644Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6645
6646 * xmlschemas.c: minor cosmetic changes, no change to logic.
6647 * result/schemas/attruse_0_[12].err: regenerated
6648 * globals.c: added a newline at end to make gcc happy
6649
6650Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
6651
6652 * xmlschemas.c include/libxml/schemasInternals.h
6653 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
6654 implementing attribute uses and wildcards.
6655 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
6656
6657Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6658
6659 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
6660 Rob Richards for custom I/O BufferCreateFilenane fixes bug
6661 #143366
6662
6663Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6664
6665 * xpath.c: fixed problem with predicate evaluation on an
6666 empty nodeset (bug 143409)
6667
6668Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6669
6670 * testSAX.c: fixed problem with attribute listing (bug 142674)
6671 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
6672 gets called (bug 142686)
6673
6674Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6675
6676 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
6677 Charles Bozeman fixing a side effect in date handling
6678
6679Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
6680
6681 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
6682 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
6683
66842004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6685
6686 * c14n.c: fixed c14n bug with serializing attribute namespaces
6687
6688Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6689
6690 * xpath.c: fixed to allow '+' in exponent of number
6691 (bug 143005)
6692 * SAX2.c: fixed typo in last commit
6693
6694Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6695
6696 * SAX2.c: skipped call to xmlValidateNCName when compiling
6697 --with-minimum (bug 142917)
6698
6699Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6700
6701 * catalog.c: reverted the broken change.
6702
6703Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6704
6705 * NEWS doc/*: updated the docs for 2.6.10
6706
6707Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6708
6709 * configure.in : releasing 2.6.10
6710
6711Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6712
6713 * tree.c: avoid returning default namespace when searching
6714 from an attribute
6715 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6716 back to escaping " since the normal serialization routines do not
6717 use it anymore, should close bug #134477 . Tried to make
6718 the writer avoid it too but it didn't work.
6719
6720Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6721
6722 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6723 handling and added direct links to bugzilla report for
6724 bug numbers.
6725
6726Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6727
6728 * error.c: modified to assure proper user data is sent to
6729 structured error routine (bug 142598)
6730
6731Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6732
6733 * catalog.c: a couple of large static variable which should really
6734 not be declared as such cluttered the .bss section.
6735
6736Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6737
6738 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6739 libxslt ChangeLog
6740
6741Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6742
6743 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6744 ChangeLog page generation. The awk shoudl escape characters
6745 not okay in XML and the xslt should make links to functions
6746 or variables or bug reported in the entries.
6747
6748Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6749
6750 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6751 escaping customization.
6752
6753Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6754
6755 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6756
6757Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6758
6759 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6760
6761Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6762
6763 * parser.c: enhanced the enhancement, fixed another couple of
6764 special cases.
6765
6766Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6767
6768 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6769
6770Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6771
6772 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6773 handling, start to looks better, need to be completed and added
6774 directly at the saving context level.
6775
6776Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6777
6778 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6779 the escape on save routines for better performances (less malloc)
6780 and more flexibility using the new saving context. Preliminary
6781 work, interface will change.
6782
6783Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6784
6785 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6786 element reference within the xs:all construct (bug 139897)
6787
6788Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6789
6790 * xinclude.c: a little further fixing of fallback processing, this
6791 time for fallback with children (bug 139520).
6792
6793Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6794
6795 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6796 allow ref in group definition (bug 134411). Also fixed
6797 misc compilation warning messages.
6798 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6799 regenerated (now no error reported).
6800
6801Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6802
6803 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6804 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6805 #141195 about text between comments.
6806
6807Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6808
6809 * xmlschemas.c, include/libxml/schemasInternals.h,
6810 include/libxml/xmlerror.h: Applied patches supplied by
6811 Kasimier Buchcik.
6812 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6813 changed test to account for above patch.
6814
6815Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6816
6817 * python/tests/tstLastError.py: better portability fix for f(*args),
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006818 use apply(f, args) as Stéphane Bidoul suggested
William M. Brack11be2d02007-01-24 19:17:19 +00006819
6820Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6821
6822 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6823 is already present and, if so, to ignore the request to add it.
6824 This has a very dramatic effect on memory requirements as well
6825 as efficiency. It also fixes bug 141762.
6826
6827Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6828
6829 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6830 applied patch from Ed Davis to allow "make tests" to work
6831 with Python 1.5
6832
6833Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6834
6835 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6836 fixes bug #141266
6837 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6838 test
6839
6840Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6841
6842 * Makefile.am: fix for a pedantic make check without make all request
6843
6844Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6845
6846 * uri.c xmlIO.c: fixing some problems in URI unescaping
6847 and output buffer opening, this should fix #141864
6848
6849Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6850
6851 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6852 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6853 Matt Sergeant
6854
6855Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6856
6857 * xmlregexp.c: enhanced the handling of subexpression ranges
6858 which have a minOccurs of 0 (bug 140478 again); cleaned up
6859 comments throughout the module.
6860
6861Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6862
6863 * xmllint.c: adding a --maxmem option to check memory used.
6864
6865Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6866
6867 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6868 bug #141529 i.e. various problems when building with --without-html
6869
6870Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6871
6872 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6873 call the deregistering functions. Also added the check to
6874 xmllint --stream --chkregister .
6875
6876Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6877
6878 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6879 regression tests on Windows
6880
6881Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6882
6883 * xmlreader.c: never commit without running make tests first !
6884
6885Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6886
6887 * xmlreader.c: fix a nasty problem with reading over the end
6888 * xmlsave.c: fix a reported memory leak apparently
6889
6890Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6891
6892 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6893 on Windows.
6894 * xpath.c: the NaN problem also shows up on Borland
6895
6896Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6897
6898 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6899 occurs 0 problems - fixes bug 140478.
6900
6901Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6902
6903 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6904 from Kasimier Buchcik
6905 * xmlschemas.c: recursive xs:extension fix from taihei goi
6906
6907Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6908
6909 * tree.c: small buffer resizing improvement from Morten Welinder
6910 closes #140629
6911
6912Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6913
6914 * xpath.c: last version of the fix for MSC version 1200
6915
6916Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6917
6918 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6919
6920Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6921
6922 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
6923 inexistent functions, cleaned them out.
6924
6925Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6926
6927 * error.c: Johnson Cameron pointed out that
6928 initGenericErrorDefaultFunc() was really wrong.
6929 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
6930 must be made public, added some missing comments on the XMLReader
6931 header.
6932 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6933 from attributes
6934
6935Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6936
6937 * xpath.c: fixed a stupid () error + Mark name.
6938
6939Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6940
6941 * configure.in: preparing 2.6.9 release
6942 * doc/* News: updated and rebuilt the docs
6943
6944Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6945
6946 * xpath.c: relaxed id() to not check taht the name(s) passed
6947 are actually NCName, decided this in agreement with Aleksey Sanin
6948 since existing specs like Visa3D broke that conformance checking
6949 and other tools seems to not implement it sigh...
6950 * SAX2.c: check attribute decls for xml:id and the value is an
6951 NCName.
6952 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6953
6954Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6955
6956 * xpath.c: work around Microsoft compiler NaN bug raise reported
6957 by Mark Vakoc
6958 * xmlschemas.c include/libxml/schemasInternals.h
6959 include/libxml/xmlerror.h: fixed a recusive extention schemas
6960 compilation error raised by taihei goi
6961
6962Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6963
6964 * libxml.spec.in: keep the ChangeLog compressed
6965 * xmlreader.c: fix a segfault when using Close()
6966 * python/tests/Makefile.am python/tests/reader8.py: test for
6967 the Close() reader API.
6968
6969Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6970
6971 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6972 doc/examples/io2.c: minor warning cleanup (no change to logic)
6973 * xinclude: fixed return value for internal function
6974 xmlXIncludeLoadFallback (now always 0 or -1)
6975
6976Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6977
6978 * valid.c: small enhancement to fix bug 139791
6979
6980Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6981
6982 * xmlschemas.c include/libxml/schemasInternals.h
6983 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6984 for the attribute use support
6985 * test/schemas/attruse* result/schemas/attruse*: added the
6986 tests to the regression suite.
6987
6988Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6989
6990 * xmlsave.c: move the TODO as comments as the function while not
6991 finished are usable as-is
6992 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6993 implementing union
6994 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6995 * python/Makefile.am: applied fix from Mike Hommey
6996
6997Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6998
6999 * parser.c: fixed problem with detecting external dtd
7000 encoding (bug 135229).
7001 * Makefile.am: minor change to test label
7002
7003Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
7004
7005 * xinclude.c: fixed problem causing duplicate fallback
7006 execution (bug 139520)
7007 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
7008 added testcase
7009
7010Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
7011
7012 * SAX2.c include/libxml/tree.h: adding xml:id draft support
7013 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
7014 4 first regression tests
7015
7016Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
7017
7018 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
7019 should depend on the version of python used to compile it.
7020
7021Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
7022
7023 * HTMLparser.c: applied patch from James Bursa, frameset should
7024 close head.
7025
7026Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
7027
7028 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
7029 which was causing check-relaxng-test-suite.py test 351 to fail.
7030
7031Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7032
7033 * nanohttp.c: implemented fix for M$ IIS redirect provided
7034 by Ian Hummel
7035 * relaxng.c: fixed problem with notAllowed compilation
7036 (bug 138793)
7037
7038Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
7039
7040 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
7041 from Mark Vakoc.
7042
70432004-04-01 Johan Dahlin <johan@gnome.org>
7044
7045 * python/.cvsignore: Add generated files, to make cvs silent.
7046
7047Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
7048
7049 * xmlschemas.c: small signed-ness patch from Steve Little
7050
7051Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
7052
7053 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
7054 xmlschemas regexp that William pointed out while working on
7055 #134120
7056 * test/regexp/branch result/regexp/branch: added a specific
7057 regression test
7058
7059Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
7060
7061 * Makefile.am: added PYTHONPATH to python tests for Schemas
7062 and RelaxNG
7063 * test/xsdtest/xsdtestsuite.xml: added testfile for
7064 SchemasPythonTests
7065
7066Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
7067
7068 * doc/examples/examples.xsl doc/examples/index.html: added
7069 information about compiling on Unix
7070
7071Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
7072
7073 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
7074 * doc/*: rebuilt to update
7075
7076Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
7077
7078 * xmlsave.c: optimize indentation based on the new context
7079
7080Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
7081
7082 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
7083 a very tricky problem when modifying the tree based on an XPath
7084 result query.
7085
7086Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7087
7088 * relaxng.c: fixed problem with IS_COMPILABLE flag
7089 (bug 130216)
7090
7091Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
7092
7093 * parser.c: applied patch from Dave Beckett to correct line number
7094 errors when using push with CDATA
7095
7096Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7097
7098 * doc/examples/xpath1.c: added a test template
7099 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
7100 added a new example, and make valgrind target
7101
7102Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
7103
7104 * parser.c: apply fix for #136693
7105
7106Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
7107
7108 * doc/examples/io2.c
7109 * doc/examples/io2.res
7110 add xmlDocDumpMemory example in response to mailing list FAQ
7111 (rebuilt xml and html also)
7112
7113Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7114
7115 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
7116 patch from Mark Vakoc avoiding using xmlParse* option and use
7117 xmlRead* instead
7118 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
7119 to avoid problems with some pathnames.
7120
7121Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7122
7123 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
7124 the docs.
7125 * Makefile.am: use valgring fro the new Python based regression tests
7126
7127Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7128
7129 * relaxng.c: remove a memory leak on schemas type facets.
7130 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
7131 check-xsddata-test-suite.py: reduce verbosity
7132 * configure.in Makefile.am: incorporated the Python regressions
7133 tests for Relax-NG and Schemas Datatype to "make tests"
7134
7135Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7136
7137 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
7138 Alfred Mickautsch for better DTD support.
7139 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
7140 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
7141 reference counting is handled in the XML parser which had the
7142 side effect of removing a lot of hazardous cruft added to try
7143 to fix the problems associated as they popped up.
7144 * xmlIO.c: FILE * close fixup for stderr/stdout
7145
7146Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7147
7148 * relaxng.c: added an error message when an element is not
7149 found within a <choice> (bug 126093)
7150
7151Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
7152
7153 * xmlregexp.c: enhanced the logic of parsing char groups to
7154 better handle initial or ending '-' (bug 135972)
7155
7156Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
7157
7158 * relaxng.c: added check for external reference in
7159 xmlRelaxNGGetElements (bug 137718)
7160 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
7161 regression test for above
7162
7163Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7164
7165 * nanohttp.c: added a close for the local file descriptor
7166 (bug 137474)
7167
7168Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7169
7170 * xmlsave.c: switched the output routines to use the new context.
7171
7172Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
7173
7174 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
7175 nodes (bug 137153)
7176
7177Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7178
7179 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
7180
7181Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7182
7183 * parser.c: fix bug reported by Holger Rauch
7184 * test/att8 result/noent/att8 result/att8 result/att8.rdr
7185 result/att8.sax: added the test to th regression suite
7186
7187Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7188
7189 * doc/search.php: Minor change for later verson of php requiring
7190 $HTTP_GET_VARS.
7191
7192Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
7193
7194 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
7195 previously used only for recursion, to use a value of '2' to
7196 indicate copy properties & namespaces, but not children.
7197 * xinclude.c: changed the handling of ranges to use the above new
7198 facility. Fixes Bug 134268.
7199
7200Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7201
7202 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
7203 added new module xmlsave with patch supplied by Eric Zurcher
7204 (second attempt - don't know what happened to the first one!)
7205
7206Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7207
7208 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
7209 providing Python bindings for the Canonicalization C14N support.
7210
7211Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
7212
7213 * .cvsignore and python/.cvsignore patched
7214
7215Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7216
7217 * xinclude.c: enhanced to assure that if xpointer is called
7218 for a document, the XML_PARSE_NOENT flag is set before parsing
7219 the included document so that entities will automatically get
7220 taken care of.
7221 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
7222 is encountered, it will log it and not crash (bug 135713)
7223
7224Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7225
7226 * xinclude.c: modified to make sub-includes inherit the
7227 parse flags from the parent document (bug 132597)
7228
7229Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7230
7231 * xmlschemas.c: QName handling fixes for the XML Schemas
7232 support from Adam Dickmeiss
7233 * test/schemas/po1_0.xsd: also fix the schemas
7234 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
7235 regression tests
7236
7237Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
7238
7239 * configure.in doc/Makefile.am include/libxml/Makefile.am:
7240 paalied patch from Julio M. Merino Vidal fixing bug #134751
7241 to fix --with-html-dir option.
7242 * doc/*: rebuilt fully the docs
7243 * doc/html/libxml-xmlsave.html: new file from new header.
7244
7245Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7246
7247 * debugXML.c testHTML.c tree.c doc/examples/*.c
7248 include/libxml/xmlsave.h: fixing compilation bug with some options
7249 disabled as well as --with-minimum should fix #134695
7250
7251Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
7252
7253 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
7254 should close #134092
7255
7256Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
7257
7258 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
7259 the new xmlsave module before the actuall big code change.
7260
7261Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7262
7263 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
7264 * test/schemas/mixed* result/schemas/mixed*: added his regression
7265 tests too.
7266
7267Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7268
7269 * testSAX.c: fix a compilation problem about a missing timb include
7270
7271Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
7272
7273 * testSAX.c: small enhancement to prevent trying to print
7274 strings with null pointers (caused "make tests" errors on
7275 HP-UX)
7276
7277Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
7278
7279 * doc/xmllint.xml
7280 * doc/xmllint.1
7281 * doc/xmllint.html
7282 * doc/xmlcatalog_man.xml
7283 * doc/xmlcatalog.1
7284 * doc/xmlcatalog_man.html
7285 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
7286 use
7287
7288Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
7289
7290 * Makefile.am: patch for cross-compilation to Windows from
7291 Christophe de VIENNE.
7292
7293Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7294
7295 * doc/*.html, doc/html/*.html: regenerated docs using older
7296 version of xsltproc pending resolution of AVT problem
7297
7298Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
7299
7300 * Makefile.am: applied patch from Charles Bozeman to not use
7301 the system xmllint.
7302
7303Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7304
7305 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
7306 for MingW
7307
7308Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7309
7310 * Makefile.am catalog.c configure.in: applied a cleanup patch
7311 from Peter Breitenlohner
7312 * tree.c: removed a doc build warning by fixing a param comment
7313 * doc/* : rebuilt the docs
7314
7315Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
7316
7317 * valid.c HTMLparser.c: avoid ID error message if using
7318 HTML_PARSE_NOERROR should fix #130762
7319
7320Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7321
7322 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
7323 fixing compilation and link option when configuring with
7324 --without-valid should fix #135309
7325
7326Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7327
7328 * catalog.c: fixed the main issues reported by Peter Breitenlohner
7329 * parser.c: cleanup
7330 * valid.c: speedup patch from Petr Pajas
7331
7332Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7333
7334 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
7335 on the list by Mike Hommey
7336
7337Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
7338
7339 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
7340 rebuilt the documentation.
7341
7342Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7343
7344 * python/tests/*.py: applied patch from Malcolm Tredinnick
7345 to avoid tabs in python sources, should fix #135095
7346
7347Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7348
7349 * testSAX.c: add --timing option
7350 * relaxng.c: use the psvi field of the nodes instead of _private
7351 which may be used for other purposes.
7352
7353Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7354
7355 * encoding.c: small patch to try to fix a warning with Sun One compiler
7356
7357Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
7358
7359 * encoding.c: small patch removing a warning with MS compiler.
7360
7361Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7362
7363 * debugXML.c: added "relaxng" option to the debugging shell
7364 * Makefile.am test/errors/* result/errors/*: some regression tests
7365 for some error tests cases.
7366
7367Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7368
7369 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
7370 is passed.
7371 * test/att7 result//att7*: adding an old regression test
7372 laying around on my laptop
7373
7374Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
7375
7376 * xmlreader.c: fixed xmllint --memory --stream memory consumption
7377 on large file by using xmlParserInputBufferCreateStatic() with
7378 the mmap'ed file
7379
7380Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7381
7382 * tree.c: some clarification in xmlDocDumpMemory() documentation
7383 * xmllint.c: fixed xmllint --stream --timing to get timings back
7384
7385Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
7386
7387 * parser.c: fixed a problem in push mode when attribute contains
7388 unescaped '>' characters, fixes bug #134566
7389 * test/att6 result//att6*: added the test to the regression suite
7390
7391Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7392
7393 * valid.c: removing a non-linear behaviour from ID/IDREF raised
7394 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
7395 xmlAddRef
7396
7397Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7398
7399 * python/tests/indexes.py python/tests/reader.py: indicated
7400 encoding of the test file, needed for python 2.3
7401
7402Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7403
7404 * xpath.c: fixed problem with numbers having > 19
7405 fractional places (bug 133921)
7406
7407Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7408
7409 * xpath.c: applied optimization patch from Petr Pajas
7410
7411Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7412
7413 * xmlwriter.c include/libxml/xmlwriter.h: applied update
7414 from Alfred Mickautsch and the added patch from Lucas Brasilino
7415
7416Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7417
7418 * benchmark.png index.html xml.html: updating the benchmark
7419 graph and using a PNG instead of a GIF
7420 * xmlreader.c: updated the TODO
7421
7422Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
7423
7424 * doc/tutorial/xmltutorial.xml
7425 * doc/tutorial/xmltutorial.pdf
7426 * doc/tutorial/*.html
7427 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
7428 last name I don't know, for pointing this out
7429
7430Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7431
7432 * NEWS configure.in: preparing release of 2.6.6
7433 * doc/*: updated the docs and rebuilt them
7434
7435Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
7436
7437 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
7438 suspicious about it but this is fairly contained and regression
7439 tests still passes.
7440 * test/schemas/all1* result/schemas/all1*: added the test to
7441 the regression suite.
7442
7443Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
7444
7445 * parser.c: fixed bug #132575 about finding the end of the
7446 internal subset in push mode.
7447 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
7448 added the test to the regression suite
7449
7450Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7451
7452 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
7453 include/libxml/xmlIO.h: added xmlByteConsumed() interface
7454 * doc/*: updated the benchmark rebuilt the docs
7455 * python/tests/Makefile.am python/tests/indexes.py: added a
7456 specific regression test for xmlByteConsumed()
7457 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
7458
7459Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
7460
7461 * tree.c: fixed missing output of internal DTD param entities when
7462 nothing else present in DTD (bug 134052)
7463
7464Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
7465
7466 * encoding.c: applied patch supplied by Christophe Dubach
7467 to fix problem with --with-minimum configuration
7468 (bug 133773)
7469 * nanoftp.c: fixed potential buffer overflow problem,
7470 similar to fix just applied to nanohttp.c.
7471
7472Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7473
7474 * nanohttp.c: fixed the fix for the buffer overflow, thanx
7475 William :-)
7476
7477Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7478
7479 * acinclude.m4, configure.in: fixed problem concerning
7480 determining SOCKLEN_T as pointed out by Daniel Richard G.
7481 on the mailing list
7482
7483Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7484
7485 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
7486
7487Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7488
7489 * xpath.c: small patch from Philip Ludlam to avoid warnings.
7490
7491Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7492
7493 * encoding.c: applied a small patch from Alfred Mickautsch
7494 to avoid an out of bound error in isolat1ToUTF8()
7495
7496Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7497
7498 * xinclude.c: remove the warning on the 2001 namespace
7499 * parser.c parserInternals.c xpath.c: remove some warnings
7500 when compiling with MSVC6
7501 * nanohttp.c: applied a patch when using _WINSOCKAPI_
7502
7503Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
7504
7505 * xinclude.c: added a small hack to fix interference between
7506 my fixes for bugs 132585 and 132588.
7507 * python/libxml.c: fixed problem with serialization of namespace
7508 reported on the mailing list by Anthony Carrico
7509
7510Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7511
7512 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
7513 (bug 133686).
7514
7515Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7516
7517 * xmlwriter.c: fixed problem with return value of
7518 xmlTextWriterWriteIndent() (bug 133297)
7519
7520Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7521
7522 * xinclude.c: changed coding to output good XIncludes when
7523 one or more bad ones are present (bug 132588)
7524
7525Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
7526
7527 * xinclude.c: corrected handling of empty fallback condition
7528 (bug 132585)
7529
7530Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
7531
7532 * HTMLparser.c: added initialisation for ctxt->vctxt
7533 in HTMLInitParser (bug 133127)
7534 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
7535 from several function params)
7536
7537Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
7538
7539 * xinclude.c: fixed problem regarding freeing of dictionary
7540 when there are errors within an XInclude file (bug 133106).
7541 Thanks to Oleg Paraschenko for the assistance.
7542
7543Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7544
7545 * xmlschemastypes.c: fixed validation of maxLength with no
7546 content using patch submitted by Eric Haszlakiewicz
7547 (bug 133259)
7548
7549Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7550
7551 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
7552 calling convention to the public function prototypes (rep by
7553 Cameron Johnson)
7554 * include/libxml/xmlexports.h: fixed mingw+msys compilation
7555 (rep by Mikhail Grushinskiy)
7556
7557Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7558
7559 * xmlwriter.c: enhanced output indenting (bug 133264)
7560
7561Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
7562
7563 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
7564 Steve Ball to provide structured error reports.
7565
7566Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7567
7568 * tree.c, include/libxml/tree.h: moved serialization of
7569 attribute text data (xmlSerializeContent) into a separate
7570 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
7571 * xmlwriter.c: changed handling of attribute string to use the
7572 routine above (fixed bug 131548)
7573
7574Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
7575
7576 * doc/examples/reader1.c, reader2.c, reader3.c
7577 * doc/examples/examples.xml
7578 * doc/examples/*.html
7579 add note that reader examples need libmxl2 > 2.6, rebuild
7580 html - this time doing it correctly :-)
7581
7582Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
7583
7584 * doc/examples/examples.xml
7585 * doc/examples/*.html
7586 add note that reader examples need libmxl2 > 2.6, rebuild
7587 html
7588
7589Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
7590
7591 * xpath.c: added (void *) type override to prevent
7592 warning on Solaris (Bug 132671)
7593
7594Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
7595
7596 * doc/examples/Makefile.am
7597 per Jan. 15 email to the list from oliverst, the index.html
7598 file from this directory wasn't making it into the tarball
7599
7600Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7601
7602 * acinclude.m4: applied fix from Alexander Winston for a problem
7603 related to automake-1.8 , c.f. #132513 and #129861
7604
7605Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
7606
7607 * doc/examples/index.py: don't rely on . being on the path for
7608 make tests, should keep Mr. Crozat quiet until next time...
7609
7610Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
7611
7612 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
7613 docs, checked rngparser stuff does not end up in the tarball
7614
7615Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7616
7617 * python/libxml.c: applied patch from Frederic Peters
7618 fixing the wrong arg order in xpath callback in bug #130980
7619
7620Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
7621
7622 * xinclude.c: fixing #130453 XInclude element with no href attribute
7623 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
7624 the compact syntax will require more work, postponed for the
7625 2.6.5 release.
7626
7627Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7628
7629 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
7630 Steve Ball to avoid a double-free.
7631
7632Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
7633
7634 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
7635 test result, fixed a awful lot of memory leaks showing up in
7636 testWriter.c, changed the examples and the Makefiles to test
7637 memory leaks.
7638 * xmlwriter.c: fixed a memory leak
7639 * Makefile.am: run the doc/examples regression tests as part of
7640 make tests
7641 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
7642 compile an XPath expression within a context, currently the goal
7643 is to be able to reuse the XSLT stylesheet dictionnary, but this
7644 opens the door to others possible optimizations.
7645 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
7646 to build a new dictionnary based on another read-only dictionnary.
7647 This is needed for XSLT to keep the stylesheet dictionnary read-only
7648 while being able to reuse the strings for the transformation
7649 dictionnary.
7650 * xinclude.c: fixed a dictionnar reference counting problem occuring
7651 when document parsing failed.
7652 * testSAX.c: adding option --repeat for timing 100times the parsing
7653 * doc/* : rebuilt all the docs
7654
7655Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
7656
7657 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
7658
7659Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7660
7661 * xmlschemastypes.c: applied patch from John Belmonte for
7662 normalizedString datatype support.
7663
7664Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7665
7666 * xpath.c: fixed problem with union when last() is used
7667 in predicate (bug #131971)
7668 * xpointer.c: minor change to comment for doc generation
7669
7670Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7671
7672 * parser.c: fixed bug #131745 raised by Shaun McCance with the
7673 suggested patch
7674
7675Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
7676
7677 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
7678 leak reported on the list.
7679
7680Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7681
7682 * python/generator.py python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007683 patch from Stéphane Bidoul to add enums to the Python bindings.
William M. Brack11be2d02007-01-24 19:17:19 +00007684
7685Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7686
7687 * testHTML.c: another small patch from Mark Vakoc
7688
7689Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7690
7691 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
7692 patch from Mark Vakoc to not use SAX1 unless necessary.
7693
7694Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
7695
7696 * dict.c parser.c xmlstring.c: some parser optimizations,
7697 xmllint --memory --timing --repeat --stream ./db10000.xml
7698 went down from 16.5 secs to 15.5 secs.
7699
7700Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7701
7702 * xmlschemas.c: removed a memory leak remaining from the switch
7703 to a dictionnary for string allocations c.f. #130891
7704
7705Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7706
7707 * xmlreader.c: fixing some problem if configured --without-xinclude
7708 c.f. #130902
7709
7710Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7711
7712 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7713 c.f. #130896
7714
7715Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7716
7717 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7718 applying patch from Mark Vakoc for Windows
7719 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7720 fixes from Sven Zimmerman
7721
7722Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7723
7724 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7725 python/tests/Makefile.am python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007726 patch from Stéphane Bidoul for structured error handling from
William M. Brack11be2d02007-01-24 19:17:19 +00007727 python, and the associated test
7728
7729Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7730
7731 * configure.in: fixed Bug130593
7732 * xmlwriter.c: fixed compilation warning
7733
7734Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7735
7736 * include/libxml/xmlstring.h: fixed the comment in the header
7737 * doc/*: rebuilt the docs
7738
7739Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7740
7741 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7742 include/libxml/Makefile.am, include/libxml/catalog.c,
7743 include/libxml/chvalid.h, include/libxml/encoding.h,
7744 include/libxml/parser.h, include/libxml/relaxng.h,
7745 include/libxml/tree.h, include/libxml/xmlwriter.h,
7746 include/libxml/xmlstring.h:
7747 moved string and UTF8 routines out of parser.c and encoding.c
7748 into a new module xmlstring.c with include file
7749 include/libxml/xmlstring.h mostly using patches from Reid
7750 Spencer. Since xmlChar now defined in xmlstring.h, several
7751 include files needed to have a #include added for safety.
7752 * doc/apibuild.py: added some additional sorting for various
7753 references displayed in the APIxxx.html files. Rebuilt the
7754 docs, and also added new file for xmlstring module.
7755 * configure.in: small addition to help my testing; no effect on
7756 normal usage.
7757 * doc/search.php: added $_GET[query] so that persistent globals
7758 can be disabled (for recent versions of PHP)
7759
7760Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7761
7762 * doc/tutorial/customfo.xsl
7763 * doc/tutorial/customhtml.xsl
7764 update custom tutorial-building stylesheets in preparation
7765 for tutorial update
7766
7767Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7768
7769 * rngparser.c: commiting the compact relax ng parser. It's not
7770 completely finished, it's not integrated but I want to save the
7771 current state
7772
7773Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7774
7775 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7776 win32/libxml2.def.src: fixed apibuild.py's generation of
7777 "constructors" to be in alphabetical order (instead of previous
7778 random sequence); regenerated resulting files.
7779
7780Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7781
7782 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7783 problem.
7784
7785Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7786
7787 * doc/newapi.xsl: change background color of function
7788 declaration to improve readability
7789 * doc/*: rebuild docs with new stylesheet
7790
7791Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7792
7793 * parser.c, include/libxml/parser.h: added a routine
7794 xmlStrncatNew to create a new string from 2 frags.
7795 * tree.c: added code to check if node content is from
7796 dictionary before trying to change or concatenate.
7797
7798Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7799
7800 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7801 Bug 130419) and eliminated xmlInitMemoryDone. More
7802 improvement needed.
7803 * xml2-config.in: added an additional flag (--exec-prefix) to
7804 allow library directory to be different from include directory
7805 (Bug 129558).
7806
7807Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7808
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007809 * error.c: applied patch from Stéphane Bidoul for structured error
William M. Brack11be2d02007-01-24 19:17:19 +00007810 reporting.
7811
7812Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7813
7814 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7815 Lucas Brasilino to add indentation support to xmlWriter
7816
7817Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7818
7819 * xinclude.c: fixed problem with "recursive" include (fallback
7820 contains another include - Bug 129969)
7821
7822Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7823
7824 * SAX2.c: found and fixed a bug misallocating some non
7825 blank text node strings from the dictionnary.
7826 * xmlmemory.c: fixed a problem with the memory debug mutex
7827 release.
7828
7829Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7830
7831 * xinclude.c: fixed problem caused by wrong dictionary
7832 reference count, reported on the list by Christopher
7833 Grayce.
7834
7835Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7836
7837 * python/generator.py, python/libxml2class.txt: fixed problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007838 pointed out by Stéphane Bidoul on the list.
William M. Brack11be2d02007-01-24 19:17:19 +00007839 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7840 completed modifications required to fix Bug 129967 (at last!).
7841 Now wait to see how long before further trouble...
7842
7843Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7844
7845 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7846 memory leak reported by Dave Beckett
7847 * xmlschemas.c: Removed spurious comment reported on the mailing
7848 list
7849 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7850 Further work on Bug 129967 concerning xpointer range handling
7851 and range-to function; much better, but still not complete
7852
7853Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7854
7855 * valid.c: xmlValidateElement could crash for element holding a
7856 namespace declaration but not in a namespace. Oliver Fischer
7857 provided the example.
7858
7859Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7860
7861 * xmllint.c: issue validation status on stderr, not stdout as suggested
7862 by Pawel Palucha
7863 * result/relaxng/*: this change slightly all the output from RNG
7864 regressions.
7865
7866Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7867
7868 * xmlschemas.c: edited a couple of comments in accordance with
7869 posting on the mailing list (no logic change)
7870 * xpointer.c: working on Bug 129967, added check for NULL
7871 nodeset to prevent crash. Further work required.
7872 * xpath.c: working on Bug 129967, added code to handle
7873 XPATH_LOCATIONSET in RANGETO code, also added code to
7874 handle it in xmlXPathEvaluatePredicateResult. Further
7875 work required.
7876
7877Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7878
7879 * xmlschemas.c: added tests for xs:all to assure minOccurs
7880 and maxOccurs <= 1 (Bug 130020)
7881
7882Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7883
7884 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7885 with patch from Charles Bozeman.
7886
7887Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7888
7889 * xmlregexp.c: fixed problem causing segfault on validation error
7890 condition (reported on mailing list)
7891
7892Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7893
7894 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7895 parser contexts (problem reported on mailing list)
7896 * doc/apibuild.py: small change to prevent duplicate lines
7897 on API functions list. It will take effect the next time
7898 the docs are rebuilt.
7899
7900Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7901
7902 * configure.in NEWS doc/*: updated the docs and prepared a new
7903 release 2.6.4
7904
7905Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7906
7907 * legacy.c: remove deprecated warning on startElement()
7908
7909Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7910
7911 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7912 was broken with the new namespace. Fixes #129932
7913
7914Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7915
7916 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7917 redefined in includes, quick fix to allow this but lacks the
7918 equality of the redefinition test.
7919
7920Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7921
7922 * valid.c: fixed bug concerning validation using external
7923 dtd of element with mutiple namespace declarations
7924 (Bug 129821)
7925
7926Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
7927
7928 * tree.c: inhibited production of "(null):" in xmlGetNodePath
7929 when node has default namespace (Bug 129710)
7930
7931Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
7932
7933 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7934 document order for attributes is retained (Bug 129331)
7935
7936Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7937
7938 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7939 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7940 the file descriptor. Updated the comment, should close #129683
7941
7942Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7943
7944 * xinclude.c: fixed a serious problem in XInclude #129021
7945
7946Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7947
7948 * parser.c: fixed bug #129489, propagation of parsing flags
7949 in entities.
7950 * parser.c xmlreader.c: improved the comments of parsing options
7951
7952Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7953
7954 * python/Makefile.am, python/tests/Makefile.am,
7955 doc/Makefile.am: applied fixes to allow build from
7956 'outside' directory (Bug 129172)
7957
7958Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7959
7960 * tree.c - add explanation of namespace inheritance when
7961 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7962
7963Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7964
7965 * include/libxml/xpathInternals.h: undid last change (my
7966 bad). Put necessary fix in libxslt/libexslt instead.
7967 * include/libxml/DOCBparser.h: put test for __GCC__ on
7968 warning directive (Bug 129105)
7969
7970Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7971
7972 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7973 to cater for NULL pointer (bug 129561)
7974 * globals.c: added comment to suppress documentation warning
7975 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7976 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7977
7978Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7979
7980 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7981 using an xmlReaderWalker()
7982
7983Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7984
7985 * tree.c: fix misc. typos in doc comments
7986 * include/libxml/tree.h: elaborate on macro define doc comments
7987 * doc/*: rebuild docs
7988
7989Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7990
7991 * doc/examples/*: don't call the result files .out but .res as
7992 the Makefiles tend to try generating binaries for .out targets...
7993
7994Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7995
7996 * doc/html/libxml-pattern.html: - cvs add API docs for new
7997 pattern stuff
7998
7999Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
8000
8001 * tree.c
8002 * doc/*:
8003 Elaborate in documentation discussion of xmlNewChild
8004 and xmlNewTextChild. Thanks to Steve Lenti for pointing
8005 out the usefulness of a more explicit explanation of the
8006 reserved character escaping issue.
8007
8008Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8009
8010 * xmlcatalog.c: applied patch from Stefan Kost
8011
8012Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8013
8014 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
8015
8016Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8017
8018 * win32/Makefile.* win32/configure.js: Added pattern support
8019
8020Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8021
8022 * configure.in doc/* libxml.spec.in: preparing release of
8023 libxml2-2.6.3, updated and regenerated the docs.
8024
8025Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
8026
8027 * SAX2.c pattern.c: removed some compilation warnings
8028
8029Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8030
8031 * xmllint.c: fixing bug #119264 xmllint failing to report
8032 serialization errors in some cases.
8033
8034Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
8035
8036 * entities.c: fixed an XML entites content serialization
8037 potentially triggered by XInclude, see #126817
8038
8039Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8040
8041 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
8042 suggested by Daniel Schulman in #128313
8043
8044Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8045
8046 * configure.in Makefile.am: another patch from Kenneth Haley
8047 for Mingw, c.f. #128787
8048
8049Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8050
8051 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
8052 for compiling on Mingw see #128786
8053
8054Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
8055
8056 * xmllint.c: some flags were not passed down correctly as
8057 parsing options. Fixes #126806
8058
8059Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8060
8061 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
8062 include/libxml/xmlerror.h: augmented the XInclude API
8063 to be able to pass XML parser flags down to the Inclusion
8064 process. Also resynchronized with the Last Call W3C Working
8065 Draft 10 November 2003 for the xpointer attribute.
8066 * Makefile.am test/XInclude/docs/nodes[23].xml
8067 result/XInclude/*: augmented the tests for the new namespace and
8068 testing the xpointer attribute, changed the way error messages
8069 are tested
8070 * doc/*: regenerated the documentation
8071
8072Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8073
8074 * error.c: filter warning messages if the global setting blocks them
8075 * xinclude.c xmlreader.c include/libxml/xinclude.h
8076 include/libxml/xmlerror.h: updated the change of namespace at
8077 the XInclude level, raise a warning if the old one is found,
8078 and some cleanup
8079
8080Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
8081
8082 * tree.c: tentative fix for #126117 character reference in
8083 attributes output problem in some cornercase.
8084
8085Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
8086
8087 * python/libxml.py: tried to fix the problems reported in
8088 bug #126735
8089 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
8090 fixed again some problem trying to use the structured error
8091 handlers, c.f. bug #126735
8092 * result/VC/ElementValid: tiny change due to the fix
8093
8094Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8095
8096 * error.c: fixed __xmlRaiseError to use structured error handlers
8097 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
8098
8099Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8100
8101 * parser.c: attempt to fix #126211 ...
8102
8103Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8104
8105 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
8106 include/libxml/xmlreader.h: fixed the pattern interfaces
8107 but not yet the parser to handle the namespaces.
8108 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
8109
8110Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
8111
8112 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
8113 include/libxml/pattern.h include/libxml/schemasInternals.h
8114 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
8115 the make rebuild in doc, this include new directive to stop
8116 documentation warnings
8117 * doc/* doc/html/*: rebuilt the docs
8118 * pattern.c xmlreader.c include/libxml/pattern.h
8119 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
8120 to save nodes while scanning the tree with the reader, cleanup
8121 the way element were freed, and xmlTextReaderPreserve()
8122 implementation, the API might change for namespace binding support
8123 when compiling patterns.
8124 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
8125
8126Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8127
8128 * python/libxml.py: oops forgot to modify/commit the new code.
8129
8130Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
8131
8132 * python/generator.py python/libxml.c python/libxml_wrap.h:
8133 cleanup the output buffer support to at least get the basic
8134 to work
8135 * python/tests/outbuf.py python/tests/serialize.py: fixes and
8136 cleanup.
8137 * include/libxml/xmlwriter.h: cleanup
8138
8139Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
8140
8141 * include/libxml/xmlversion.h.in
8142 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
8143 docs
8144
8145Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
8146
8147 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
8148 regexp quantifiers
8149
8150Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8151
8152 * pattern.c include/libxml/pattern.h: adding the pattern node
8153 selection code. Inheried in part from libxslt but smaller.
8154 * Makefile.am configure.in include/libxml/xmlversion.h.in:
8155 integrated the pattern module, made it a configure time option
8156 * xmllint.c: added --pattern to test when doing --stream
8157
8158Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8159
8160 * xmlreader.c: fixed a problem in xmlreader validation when
8161 streaming exposed by reader2 example.
8162
8163Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
8164
8165 * doc/xml.html
8166 * doc/docs.html:
8167 add reference to the Code Examples page to docs.html list
8168 of resources
8169
8170Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8171
8172 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
8173 from Eric
8174
8175Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
8176
8177 * include/libxml/xinclude.h
8178 * doc/*: Add comments for macro definitions in xinclude.h and
8179 rebuild the docs
8180
8181Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
8182
8183 * doc/docdescr.doc
8184 Updating William's explanation of how to build docs,
8185 reflecting Daniel's new docs build system
8186
8187Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8188
8189 * xmlmemory.c: enhanced by adding mutex to protect global
8190 structures in a multi-threading environment. This fixed
8191 some random errors on the Threads regression tests.
8192
8193Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
8194
8195 * doc/xml.html doc/python.html: fix tst.py text, which didn't
8196 import sys
8197
8198Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8199
8200 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
8201 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
8202 handled internally by default, with proper BOM and UTF-16LE
8203 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
8204 BOM on output, and will be automatically recognized on input.
8205 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
8206 added regression tests for above.
8207
8208Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8209
8210 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
8211 build with all compilers. Added C-Runtime option for MSVC. Included
8212 xmlWriter.
8213 * xmlwriter.c: Added IN_LIBXML macro
8214
8215Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8216
8217 * win32/Makefile.bcb: applied patch from Eric
8218
8219Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8220
8221 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
8222 is broken on 2.6.x
8223
8224Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
8225
8226 * entities.c: fixed #127877, never output &quot; in element content
8227 * result/isolat3 result/slashdot16.xml result/noent/isolat3
8228 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
8229 result/valid/index.xml result/valid/xlink.xml: this changes the
8230 output of a few tests
8231
8232Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
8233
8234 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
8235 testSchemas.c xmlschemas.c: added xsd:include support, fixed
8236 testSchemas behaviour when a schemas failed to parse.
8237 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
8238 test for xsd:include from Eric Van der Vlist
8239
8240Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8241
8242 * parser.c: swapped the attribute defaulting and attribute checking
8243 parts of parsing a new element start, fixes bug #127772
8244 * result/valid/127772.* test/valid/127772.xml
8245 test/valid/dtds/127772.dtd: added the example in the regression tests
8246
8247Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8248
8249 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
8250 to avoid bug #127851
8251
8252Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
8253
8254 * xmlregexp.c: fixing some Negative Character Group and
8255 Character Class Subtraction handling.
8256
8257Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8258
8259 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
8260 on Eric van der Vlist examples
8261 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
8262 added regression tests
8263 * doc/examples/Makefile.am doc/examples/index.py: do not
8264 regenerate the index on make all target, but only on
8265 make rebuild to avoid troubles.
8266
8267Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8268
8269 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
8270 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
8271 starting to add proper namespace support too.
8272 * test/schemas/* result/schemas/*: added a number of tests
8273 fixed the result from some regression tests too.
8274
8275Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
8276
8277 * doc/xml.html, docs.html: remove reference to gtk-doc now that
8278 Daniel has removed it, fix link to George's IBM article, other
8279 minor edits
8280
8281Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8282
8283 * xmlschemas.c: applied patch from Robert Stepanek to start
8284 import os schemas support, cleaned up stuff and the patch.
8285 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
8286 to regression, fixed a few regressions too.
8287
8288Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8289
8290 * HTMLparser.c: applied two parsing fixes from James Bursa
8291
8292Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8293
8294 * doc/examples/*: added two xmlReader examples
8295 * xmlreader.c: cleaned up some bugs in the process
8296
8297Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
8298
8299 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
8300 Alfred Mickautsch, bugfixes and comments
8301 * doc/examples/*: added his test as the xmlWriter example
8302 * doc/html/ doc/*.html: this resulted in some improvements
8303 * include/libxml/hash.h: fixed an inclusion problem when
8304 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
8305
8306Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8307
8308 * xinclude.c: fix an error message
8309 * doc/examples/*: added tree2 example from Lucas Brasilino
8310
8311Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8312
8313 * doc/newapi.xsl: improve the sort sequence for page content
8314 * doc/html/*.html: regenerate the web pages
8315
8316Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8317
8318 * Makefile.am: do not package cvs versioning temp files.
8319 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8320 slightly improved the API xml format, fixed a lot of small
8321 rendering problems
8322 * doc/html/libxml*.html: rebuilt
8323
8324Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8325
8326 * include/libxml/*.h include/libxml/*.h.in: modified the file
8327 header to add more informations, painful...
8328 * genChRanges.py genUnicode.py: updated to generate said changes
8329 in headers
8330 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
8331 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
8332 APIs modules. Updated the stylesheets, some cleanups, regenerated
8333 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
8334
8335Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8336
8337 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
8338 the build process to remove all remains from the old gtk-doc
8339 inherited, libxml2-refs.xml is now generated by apibuild.py, the
8340 stylesheets have been improved, and the API*html now generated
8341 are XHTML1 valid too
8342
8343Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
8344
8345 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
8346 enhancement to prevent comment with unreferenced variable.
8347 * threads.c xmlreader.c xmlwriter.c: edited some comments to
8348 improve auto-generation of documentation
8349 * apibuild.py: minor change to an error message
8350
8351Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
8352
8353 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8354 improving navigation
8355 * doc/html/*.html: updated the result
8356
8357Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
8358
8359 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
8360 improvement of the stylesheets, fixed a API generation problem,
8361 switched the stylesheet and Makefile to build the HTML output.
8362 * doc/html/*.html: complete update, ditched some old files, might
8363 introduce some breakage...
8364
8365Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8366
8367 * doc/newapi.xsl: lot of improvements, this starts looking good
8368 enough to be usable.
8369
8370Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8371
8372 * doc/newapi.xsl: stylesheet to build HTML pages from the
8373 API XML description, Work in Progress
8374
8375Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
8376
8377 * xpath.c: fixed bug 126976 (string != empty nodeset
8378 should be false)
8379
8380Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
8381
8382 * doc/html/*.html: Finally - found the problem with the
8383 page generation (XMLPUBFUN not recognized by gtkdoc).
8384 Re-created the pages using a temporary version of
8385 include/libxml/*.h.
8386 * testOOMlib.c,include/libxml/encoding.h,
8387 include/libxml/schemasInternals.h,include/libxml/valid.h,
8388 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
8389 include/libxml/xmlwin32version.h.in,
8390 include/libxml/xpathInternals.h: minor edit of comments
8391 to help automatic documentation generation
8392 * doc/docdescr.doc: small elaboration
8393 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
8394 (messed up on last try)
8395 * xmlreader.c: minor change to clear warning.
8396
8397Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8398
8399 * Copyright: fixed some wording
8400 * libxml.spec.in: make sure doc/examples is packaged
8401 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
8402 annoying problem about xmlRemoveID and xmlReader streaming.
8403 Thing looks fixed now, had to add a doc reference to the
8404 xmlID structure though...
8405
8406Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
8407
8408 * doc/docdescr.doc: added description of man page building
8409
8410Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8411
8412 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
8413 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
8414 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
8415 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
8416 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
8417 added missing pages for the website.
8418
8419Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8420
8421 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
8422 generated pages (again), manually restored doc/html/index.html
8423 and manually edited generated file doc/gnome-xml.xml to put
8424 in appropriate headings.
8425 * doc/docdescr.doc: new file to describe details of the
8426 document generation (helps my memory for the next time)
8427 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
8428 enhancement to please the automatic documentation generation.
8429
8430Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
8431
8432 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
8433 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
8434 minor error cleanup for gcc-3.3.[12] compilation warnings.
8435
8436Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
8437
8438 * tree.c: minor changes to some comments
8439 * doc/*.html: rebuilt the generated HTML pages for changes
8440 from jfleck (bug 126945)
8441
8442Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8443
8444 * doc/examples/*: added Dodji's example, added output handling
8445
8446Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8447
8448 * doc/examples/*: added Aleksey XPath example, fixed bugs
8449 in the indexer
8450
8451Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8452
8453 * doc/*: integrating the examples in the navigation menus
8454 * doc/examples/*: added make tests, updated the navigation,
8455 added a new test, cleanups, updates.
8456
8457Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8458
8459 * doc/*.html: rebuilt the generated HTML pages
8460 * doc/examples/*: updated the stylesheets, added a synopsis,
8461 Makefile.am is now generated by index.py
8462
8463Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8464
8465 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
8466 added autogeneration of a web page for the examples
8467 * doc/examples/example1.c doc/examples/.cvsignore
8468 doc/examples/examples.xml doc/examples/index.py: updated the
8469 informations extracted, improved the format and indexing.
8470
8471Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
8472
8473 * check-xinclude-test-suite.py: less verbose on difference
8474 * libxml.spec.in: cleanup
8475 * parser.c: fixed xmlCleanupParser() doc
8476 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
8477 doc/examples/Makefile.am doc/examples/example1.c
8478 doc/examples/examples.xml doc/examples/index.py
8479 doc/examples/test1.xml: work on adding C examples and
8480 generating automated information about those. examples.xml
8481 is autogenerated describing the examples.
8482 * example/Makefile.am: cleanup
8483
8484Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8485
8486 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
8487 fixed missing '-' in block names, enhanced the hack for
8488 ABI aliasing.
8489
8490Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
8491
8492 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
8493 python/libxml2class.txt: enhanced for range checking,
8494 updated to Unicode version 4.0.1 (API docs also updated)
8495 * python/generator.py: minor change to fix a warning
8496
8497Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8498
8499 * Makefile.am: apply fix from Karl Eichwalder for script path
8500
8501Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8502
8503 * win32/configure.js: applied patch from Mark Vakoc to simplify
8504 his work from CVS checkouts.
8505
8506Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
8507
8508 * doc/xmlreader.html: minor cleanups
8509
8510Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
8511
8512 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
8513 for gcc so that, if undefined, it's defined as
8514 __attribute__((unused))
8515
8516Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
8517
8518 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
8519 appears after the variable declaration.
8520 * valid.c: trivial change to eliminate a warning message
8521
8522Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
8523
8524 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
8525 rebuilt the docs
8526
8527Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8528
8529 * xmllint.c: change --html to make sure we use the HTML serialization
8530 rule by default when HTML parser is used, add --xmlout to allow to
8531 force the XML serializer on HTML.
8532 * HTMLtree.c: ugly tweak to fix the output on <p> element and
8533 solve #125093
8534 * result/HTML/*: this changes the output of some tests
8535
8536Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8537
8538 * xinclude.c: fixed bug #125812, about XPointer in XInclude
8539 failing but not returning an error.
8540
8541Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
8542
8543 * valid.c: fixed bug #125811 related to DTD post validation
8544 where the DTD doesn't pertain to a document.
8545
8546Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
8547
8548 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
8549 the XML_PARSE_NONET parser option.
8550 * xmllint.c: converted xmllint.c to use the option instead of
8551 relying on the global resolver variable.
8552
8553Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8554
8555 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
8556 support to the reader interface. Lot of testing of the walker,
8557 various bug fixes.
8558 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8559 works as expected
8560 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
8561 result/XInclude/*.rdr: added regression tests for the walker and
8562 XInclude xmlReader support, had to slightly change a couple of tests
8563 because the walker can't distinguish <foo/> from <foo></foo>
8564
8565Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
8566
8567 * tree.c nanohttp.c threads.c: second BeOS patch from
8568 Marcin 'Shard' Konicki
8569
8570Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8571
8572 * parser.c: always generate line numbers
8573
8574Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8575
8576 * parser.c: fixed another regression introduced in fixing #125823
8577
8578Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8579
8580 * python/libxml.c: previous fix for #124044 was broken, correct
8581 fix provided.
8582 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8583 and the error handlers to address #125877
8584
8585Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8586
8587 * parser.c: side effect of #123105 patch, namespace resolution
8588 would fail when defined in internal entities, fixes #125823
8589
8590Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8591
8592 * python/libxml.c: be more defensive in the xmlReader python bindings
8593 fixing bug #124044
8594
8595Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8596
8597 * valid.c: the a-posteriori DTD validation code was not validating
8598 the namespace declarations, this fixes #124110
8599
8600Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
8601
8602 * xmlIO.c: enhanced to bypass compression detection code
8603 when input file is stdin (bug 125801)
8604
8605Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8606
8607 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8608
8609Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8610
8611 * xpath.c: more fixes about unregistering objects
8612 * include/libxml/relaxng.h: applied patch from Mark Vakoc
8613 missing _cplusplus processing clause
8614
8615Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
8616
8617 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
8618
8619Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8620
8621 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
8622 Marcin 'Shard' Konicki to provide BeOS thread support.
8623
8624Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8625
8626 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
8627 from Steve Ball to make a schema parser from a preparsed document.
8628
8629Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8630
8631 * tree.c: applied a couple of patches from Mark Lilback about text
8632 nodes coalescing
8633
8634Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8635
8636 * xpath.c: change suggested by Anthony Carrico when unregistering
8637 a namespace prefix to a context
8638 * hash.c: be more careful about calling callbacks with NULL payloads.
8639
8640Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8641
8642 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
8643 regenerated docs and APIs
8644 * parser.c: cleanup and last change to fix #123105
8645
8646Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8647
8648 * HTMLparser.c: Fix #124907 by simply backporting the same
8649 fix as for the XML parser
8650 * result/HTML/doc3.htm.err: change to ID detecting modified one
8651 test result.
8652
8653Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8654
8655 * parser.c include/libxml/parser.h: included a new function
8656 to reuse a Push parser context, based on Graham Bennett original
8657 code
8658 * valid.c: in HTML, a name in an input is not an ID
8659 * TODO: bug list update
8660
8661Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
8662
8663 * xpath.c: applied patch from nico@xtradyne.com for #125030
8664
8665Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8666
8667 * Makefile.am: cleanup
8668 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
8669 sometimes the error handlers can get a parser context on DTD
8670 errors, and sometime they don't. So be very careful when trying
8671 to grab those informations.
8672
8673Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8674
8675 * tree.c: applied patch from Kasimier Buchcik which fixes a
8676 problem in xmlSearchNs introduced in 2.6.0
8677
8678Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
8679
8680 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8681
8682Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8683
8684 * tree.c: fix bug #125047 about serializing when finding a
8685 document fragment node.
8686
8687Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
8688
8689 * testSAX.c: fix bug #125592 need a NULL check
8690 * include/libxml/chvalid.h: rename a parameter
8691
8692Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
8693
8694 * parser.c: applied patch from #123105 about defaulted attributes
8695 from element coming from an entity
8696
8697Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8698
8699 * xmllint.c: fixed warning message from IRIX (bug 125182)
8700 * python/libxml.py: removed tabs, replaced with spaces
8701 (bug 125572)
8702
8703Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8704
8705 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8706 if xmlNewInputFromFile() fails.
8707 * xmlreader.c: avoid using _private for the node or document
8708 elements.
8709
8710Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8711
8712 * win32/configure.js: added declaration for verMicroSuffix
8713
8714Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8715
8716 * libxml.m4: applied patch from Patrick Welche provided in
8717 bug #125432 , future proofing the .m4 file.
8718 * parser.c: resetting the context should also reset the error
8719 * TODO: problem of conformance w.r.t. E20 was raised in the
8720 XML Core telconf and libxml2 isn't conformant there.
8721
8722Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8723
8724 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8725
8726Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8727
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008728 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out another
William M. Brack11be2d02007-01-24 19:17:19 +00008729 small glitch missing a const
8730
8731Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8732
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008733 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out that
William M. Brack11be2d02007-01-24 19:17:19 +00008734 it doesn't define IN_LIBXML
8735
8736Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8737
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008738 * win32/Makefile.mingw: typo pointed out by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +00008739
8740Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8741
8742 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8743 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8744
8745Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8746
8747 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8748
8749Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8750
8751 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8752 * doc/*: updated and regenerated the docs and API
8753
8754Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8755
8756 * SAX2.c error.c tree.c: moved the line number to their proper
8757 field in elements now.
8758
8759Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8760
8761 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8762 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8763 added the xmlWriter module contributed by Alfred Mickautsch
8764 * include/libxml/tree.h: added room for line and extra information
8765 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8766 of them introduced in September
8767 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8768
8769Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8770
8771 * Makefile.am configure.in xmldwalk.c xmlreader.c
8772 include/libxml/Makefile.am include/libxml/xmldwalk.h
8773 include/libxml/xmlversion.h.in: removing xmldwalk module
8774 since it got merged with the xmlreader.
8775 * parser.c: cleanup
8776 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8777 rebuilt the API
8778 * python/tests/Makefile.am python/tests/reader7.py
8779 python/tests/walker.py: adding regression testing for the
8780 new xmlreader APIs, new APIs for reader creation, including
8781 makeing reader "walker" operating on preparsed document trees.
8782
8783Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8784
8785 * entities.c, valid.c: fixed problem reported on the mailing
8786 list by Melvyn Sopacua - wrong argument order on functions
8787 called through xmlHashScan.
8788
8789Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8790
8791 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8792
8793Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8794
8795 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8796 tested it through the xslt regression suite.
8797
8798Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8799
8800 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8801 allowing to grab the content without forcing allocations.
8802 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8803 * xpath.c xmldwalk.c: removed a couple of comment errors.
8804
8805Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8806
8807 * parser.c: applied patch from Chris Anderson to change back
8808 memcmp with CMPx()
8809
8810Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8811
8812 * HTMLparser.c: fixed to not send NULL to %s printing
8813 * python/tests/error.py result/HTML/doc3.htm.err
8814 result/HTML/test3.html.err result/HTML/wired.html.err
8815 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8816 up some of the regression tests error
8817
8818Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8819
8820 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8821 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8822 Fixed the HTTP<->parser interraction, which should fix 2 long
8823 standing bugs #104790 and #124054 , this also fix the fact that
8824 HTTP error code (> 400) should not generate data, we usually
8825 don't want to parse the HTML error information instead of the
8826 resource looked at.
8827
8828Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8829
8830 * doc/Makefile.am: enhanced the installation of tutorial files
8831 to avoid installing CVS subdirectories (bug 122943)
8832
8833Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8834
8835 * xmlIO.c: fixed segfault when input file not present
8836 * tree.c: changed output formatting of XML_CDATA_SECTION
8837 (bug 120917)
8838
8839Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8840
8841 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8842 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8843 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8844 xpath.c: Changed all (?) occurences where validation macros
8845 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8846 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8847 many warning messages on certain platforms, and also high-
8848 lights places in the library which may need to be enhanced
8849 for proper UTF8 handling.
8850
8851Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8852
8853 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8854 doc/apibuild.py: enhanced to include enough comments to
8855 make the api doc generation happy.
8856
8857Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8858
8859 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8860 to fix the HTTP/XML parser integration.
8861
8862Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8863
8864 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8865 for creating reader from sources or reusing a reader with
8866 a new source, like the xmlReadxx and xmlCtxtReadxxx
8867 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8868 doc/Makefile.am: regenerated the APIs
8869 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8870
8871Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8872
8873 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8874 include/libxml/parserInternals.h: enhanced macros to avoid
8875 breaking ABI from previous versions.
8876 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8877 defined in parserInternals.h. Makes maintenance much easier.
8878 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8879 compilation warnings
8880 * configuration.in: fixed pushHTML test error; enhanced for
8881 better devel (me) testing
8882
8883Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8884
8885 * legacy.c: remove the warning for startDocument(), as it is used by
8886 glade (or glade-python)
8887 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8888 invalid accesses found by running some Python based regression
8889 tests under valgrind. There is still a few leaks reported by the
8890 relaxng regressions which need some attention.
8891 * doc/Makefile.am: fixed a make install problem c.f. #124539
8892 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8893 patch from crutcher
8894
8895Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8896
8897 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8898 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8899 calls.
8900
8901Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8902
8903 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8904
8905Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8906
8907 * Makefile.am: small fix from Bjorn Reese
8908
8909Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8910
8911 * valid.c: fix a call missing arguments
8912
8913Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8914
8915 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8916 a bug in the range search; enhanced range generation (inline code
8917 if a small number of intervals); enhanced the readability of the
8918 output files.
8919
8920Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8921
8922 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
8923 chvalid.def from scratch based on XML 2nd edition REC
8924 and regenerated the code.
8925
8926Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8927
8928 * check-xml-test-suite.py: removed some annoying warnings
8929 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
8930 in the PubidChars definition, regenerated, there is still
8931 a bug left somewhere
8932 * genChRanges.py: save the header directly in include/libxml/
8933 * configure.in: I generated a 2.6.0beta6 earlier today
8934
8935Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8936
8937 * fixed small error on previous commit (chvalid.h in
8938 base dir instead of include directory)
8939
8940Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8941
8942 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8943 new files for a different method for doing range validation
8944 of character data.
8945 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8946 include/libxml/parserInternals.h: modified for new range method.
8947 * catalog.c: small enhance for warning message (using one
8948 of the new range routines)
8949
8950Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8951
8952 * valid.c include/libxml/valid.h: adding an serror field to
8953 the validation context breaks the ABI for the xmlParserCtxt
8954 structure since it's embedded by content and not by reference
8955
8956Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8957
8958 * configure.in: patch from Mike Hommey
8959 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8960 Bidoul
8961 * parser.c: fix the potentially nasty access to ctxt->serror
8962 without checking first that the SAX block is version 2
8963
8964Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8965
8966 * SAX2.c: fixed a nasty bug with interning some text strings
8967 * configure.in: prepare for beta5 of 2.6.0
8968 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8969 better error handling for I/O and converted FTP and HTTP
8970 * parser.c: fixed another bug
8971
8972Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8973
8974 * SAX2.c: fixed uninitialized new field.
8975 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8976 all messages
8977
8978Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8979
8980 * include/libxml/tree.h: make room in Doc, Element, Attributes
8981 for PSVI type informations.
8982
8983Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8984
8985 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8986 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8987 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8988 include/libxml/parser.h include/libxml/valid.h
8989 include/libxml/xmlerror.h: Setting up the framework for structured
8990 error reporting, touches a lot of modules, but little code now
8991 the error handling trail has been cleaned up.
8992
8993Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8994
8995 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8996
8997Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8998
8999 * xpath.c: cleanup
9000 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
9001 to the new error mechanism
9002
9003Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9004
9005 * error.c xmlschemas.c: a bit of cleanup
9006 * result/schemas/*.err: updated with the new result strings
9007
9008Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9009
9010 * xpath.c: fixed bug 124061
9011
9012Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9013
9014 * Makefile.am: cleanup
9015 * encoding.c: fix a funny typo
9016 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
9017 converted the Schemas code to the new error handling. PITA,
9018 still need to check output from regression tests.
9019
9020Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9021
9022 * HTMLtree.c include/libxml/xmlerror.h: converted too
9023 * tree.c: small cleanup
9024
9025Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9026
9027 * xinclude.c: comment fix
9028 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
9029 to the new infrastructure
9030
9031Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9032
9033 * xmlIO.c: final error handling cleanup
9034 * xinclude.c error.c: converted XInclude to the new error handling
9035 * include/libxml/xmlerror.h: added XInclude errors
9036
9037Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9038
9039 * parser.c: bug in compression saving was crashing galeon
9040 reported by teuf
9041
9042Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9043
9044 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
9045 I/O error path
9046
9047Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
9048
9049 * xmlIO.c: better handling of error cases
9050
9051Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
9052
9053 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
9054 cleaning up error handling in the I/O module.
9055
9056Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9057
9058 * xmlregexp.c include/libxml/xmlerror.h: error handling
9059 cleanup of the Regexp module.
9060
9061Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9062
9063 * tree.c: converting the tree module too
9064 * error.c include/libxml/xmlerror.h: created a simpler internal
9065 error reporting function.
9066
9067Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9068
9069 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
9070 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
9071 error reporting that time.
9072 * threads.c: applied the two patches for TLS threads
9073 on Windows from Jesse Pelton
9074 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
9075 return is always zero terminated. Should also help detecting
9076 passing wrong buffer size easilly.
9077 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
9078 updated the results to follow the errors string generated by
9079 last commit.
9080
9081Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9082
9083 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
9084 handling in the Relax-NG module.
9085
9086Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9087
9088 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
9089 module to teh new error reporting. Better default report, adds
9090 the element associated if found, context and node are included
9091 in the xmlError
9092 * python/tests/reader2.py: the error messages changed.
9093 * result/relaxng/*: error message changed too.
9094
9095Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9096
9097 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009098 win32/configure.js: applied patch from Stéphane Bidoul to
William M. Brack11be2d02007-01-24 19:17:19 +00009099 fix the compilation of 2.6.0 code on Win32
9100
9101Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9102
9103 * check-xml-test-suite.py: fixing the script
9104 * parser.c: replace sequences of RAW && NXT(.) == '.' with
9105 memcmp calls, seems to not break conformance, slightly inflate
9106 the size of the gcc generated code though.
9107
9108Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
9109
9110 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
9111 more cleanup of error handling in parserInternals, sharing the
9112 routine for memory errors.
9113
9114Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
9115
9116 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
9117 include/libxml/xmlerror.h: more code cleanup, especially around
9118 error messages, the HTML parser has now been upgraded to the new
9119 handling.
9120 * result/HTML/*: a few changes in the resulting error messages
9121
9122Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9123
9124 * parser.c include/libxml/xmlerror.h: more error/warning
9125 handling cleanups, the XML parser module should be okay now.
9126
9127Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
9128
9129 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
9130 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
9131 integrated the xmlDocWalker API given by Alfred Mickautsch,
9132 and providing an xmlReader like API but working on a xmlDocPtr.
9133
9134Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
9135
9136 * Makefile.am: more cleanup in make tests
9137 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
9138 in the transition to the new error reporting strategy.
9139 * python/tests/reader2.py result/VC/* result/valid/*:
9140 few changes in the strings generated by the validation output
9141
9142Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9143
9144 * Makefile.am: changed 'make tests' to use a concise output,
9145 scrolling to see where thing broke wasn't pleasant
9146 * configure.in: some beta4 preparation, but not ready yet
9147 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
9148 new error handling code, last error informations are stored
9149 in the parsing context or a global variable, new APIs to
9150 handle the xmlErrorPtr type.
9151 * parser.c parserInternals.c valid.c : started migrating to the
9152 new error handling code, it's a royal pain.
9153 * include/libxml/parser.h include/libxml/parserInternals.h:
9154 moved the definition of xmlNewParserCtxt()
9155 * parser.c: small potential buffer access problem in push code
9156 provided by Justin Fletcher
9157 * result/*.sax result/VC/PENesting* result/namespaces/*
9158 result/valid/*.err: some error messages were sligthly changed.
9159
9160Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
9161
9162 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
9163 function (wrapper around snprintf)
9164
9165Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9166
9167 * entities.c: Fix error on output of high codepoint charref like
9168 &#x10FFFF; , reported by Eric Hanchrow
9169
9170Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9171
9172 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
9173 of a pain murrayc is really gonna be.
9174
9175Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
9176
9177 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
9178
9179Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9180
9181 * entities.c legacy.c parser.c: made the predefined entities
9182 static predefined structures to avoid the work, memory and
9183 hazards associated to initialization/cleanup.
9184
9185Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9186
9187 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
9188 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
9189 include/libxml/parser.h include/libxml/parserInternals.h
9190 include/libxml/xmlversion.h.in: added a new configure
9191 option --with-push, some cleanups, chased code size anomalies.
9192 Now a library configured --with-minimum is around 150KB,
9193 sounds good enough.
9194
9195Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
9196
9197 * libxml-2.0-uninstalled.pc.in: New file for building against
9198 uninstalled libxml2 builds.
9199 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
9200 * .cvsignore: Ignore the new generated *.pc file.
9201
9202Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
9203
9204 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
9205 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
9206 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
9207 added 2 new configure option: --with-reader --with-sax1
9208 to allow removing the reader or non-xmlReadxxx() interfaces.
9209
9210Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
9211
9212 * configure.in entities.c tree.c valid.c xmllint.c
9213 include/libxml/tree.h include/libxml/xmlversion.h.in:
9214 Adding a configure option to remove tree manipulation
9215 code which is not strictly needed by the parser.
9216
9217Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9218
9219 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
9220 patch from Marcin 'Shard' Konicki
9221
9222Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9223
9224 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
9225 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
9226 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
9227 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
9228 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
9229 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
9230 include/libxml/catalog.h include/libxml/debugXML.h
9231 include/libxml/entities.h include/libxml/nanohttp.h
9232 include/libxml/relaxng.h include/libxml/tree.h
9233 include/libxml/valid.h include/libxml/xmlIO.h
9234 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
9235 include/libxml/xpathInternals.h python/libxml.c:
9236 Okay this is scary but it is just adding a configure option
9237 to disable output, this touches most of the files.
9238
9239Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9240
9241 * xmlmemory.c: better fix, avoids breaking the python bindings
9242
9243Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9244
9245 * xmlmemory.c: fix a compilation problem when configuring
9246 with debug but without mem-debug
9247
9248Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9249
9250 * Makefile.am: cleanup, creating a new legacy.c module,
9251 made sure make tests ran in reduced conditions
9252 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
9253 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
9254 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
9255 increased the modularization, allow to configure out
9256 validation code and legacy code, added a configuration
9257 option --with-minimum compiling only the mandatory code
9258 which then shrink to 200KB.
9259
9260Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9261
9262 * parser.c: fix a bug raised by the Mips compiler.
9263 * include/libxml/SAX.h include/libxml/parser.h: move the
9264 SAXv1 block definitions to parser.h fixes bug #123380
9265 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
9266 the attribute and element pool borken 2 commits ago.
9267 Start playing with an entry point to preserve a subtree.
9268 * entities.c: remove a warning.
9269
9270Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9271
9272 * encoding.c, parser.c, relaxng.c: further (final?) minor
9273 changes for compilation warnings. No change to logic.
9274
9275Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
9276
9277 * parser.c: fixed small problem with missing entities (test/ent2)
9278
9279Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9280
9281 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
9282 if the result is not well formed that ctxt->myDoc is not NULL
9283 and uses the context dictionnary.
9284
9285Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9286
9287 * parser.c: other patches from William Brack to avoid
9288 compilation warnings on AIX.
9289
9290Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
9291
9292 * HTMLparser.c, entities.c, xmlreader.c: minor change to
9293 avoid compilation warnings on some (e.g. AIX) systems
9294
9295Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9296
9297 * parserInternals.c: fixed a backward compatibility problem
9298 when formatting "deprecated SAXv1 function ignorableWhitespace"
9299 could be reproduced by xmllint --format
9300
9301Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9302
9303 * doc/libxml2-api.xml: rebuilt the API
9304 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
9305 --nocdata and --nsclean to remove CDATA section and surperfluous
9306 namespace declarations
9307 * parser.c SAX2.c: implementation of the 2 new options
9308
9309Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9310
9311 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
9312 added the same htmlRead APIs than their XML counterparts
9313 * include/libxml/parser.h: new parser options, not yet implemented,
9314 added an options field to the context.
9315 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
9316 is found within a cdata section.
9317 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
9318 result/cdata2.sax test/cdata2: add one more cdata test
9319
9320Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9321
9322 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
9323 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
9324 base URL parameter when not loading from a file or URL.
9325
9326Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9327
9328 * configure.in: preparing a beta3 solving the ABI problems
9329 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
9330 include/libxml/globals.h include/libxml/SAX.h: make sure the
9331 global variables for the default SAX handler are V1 ones to
9332 avoid ABI compat problems.
9333 * xmlreader.c: cleanup of uneeded code
9334 * hash.c: fix a comment
9335
9336Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9337
9338 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
9339 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
9340 fixing some comments to avoid warnings from apibuild.py
9341
9342Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9343
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009344 * win32/configure.js: patch from Stéphane Bidoul for configuring
William M. Brack11be2d02007-01-24 19:17:19 +00009345 the beta2 version #123104
9346
9347Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
9348
9349 * Makefile.am: adding repeated parsing and validating tests
9350 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
9351 DOM tree building interfaces use the dictionary from the
9352 parsing context to build the element and attributes names
9353 as well as formatting spaces and short text nodes
9354 * include/libxml/dict.h dict.c: added some reference counting
9355 for xmlDictPtr because they can be shared by documents and
9356 a parser context.
9357 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
9358 functions and use the standard ones now.
9359 * xmllint.c: add --nodict
9360 * python/libxml.c: fix a stupid bug so that ns() works on
9361 attribute nodes.
9362
9363Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9364
9365 * parser.c include/libxml/parser.h: adding a new set of
9366 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
9367 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
9368 a clear define of xmlParserOption, xmlCtxtUseOptions()
9369 should simplify custom parsing without being tempted to
9370 use global variables, and xmlCtxtReset() should allow reuse
9371 of a context for multiple parsing.
9372 * xmllint.c: switched to use xmlReadXXX, allow options to
9373 be used simultaneously with less troubles.
9374 * tree.c: simple warning removal
9375 * doc/apibuild.py: small fix
9376 * doc/libxml2-api.xml win32/libxml2.def.src: updated
9377
9378Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9379
9380 * parser.c: revert xmlCreateDocParserCtxt() since this break
9381 the parseDoc() python bindings
9382
9383Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9384
9385 * parser.c: make sure xmlDetectSAX2() is called only at
9386 parsing time to avoid breaking apps changing the SAX
9387 callbacks after context allocation, change xmlCreateDocParserCtxt()
9388 to use an immutable buffer instead of a copy
9389
9390Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9391
9392 * xmlIO.c: applied patch from Markus Keim fixing a problem
9393 with I/O callback registration.
9394 * include/libxml/xmlerror.h: fixed #122994 comment numbering
9395 for xmlParserErrors
9396
9397Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9398
9399 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
9400 really a const xmlChar*
9401 * xmlreader.c include/libxml/xmlreader.h: addin the
9402 xmlTextReaderConstString() to get an interned string from
9403 the reader
9404
9405Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
9406
9407 * error.c: fixed a warning message (trivial)
9408 * doc/search.php: removed incorrect warning message when word
9409 search not found in last of multiple tables (bug 119535)
9410
9411Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9412
9413 * configure.in: preparing a 2.6.0-beta2 release
9414 * xmlIO.c: avoid a warning
9415 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
9416 by Chris Ryland
9417 * include/libxml/dict.h: add a QName access lookup to the
9418 dictionary.
9419 * xmlreader.c include/libxml/xmlreader.h: adding const access
9420 based on the dictionary interface for string read from the
9421 reader, the node content access is still TODO, it's too different
9422
9423Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9424
9425 * SAX2.c: fixing namespace DTD validations
9426 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
9427 namespaces is slightly different now.
9428 * Makefile.am: report the memory used in Timingtests (as well as time)
9429
9430Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9431
9432 * Makefile.am: add streaming on memory regression tests, found
9433 bad bugs in the reader interface
9434 * xmlreader.c: fixing bugs w.r.t. very large names, and special
9435 condition in end of file.
9436 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
9437 adding immutable buffers, and parser input based on those,
9438 but this should not be used (yet) for general parsing
9439 * parser.c: added a comment about using immutable buffers for
9440 general parsing.
9441 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
9442 output of the regression tests
9443 * xmllint.c: using the immutable buffers when streaming on
9444 mmaped file (--stream --memory)
9445
9446Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9447
9448 * dict.c: the last patch broke unicity of returned strings, removed
9449
9450Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9451
9452 * Makefile.am: add a Timingtests target to check bad behaviour
9453 from the streaming engine
9454 * dbgen.pl dbgenattr.pl: perl script to generate big instances
9455 * xmlreader.c: fix a bad behaviour on large buffer inputs
9456
9457Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9458
9459 * dict.c xmlreader.c: two small improvements
9460
9461Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9462
9463 * parserInternals.c: avoid a leak with previous patch
9464
9465Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9466
9467 * python/libxml.c: use stderr and not stdout for default errors
9468 in python environment bug #122552
9469
9470Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9471
9472 * parserInternals.c: small fix from Rob Richards for input filename
9473 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
9474 * xmlIO: adding a guard in one function
9475
9476Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9477
9478 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
9479 reducing memory allocation and free and avoiding expensive routines
9480
9481Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9482
9483 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
9484 seriously with per-document dict and element and attribute nodes
9485 reuse in the xmlReader. This seems to lead to an interesting
9486 speedup of the xmlReader already.
9487
9488Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9489
9490 * dict.c include/libxml/dict.h: do string allocations in large
9491 pools, allowing to find if a string pertain to a dict quickly
9492 * xmllint.c: fix --stream --repeat --timing
9493 * Makefile.am: the testThreads run output should be seen.
9494
9495Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9496
9497 * SAX2.c include/libxml/parser.h: starting work on reusing the
9498 parser dictionary for the element and attribute tag names.
9499 Add pools for Element and Attributes in the parser context,
9500 which should help speeding up the reader.
9501 * Makefile.am result/*.rdr : adding non-python reader regression
9502 tests.
9503
9504Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9505
9506 * SAX2.c parser.c valid.c: starting to cleanup some of the
9507 problems exposed by the W3C/NIST regression suite.
9508 * result/ent7.sax result/xml2.sax: small fixes.
9509
9510Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9511
9512 * parser.c: more parser error factoring
9513
9514Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9515
9516 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
9517
9518Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9519
9520 * parser.c include/libxml/xmlerror.h: factoring of more
9521 error handling code, serious size reduction and more lisibility
9522 of the resulting code.
9523 * parserInternals.c parser.c include/libxml/parserInternals.h
9524 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
9525 checks are done, use a counter for entities. Entities where freed and
9526 reallocated at the same address failing the check.
9527 * tree.c: avoid a warning
9528 * result/valid/* result/VC/*: this slightly changes some validation
9529 error messages.
9530
9531Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
9532
9533 * valid.c: fixed bug 121759 - early declaration of
9534 attribute-list in external DTD
9535
9536Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9537
9538 * parser.c include/libxml/xmlerror.h: starting cleaning up
9539 error handling, factorize error processing
9540 * doc/xmllint.html: update of the page, remove --sgml
9541
9542Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9543
9544 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
9545 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
9546 broken pseudo SGML DocBook parser code.
9547
9548Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9549
9550 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
9551 valgrind pointed out the strings overlapped. cleanup .
9552
9553Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9554
9555 * tree.c: applied speedup to xmlSearchNs() as suggested by
9556 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
9557 applying the same trick.
9558
9559Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9560
9561 * parser.c parserInternals.c tree.c include/libxml/parser.h
9562 include/libxml/xmlerror.h: adding namespace checkings
9563 while making sure they still parse as wellformed documents.
9564 Add an nsWellFormed status report to the context, and
9565 provide new appropriate error codes.
9566 * Makefile.am result/namespaces/* test/namespaces/*: add
9567 specific regression testing for the new namespace support
9568 * test/att5 result/noent/att5 result/att5 result/att5.sax:
9569 add more coverage for the attribute parsing and normalization
9570 code.
9571
9572Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9573
9574 * threads.c: backport of a thread bugfix from 2_5_X branch
9575
9576Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9577
9578 * parser.c: fixed a bug in one corner case of attribute parsing.
9579
9580Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9581
9582 * configure.in doc/* : 2.6.0beta1 changes
9583 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
9584 normalization, might not be totally fixed but this should
9585 make sure SAX event provide the right strings for attributes
9586 except entities for which libxml2 is different by default
9587 This should fix #109564
9588 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
9589 in attribute callback values
9590 * result/c14n/with-comments/example-4
9591 result/c14n/without-comments/example-4: this also fixes a subtle
9592 bug in the canonicalization tests.
9593
9594Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9595
9596 Time to commit 3 days of work rewriting the parser internal,
9597 fixing bugs and migrating to SAX2 interface by default. There
9598 is some work letf TODO, like namespace validation and attributes
9599 normalization (this break C14N right now)
9600 * Makefile.am: fixed the test rules
9601 * include/libxml/SAX2.h include/libxml/parser.h
9602 include/libxml/parserInternals.h SAX2.c parser.c
9603 parserInternals.c: changing the parser, migrating to SAX2,
9604 adding new interface to switch back to SAX1 or initialize a
9605 SAX block for v1 or v2. Most of the namespace work is done
9606 below SAX, as well as attribute defaulting
9607 * globals.c: changed initialization of the default SAX handlers
9608 * hash.c tree.c include/libxml/hash.h: added QName specific handling
9609 * xmlIO.c: small fix
9610 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9611 version code path
9612 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
9613 pointed out a typo in a very old test namespace
9614
9615Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
9616
9617 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
9618 of compressed files, setting doc->compressed appropriately
9619 (bug #120503).
9620
9621Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9622
9623 * parser.c: try to cope with the fact that apps may still
9624 have allocated smaller SAX callbak block
9625
9626Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9627
9628 * dict.c: allow to give -1 for undefined length in lookups
9629 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
9630 first round of work on the new SAX2 interfaces, the API
9631 will change but commiting before changing for historical
9632 reference.
9633
9634Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
9635
9636 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9637 sax->warning with wrong params).
9638
9639Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9640
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009641 * include/libxml/globals.h: patch from Stéphane Bidoul to export
William M. Brack11be2d02007-01-24 19:17:19 +00009642 globals entry points to the python bindings
9643
9644Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9645
9646 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9647 by default instead of "HTML"
9648 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
9649 avoiding calls to "areBlanks" when not needed.
9650 * include/libxml/parser.h include/libxml/tree.h: some structure
9651 extensions for future work on using per-document dictionaries.
9652
9653Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9654
9655 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
9656 tree, keeping result in the same tree, added SAXtests to the
9657 default "make tests"
9658
9659Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9660
9661 * include/libxml/xmlexports.h: defined additional macros which
9662 affect exports and added mingw section
9663
9664Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
9665
9666 * doc/index.py: fixed problem parsing xhtml docs
9667 * doc/xmlreader.html,doc/guidelines.html: small modification
9668 to avoid problem in python parsing.
9669 * doc/search.php: fixed upper case filename problem for XSLT docs
9670
9671Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9672
9673 * xinclude.c: patch from Mark Vakoc that allows compiling
9674 with XInclude but without XPointer support.
9675
9676Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9677
9678 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9679 to add --libtool-libs option to xml2-config script.
9680
9681Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
9682
9683 * doc/README.docs, doc/Makefile.am: new file added,
9684 giving some description of the documentation generation process
9685 * doc/search.php: fixed problem with upper case on filenames
9686
9687Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9688
9689 * win32/Makefile.bcb: updates by Eric Zurcher
9690
9691Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9692
9693 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9694 to compensate for pollution from Igor's header taint
9695 (quick before Daniel notices)
9696
9697Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9698
9699 * SAX2.c: fixed a namespace error on attribute reporting bug
9700 pointed out by Tobias Reif
9701 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9702 using xmlsn instead of xmlns...
9703
9704Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9705
9706 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9707 typos reported by Mark Vakoc
9708
9709Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9710
9711 add:
9712 * doc/tutorial/api.html
9713 * doc/tutorial/ar01s09.html
9714 * doc/tutorial/includexpath.c
9715 updated
9716 * doc/tutorial/*.html
9717 fix my bad - forgot to check in new files when I last
9718 updated
9719
9720Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9721
9722 * win32/Makefile.bcb: new file, support for Borland C++
9723 * xmllint.c: fixed time inclusion for various compilers
9724
9725Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9726
9727 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9728 few casts to shut the compiler warnings
9729
9730Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9731
9732 * win32/Makefile.* win32/configure.js: fixed for mingw
9733
9734Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9735
9736 * globals.c threads.c: fixing bug #120870 try to avoid problem
9737 with uninitialized mutexes
9738
9739Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9740
9741 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9742 up with multiple states, select the "best" one. Fix #120682
9743 * result/relaxng/tutor11_2_3.err: small change resulting
9744
9745Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9746
9747 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9748
9749Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9750
9751 * include/libxml/[threads-xpointer].h: realigned parameters
9752 after taint
9753
9754Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9755
9756 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9757 as reported by Eric Zurcher
9758
9759Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9760
9761 * relaxng.c: fixed bug #120386 again a problem introduced when
9762 trying to reuse automata for content validation. Fix a bug report
9763 problem on zeroOrMore
9764 * result/relaxng/tutor3_7_err: change slightly error reporting.
9765
9766Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9767
9768 * include/libxml/Makefile.am: make sure the new header will
9769 be included when generating a new distribution.
9770
9771Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9772
9773 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9774 routines which led to bug #120040 and the ones reported by
9775 Martijn Faassen
9776
9777Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9778
9779 * include/libxml/parserInternals.h include/libxml/relaxng.h
9780 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9781 parameters after taint.
9782
9783Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9784
9785 * include/libxml/xmlversion.h.in: moved export defs to a separate
9786 file for consistency.
9787 * include/libxml/xmlexports.h: new file, contains export defs.
9788
9789Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9790
9791 * include/libxml/*.h genUnicode.py: exportability taint
9792 of the headers.
9793
9794Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9795
9796 * SAX.c: make the deprecated interfaces log an error message
9797 to be sure it won't get used.
9798
9799Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9800
9801 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9802 Adding new version of the SAX interface, it's not there yet,
9803 currently just preparing the work
9804 * globals.c parser.c SAX.c include/libxml/SAX.h
9805 include/libxml/globals.h include/libxml/parser.h: doing some
9806 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9807 while keeping functionalities, preparing SAX2 integration.
9808 * dict.c: small cleanup.
9809
9810Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9811
9812 * tree.c: fixes a small bug introduced in last commit and detected
9813 by valgrind.
9814
9815Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9816
9817 * dict.c hash.c: optimization when freeing hash tables.
9818 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9819 allocations
9820 * parser.c parserInternals.c include/libxml/parser.h: keep a
9821 single allocated block for all the attributes callbacks,
9822 avoid useless malloc()/free()
9823 * tree.c: do not realloc() when growing a buffer if the buffer
9824 ain't full, malloc/memcpy/free avoid copying memory.
9825
9826Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9827
9828 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9829 --dtdvalidfpi for Tobias Reif
9830
9831Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9832
9833 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9834 new dictionary module to keep a single instance of the names used
9835 by the parser
9836 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9837 switched all parsers to use the dictionary internally
9838 * include/libxml/HTMLparser.h include/libxml/parser.h
9839 include/libxml/parserInternals.h include/libxml/valid.h:
9840 Some of the interfaces changed as a result to receive or return
9841 "const xmlChar *" instead of "xmlChar *", this is either
9842 insignificant from an user point of view or when the returning
9843 value changed, those function are really parser internal methods
9844 that no user code should really change
9845 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9846 the docs were regenerated
9847
9848Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9849
9850 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9851
9852Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9853
9854 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9855 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9856
9857Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9858
9859 * doc/API*.html, doc/html/*: regenerated API documentation
9860 for xmlsoft.org (part of Bug 119535)
9861
9862Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9863
9864 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9865 doc/libxml2-api.xml: Minor changes to comments, etc. for
9866 improving documentation generation
9867 * doc/Makefile.am: further adjustment to auto-generation of
9868 win32/libxml2.def.src
9869
9870Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9871
9872 * News configure.in: preparing libxml2-2.5.10 release
9873 * doc/* : updated the doc and rebuilt
9874
9875Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9876
9877 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9878 Malcolm Tredinnick with the patch he suggested.
9879
9880Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9881
9882 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9883
9884Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9885
9886 * uri.c: fixing an use of strcpy() where both strings overlap
9887 pointed out by valgrind.
9888
9889Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9890
9891 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9892 some compilation warnings.
9893 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9894 plus some cleanup and better error reporting.
9895
9896Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9897
9898 * encoding.c: applied UTF-16 encoding handling patch provided by
9899 Mark Itzcovitz
9900 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9901 not having iconv support.
9902
9903Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9904
9905 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9906 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9907 mingw compiler on Windows.
9908
9909Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9910
9911 * parser.c: fixed the serious CPU usage problem reported by
9912 Grant Goodale
9913 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9914 missing in htmlSAXParseDoc
9915
9916Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9917
9918 * doc/Makefile.am: Removed dependency from libxml2.def.src
9919
9920Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9921
9922 * autogen.sh: took away the requirement for automake-1.4,
9923 changed the messages for getting auto* tools to current
9924 gnu pages.
9925 * configure.in: added check for Linux Dec alpha requiring
9926 -ieee flag, fixed test for ipv6
9927 * trionan.c: fixed problem for compiling on Linux Dec alpha
9928 using native compiler
9929 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
9930 whenever libxml2-api.xml is changed.
9931
9932Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9933
9934 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9935 is not used.
9936
9937Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9938
9939 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9940
9941Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9942
9943 * News configure.in: preparing libxml2-2.5.9 release
9944 * doc/* : updated the doc and rebuilt
9945
9946Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9947
9948 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9949 definition to get a correct API XML description. This was apparently
9950 breaking Windows build.
9951
9952Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9953
9954 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9955 the progressive HTML parser front-end on large character data
9956 island leading to an erroneous end of data detection by the
9957 parser. Some cleanup too to get closer from the XML progressive
9958 parser.
9959
9960Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9961
9962 * win32/configure.js: Added in support for the ISO8859X
9963 module (patch provided by Jesse Pelton)
9964
9965Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9966
9967 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9968 when the library is not initialized and one try to save, the
9969 locks in threaded env might not been initialized, playing safe
9970 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9971 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9972 his tests to the regression suite.
9973
9974Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9975
9976 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9977 (with apologies to Igor) - Enhanced handling of docb and
9978 nanohttp.
9979
9980Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9981
9982 * encoding.c: further small changes for warnings when
9983 configured with --with-iconv=no
9984
9985Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9986
9987 * error.c trionan.[ch] testThreads.c python/generator.py:
9988 further small changes to elminate most of the remaining
9989 warnings.
9990
9991Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9992
9993 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9994 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9995 python/libxml.c include/libxml/xmlmemory.h: small changes
9996 to syntax to get rid of compiler warnings. No changes
9997 to logic.
9998
9999Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
10000
10001 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
10002
10003Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
10004
10005 * tree.c: fixed a small problem in the patch for #118763
10006 * result/HTML/doc3.htm*: this reverts back to the previous result
10007
10008Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
10009
10010 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
10011 and rebuilt, apparently some C++ wrappers are not available,
10012 c.f. bug #118943
10013
10014Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
10015
10016 * tree.c: fixing HTML attribute serialization bug #118763
10017 applying a modified version of the patch from Bacek
10018 * result/HTML/doc3.htm*: this modifies the output from one test
10019
10020Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
10021
10022 * tree.c include/libxml/tree.h: added a new API to split a
10023 QName without generating any memory allocation
10024 * valid.c: fixed another problem with namespaces on element
10025 in mixed content case
10026 * python/tests/reader2.py: updated the testcase with
10027 Bjorn Reese fix to reader for unsignificant white space
10028 * parser.c HTMLparser.c: cleanup.
10029
10030Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
10031
10032 * catalog.c: trying to fix #118754 of possible recursion in the
10033 catalogs. Not fantastically happy about the current fix since
10034 it's likely to break under very thread intensive concurrent
10035 access to the catalog. Better solution might to keep the depth
10036 an extra argument to the resolution functions.
10037
10038Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
10039
10040 * valid.c: fixed bug #118712 about mixed content, and namespaced
10041 element names.
10042 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
10043 in the regression tests
10044
10045Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
10046
10047 Coninuing work on bug 118559
10048 * DOCBparser.c: removed 2 unsed vars
10049 * xmlregexp.c: changed some numeric const to their enum symbols
10050 * xmlreader.c: changed one var define from int to enum
10051 (a little more to be done, awaiting co-ordination)
10052 * relaxng.c: deleted one unused var
10053 * xmllint.c: deleted some unused vars, changed one arg
10054 val from int to enum
10055 * testHTML.c, testDocbook.c: changed some arg vals to enum const
10056 * xmlIO.c: fixed typo from last night (small warning msg)
10057
10058Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
10059
10060 Working on bug 118559
10061 * error.c: deleted unused variable
10062 * parserInternals.c: deleted unneeded 'const' qualifier
10063 * parser.c: changed variable type for enum temp storage
10064 * xmlIO.c: changed debugging var to be inside #ifdef
10065 * valid.c: removed unused variable
10066 * HTMLparser.c: removed some unneeded 'const' qualifiers
10067 * xpath.c: added some type casts, removed some unused vars
10068 * xinclude.c: added one type cast
10069 * nanohttp.c: repositioned some #ifdef to avoid unused var
10070 * nanoftp.c: removed unused var
10071
10072Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
10073
10074 * HTMLparser.c: applied a patch from William Brack about
10075 the problem of parsing very large HTML instance with comments
10076 as raised by Nick Kew
10077
10078Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10079
10080 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
10081 patch from Bjorn Reese for xmlTextReaderNodeType() and
10082 significant whitespace. There is an enum for node type
10083 values now.
10084
10085Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10086
10087 * encoding.c: applying patch from Peter Jacobi to added
10088 ISO-8859-x encoding support when iconv is not available
10089 * configure.in include/libxml/xmlversion.h.in
10090 include/libxml/xmlwin32version.h.in: added the glue needed
10091 at the configure level and made it the default for Windows
10092
10093Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
10094
10095 * python/generator.py python/libxml.c python/libxml2class.txt:
10096 patch from Joachim Bauch + cleanup for Relax NG error callbacks
10097 in python
10098
10099Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
10100
10101 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
10102 cleanup patch, and also avoided a possible memory leak
10103
10104Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
10105
10106 * encoding.c: fix the previous commit
10107
10108Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
10109
10110 * HTMLparser.c: fixed problem with comments reported by Nick Kew
10111 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
10112 some future cleanup of UTF8 handling
10113
10114Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
10115
10116 * xpath.c: applied a change suggested by Sean Griffin in bug
10117 #118494 about a memory leak in EXSLT
10118
10119Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
10120
10121 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
10122 when fixing the previous Relax-NG bugs
10123 * result/relaxng/*: This slightly changes the output messages of
10124 some regression tests.
10125 * configure.in: added support of -with-fexceptions for nested C++
10126 support.
10127
10128Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
10129
10130 * doc/tutorial/apa.html
10131 * doc/tutorial/apb.html
10132 * doc/tutorial/apc.html
10133 * doc/tutorial/apd.html
10134 * doc/tutorial/ape.html
10135 * doc/tutorial/apf.html
10136 * doc/tutorial/apg.html
10137 * doc/tutorial/aph.html
10138 * doc/tutorial/ar01s02.html
10139 * doc/tutorial/ar01s03.html
10140 * doc/tutorial/ar01s04.html
10141 * doc/tutorial/ar01s05.html
10142 * doc/tutorial/ar01s06.html
10143 * doc/tutorial/ar01s07.html
10144 * doc/tutorial/ar01s08.html
10145 * doc/tutorial/index.html
10146 * doc/tutorial/ix01.html
10147 * doc/tutorial/xmltutorial.pdf
10148 * doc/tutorial/xmltutorial.xml
10149 update tutorial with XPath example
10150
10151Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
10152
10153 * SAX.c parser.c: fixing a bug about a special case of namespace
10154 handling, this closes bug #116841
10155
10156Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
10157
10158 * relaxng.c result/relaxng/*: checked and fixed the compilation
10159 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
10160 This slightly changes the output messages of some regression tests.
10161
10162Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
10163
10164 * xmlreader.c: fixed an out of bound error #118052 , the good
10165 part if that base64 code was not in use yet ...
10166
10167Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
10168
10169 * doc/xmllint.html
10170 include html version of the xmllint man page, so an
10171 up-to-date version is visible on the Web
10172
10173Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
10174
10175 * xinclude.c include/libxml/xinclude.h: added a new API
10176 xmlXIncludeProcessTree() to process XInclude only on a subtree
10177 this should fix bug #115385
10178
10179Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
10180
10181 * relaxng.c include/libxml/relaxng.h: adding Get interface for
10182 the error callback and parameters of parsing and validation
10183 contexts
10184 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
10185 on text nodes.
10186
10187Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
10188
10189 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
10190 when using the push XML parser.
10191 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
10192 added the test to the regression suite.
10193
10194Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10195
10196 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
10197 as suggested by Rob Richards
10198
10199Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
10200
10201 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
10202 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
10203 to unsigned int and a couple of others.
10204
10205Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10206
10207 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
10208
10209Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10210
10211 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
10212
10213Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10214
10215 * globals.c threads.c: fixes some problem when freeing unititialized
10216 mutexes
10217
10218Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
10219
10220 * nanoftp.c nanohttp.c: the modules should not import <config.h>
10221 directly, some cleanups
10222 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
10223 validation code.
10224
10225Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10226
10227 * win32/configure.js: Jesse Pelton pointed out a problem in the
10228 javascript code.
10229
10230Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
10231
10232 * NEWS doc/*: regenerated
10233 * nanoftp.c nanohttp.c: might fix includes problems with the
10234 Ipv6 support on solaris
10235 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
10236 defined as #IMPLIED
10237
10238Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10239
10240 * configure.in doc/*: preparing release 2.5.8
10241 * nanohttp.c: changed some preprocessor block
10242 * xmlschemastypes.c: applied patch from Charles Bozeman adding
10243 hexBinary schema datatype and adding support for totalDigits and
10244 fractionDigits facets.
10245
10246Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10247
10248 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
10249
10250Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10251
10252 * xinclude.c: fixed bug #116095 removing the error message when
10253 reapplying XInclude to a document.
10254
10255Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10256
10257 * xmlIO.c: applied small changes to portability layer for
10258 compilation on DJGPP Ms-DOS compiler.
10259
10260Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
10261
10262 * parser.c HTMLparser.c: use the character() SAX callback
10263 if the cdataBlock ain't defined.
10264 * xpath.c: fix bug #115349 allowing compilation when configured
10265 with --without-xpath since the Schemas code needs NAN and co.
10266
10267Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
10268
10269 Fixed problem with multi-threading, shown by the test program
10270 testThreads. After fix, ran mutiple tests on various speed
10271 machines (single and dual processor X86), which all seem okay.
10272
10273 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
10274
10275 * threads.c: added missing initialisation for condition variable
10276 in xmlNewRMutex.
10277
10278Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10279
10280 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
10281 closing bug #114837
10282
10283 * configure.in: Added checks for IPv6 support and getaddrinfo().
10284
10285 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10286
10287 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10288
10289 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
10290 field or sockaddr_in field, depending upon the availability of IPv6
10291 support.
10292 have_ipv6(): Added to check for run-time IPv6 support.
10293 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
10294 Modified to parse a URI with IPv6 address given in [].
10295 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
10296 resolution, if it is available on the system, as gethostbyname
10297 does not return IPv6 addresses on some platforms.
10298 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
10299 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
10300 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
10301 we are dealing with.
10302
10303 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
10304 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
10305 a URI with IPv6 address given in [].
10306 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
10307 available on the system. Also IPv6 addresses will be resolved by
10308 gethostbyname only if IPv6 run-time support is available.
10309 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
10310
10311Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10312
10313 * win32/configure.js include/win32config.h
10314 include/libxml/xmlversion.h.in: Applied the patch for BCB
10315 by Eric Zurcher.
10316
10317Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10318
10319 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
10320 due to #115104 and while fixing #115101 . HTML URLs must not
10321 be version dependant.
10322
10323Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
10324
10325 * entities.c: do not generate &quot; for " outside of attributes
10326 * result//*: this changes the output of some tests
10327
10328Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10329
10330 * parser.c xmlIO.c: trying to fix #114277 about when file
10331 remapping and escaping should really be attempted.
10332
10333Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10334
10335 * doc/*: applied a patch from Gman for building docs
10336 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
10337 Gary Pennington to provide an allocator for xmlValidCtxt
10338 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
10339 #113580 about data not being passed immediately.
10340
10341Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
10342
10343 * tree.c: applied a couple of patches from Mark Itzcovitz
10344 to handle saving back "UTF-16" documents.
10345
10346Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
10347
10348 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
10349 some work done while in the Maldives (hence the timezone on the
10350 laptop !)
10351 * result/schemas/length3* test/schemas/deter0_*
10352 test/schemas/group0_*: some tests added too
10353
10354Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10355
10356 * encoding.c: small fix
10357 * xmlIO.c: fixed an error message
10358
10359Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10360
10361 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
10362 accepting an improper UTF8 sequence
10363
10364Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10365
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010366 * threads.c: applied the patch from Stéphane Bidoul for getting
William M. Brack11be2d02007-01-24 19:17:19 +000010367 rid of extra threads in a dynamic library.
10368 * win32/configure.js: threads default to 'native' now.
10369
10370Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
10371
10372 * HTMLtree.c: fixing bug #112904: html output method escaped
10373 plus sign character in URI attribute.
10374
10375Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
10376
10377 * build_glob.py global.data globals.c parser.c
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010378 include/libxml/globals.h: patch from Stéphane Bidoul for setting
William M. Brack11be2d02007-01-24 19:17:19 +000010379 up threads global defaults.
10380 * doc/libxml2-api.xml: this extends the API with new functions
10381 * python/tests/Makefile.am python/tests/reader2.py
10382 python/tests/thread2.py: integrated the associated testcase and
10383 fixed the error string used in reader2
10384
10385Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
10386
10387 * configure.in libxml.spec.in python/Makefile.am: trying
10388 to conciliate --with-python= requirements and RPM builds,
10389 a PITA really...
10390
10391Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
10392
10393 * HTMLparser.c: oops last commit introduced a memory leak.
10394
10395Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10396
10397 * xmllint.c doc/xmllint.xml: added --nonet option
10398 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
10399 xsltproc or xmllint
10400 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
10401 rebuilt
10402 * HTMLparser.c: cleaned up the HTML parser context build when
10403 using an URL
10404
10405Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
10406
10407 * libxml.spec.in: added a comment about bug #112902
10408
10409Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
10410
10411 * minor cleanup of configure '--help' display
10412 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
10413
10414Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
10415
10416 * tree.c: PI nodes in external subset were not freed :-\
10417 fixes bug #112842
10418
10419Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
10420
10421 * xmllint.c: added --schema option to run WXS schema validation
10422 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
10423 tried to improve error reporting in the Schema code, some cleanup
10424 too.
10425
10426Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10427
10428 * xmlschemas.c: fixed some problems in the handling of errors,
10429 and attributes addressed by references.
10430 * test/schemas/* result/schemas/*: dropped the verbosity level
10431 and added a couple of new tests
10432
10433Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10434
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010435 * relaxng.c: Stéphane Bidoul found an off by one addressing
William M. Brack11be2d02007-01-24 19:17:19 +000010436 error on the error handling.
10437
10438Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10439
10440 * xmlschemastypes.c: trying to fix #112673
10441
10442Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
10443
10444 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
10445 warning, this fixed a bug and should close #111574
10446
10447Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
10448
10449 * xmlschemas.c: fixing bug #104081 with xs:all with an element
10450 holding minOccurs="0"
10451 * test/schemas/all_* result/schemas/all_*: added some regression
10452 tests for that bug
10453 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
10454 Garry Pennington to compile without schemas support.
10455
10456Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10457
10458 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
10459
10460Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
10461
10462 * xml2-config.in: try to fix Red hat bug #89957, do not
10463 output -L/usr/lib64
10464 * xmlreader.c: fixed a typo in a comment
10465
10466Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
10467
10468 * doc/tutorial/aph.html, ix01.html
10469 forgot to cvs add the new files. Thanks to Roland van Laar
10470 for pointing this out
10471
10472Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
10473
10474 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
10475 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
10476 to the XML/XSLT doc generation closing #111799
10477 * doc/html/*: complete update of the HTML results
10478
10479Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10480
10481 * win32/defgen.xsl: fixed the conditional for unicode map,
10482 removed hardcoded schema entries
10483
10484Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10485
10486 * win32/defgen.xsl: new file, stylesheet for generating
10487 win32/libxml2.def.src from doc/libxml2-api.xml
10488 * win32/libxml2.def.src: is autogenerated from now on, changes
10489 to this file will not appear here anymore
10490
10491Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
10492
10493 * win32/configure.js python/setup.py.in: applied patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010494 from Stéphane Bidoul for the Python bindings on the new
William M. Brack11be2d02007-01-24 19:17:19 +000010495 release.
10496
10497Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10498
10499 * debugXML.c: included libxml/uri.h for xmlCanonicPath
10500 declaration
10501 * win32/configure.js: thread-enabled build is now default
10502 * win32/libxml2.def.src: added more exports
10503
10504Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
10505
10506 * NEWS doc/*.xsl doc/*.html: updated the web site separated
10507 developers from common pages, made the transition to XHTML1,
10508 added validity checking to the makefile rules.
10509
10510Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10511
10512 * parser.c: fix for xmlIOParseDTD same as previous and reported
10513 by Petr Pajas
10514
10515Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10516
10517 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
10518 closing #111638
10519
10520Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10521
10522 * python/generator.py: fixed a problem in the generator where
10523 the way functions are remapped as methods on classes was
10524 not symetric and dependant on python internal hash order,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010525 as reported by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000010526
10527Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
10528
10529 * doc/tutorial:
10530 xmltutorial.xml
10531 xmltutorial.pdf
10532 *.html
10533 add appendix on generating compiler flags, more indexing
10534
10535Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10536
10537 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
10538 to get libxml-2.5.7 to compile on OpenVMS
10539
10540Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10541
10542 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
10543
10544Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
10545
10546 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
10547 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
10548 man page based on xsltproc and a stylesheet PI in the XML.
10549
10550Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10551
10552 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
10553 character preventing rendering by the man command.
10554
10555Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10556
10557 * NEWS configure.in: preparing release 2.5.7
10558 * doc/*: updated and rebuilt the docs
10559 * doc/apibuild.py: fixed the script
10560
10561Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10562
10563 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10564 get in the way of the builds
10565 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10566
10567Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10568
10569 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
10570 Memory test from Havoc Pennington #109368
10571 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
10572 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
10573 include/libxml/parser.h: a lot of memory allocation cleanups
10574 based on the results of the OOM testing
10575 * check-relaxng-test-suite2.py: seems I forgot to commit the
10576 script.
10577
10578Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10579
10580 * xmlschemastypes.c: trivial fix for 109774 removing a warning
10581
10582Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10583
10584 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
10585 more places where xmlCanonicPath() must be used to convert
10586 filenames to URLs, trying to fix #111088
10587
10588Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10589
10590 * python/libxml.c python/libxml.py: applied patch from
10591 Brent M Hendricks adding binding for xmlCatalogAddLocal
10592
10593Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
10594
10595 * HTMLparser.c: tried to fix #98879 again in a more solid
10596 way.
10597
10598Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10599
10600 * win32/libxml2.def.src: added more exports from the relaxng and
10601 xmlreader clan
10602
10603Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10604
10605 * SAX.c test/valid/ns* test/result/ns*: applied the patch
10606 provided by Brent Hendricks fixing #105992 and integrated the
10607 examples in the testsuite.
10608
10609Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10610
10611 * TODO: updated a bit
10612 * configure.in: fixed the comment, threads now default to on
10613 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
10614
10615Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
10616
10617 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
10618 xmlreader.c include/libxml/parser.h: a lot of performance work
10619 especially the speed of streaming through the reader and push
10620 interface. Some thread related optimizations. Nearly doubled the
10621 speed of parsing through the reader.
10622
10623Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
10624
10625 * doc/xmllint.xml
10626 * doc/xmllint.1
10627 update man page to explain use of --stream
10628
10629Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10630
10631 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10632 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
10633 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
10634 include/libxml/globals.h include/libxml/xmlmemory.h: added
10635 xmlMallocAtomic() to be used when allocating blocks which
10636 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
10637 to allow registering the full set of functions needed by
10638 a garbage collecting allocator like libgc, ref #109944
10639
10640Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10641
10642 * configure.in: switched to have thread support enabled by default,
10643 didn't got troubles with ABI compatibility on Linux, hope it
10644 won't break on strange OSes, if yes, report the system ID
10645 * doc/libxml2-api.xml: just rebuilt the API
10646
10647Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10648
10649 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
10650 added support for large file, tested with a 3+GB instance,
10651 and some cleanup.
10652 * catalog.c: added a TODO
10653 * Makefile.am: added some "make tests" comments
10654
10655Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
10656
10657 * relaxng.c: some cleanups
10658 * doc/xmlreader.html: extended the document to cover RelaxNG and
10659 tree operations
10660 * python/tests/Makefile.am python/tests/reader[46].py: added some
10661 xmlReader example/regression tests
10662 * result/relaxng/tutor*.err: updated the output of a number of tests
10663
10664Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
10665
10666 * relaxng.c: valgrind pointed out an uninitialized variable error.
10667
10668Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10669
10670 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
10671 xmlreader.c: augnemting the APIs, cleanups.
10672 * parser.c: cleanup bug #111005
10673 * xmlIO.c: added some missing comments
10674
10675Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
10676
10677 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
10678 trying to improve the subset compiled, and more testing.
10679 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
10680 documentation
10681 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
10682 * result/relaxng/*.err: fix some of the outputs
10683
10684Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10685
10686 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
10687 include/libxml/xmlreader.h: implemented streaming of
10688 RelaxNG (when possible) on top of the xmlReader interface,
10689 provided it as xmllint --stream --relaxng .rng .xml
10690 This seems to mostly work.
10691 * Makefile.am: updated to test RelaxNG streaming
10692
10693Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10694
10695 * relaxng.c include/libxml/relaxng.h: integrated the regexp
10696 based validity checking of fragments of the document for
10697 which the RNG can be compiled to regexps. Works on all regression
10698 tests, only fix needed is related to error messages.
10699
10700Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10701
10702 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10703 include/libxml/xmlregexp.h: Starting work precompiling
10704 parts of RelaxNG schemas. Not plugged onto validity checking
10705 yet, just the regexp building part. Needed to extend some
10706 of the automata and regexp APIs.
10707
10708Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10709
10710 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10711 xmllint --stream and xmllint --stream --valid returns errors
10712 code appropriately
10713
10714Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10715
10716 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10717 and Next() operation to work on subtrees within the reader
10718 framework.
10719 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10720 * python/tests/reader5.py: added an example for those new
10721 functions of the reader.
10722
10723Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10724
10725 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10726
10727Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10728
10729 * xmlreader.c: fixing HasValue for namespace as raised by
10730 Denys Duchier
10731
10732Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10733
10734 * HTMLparser.c include/libxml/HTMLparser.h: exported
10735 htmlCreateMemoryParserCtxt() it was static
10736
10737Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10738
10739 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10740 update from Charles Bozeman for date and duration types
10741 * test/schemas/date_0.* test/schemas/dur_0.*
10742 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10743
10744Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10745
10746 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10747 fixing bug #107129, removing excessive allocation and calls
10748 to *printf in the code to build QName strings.
10749
10750Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10751
10752 * win32/libxml2.def.src: fixed conditional exports, reported by
10753 Luke Murray.
10754
10755Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10756
10757 * parser.c: fixed a possible problem with xmlRecoverMemory()
10758
10759Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10760
10761 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10762 triostr.h: Bjorn sent an update for the TRIO portability layer.
10763
10764Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10765
10766 * win32/libxml2.def.src: exported new functions
10767
10768Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10769
10770 * configure.in NEWS: preparing release 2.5.6
10771 * doc/*: updated and rebuilt the docs
10772
10773Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10774
10775 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10776 on C14Ntests
10777
10778Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10779
10780 * relaxng.c: one more fixup of error message reporting
10781
10782Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10783
10784 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10785 variable pointed out by valgrind
10786
10787Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10788
10789 * relaxng.c: try to work on bug #109225 and provide better
10790 error reports.
10791 * result/relaxng/* : this change the output of a number of tests
10792 * xinclude.c: fixing the parsed entity redefinition problem
10793 raised on the list.
10794 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10795
10796Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10797
10798 * xmlschemastypes.c: fixed date comparison to handle the tzo
10799 The only failures left are disagreements on Notations and
10800 '+1' not being allowed for ulong, uint, ushort and ubyte.
10801
10802Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10803
10804 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10805 to the XML Schemas errata
10806 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10807
10808Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10809
10810 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10811 and facets support. Currently only schemas with binHex or
10812 base64 don't compile. A few error left in the test suite:
10813 found 1035 test instances: 919 success 23 failures
10814 most are gdate or gdateyear failing check, and a few cases where
10815 James clark tests results are strange.
10816 * valid.c: allow to reuse the Notation checking routine without
10817 having a validation context.
10818 * SAX.c: removed a #if 0
10819
10820Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10821
10822 * xinclude.c: forgot to apply one check from #106931 patch
10823 * xmlschemastypes.c: more work on XML Schemas datatypes
10824
10825Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10826
10827 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10828 on cleaning up XML Schemas datatypes based on James Clark tests
10829 test/xsdtest/xsdtest.xml
10830
10831Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10832
10833 * relaxng.c: implemented comparisons for Schemas values.
10834 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10835 some bugs in duration handling, comparisons for durations
10836 and decimals, removed all memory leaks pointed out by James
10837 testsuite. Current status is now
10838 found 238 test schemas: 197 success 41 failures
10839 found 1035 test instances: 803 success 130 failures
10840
10841Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10842
10843 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10844 leaks in the W3C XML Schemas code
10845 * xmlschemastypes.c: implemented nonPositiveInteger
10846 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10847 fixed the test and result.
10848
10849Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10850
10851 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10852 parser and a typo
10853 * xmlschemastypes.c: reindenting, fixing a memory access
10854 problem with dates.
10855
10856Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10857
10858 * parser.c: fixing #109227 providing more context in case of
10859 start/end tag mismatch
10860 * python/tests/ctxterror.py python/tests/readererr.py: update the
10861 tests accordingly
10862
10863Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10864
10865 * xinclude.c: should fix #109327 errors on memory accesses
10866
10867Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10868
10869 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10870 is an URI reference
10871
10872Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10873
10874 * xpath.c: fixed bug #109160 on non-ASCII IDs
10875
10876Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10877
10878 * parser.c: Norm suggested a nicer error message for xml:space values
10879 errors
10880
10881Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10882
10883 * xpath.c include/libxml/xpath.h: first part of the fix to
10884 performance bug #108905, adds xmlXPathOrderDocElems() providing
10885 document order for nodes.
10886 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10887
10888Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10889
10890 * xmlschemastypes.c: removing a warning with Sun compiler
10891 bug #109154
10892
10893Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10894
10895 * doc/xmllint.xml
10896 * doc/xmllint.1
10897 update xmllint man page with --relaxng option
10898
10899Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10900
10901 * python/setup.py.in : was missing "drv_libxml2.py"
10902
10903Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10904
10905 * tree.c xpath.c: some changes related to the new way of
10906 handling Result Value Tree, before 2.5.5
10907
10908Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10909
10910 * configure.in NEWS: preparing release 2.5.5
10911 * doc/* : updated the documentation and regenerated it.
10912
10913Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10914
10915 * xpath.c: fixed some problems related to #75813 about handling
10916 of Result Value Trees
10917
10918Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10919
10920 * uri.c: applied a set of patches from Lorenzo Viali correcting
10921 URI parsing errors.
10922
10923Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10924
10925 * parser.c: validity status was not passed back when validating in
10926 entities, but raised by Oliver Fischer
10927
10928Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10929
10930 * HTMLtree.c: avoid escaping ',' in URIs
10931
10932Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10933
10934 * parser.c: fixing bug #108976 get the ID/REFs to reference
10935 the ID in the document content and not in the entity copy
10936 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10937 stuff, better solution for #107208
10938 * xmlregexp.c: removed a direct printf, dohhh
10939 * xmlreader.c: fixed a bug on streaming validation of empty
10940 elements in entities
10941 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10942 cleanup of the validation tests
10943 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10944 added more ID/IDREF tests to the suite
10945
10946Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10947
10948 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10949 compiler.
10950
10951Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10952
10953 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10954
10955Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10956
10957 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10958 defined in entities content
10959
10960Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10961
10962 * SAX.c: Fixed validation bug #108858 on namespace names using
10963 entities and reported by Brent Hendricks
10964 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10965 --debug output.
10966
10967Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10968
10969 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10970 about the DocType node not being reported sometimes.
10971 * python/tests/reader.py: added to test to the regression checks
10972
10973Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10974
10975 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10976 reported by Edd Dumbill
10977
10978Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10979
10980 * HTMLparser.c parser.c parserInternals.c: patch from
10981 johan@evenhuis.nl for #107937 fixing some line counting
10982 problems, and some other cleanups.
10983 * result/HTML/: this result in some line number changes
10984
10985Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10986
10987 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10988 instead of libxml.spec
10989 * relaxng.c: fixed some of the error reporting excessive
10990 verbosity
10991 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10992 xmlschemastypes.c: removed some warnings from gcc
10993 * doc/libxml2-api.xml: rebuilt
10994
10995Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10996
10997 * relaxng.c: another optimization, for choice this time
10998 * result/relaxng/spec1* result/relaxng/tutor12_1*
10999 result/relaxng/tutor3_7: cleanups.
11000
11001Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
11002
11003 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
11004 * test/relaxng/testsuite.xml: augmented the test suite
11005 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
11006 some schemas validation tests in the presence of foreign
11007 namespaces.
11008
11009Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11010
11011 * relaxng.c: added another interleave speedup.
11012
11013Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11014
11015 * xmlschemastypes.c: added integer and fixed one of the
11016 IDREFS regression tests pbm
11017 * result/relaxng/docbook_0.err: updated
11018
11019Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11020
11021 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
11022 declared both in the DTD and in the Schemas <grin/>
11023 * relaxng.c: more debug, added a big optimization for <mixed>
11024 * test/relaxng/testsuite.xml: augmented the testsuite
11025 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
11026 DocBook example to the regression tests
11027
11028Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
11029
11030 * check-xsddata-test-suite.py: cosmetic change for output
11031 * relaxng.c: try to minimize calls to malloc/free for states.
11032
11033Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11034
11035 * tree.c: removed a warning
11036 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
11037 support
11038 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
11039 cleanup/improvements of the regression tests batch
11040 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
11041
11042Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11043
11044 * relaxng.c: fixed error msg cleanup deallocation
11045 * xmlschemastypes.c: added a function to handle lists of
11046 atomic types, added support for IDREFS
11047
11048Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
11049
11050 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
11051 and IDREF, usable from RelaxNG now
11052 * include/libxml/xmlschemastypes.h: need to add a new interface
11053 because the validation modifies the infoset
11054 * test/relaxng/testsuite.xml: extended the testsuite
11055
11056Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11057
11058 * relaxng.c: fixed the last core RelaxNG bug known #107083,
11059 shemas datatype ID/IDREF support still missing though.
11060 * xmlreader.c: fix a crashing bug with prefix raised by
11061 Merijn Broeren
11062 * test/relaxng/testsuite.xml: augmented the testsuite with
11063 complex inheritance tests
11064
11065Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11066
11067 * relaxng.c: switched back to the previous Relax-NG code base,
11068 the derivation algorithm need severe constraining code to avoid
11069 combinatorial explosion. Fixed the problem with Sebastian Rahtz
11070 TEI based example and other bugs
11071 * result/relaxng/*err: updated the results
11072 * test/relaxng/testsuite.xml: started a new test suite
11073
11074Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
11075
11076 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
11077 that the original RelaxNG validation code was un-fixeable, it got
11078 rewritten to use the derivation algorithm from James Clark and
11079 redebugged it (nearly) from scratch:
11080 found 373 test schemas: 372 success 1 failures
11081 found 529 test instances: 529 success 0 failures
11082
11083Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
11084
11085 * SAX.c parser.c: fix some recursion problems introduced in the
11086 last release.
11087 * relaxng.c: more debugging of the RNG validation engine, still
11088 problems though.
11089
11090Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11091
11092 * Makefile.am: stop generating wrong result file with * in name
11093 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
11094 * result/relaxng/demo* test/relaxng/demo: added the tests from
11095 Sebastian reproducing the problem.
11096
11097Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
11098
11099 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
11100 up Aleksey's change
11101
11102Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
11103
11104 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
11105 variable to control the indentation for the xmllint "--format"
11106 option
11107
11108Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11109
11110 * encoding.c: applied Gennady's patch against buffer overrun
11111
11112Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11113
11114 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
11115 Clark it appeared I had bug in URI parsing code ...
11116 * relaxng.c include/libxml/relaxng.h: completely revamped error
11117 reporting to not loose message from optional parts.
11118 * xmllint.c: added timing for RNG validation steps
11119 * result/relaxng/*: updated the result, all error messages changed
11120
11121Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11122
11123 * xpath.c: fix bug #107804, the algorithm used for document order
11124 computation was failing on attributes.
11125
11126Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11127
11128 * valid.c: fix bug #107764 , possibility of buffer overflow
11129 in xmlValidDebug()
11130
11131Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11132
11133 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
11134 from Philipp Dunkel
11135
11136Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11137
11138 * xmlschemastype.c: made powten array static it should not be exported
11139 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
11140 parser function.
11141 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
11142
11143Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11144
11145 * tree.c: fixed a node dump crash on attributes
11146 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
11147 an URI test bug and get better output.
11148
11149Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11150
11151 * check-xsddata-test-suite.py: give more infos
11152 * relaxng.c: fix a bug reported by Sebastian Rahtz and
11153 REF->DEF in attribute values.
11154
11155Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11156
11157 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
11158 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
11159 regression tests from James Clark.
11160
11161Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11162
11163 * relaxng.c xmlschemas.c xmlschemastypes.c
11164 include/libxml/xmlschemastypes.h: added param support for relaxng
11165 type checking, started to increment the pool of simple types
11166 registered, still much work to be done on simple types and
11167 facets checkings.
11168
11169Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11170
11171 * entities.c: fixes again one of the problem raised by
11172 James Clark in #106788
11173
11174Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11175
11176 * relaxng.c: Fixed a couple of problem raised by James Clark
11177 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
11178 datatype level still not fixed though.
11179
11180Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
11181
11182 * configure.in: preparing release 2.5.4
11183 * doc/*: updated and rebuilt the docs
11184 * relaxng.c: removed warnings
11185 * result/relaxng/*: updated the results
11186
11187Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11188
11189 * valid.c: fixes a DTD regexp generation problem.
11190
11191Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11192
11193 * parser.c: fixes bug #105998 about false detection of
11194 attribute consumption loop.
11195
11196Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11197
11198 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
11199
11200Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11201
11202 * SAX.c: fixed bug #105992
11203
11204Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
11205
11206 * tree.c: fixed xmlSetProp and al. when the node passed is not an
11207 element.
11208 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
11209 found 373 test schemas: 369 success 4 failures
11210 found 529 test instances: 525 success 4 failures
11211 * check-relaxng-test-suite.py: added memory debug reporting
11212
11213Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11214
11215 * uri.c parser.c: some warning removal on Igor's patch
11216 * tree.c: seems I messed up with #106788 fix
11217 * python/libxml.c: fixed some base problems when Python provides
11218 the resolver.
11219 * relaxng.c: fixed the interleave algorithm
11220 found 373 test schemas: 364 success 9 failures
11221 found 529 test instances: 525 success 4 failures
11222 the resulting failures are bug in the algorithm from 7.3 and
11223 lack of support for params
11224
11225Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11226
11227 * parser.c: another fix for nodeinfo in entities problem
11228 * tree.c entities.c: fixed bug #106788 from James Clark
11229 some spaces need to be serialized as character references.
11230
11231Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11232
11233 * parser.c uri.c: fixed the bug I introduced in the path
11234 handling, reported by Sebastian Bergmann
11235
11236Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11237
11238 * parser.c: fixing some nodeinfo in entities problem raised
11239 by Glenn W. Bach
11240 * relaxng.c: implemented the first section 7.3 check
11241 * result/relaxng/*: updated the results
11242
11243Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
11244
11245 * relaxng.c: fixed some problems in the previous commit
11246 and finished implementing 4.16 rules checking
11247 found 373 test schemas: 353 success 20 failures
11248 found 529 test instances: 519 success 6 failures
11249 * result/relaxng/*: updated the results
11250
11251Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11252
11253 * relaxng.c: implemented checks from section 7.2
11254
11255Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11256
11257 * relaxng.c: implemented the checks from section 7.1, fixed
11258 some of the 4.20 and 4.21 problems.
11259 found 373 test schemas: 338 success 35 failures
11260 found 529 test instances: 519 success 6 failures
11261 * result/relaxng/*: updated the results
11262
11263Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11264
11265 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
11266 * result/relaxng/*: updated the results
11267
11268Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11269
11270 * relaxng.c: more bugfixes
11271 * result/relaxng/*: updated the results
11272
11273Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11274
11275 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
11276 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
11277 * SAX.c: ensured xmlDoc.URL is always canonic
11278 * parser.c: obsoleted xmlNormalizeWindowsPath
11279 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
11280 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
11281 * win32/libxml2.def.src: added few exports
11282
11283Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
11284
11285 * Makefile.am configure.in: patched to have shared libraries
11286 for Python regression tests and static binaries for gdb debug
11287 in my development environment
11288 * relaxng.c: more bugfixes
11289 found 373 test schemas: 296 success 77 failures
11290 found 529 test instances: 516 success 8 failures
11291 * result/relaxng/*: updated the results
11292
11293Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11294
11295 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
11296
11297Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11298
11299 * xmlschemastypes.c: float/double check bugfix
11300 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
11301 validation
11302 * xmlreader.c: add a TODO for Jody
11303 * relaxng.c: bugfix bugfix bugfix
11304 found 373 test schemas: 300 success 73 failures
11305 found 529 test instances: 507 success 10 failures
11306 * result/relaxng/*: updated the results
11307
11308Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11309
11310 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
11311
11312Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11313
11314 * relaxng.c check-relaxng-test-suite.py: more work on the
11315 RelaxNG implementation conformance testing.
11316 found 373 test schemas: 284 success 89 failures
11317 found 529 test instances: 448 success 47 failures
11318 * result/relaxng/*: updated the results
11319
11320Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11321
11322 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
11323 a patch from Kjartan Maraas to fix some typos
11324
11325Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11326
11327 * relaxng.c: more bug-hunting
11328 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
11329 intermediate rng tree
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011330 * python/generator.py: patch from Stéphane Bidoul to fix the generator
William M. Brack11be2d02007-01-24 19:17:19 +000011331 on python < 2.2
11332
11333Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11334
11335 * check-relaxng-test-suite.py relaxng.c: more testing on the
11336 Relax-NG front, cleaning up the regression tests failures
11337 current state and I forgot support for "mixed":
11338 found 373 test schemas: 280 success 93 failures
11339 found 529 test instances: 401 success 68 failures
11340 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
11341 moved the Name, NCName and QName validation routine in tree.c
11342 * uri.c: fixed handling of URI ending up with #, i.e. having
11343 an empty fragment ID.
11344 * result/relaxng/*: updated the results
11345
11346Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11347
11348 * check-xinclude-test-suite.py: improved the script accordingly
11349 to the XInclude regression tests updates
11350 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
11351 November 2002
11352 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
11353 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
11354 augmented the Xpointer testsuite for the element() scheme
11355
11356Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11357
11358 * relaxng.c: added TODO for the DTD compatibility spec
11359 * xinclude.c: more bug fixes driven by the testsuite
11360
11361Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
11362
11363 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
11364 regression tests for XInclude, improved the script, improving
11365 XInclude error reporting mechanism
11366
11367Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11368
11369 * NEWS doc/* configure.in: preparing release 2.5.3
11370
11371Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11372
11373 * tree.c: trying to fix #104934 about some XHTML1 serialization
11374 issues.
11375
11376Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
11377
11378 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
11379 encoding conversion when the input buffer stops in the
11380 middle of a multibyte char
11381
11382Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11383
11384 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
11385 * check-relaxng-test-suite.py: python script to run regression
11386 against OASIS RelaxNG testsuite
11387 * relaxng.c: some cleanup tweaks
11388 * HTMLparser.c globals.c: cleanups in comments
11389 * doc/libxml2-api.xml: updated the API
11390 * result/relaxng/*: errors moved files, so large diffs but
11391 no changes at the semantic level.
11392
11393Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11394
11395 * tree.c: fixing #105678 problem when dumping a namespace node.
11396
11397Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11398
11399 * xpath.c: fixed doc comment problems
11400 * python/generator.py python/libxml_wrap.h python/types.c: adding
11401 RelaxNG wrappers
11402 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
11403 test of those early Python RelaxNG bindings
11404
11405Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11406
11407 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
11408 * relaxng.c: found the validation problem I had with interleave
11409 when not covering all remaining siblings
11410 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
11411 testsuite and check the RNG schemas against the RNG schemas
11412 given in appendix A
11413
11414Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11415
11416 * win32/Makefile.msvc: updates for RelaxNG
11417 * win32/Makefile.mingw: updates for RelaxNG
11418 * win32/libxml2.def.src: added RelaxNG exports
11419
11420Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11421
11422 * xinclude.c: applied another bug fix from Sean Chittenden
11423
11424Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11425
11426 * configure.in xmllint.c: I f...ed up the default configuration
11427 of schemas and --relaxng option display in xmllint, pointed by
11428 Morus Walter.
11429 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
11430 detection module, fixes bug #105374.
11431
11432Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11433
11434 * xmlschemastypes.c: added the boolean base type.
11435
11436Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11437
11438 * xmlschemastypes.c: started implementing some of the missing
11439 default simple types
11440 * result/relaxng/*: updated the results
11441
11442Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11443
11444 * NEWS doc/*: updated the docs, ready for 2.5.2 release
11445
11446Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11447
11448 * HTMLparser.c tree.c xmlIO.c: comments cleanups
11449 * Makefile.am: use xmllint for doing the RelaxNG tests
11450 * configure.in: preparing 2.5.2 made schemas support default to
11451 on instead of off
11452 * relaxng.c: removed the verbosity
11453 * xmllint.c: added --relaxng option
11454 * python/generator.py python/libxml_wrap.h: prepared the integration
11455 of the new RelaxNG module and schemas
11456 * result/relaxng/*: less verbose output
11457
11458Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
11459
11460 * valid.c: do not run content model validation if the
11461 content is not determinist
11462
11463Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11464
11465 * SAX.c: added the redefinition of namespaced attribute
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011466 check that was missing as Fabrice Desré pointed out.
William M. Brack11be2d02007-01-24 19:17:19 +000011467
11468Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11469
11470 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
11471 improvements from Nick Kew, allowing to do more checking
11472 to HTML elements and attributes.
11473
11474Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11475
11476 * xinclude.c: fixing bug #105137 about entities declaration
11477 needing to be copied to the including document.
11478
11479Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11480
11481 * catalog.c: fixed bug #104817 with delegateURI
11482 * xpath.c: fixing bugs #104123 and #104125
11483
11484Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
11485
11486 * configure.in valid.c xmlreader.c python/libxml_wrap.h
11487 python/types.c: fixing #104096 to compile without regexps
11488
11489Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11490
11491 * valid.c: fixing bug #103969 forgot to add an epsilon transition
11492 when building the automata for elem*
11493
11494Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11495
11496 * HTMLparser.c: applied patch from Arne de Bruijn fixing
11497 bug #103827
11498
11499Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11500
11501 * HTMLparser.c: updating a comment, fixing #103776
11502
11503Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11504
11505 * parser.c: fixing bug 105049 for validity checking of content
11506 within recursive entities.
11507
11508Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11509
11510 * HTMLparser.c: try to fix # 105049
11511 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
11512 * tree.c: updated a function comment
11513
11514Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11515
11516 * relaxng: more work on grammars and refs/defs
11517 * test/relaxng/* result/relaxng/*: augmented/updated the
11518 regression tests
11519
11520Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11521
11522 * relaxng: more work on name classes, except support
11523 * test/relaxng/* result/relaxng/*: augmented/updated the
11524 regression tests
11525
11526Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11527
11528 * relaxng: more work on name classes, the "validate all" schemas
11529 seems to work now.
11530 * test/relaxng/* result/relaxng/*: augmented/updated the
11531 regression tests
11532
11533Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11534
11535 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
11536 * parser.c: put a guard against infinite document depth, basically
11537 trying to avoid another kind of DoS attack.
11538 * relaxng.c: some code w.r.t. nameClasses
11539
11540Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11541
11542 * test/relaxng/* result/relaxng/*: check all the namespace support
11543 was actually correct based on tutorial section 10.
11544
11545Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11546
11547 * relaxng: include seems to work okay now
11548 * test/relaxng/* result/relaxng/*: augmented/updated the
11549 regression tests
11550
11551Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11552
11553 * relaxng.c: a bit of work done in the train back.
11554 * test/relaxng/*: added one of the include tests
11555
11556Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11557
11558 * relaxng: more work done in the train
11559 * test/relaxng/* result/relaxng/*: augmented/updated the
11560 regression tests
11561
11562Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11563
11564 * relaxng.c: debugging of externalRef
11565 * test/relaxng/* result/relaxng/*: augmented/updated the
11566 regression tests
11567
11568Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11569
11570 * relaxng.c: more work on Relax-NG, implementing externalRef
11571 * test/relaxng/* result/relaxng/*: augmented/updated the
11572 regression tests
11573 * Makefile.am: cleanup to Relaxtests target
11574
11575Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11576
11577 * relaxng.c: more work on Relax-NG, implementing interleave
11578 * test/relaxng/* result/relaxng/*: augmented/updated the
11579 regression tests
11580
11581Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11582
11583 * relaxng.c: more work on Relax-NG, implementing interleave
11584 * test/relaxng/* result/relaxng/*: augmented/updated the
11585 regression tests
11586
11587Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
11588
11589 * doc/tutorial/customfo.xsl
11590 * doc/tutorial/customhtml.xsl
11591 adding stylesheet customizations used to generate fo
11592 for pdf and html
11593
11594Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11595
11596 * relaxng.c: more work on Relax-NG
11597 * test/relaxng/* result/relaxng/*: augmented/updated the
11598 regression tests
11599 * xmlschemastypes.c: added a number of base type definition but not
11600 the associated checks, those are still TODOs
11601
11602Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
11603
11604 in docs/tutorial:
11605 * apa.html
11606 * apb.html
11607 * apc.html
11608 * apd.html
11609 * ape.html
11610 * apf.html
11611 * apg.html
11612 * ar01s02.html
11613 * ar01s03.html
11614 * ar01s04.html
11615 * ar01s05.html
11616 * ar01s06.html
11617 * ar01s07.html
11618 * ar01s08.html
11619 * index.html
11620 * xmltutorial.pdf
11621 * xmltutorial.xml
11622 add index to tutorial
11623
11624Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
11625
11626 * doc/xmlcatalog.1
11627 * doc/xmlcatalog_man.html
11628 * doc/xmlcatalog_man.xml
11629 belatedly fixing bug #93622 (adds rewriteURI type to
11630 "--add" option in xmlcatalog man page
11631
11632Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11633
11634 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
11635 Julio Merino, closing #104475
11636
11637Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11638
11639 * relaxng.c: more work on Relax-NG
11640 * test/relaxng/* result/relaxng/*: augmented/updated the
11641 regression tests
11642
11643Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11644
11645 * relaxng.c: more work on Relax-NG
11646 * test/relaxng/* result/relaxng/*: augmented/updated the
11647 regression tests
11648
11649Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11650
11651 * README: updated the policy on private mail answers
11652 * relaxng.c: more work on Relax-NG
11653 * test/relaxng/* result/relaxng/*: augmented/updated the
11654 regression tests
11655
11656Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
11657
11658 * error.c parser.c tree.c: applied a documentation patch from
11659 Stefan Kost
11660
11661Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11662
11663 * relaxng.c: more work on Relax-NG
11664 * doc/*: regenerated the docs
11665 * test/relaxng/* result/relaxng/*: updated and augmented the
11666 Relax-NG regression tests and results
11667
11668Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11669
11670 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
11671 First commit of the new Relax-NG validation code, not generally
11672 useful yet.
11673 * test/relaxng/* result/relaxng/*: current state of the regression
11674 tests
11675
11676Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11677
11678 * tree.c: minimized the memory allocated for GetContent
11679 and a bit of cleanup.
11680
11681Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11682
11683 * python/generator.py: seems there is no good reasons to
11684 not generate bindings for XPointer
11685
11686Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11687
11688 * xmlreader.c doc/apibuild.py: applied a new patch from
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011689 Stéphane Bidoul for cleanups
William M. Brack11be2d02007-01-24 19:17:19 +000011690 * doc/libxml2-api.xml: rebuilt the API description with
11691 new entry points
11692
11693Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11694
11695 * xmlreader.c python/drv_libxml2.py python/generator.py
11696 python/libxml.c python/libxml.py python/libxml_wrap.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011697 python/types.c: patch from Stéphane Bidoul for better per
William M. Brack11be2d02007-01-24 19:17:19 +000011698 context error message APIs
11699 * python/tests/ctxterror.py python/tests/readererr.py:
11700 update of the tests
11701
11702Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11703
11704 * doc/guidelines.html
11705 grammar and spelling cleanup
11706
11707Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11708
11709 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11710 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011711 a patch from Stéphane Bidoul to allow per XMLtextReader error
William M. Brack11be2d02007-01-24 19:17:19 +000011712 and warning handling
11713 * python/tests/Makefile.am python/tests/readererr.py: adding the
11714 specific regression test
11715
11716Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11717
11718 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11719 should raise a syntax error
11720
11721Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11722
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011723 * python/libxml.c: cleanup patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011724
11725Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11726
11727 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11728
11729Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11730
11731 * python/generator.py python/libxml.c python/libxml.py
11732 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011733 from Stéphane Bidoul to provide per parser error handlers at the
William M. Brack11be2d02007-01-24 19:17:19 +000011734 Python level.
11735 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11736 regression test for it.
11737
11738Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11739
11740 * xmlreader.c: fixed the streaming property of the reader,
11741 it was generating tree faster than consuming it. Pointed out
11742 by Nate Myers
11743 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11744
11745Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11746
11747 * win32/libxml2.def.src: added more xmlreader and other exports
11748
11749Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11750
11751 * xpath.c: fix to the XPath implementation for parent and
11752 ancestors axis when operating on a Result Value Tree.
11753 Fixes bug #100271
11754
11755Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11756
11757 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11758 to fix some URI/file escaping problems
11759
11760Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11761
11762 * python/generator.py: fixed a bug raised by Raymond Wiker,
11763 docSetRootElement() should not raise an exception if the
11764 return is None
11765
11766Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11767
11768 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11769 fixed bug #102181 by applying the suggested change and fixing
11770 the generation/registration problem.
11771
11772Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11773
11774 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11775 routines.
11776
11777Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11778
11779 * parser.c: one more IsEmptyElement crazyness, that time in
11780 external parsed entities if substitution is asked.
11781 * python/tests/reader3.py: added a specific test.
11782
11783Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11784
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011785 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
William M. Brack11be2d02007-01-24 19:17:19 +000011786 support and improved error handler registration
11787
11788Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11789
11790 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11791 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11792 * README: fixed a link
11793
11794Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11795
11796 * configure.in doc/* NEWS: preparing 2.5.1 release
11797 * SAX.c parser.c: fixing XmlTextReader bug
11798
11799Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11800
11801 * SAX.c: fuck, I introduced a memory leak on external parsed
11802 entities in 2.5.0 :-(
11803
11804Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11805
11806 * xmllint.c: another fix needed as pointed by Christophe Merlet
11807 for --stream --debug if compiled without debug support.
11808
11809Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11810
11811 * doc/xmllint.xml
11812 * doc/xmllint.1:
11813 update man page with --stream and --chkregister
11814
11815Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11816
11817 * globals.c: fixed --with-threads compile
11818 * xmllint.c: fixed --without-debug compile
11819 * include/libxml/globals.h: cleanup
11820 * include/libxml/schemasInternals.h: add a missing include
11821
11822Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11823
11824 * configure.in NEWS: preparing 2.5.0 release
11825 * SAX.c: only warn in pedantic mode about namespace name
11826 brokeness
11827 * globals.c: fix a doc generation problem
11828 * uri.c: fix #101520
11829 * doc/*: updated and rebuilt the doc for the release, includuding
11830 stylesheet update
11831 * python/Makefile.am: fix a filename bug
11832
11833Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11834
11835 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11836 should not be called.
11837
11838Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11839
11840 * libxml-2.0.pc.in: applied the patch to fix #101894
11841
11842Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11843
11844 * tree.c : applied patch from Lukas Schroeder for register callbacks
11845 * valid.c: modified patch from Lukas Schroeder to test
11846 register callbacks with --chkregister
11847
11848Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11849
11850 * xmlreader.c: seriously changed the way data are pushed to
11851 the underlying parser, go by block of 512 bytes instead of
11852 tryng to detect tag boundaries at that level. Changed the
11853 way empty element are detected and tagged.
11854 * python/tests/reader.py python/tests/reader2.py
11855 python/tests/reader3.py: small changes mostly due to context
11856 reporting being different and DTD node being reported. Some
11857 errors previously undetected are now caught and fixed.
11858 * doc/xmlreader.html: flagged last section as TODO
11859
11860Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11861
11862 * python/libxml.py: integrated the Python 2.2 optimizations
11863 from Hannu Krosing, while maintaining compatibility with
11864 1.5 and 2.1
11865
11866Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11867
11868 * xmllint.c: a bit of cleanup
11869 * xmlreader.c: small fix
11870 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11871 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11872
11873Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11874
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011875 * python/setup.py.in: patch from Stéphane Bidoul to include
William M. Brack11be2d02007-01-24 19:17:19 +000011876 drv_libxml2.py in setup.py
11877
11878Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11879
11880 * doc/xmlreader.html: starting documenting the new XmlTextReader
11881 interface.
11882
11883Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11884
11885 * xmllint.c: added the --stream flag to use the TextReader API
11886 * xmlreader.c: small performance tweak
11887
11888Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11889
11890 * xmlreader.c python/tests/reader2py: okay the DTD validation
11891 code on top of the XMLTextParser API should be solid now.
11892
11893Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11894
11895 * xmlreader.c python/tests/reader2py: Fixing some more mess
11896 with validation and recursive entities while using the
11897 reader interface, it's getting a bit messy...
11898
11899Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11900
11901 * xmlreader.c python/tests/reader.py: another couple of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011902 related to IsEmptyElement reported by Stéphane Bidoul needed
William M. Brack11be2d02007-01-24 19:17:19 +000011903 some fixes.
11904
11905Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11906
11907 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011908 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011909 based on the python XmlTextReader interface.
11910
11911Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11912
11913 * tree.c: backing out one change in the last patch which broke the
11914 regression tests
11915
11916Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11917
11918 * global.data globals.c tree.c include/libxml/globals.h: applied
11919 an old patch from Lukas Schroeder to track node creation and
11920 destruction. Probably missing a lot of references at the moment
11921 and not usable reliably.
11922
11923Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11924
11925 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
11926 from doc/news.html and a stylesheet
11927
11928Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11929
11930 * xmlreader.c python/tests/reader.py: fixed another couple of
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011931 xmlreader bugs reported by Stéphane Bidoul and added tests.
William M. Brack11be2d02007-01-24 19:17:19 +000011932
11933Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11934
11935 * xmlreader.c python/tests/reader2.py: fixed another validity
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011936 checking in external parsed entities raised by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011937 and added a specific regression test.
11938 * python/tests/reader3.py: cleanup
11939
11940Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11941
11942 * xmlreader.c python/tests/reader2.py: fixed a problem with
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011943 validation within entities pointed by Stéphane Bidoul, augmented
William M. Brack11be2d02007-01-24 19:17:19 +000011944 the tests to catch those.
11945
11946Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11947
11948 * python/generator.py: modified the generator to allow keeping
11949 class references when creating new classes, needed to fix a bug
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011950 pointed by Stéphane Bidoul where the input buffer of the
William M. Brack11be2d02007-01-24 19:17:19 +000011951 xmlTextReader instance gets destroyed if the python wrapper for
11952 the input is not referenced anymore.
11953
11954Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11955
11956 * xmlreader.c python/tests/reader.py: fixed another pair of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011957 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
William M. Brack11be2d02007-01-24 19:17:19 +000011958
11959Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11960
11961 * xmlreader.c python/tests/reader.py: fixed another problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011962 pointed by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011963
11964Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11965
11966 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11967 with "<a/>"
11968
11969Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11970
11971 * SAX.c: warn on xmlns:prefix="foo"
11972 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11973 for namespace attributes handling.
11974
11975Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11976
11977 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11978 a really nasty problem raised by a DocBook XSLT transform
11979 provided by Sebastian Bergmann
11980
11981Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11982
11983 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011984 by Stéphane Bidoul and integrated it into the tests
William M. Brack11be2d02007-01-24 19:17:19 +000011985
11986Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11987
11988 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11989 extended the XmlTextReader API a bit, addding accessors for
11990 the current doc and node, and an entity substitution mode for
11991 the parser.
11992 * python/libxml.py python/libxml2class.txt: related updates
11993 * python/tests/Makefile.am python/tests/reader.py
11994 python/tests/reader2.py python/tests/reader3.py: updated a bit
11995 the old tests and added a new one to test the entities handling
11996
11997Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11998
11999 * python/generator.py python/libxml2class.txt
12000 python/tests/reader.py python/tests/reader2.py: changed the
12001 generator to provide casing for the XmlTextReader similar to
12002 C# so that examples and documentation are more directly transposable.
12003 Fixed the couple of tests in the suite.
12004
12005Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
12006
12007 * doc/guidelines.html: added a document on guildeline for
12008 publishing and deploying XML
12009
12010Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12011
12012 * valid.c xmlreader.c: final touch running DTD validation
12013 on the XmlTextReader
12014 * python/tests/Makefile.am python/tests/reader2.py: added a
12015 specific run based on the examples from test/valid/*.xml
12016
12017Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
12018
12019 * python/libxml.py: added a few predefined xmlTextReader parser
12020 configuration values.
12021
12022Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12023
12024 * python/libxml_wrap.h: trying to fix #102037
12025
12026Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12027
12028 * SAX.c: fixing bug #95296, when the predefined entities
12029 are redefined in the DTD the default one must be used
12030 instead anyway.
12031
12032Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
12033
12034 * doc/xmllint.xml
12035 * doc/xmllint.1
12036 Add discussion of XML_DEBUG_CATALOG to xmllint man
12037 page - bug #100907
12038
12039Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12040
12041 * xmlreader.c: Fixed the empty node detection to avoid reporting
12042 an inexistant close tag.
12043
12044Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12045
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012046 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000012047 for Python 2.1
12048
12049Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12050
12051 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
12052
12053Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12054
12055 * doc/libxml2-api.xml python/tests/reader.py: one really need
12056 to provide the base URI information when creating a reader parser
12057 from an input stream. Updated the API and the example using it.
12058
12059Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12060
12061 * testReader.c xmlreader.c valid.c include/libxml/tree.h
12062 include/libxml/valid.h include/libxml/xmlreader.h: working on
12063 DTD validation on top of xml reader interfaces. Allows to
12064 validate arbitrary large instances. This required some extensions
12065 to the valid module interface and augmenting the size of xmlID
12066 and xmlRef structs a bit.
12067 * uri.c xmlregexp.c: simple cleanup.
12068
12069Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12070
12071 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
12072 work on the xml reader interfaces.
12073 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
12074 Web page for the Windows binaries.
12075
12076Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12077
12078 * xmlIO.c: applied a patch for VMS following the report by
12079 Nigel Hall
12080
12081Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12082
12083 * parser.c: the parseStartTag bug fix wasn't complete.
12084
12085Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12086
12087 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
12088 parseStartTag, fixing it.
12089 * test/att4 result/att4 result/noent/att4: adding the test
12090 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12091 more methods to XmlTextReader.
12092
12093Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12094
12095 * win32/libxml2.def.src: added more xml reader exports
12096 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
12097 to the build
12098
12099Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
12100
12101 * doc/tutorial/xmltutorial.xml
12102 plus generated html and pdf
12103 Updating tutorial again based on further comments from Niraj
12104 Tolia on the last iteration
12105
12106Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
12107
12108 * doc/tutorial/xmltutorial.xml
12109 * doc/tutorial/includekeyword.c
12110 * doc/tutorial/includegetattribute.c
12111 plus generated html and pdf
12112 Adding fix from Niraj Tolia to tutorial to properly free memory.
12113
12114Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12115
12116 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12117 more methods of XmlTextReader.
12118 * python/libxml2class.txt python/tests/reader.py: this increased the
12119 methods in the bndings, augmented the test to check those new
12120 functions.
12121
12122Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12123
12124 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
12125 methods of XmlTextReader.
12126 * python/generator.py python/libxml_wrap.h python/types.c
12127 python/libxml2class.txt: added the reader to the Python bindings
12128 * python/tests/Makefile.am python/tests/reader.py: added a specific
12129 test for the Python bindings of the Reader APIs
12130 * parser.c: small cleanup.
12131
12132Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12133
12134 * xinclude.c: fallback was only copying the first child not the
12135 full child list of the fallback element, closes #89684 as reopened
12136 by Bernd Kuemmerlen
12137
12138Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12139
12140 * win32/libxml2.def.src: exported htmlNodeDumpOutput
12141
12142Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12143
12144 * configure.in: preparing release of 2.4.30
12145 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
12146 gives enum values, fix functype return type, put back fields in
12147 structs
12148 * doc/*: updated the docs rebuilt
12149
12150Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12151
12152 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
12153 about htmlNodeDumpOutput location.
12154 * xpath.c: removed an undefined function signature
12155 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
12156 too many symbols in the API breaking the python bindings.
12157 Updated with the libxslt/libexslt changes.
12158
12159Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12160
12161 * configure.in: preparing release of 2.4.29
12162 * doc/*: rebuilt the docs and API
12163 * xmlreader.c: a few more fixes for the XmlTextReader API
12164
12165Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12166
12167 * include/win32config.h: applied mingw patch from Magnus Henoch
12168
12169Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12170
12171 * catalog.c doc/libxml2-api.xml: a bit more cleanup
12172
12173Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12174
12175 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
12176 building Python script, does the C parsing directly, generates
12177 a better API description including structure fieds defs and
12178 enums. Still a couple of bugs, but good enough for the python
12179 wrappers now.
12180 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
12181 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
12182 include/libxml/schemasInternals.h include/libxml/tree.h: more
12183 cleanup based on the python analysis script reports.
12184 * libxml.spec.in: make sure the API XML description is part of the
12185 devel package.
12186
12187Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12188
12189 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
12190 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
12191 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
12192 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
12193 code cleanup, especially the function comments.
12194 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
12195
12196Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12197
12198 * Makefile.am xmlreader.c include/libxml/Makefile.am
12199 include/libxml/xmlreader.h: Adding a new set of APIs based on
12200 the C# TextXmlReader API but converted to C. Allow to parse
12201 in constant memory usage, far simpler to program and explain
12202 than the SAX like APIs, unfinished but working.
12203 * testReader.c: test program
12204
12205Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12206
12207 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
12208
12209Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12210
12211 * tree.c: Chip turner indicated that XHTML1 serialization
12212 rule for style actually break on both IE and Mozilla,
12213 try to avoid the rule if escaping ain't necessary
12214
12215Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12216
12217 * nanhttp.c: handle HTTP URL escaping, problem reported by
12218 Glen Nakamura and Stefano Zacchiroli
12219
12220Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12221
12222 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
12223
12224Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12225
12226 * uri.c: Johann Richard pointed out some XPointer problems for
12227 URN based URI references in XInclude. Modified the URI parsing
12228 and saving routines to allow correct parsing and saving of
12229 XPointers, especially when attached to "opaque" scheme accordingly
12230 to RFC 2396
12231
12232Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12233
12234 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
12235 of refactoring to the HTML saving code.
12236 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
12237 in the doc.
12238
12239Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12240
12241 * tree.c include/libxml/tree.h: refactored the XML dump of a node
12242 to a buffer API to reuse the generic dump to an OutputIO layer,
12243 this reduces code, fixes xmlNodeDump() for XHTML, also made
12244 xmlNodeDump() now return the number of byte written.
12245
12246Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
12247
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012248 * python/setup.py.in: another patch from Stéphane Bidoul for
William M. Brack11be2d02007-01-24 19:17:19 +000012249 Python bindings on Windows
12250 * doc/parsedecl.py: small cleanup
12251
12252Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12253
12254 * libxml.spec.in configure.in: add a line in %changelog for releases
12255
12256Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12257
12258 * parser.c: patch from Marcus Clarke fixing a problem in entities
12259 parsing that was detected in KDe documentations environment.
12260
12261Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12262
12263 * python/libxml.c (libxml_prev): Return the previous as opposed to
12264 the next node (I guess this is the result of some cut & paste programming:)
12265
12266Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12267
12268 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
12269
12270Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12271
12272 * python/generator.py python/libxml.c python/setup.py.in: trying
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012273 to fix the Python bindings build on Windows (Stéphane Bidoul)
William M. Brack11be2d02007-01-24 19:17:19 +000012274
12275Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12276
12277 * win32/configure.js: added option for python bindings
12278 * win32/libxml2.def.src: added more exports
12279
12280Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12281
12282 * win32/Makefile.mingw: fixed unresolved symbols when linking with
12283 pthreads
12284 * win32/wince/*: applied updates to Windows CE port from Javier
12285
12286Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12287
12288 * configure.in: preparing 2.4.28
12289 * libxml.spec.in doc/Makefile.am: some cleanup
12290 * doc/*: updated the news and regenerated.
12291
12292Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12293
12294 * HTMLparser.c: final touch at closing #87235 </p> end tags
12295 need to be generated.
12296 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
12297 this change slightly the output of a few tests
12298 * doc/*: regenerated
12299
12300Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12301
12302 * parserInternals.c: fixing bug #99190 when UTF8 document are
12303 parsed using the progressive parser and the end of the chunk
12304 is in the middle of an UTF8 multibyte character.
12305
12306Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12307
12308 * threads.c: fixed initialization problem in xmlNewGlobalState
12309 which was causing crash.
12310 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
12311 in xmlInitializeGlobalState.
12312 * parserInternals.c: cleaned up ctxt->sax initialisation.
12313
12314Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12315
12316 * tree.c include/libxml/tree.h: modified the existing APIs
12317 to handle XHTML1 serialization rules automatically, also add
12318 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
12319 libxslt serialization uses it when needed without changing
12320 the library API.
12321 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
12322 result/xhtml1: added a new test specifically for xhtml1 output
12323 and updated the result of one XHTML1 test
12324
12325Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12326
12327 * xinclude.c parserInternals.c encoding.c: fixed #99082
12328 for xi:include encoding="..." support on text includes.
12329 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
12330 test/XInclude/ents/isolatin.txt : added a specific regression test
12331 * python/generator.py python/libxml2class.txt: fixed the generator
12332 the new set of comments generated for doc/libxml2-api.xml were
12333 breaking the python generation.
12334
12335Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12336
12337 * doc/Makefile.am: repair some problem if gtk-doc fail or such
12338 * configure.in: patch for Solaris on new autoconf closes #98880
12339 * doc/parsedecl.py: repair the frigging API building script,
12340 did I say that python xmllib sucks ?
12341 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
12342 and some comment are no more truncated.
12343
12344Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12345
12346 * parser.c: Martin Stoilov pointed out a potential leak in
12347 xmlCreateMemoryParserCtxt
12348
12349Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12350
12351 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
12352 included in HTML documents and using the push parser.
12353
12354Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12355
12356 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
12357 specified, look for the Python interpreter not just in the
12358 specified root but also in the specified location. Fixes #98825
12359
12360Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12361
12362 * python/libxml.c: fixing bug #98792 , node may have no doc
12363 and dereferencing without checking ain't good ...
12364
12365Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12366
12367 * configure.in: preparing release 2.4.27
12368 * doc/* : updated and rebuilt the docs
12369 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
12370 and all the docs are actually packaged and in the final RPMs
12371 * parser.c parserInternals.c include/libxml/parser.h: restore
12372 xmllint --recover feature.
12373
12374Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12375
12376 * parser.c xpath.c: fixing #96925 wich was also dependent on the
12377 processing of parsed entities, and XPath computation on sustitued
12378 entities.
12379 * testXPath.c: make sure entities are substitued.
12380
12381Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12382
12383 * parser.c: fixed #96594, which was totally dependent on the
12384 processing of internal parsed entities, which had to be changed.
12385
12386Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12387
12388 * Makefile.am python/Makefile.am python/tests/Makefile.am:
12389 trying to fix bug #98517 about building outside the source tree
12390 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
12391
12392Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12393
12394 * include/win32config.h: cleanup
12395 * win32/Makefile.mingw: integrated mingw in JScript configure
12396 * win32/Makefile.msvc: modified to allow mingw coexistence
12397 * win32/configure.js: integrated mingw
12398 * win32/Readme.txt: cleanup
12399
12400Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12401
12402 * HTMLparser.c: strengthen the guard in the Pop macros,
12403 like in the XML parser, closes bug #97315
12404
12405Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12406
12407 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
12408 callback is never used.
12409
12410Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12411
12412 * parserInternals.c: fixed the initialization of the SAX structure
12413 which was breaking xsltproc
12414 * xpath.c: patch from Petr Pajas for CDATA nodes
12415 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
12416 * parser.c include/libxml/parser.h: patch from Peter Jones
12417 removing a leak in xmlSAXParseMemory() and adding the
12418 function xmlSAXParseMemoryWithData()
12419
12420Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
12421
12422 adding pdf of tutorial, changing web page to link to it
12423 * doc/tutorial/xmltutorial.pdf
12424 * doc/xml.html
12425 * doc/docs.html
12426
12427Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
12428
12429 * doc/tutorial/ar01s08.html
12430 adding file what I forgot for tutorial
12431
12432Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
12433
12434 Adding encoding discussion to tutorial
12435 Added:
12436 * doc/tutorial/images/*.png: DocBook admonition image files
12437 * doc/tutorial/apf.html, apg.html: new generated html
12438 * doc/tutorial/includeconvert.c: conversion code entity file
12439 changed:
12440 * doc/tutorial/xmltutorial.xml: DocBook original
12441 * doc/tutorial/*.html: generated html
12442
12443Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12444
12445 * include/libxml/*.h: retired xmlwin32version.h
12446 * doc/Makefile.am: retired xmlwin32version.h
12447 * win32/configure.js: retired xmlwin32version.h
12448
12449Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12450
12451 * win32/libxml2.def.src: exported additional symbols
12452 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
12453 sisterhood
12454
12455Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12456
12457 * globals.c: fixed a typo pointed out by Igor
12458 * xpath.c: try to speed up node compare using line numbers
12459 if available.
12460
12461Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12462
12463 * tree.c: make xmlFreeNode() handle attributes correctly.
12464
12465Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12466
12467 * catalog.c: completed the #96963 fix, as reported by Karl
12468 Eichwalder
12469
12470Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12471
12472 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
12473
12474Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12475
12476 * Makefile.am: switched the order of a couple of includes
12477 to fix bugs #97100
12478
12479Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12480
12481 * catalog.c: fixed bug #96963, reverted to the old behaviour of
12482 xmlLoadCatalogs that used to separate directories with a ':'.
12483
12484Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12485
12486 * threads.c: improvements to the Windows-side of thread handling
12487 * testThreads.c: conditionally excluded unistd.h
12488 * testThradsWin32.c: broke overlong lines
12489 * include/win32config.h: adapted thread-related macros to the new
12490 scheme and for pthreads on Windows
12491 * win32/Makefile.msvc: introduced a more flexible thread build,
12492 added testThreads[Win32].c to the build
12493 * win32/configure.js: introduced a more flexible thread config
12494
124952002-10-31 John Fleck <jfleck@inkstain.net>
12496
12497 * doc/xml.html (and, by implication, FAQ.html)
12498 added UTF-8 conversaion FAQ from Marcus Labib Iskander
12499
12500Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12501
12502 * configure.in: removed xmlwin32version.h
12503 * include/libxml/Makefile.am: removed xmlwin32version.h
12504
12505Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12506
12507 * tree.c: applied patch from Brian Stafford to fix a bug
12508 in xmlReconciliateNs()
12509
12510Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12511
12512 * tree.c: applied patch from Christian Glahn to allow
12513 xmlNewChild() on document fragment nodes
12514
12515Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12516
12517 * parser.c: Christian Glahn found a problem with a recent
12518 patch to xmlParseBalancedChunkMemoryRecover()
12519 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
12520 problems
12521 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
12522 test/schemas/seq*: added the test cases from Charles
12523
12524Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12525
12526 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
12527 serious cleanup of the spec file and associated changes
12528 in the Makefiles.
12529 * valid.c: try to remove some warnings on x86_64
12530
12531Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12532
12533 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
12534 fix bug #96586
12535
12536Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12537
12538 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12539 parsing, applied his patch
12540 * result/HTML/attrents.html result/HTML/attrents.html.err
12541 result/HTML/attrents.html.sax test/HTML/attrents.html:
12542 added the test and result case provided by Mikhail Sogrine
12543
12544Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12545
12546 * vms/build_libxml.com vms/config.vms vms/readme.vms
12547 include/libxml/parser.h include/libxml/parserInternals.h
12548 include/libxml/tree.h include/libxml/xmlIO.h
12549 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12550 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
12551 Applied the VMS update patch from Craig A. Berry
12552 * doc/*.html: update
12553
12554Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12555
12556 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
12557
12558Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12559
12560 * debugXML.c: adding a grep command to --shell in xmllint
12561 for T.V. Raman
12562
12563Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12564
12565 * xmlcatalog.c: tried to fix some of the problem with --sgml
12566
12567Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
12568
12569 * parser.c: tried to fix bug #91500 where doc->children may
12570 be overriden by a call to xmlParseBalancedChunkMemory()
12571
12572Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12573
12574 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
12575 identifiers in SGML catalogs containing '&'
12576
12577Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12578
12579 * python/types.c: fixed bugs when passing result value tree
12580 to Python functions.
12581
12582Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12583
12584 * configure.in: preparing the release of 2.4.26
12585 * doc/*: updated and rebuilt the documentation
12586
12587Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12588
12589 * parser.c: fixed a XML Namespace compliance bug reported by
12590 Alexander Grimalovsky
12591
12592Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12593
12594 * HTMLtree.c: fixed serialization of script and style when
12595 they are not lowercase (i.e. added using the API to the tree).
12596
12597Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12598
12599 * valid.c: make xmlValidateDocument emit a warning msg if there
12600 is no DTD, pointed by Christian Glahn
12601
12602Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12603
12604 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
12605 content model when some of the blocks have min or max, and a couple
12606 of bugs found in the process.
12607 * result/schemas/list0* test/schemas/list0*: added some specific
12608 regression tests
12609
12610Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
12611
12612 * README: updated the contact informations
12613
12614Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12615
12616 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12617 misses it, reported by Peter Bray.
12618
12619Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12620
12621 * tree.c: investigating xmlNodeGetContent() on namespace nodes
12622 and removed a few warnings
12623
12624Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
12625
12626 * parser.c: Christian Glahn found a small bug in the push parser.
12627 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
12628 public
12629
12630Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12631
12632 * xmlschemas.c include/libxml/xmlschemas.h: added
12633 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
12634 * testSchemas.c: added --memory to test the new interface
12635
12636Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12637
12638 * doc/index.py doc/search.php: integrated the XSLT indexing,
12639 a few fixed in the indexer, added a scope selection at the
12640 search level.
12641
12642Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12643
12644 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
12645 this was due to uninitialized parts of the validation context
12646
12647Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12648
12649 * debugXML.c: applied patch from Mark Vakoc except the API
12650 change, preserved it.
12651 * doc/*: updated the docs to point to the search engine for
12652 information lookup or before bug/help reports.
12653
12654Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12655
12656 * doc/index.py doc/search.php: added mailing-list archives
12657 indexing and lookup
12658
12659Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12660
12661 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
12662
12663Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12664
12665 * doc/index.py: improved HTML indexing
12666 * doc/search.php: make the queries also lookup the HTML based indexes
12667
12668Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12669
12670 * doc/index.py: added HTML page indexing
12671
12672Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12673
12674 * xmlIO.c: extended Windows path normalisation to fix the base
12675 problem in libxslt.
12676 * catalog.c: fixed list handling in XML_CATALOG_FILES
12677
12678Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12679
12680 * valid.c: typo/bug found by Christian Glahn
12681
12682Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12683
12684 * xmlIO.c: applied Windows CE patch from Javier.
12685 * win32/wince: new directory, contains support for the PocketPC
12686 with Windows CE from Javier.
12687 * include/win32config.h: reorganised, removed duplicate
12688 definitions and applied WinCE patch from Javier.
12689 * include/wsockcompat.h: new file, now contains WinSock
12690 compatibility macros.
12691 * win32/Makefile.msvc: introduced double-run compilation.
12692
12693Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12694
12695 * configure.in include/libxml/xmlwin32version.h: preparing release
12696 of 2.4.25
12697 * doc/*: updated and regenerated teh docs and web pages.
12698
12699Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12700
12701 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12702 error were not covering namespace declarations.
12703 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12704 it was missing the attribute declaration for the namespace
12705 * result/VC/NS3: the fix now report breakages in that test
12706
12707Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12708
12709 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12710
12711Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12712
12713 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12714 and regenerated the docs and web site
12715
12716Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12717
12718 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12719 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12720 not before
12721
12722Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12723
12724 * python/generator.py python/libxml2class.txt: fixed a stupid error
12725 breaking the python API
12726
12727Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12728
12729 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12730 triostr.c triostr.h: applied a trio update patch from
12731 Bjorn Reese which should work with MinGW
12732
12733Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12734
12735 * tree.c: improving some documentation comments
12736 * xmlregexp.c: found and fixed a mem leak with python regression tests
12737 * doc/*: rebuilt the doc and the API XML file including the
12738 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12739 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12740 python/types.c: added access to the XML Schemas regexps from
12741 python
12742 * python/tests/Makefile.am python/tests/regexp.py: added a
12743 simple regexp bindings test
12744
12745Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12746
12747 * doc/xml.html:
12748 fixing ftp links - thanks to Vitaly Ostanin
12749
12750Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12751
12752 * xmlregexp.c: fixed the data callback on transition functionality
12753 which was broken when using the compact form
12754 * result/schemas/*: updated the results, less verbose, all tests
12755 pass like before
12756 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12757 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12758 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12759 annoying warnings
12760 * xpath.c: try to provide better error report when possible
12761
12762Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12763
12764 * Makefile.am: fixed a breakage raised by Jacob
12765
12766Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12767
12768 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12769 which don't use sockets
12770
12771Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12772
12773 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12774 * win32/configure.js: applied zlib patch from Daniel Gehriger
12775
12776Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12777
12778 * win32/configure.js: applied the patch from Mark Vakoc for
12779 regexp support
12780 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12781 for regexp support
12782
12783Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12784
12785 * xmlschemastypes.c: as pointed by Igor Float and Double
12786 parsing ain't finished yet
12787
12788Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12789
12790 * Makefile.am configure.in: trying to fix #88412 by bypassing
12791 all the python subdir if python ain't detected
12792
12793Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12794
12795 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12796 made configuring with regexps/automata/unicode the default
12797 but without schemas ATM
12798 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12799 fixed the regexp based DTD validation performance and memory
12800 problem by switching to a compact form for determinist regexps
12801 and detecting the determinism property in the process. Seems
12802 as fast as the old DTD validation specific engine :-) despite
12803 the regexp built and compaction process.
12804
12805Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12806
12807 * valid.c: determinism is debugged, new DTD checking code now works
12808 but xmlFAComputesDeterminism takes far too much CPU and the whole
12809 set usues too much memory to be really usable as-is
12810
12811Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12812
12813 * tree.c: fixed another stupid bug in xmlGetNodePath()
12814 * xmllint.c: --version now report the options compiled in
12815
12816Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12817
12818 * HTMLparser.c: small cleanup
12819 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12820 when configured with them. A bit of debugging around the determinism
12821 checks is still needed
12822
12823Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12824
12825 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12826
12827Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12828
12829 * xmlIO.c: small portability glitch fixed.
12830
12831Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12832
12833 * xmlschemastypes.c: incomplete steps for real/double support
12834 * testAutomata.c include/libxml/xmlautomata.h
12835 include/libxml/xmlregexp.h: avoiding a compilation problem
12836 * valid.c include/libxml/valid.h: starting the work toward using
12837 the regexps for actual DTD validation
12838
12839Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12840
12841 * hash.c: cosmetic cleanup
12842 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12843 integrating a DTD validation layer based on the regexps
12844
12845Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12846
12847 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12848 the determinism was tested before eliminating the epsilon
12849 transitions :-(
12850
12851Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12852
12853 * python/generator.py python/libxml.c python/libxml.py
12854 python/libxml2-python-api.xml python/libxml2class.txt
12855 python/libxml_wrap.h python/types.c: updated the python
12856 bindings, added code for easier File I/O, and the ability to
12857 define a resolver from Python fixing bug #91635
12858 * python/tests/Makefile.am python/tests/inbuf.py
12859 python/tests/outbuf.py python/tests/pushSAXhtml.py
12860 python/tests/resolver.py python/tests/serialize.py: updated
12861 and augmented the set of Python tests.
12862
12863Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12864
12865 * win32/configure.js: added more readme info for the binary
12866 package.
12867
12868Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12869
12870 * xmlIO.c: fixed a stupid out of bound array error
12871
12872Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12873
12874 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12875 messing around with support for Windows path, cleanups,
12876 trying to identify and fix the various code path to the
12877 filename access. Added xmlNormalizeWindowsPath()
12878
12879Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12880
12881 * error.c valid.c: working on better error reporting of validity
12882 errors, especially providing an accurate context.
12883 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12884 error reports in those cases.
12885
12886Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12887
12888 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12889 parser.c parserInternals.c xmlIO.c: get rid of all the
12890 perror() calls made in the library execution paths. This
12891 should fix both #92059 and #92385
12892
12893Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12894
12895 * xmllint.c: memory leak reporting was broken after a change
12896 of the preprocessor symbol used to activate it.
12897
12898Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12899
12900 * tree.c: try to make the copy function work for node of
12901 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12902 DOM layers though, not libxml2 itself.
12903
12904Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12905
12906 * valid.c: try to provide file and line informations, not all
12907 messages are covered, but it's a (good) start
12908
12909Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12910
12911 * xinclude.c: reimplemented a large part of the XInclude
12912 processor, trying to minimize resources used, James Henstridge
12913 provided a huge test case which was exhibiting severe memory
12914 consumption problems.
12915
12916Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12917
12918 * python/Makefile.am: applied patch from Christophe Merlet to
12919 reestablish DESTDIR
12920
12921Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
12922
12923 * libxml.spec.in: fixes libary path for x86_64 AMD
12924
12925Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
12926
12927 * doc/tutorial/includekeyword.c
12928 * doc/tutorial/xmltutorial.xml:
12929 (plus resulting generated html files)
12930 fixing one spot I missed in the tutorial where I hadn't freed
12931 memory properly
12932
12933Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12934
12935 * doc/tutorial/includeaddattribute.c
12936 * doc/tutorial/includeaddkeyword.c
12937 * doc/tutorial/includegetattribute.c
12938 * doc/tutorial/includekeyword.c
12939 * doc/tutorial/xmltutorial.xml
12940 * doc/tutorial/*.html:
12941 update tutorial to properly free memory (thanks to Christopher
12942 R. Harris for pointing out that this needs to be done)
12943 * doc/tutorial/images/callouts/*.png:
12944 added image files so the callouts are graphical, making it
12945 easier to read ( use "--param callout.graphics 1" to generate
12946 html with graphical callouts)
12947
12948Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12949
12950 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12951 nice logos generated by Marc Liyanage
12952 * doc/site.xsl *.html: changed the stylesheet to show the new
12953 logo and regenerated the pages
12954
12955Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12956
12957 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12958
12959Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12960
12961 * xpath.c: possible mem leak patch from Jason Adams
12962
12963Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12964
12965 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12966 in the XQuery namespace
12967 * configure.in: preparing 2.4.24
12968 * doc/*.html: updated the web pages
12969
12970Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12971
12972 * python/generator.py: closing bug #85258 by generating conditional
12973 compile check to avoid linking to routines not configured in.
12974
129752002-08-22 Havoc Pennington <hp@pobox.com>
12976
12977 * autogen.sh: update error message for missing automake
12978
12979Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12980
12981 * python/Makefile.am: typo in target name resulted in libxml2.py
12982 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12983
12984Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12985
12986 * win32/win32/Makefile.mingw: updated with version from
12987 Elizabeth Barham at http://soggytrousers.net/repository/
12988
12989Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12990
12991 * win32/Makefile.msvc: added the prefix location to the include
12992 and lib search path.
12993
129942002-08-18 Havoc Pennington <hp@pobox.com>
12995
12996 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12997 both automake 1.6 and 1.4 installed get the right automake. Means
12998 compilation from CVS will now require the latest automake 1.4
12999 release, or manually creating symlinks called "automake-1.4" and
13000 "aclocal-1.4"
13001
13002Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13003
13004 * configure.in python/Makefile.am: more AMD 64 induced changes from
13005 Frederic Crozat
13006
13007Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13008
13009 * xinclude.c: oops I was missing the xml:base fixup too
13010 * result/XInclude/*.xml: this adds xml:base attributes to most
13011 results of the tests
13012
13013Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
13014
13015 * xinclude.c: quick but apparently working implementation of
13016 xi:fallback, should close bug #89684
13017 * Makefile.am test/XInclude/docs/fallback.xml
13018 result/XInclude/fallback.xml: added a basic test for fallback,
13019 and run with --nowarning to avoid a spurious warning
13020 * configure.in: applied patch from Frederic Crozat for python
13021 bindings on AMD 64bits machines.
13022
13023Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
13024
13025 * parser.c: xmlSAXUserParseMemory() really ought to fail if
13026 the caller don't pass a SAX callback block.
13027
13028Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13029
13030 * tree.c: applied the same fix for the XML-1.0 namespace to
13031 xmlSearchNsByHref() as was done for xmlSearchNs()
13032
13033Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
13034
13035 * libxml.3: small cleanup of the man page
13036 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
13037 when serializing HREF attributes generated by XSLT.
13038
13039Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13040
13041 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
13042 version of Marc Liyanage' patch for boolean attributes in HTML
13043 output
13044
13045Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
13046
13047 * python/tests/serialize.py: fixed the test results, indenting
13048 behaviour changed slightly
13049
13050Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
13051
13052 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
13053 new c14n function to Windows def files
13054
13055Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
13056
13057 * c14n.c: fixed a memory leak in c14n code
13058
13059Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
13060
13061 * parser.c include/libxml/parser.h: adding a new API for Christian
13062 Glahn: xmlParseBalancedChunkMemoryRecover
13063 * valid.c: patch from Rick Jones for some grammar cleanup in
13064 validation messages
13065 * result/VC/* result/valid/*: this slightly change some of the
13066 regression tests outputs
13067
13068Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
13069
13070 * tree.c: trying to fix a problem in namespaced attribute handling
13071 raised by Christian Glahn
13072
13073Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13074
13075 * encoding.c include/libxml/encoding.h: Opening the interface
13076 xmlNewCharEncodingHandler as requested in #89415
13077 * python/generator.py python/setup.py.in: applied cleanup
13078 patches from Marc-Andre Lemburg
13079 * tree.c: fixing bug #89332 on a specific case of loosing
13080 the XML-1.0 namespace on xml:xxx attributes
13081
13082Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
13083
13084 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
13085 corner case from new Merlin's test suite and added a callback
13086 that will be used to improve xmlsec performance
13087
13088Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
13089
13090 * HTMLtree.c: trying to fix the <style> escaping problem in
13091 HTML serialization bug #89342
13092
13093Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
13094
13095 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
13096 and rebuilt the web site.
13097
13098Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
13099
13100 * include/libxml/tree.h: added _private member to xmlNs struct
13101
13102Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
13103
13104 * HTMLparser.c: fixing bug #84876 based on the xml working
13105 code.
13106
13107Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13108
13109 * python/Makefile.am: enhanced to fix bug 72012 (errors
13110 when using '-jX' make parameter)
13111
13112Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13113
13114 * xpath.c: small additional enhancement for booleans
13115 compared to nodesets
13116
13117Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13118
13119 * HTMLtree.c: changed the order of the encoding declaration
13120 attributes in the meta tags due to a bug in IE/Mac
13121
13122Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13123
13124 * xpath.c: enhanced handling of booleans (especially '='
13125 and '!=' for nodesets) - fixes bug 85256. Added new
13126 routine xmlXPathNotEqualValues for more proper handling
13127 of '!=' when nodesets are involved.
13128
13129Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13130
13131 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
13132 doc/xmlcatalog_man.xml to the source distribution
13133
13134Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13135
13136 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
13137 asked for this.
13138
13139Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
13140
13141 * configure.in: preparing 2.4.23
13142 * doc/*: rebuilt the docs
13143
13144Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
13145
13146 * parser.c: fixing bug #84169 by fixing the
13147 comment of xmlCreatePushParserCtxt to describe the
13148 encoding detection parameters better.
13149
13150Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13151
13152 * valid.c: fixing bug #79331 in one path the lookup for
13153 ID attributes on a namespaced node wasn't handled correctly :-\
13154
13155Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13156
13157 * HTMLparser.c: trying to fix 87235 about discarded white
13158 spaces in the HTML parser.
13159 * result/HTML/*: this changes the output of a number of HTML
13160 regression tests
13161
13162Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13163
13164 * xpath.c: applied patch from Richard Jinks for the namespace
13165 axis + fixed a memory error.
13166 * parser.c parserInternals.c: applied patches from Peter Jacobi
13167 removing ctxt->token for good.
13168 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
13169 popped out by the regression tests.
13170 * Makefile.am: patch for threads makefile from Gary Pennington
13171
13172Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13173
13174 * xpath.c: enhanced behaviour of position() after usage of
13175 expressions involving preceding-sibling (et al).
13176
13177Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13178
13179 * hash.c: applied a patch from Peter Jacobi to solve a problem
13180 when compiling with the Watcom C on Win32
13181 * result/schemas/*.err: the change of hashing algo generated
13182 permutations in the output
13183
13184Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13185
13186 * hash.c: applied patch from Sander Vesik improving the quality of
13187 the hash function.
13188
131892002-06-14 Aleksey Sanin <aleksey@aleksey.com>
13190
13191 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
13192 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
13193 xmllint.c xpath.c: replaced sprintf() with snprintf()
13194 to prevent possible buffer overflow (the bug was pointed
13195 out by Anju Premachandran)
13196
13197Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13198
13199 * parser.c: removed an uninitialized data error popped by valgrind
13200 on PE references
13201
13202Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
13203
13204 * doc/xml.html
13205 adding tutorial reference to the web page
13206
13207Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
13208
13209 * doc/tutorial/xmltutorial.xml
13210 * doc/tutorial/ar01s07.html
13211 * doc/tutorial/ape.html
13212 * doc/tutorial/includegetattribute.c
13213 adding section to tutorial about retrieving an attribute
13214 value
13215
13216Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13217
13218 * parser.c: applied a couple of patches from Peter Jacobi to start
13219 to get rid of ctxt->token, with a possible significant speed
13220 improvement to be gained once done. Better compliance with PE
13221 references constructs in DTDs too.
13222 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
13223 from Peter too
13224
13225Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13226
13227 * parser.c: Babak Vahedipour-Kunze reported that openTag in
13228 xmlParseElement was likely to have been deallocated at the
13229 time of the report, possibly leading to segfault. Just report
13230 the tag name now.
13231
13232Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13233
13234 * xpath.c: patch from Richard Jinks for XPath substring() function
13235 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
13236
132372002-06-06 Aleksey Sanin <aleksey@aleksey.com>
13238
13239 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
13240
13241Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
13242
13243 *doc/FAQ.html
13244 fixing typos in FAQ, thanks to Robert Funnell for the
13245 editing help
13246
13247Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13248
13249 * NEWS: got complaints from rpmlint that it was empty
13250
13251Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
13252
13253 * added doc/tutorial, including:
13254 apa.html
13255 apb.html
13256 apc.html
13257 apd.html
13258 ar01s02.html
13259 ar01s03.html
13260 ar01s04.html
13261 ar01s05.html
13262 ar01s06.html
13263 includeaddattribute.c
13264 includeaddkeyword.c
13265 includekeyword.c
13266 includestory.xml
13267 index.html
13268 xmltutorial.xml
13269 libxml tutorial, including generated html
13270
13271Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
13272
13273 * result/c14n/exc-without-comments/merlin-c14n-two-*
13274 result/c14n/without-comments/merlin-c14n-two-*
13275 test/c14n/exc-without-comments/merlin-c14n-two-*
13276 test/c14n/without-comments/merlin-c14n-two-*
13277 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
13278 c14n/exc-c14n and slightly modified test script to handle
13279 these test cases
13280 * c14n.c: fixed bugs for complicated nodes set (namespace
13281 without node and others from merlin-c14n-two.tar.gz)
13282 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
13283 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
13284 for xmlsec performance patch
13285 * xpath.c: fixed self::node() for namespaces and attributes
13286
13287Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
13288
13289 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
13290 but with the format parameter
13291 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
13292
13293Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
13294
13295 * Makefile.am: updated c14n tests suite
13296 * c14n.c: performance improvement for previous c14n patch
13297
13298Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13299
13300 * parser.c: another peroformance patch from Peter Jacobi, that
13301 time on parsing attribute values.
13302
13303Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
13304
13305 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
13306 into LibXML2 test suite
13307
13308Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
13309
13310 * c14n.c: propagating xpath ancesstors node fix to c14n
13311 plus small performance improvement to reduce number of
13312 mallocs
13313 * xpath.c: fixed ancestors axis processing for namespace nodes
13314
13315Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13316
13317 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
13318 Peter Jacobi
13319
13320Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
13321
13322 * configure.in: preparing 2.4.22
13323
13324Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13325
13326 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
13327 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
13328 a public entry point.
13329 * doc/*: rebuilt the API and docs
13330
13331Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
13332
13333 * xpath.c: patch from Richard Jinks to fix a problem introduced
13334 in the previous patch and pointed by Norm
13335
13336Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13337
13338 * libxml.spec.in: fixing bug #81112
13339
13340Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13341
13342 * uri.c: fixing bug #82848
13343
13344Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13345
13346 * result/catalogs/mycatalog.full: Aleksey's commit changed the
13347 output of one catalog test
13348
13349Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13350
13351 * global.data globals.c tree.c include/libxml/globals.h
13352 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
13353 default value for global parameter xmlIndentTreeOutput to 1 and
13354 introduced new global parameter xmlTreeIndentString (the string
13355 used to do one-level indent) with default value " " (as it was
13356 in tree.c)
13357
13358Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13359
13360 * Makefile.am: Merijn Broeren pointed out a problem when compiling
13361 with trio and schemas.
13362
13363Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13364
13365 * xpath.c: patch from Richard Jinks to fix the problem raised in
13366 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
13367
13368Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13369
13370 * xmlschemas.c: a bit of work on import.
13371 * xmlschemastypes.c: Charles Bozeman provided a compare function
13372 for date/time types so min/max facet restrictions should work,
13373 indeterminate comparisons return an error instead of equal.
13374 * test/schemas/date_0* result/schemas/date_0_0: specific test
13375 from Charles Bozeman too
13376
13377Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13378
13379 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
13380 from Christian Cornelssen fixing the man pages and the Catalog
13381 building script.
13382 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
13383 next step is <xs:import> I now have a reasonable understanding
13384 of how it works.
13385
13386Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13387
13388 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
13389
13390Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13391
13392 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
13393
13394Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13395
13396 * xpath.c: fixing an XPath function evalutation bug pointed out
13397 by Alexey Efimov where the context was lost when evaluating
13398 the function arguments
13399
13400Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13401
13402 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
13403 function public for XMLSec performance optimizations
13404
13405Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13406
13407 * python/generator.py python/libxml2class.txt : fixed a problem
13408 with the HTML parser pointed by Gary Benson
13409 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
13410 example
13411
13412Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13413 * parser.c: fixed bug #81159 (memory growth in SAX)
13414
13415Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13416 * xpath.c: fixed bug #78858 (the real fix)
13417
13418Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13419 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
13420
13421Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
13422
13423 * tree.c: modified xmlNodeSetBase to allow changing the
13424 base of a document.
13425
13426Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13427
13428 * xmlschemastypes.c: patch Charles Bozeman for validation of
13429 all the date, time, and duration types
13430 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
13431 * configure.in: fixed an error pointed by an user
13432 * xml2-config.in: fixed an error pointed by an user
13433
13434Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13435
13436 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
13437 win32/libxml2.def.src xmlIO.c: exported default
13438 'file:', 'http:' and 'ftp:' protocols input handlers
13439 and maked protocols comparisson case insensitive
13440
13441Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13442
13443 * configure.in: Neven Has detected a typo
13444
13445Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
13446
13447 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
13448 as one of the persons allowed to commit directly to the
13449 module.
13450
13451Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13452
13453 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
13454 * valid.c: raised a too low limit
13455 * doc/*: rebuilt the docs
13456
13457Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13458
13459 * test/XPath/expr/floats test/XPath/expr/functions
13460 result/XPath/expr/floats result/XPath/expr/functions
13461 xpath.c: another XPath conformance patch from Richard Jinks
13462
13463Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
13464
13465 * xmlschemas.c: fixed validation of attribute groups.
13466 * test/schemas result/schemas: added an example from the primer
13467
13468Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
13469
13470 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
13471 * test/schemas result/schemas: updated the test list
13472
13473Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13474
13475 * TODO: updated a bit
13476 * parser.c: made a comment more specific
13477 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
13478 Schemas conformance.
13479 * test/schemas result/schemas: updated the test list
13480
13481Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13482
13483 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
13484 implementing xs:all with minOccurs = 0
13485 * tes/schemas/* result/schemas/*: added more tests covering
13486 xs:all
13487
13488Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13489
13490 * xmlregexp.c: first implementation of the all particle, this
13491 may need to be revisited for case where not all transitions
13492 must be crossed.
13493
13494Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13495
13496 * tree.c: another entity processing update from Markus Henke
13497
13498Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
13499
13500 * trionan.c: fixed crash on OSF/1
13501
13502Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13503
13504 * xmlschemas.c: more Schemas work
13505 * test/schemas/* result/schemas/*: added more tests coming
13506 from the spec.
13507
13508Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13509
13510 * c14n.c: patch from Aleksey Sanin reflecting a change in the
13511 ExcC14N specification
13512
13513Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13514
13515 * tree.c: patch from Markus Henke, fix for recursive entities.
13516
13517Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13518
13519 * xpath.c: fix a problem with string() on a document node.
13520
13521Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13522
13523 * Makefile.am xmlschemas.c: more Schemas work
13524 * test/schemas/* result/schemas/*: added more tests coming
13525 from the spec.
13526
13527Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13528
13529 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
13530 * result/HTML/*: this changes a few things in the results
13531
13532Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13533
13534 * include/libxml/tree.h: eliminated 'declaration different than
13535 prototype' warning
13536 * include/win32config.h: "resolved" conflicts with errno.h
13537
13538Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
13539
13540 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
13541 on the automata interfaces and debug of counted choices
13542 * test/schemas/* result/schemas/*: added a number of tests
13543
13544Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13545
13546 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
13547 a bit of work on Schemas
13548 * testSchemas.c: try to make it more useful
13549 * test/schemas/* result/schemas/* Makefile.am: changed the
13550 Schemas regression test procedure, started adding a few samples
13551
13552Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13553
13554 * include/libxml/encoding.h: Patch for the Borland C++ builder
13555 * include/libxml/tree.h: Patch for the Borland C++ builder
13556 * threads.c: Patch for the Borland C++ builder
13557 * win32/bcb5: New directory for the Borland C++ builder
13558 project files
13559
13560Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13561
13562 * win32/Makefile.msvc: Update for XML Schema support
13563 * win32/configure.js: Update for XML Schema support
13564 * win32/libxml2.def.src: Update for XML Schema support
13565
13566Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13567
13568 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
13569 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
13570 xmlunicode.c include/libxml/Makefile.am
13571 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
13572 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
13573 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
13574 include/libxml/xmlversion.h.in : merged the current state of
13575 XML Schemas implementation, it is not configured in by default,
13576 a specific --schemas configure option has been added.
13577 * test/automata test/regexp test/schemas Makefile.am
13578 result/automata result/regexp result/schemas:
13579 merged automata/regexp/schemas regression tests
13580
13581Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
13582
13583 * xpath.c: Gary found a compile time problem, fixes #78823
13584
13585Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13586
13587 * configure.in: release of 2.4.20
13588 * doc/*: updated and rebuilt the docs
13589
13590Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13591
13592 * python/Makefile.am: patch from Cristian Gafton to build on
13593 Red Hat 6.2, should also fix #75779
13594
13595Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13596
13597 * valid.c: first part of fixing #78729
13598
13599Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
13600
13601 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
13602 escaping of URI when saving HTML files.
13603 * result/HTML/*: this impacted some tests
13604
13605Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
13606
13607 * configure.in: trying to fix #77441
13608
13609Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13610
13611 * include/libxml/xmlIO.h: Hallski complained it could not be
13612 included by itself.
13613
13614Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13615
13616 * configure.in: applied an IEEE flag patch for OSF/1 #77825
13617
13618Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13619
13620 * win32/configure.js: patch from Nilo for the c14n option
13621 * win32/Makefile.msvc: fixed libxml2.def generation with threads
13622
13623Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13624
13625 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
13626 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
13627 LIBXML_THREAD_ENABLED
13628
13629Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13630
13631 * xpath.c: another patch from Richard Jinks for substring conformance
13632 * test/XPath/expr/floats test/XPath/expr/strings
13633 result/XPath/expr/floats result/XPath/expr/strings: update of the
13634 test suite to check those.
13635
13636Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13637
13638 * xpath.c: patch from Richard Jinks for .x float parsing.
13639
13640Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
13641
13642 * parser.c: patch from Markus Henke when an encoding ain't recognized
13643
13644Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13645
13646 * libxml.m4: got a report that #include <string.h> was needed
13647
13648Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13649
13650 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13651
13652Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
13653
13654 * doc/example.html: fixing typo
13655
13656Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13657
13658 * xpath.c: fixed a bug in the nodeset to boolean comparison code
13659 pointed out by Melvyn Sopacua.
13660
13661Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13662
Daniel Veillard25a1ce92008-06-02 16:04:12 +000013663 * libxml.m4: Frédéric Crozat gave a patch related to the change
William M. Brack11be2d02007-01-24 19:17:19 +000013664 of Include paths breaking the libxml.m4
13665
13666Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13667
13668 * xpath.c: Fix bug #76927 forgot to save some context
13669 when evaluating binary expressions
13670
13671Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13672
13673 * configure.in: fixed configure for MPE/iX from Markus Henke
13674 * xmlmemory.c: fixed initialization problems
13675 * xpath.c: another set of patches from Richard Jinks this
13676 fixes "make XPathtests" on linux
13677
13678Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
13679
13680 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
13681 * test/XPath/expr/compare test/XPath/expr/equality
13682 test/XPath/expr/floats test/XPath/expr/functions
13683 test/XPath/expr/strings result/XPath/expr/compare
13684 result/XPath/expr/equality result/XPath/expr/floats
13685 result/XPath/expr/functions result/XPath/expr/strings: Updated
13686 tests though they show a divergence on Linux
13687
13688Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13689
13690 * xpath.c trionan.c: previous commit also included patches
13691 from Richard Jinks on some IEEE support corner case
13692
13693Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13694
13695 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
13696 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
13697 that $(datadir) should be used for docs
13698
13699Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13700
13701 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13702 could leak filedescriptors
13703
13704Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13705
13706 * configure.in nanohttp.c: applied patch from Allan Clark for
13707 UnixWare/OpenServer
13708
13709Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13710
13711 * configure.in: preparing 2.4.19
13712 * doc/*: rebuilt the docs
13713
13714Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13715
13716 * nanohttp.c: fixing #76043, got fed up with non-portability
13717 of that piece of code.
13718
13719Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13720
13721 * valid.c SAX.c: Never commit without running "make tests" :-(
13722 fix a couple of stupidities in the previous commit
13723 * result/*: a few changes in some attribute order result of previous
13724 commit.
13725
13726Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13727
13728 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13729 the internal subset should not raise duplicate ID errors,
13730 also there was a small bug in conjunction to namespace
13731 declarations defaulted and xml:xxx attributes DTD definitions.
13732
13733Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13734
13735 * xpath.c: Richard Jinks also raised some rounding problems
13736 this tries to fix them
13737
13738Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13739
13740 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13741 behaviour in xmlXPathCastToString()
13742
13743Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13744
13745 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13746 raised by Morus Walter
13747
13748Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13749
13750 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13751 from Igor
13752
13753Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13754
13755 * xpath.c: fixing #75619, related to a problem when trying
13756 to evaluate condition when the current node set resulting
13757 from that sub-step evaluation is empty. Also fixes 2 potential
13758 problem with previous-sibling and next-siblings axis.
13759
13760Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13761
13762 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13763 HTML support is not configured in.
13764
13765Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13766
13767 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13768 include/libxml/tree.h: dohh I really didn't intended to commit
13769 this test version :-(
13770
13771Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13772
13773 * testSAX.c: I wanted to see the real speed at the SAX interface
13774 after a little too many Ximianer started complaining about the
13775 parser speed.
13776 added a --quiet option:
13777 paphio:~/XML -> ls -l db100000.xml
13778 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13779 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13780 3200006 callbacks generated
13781 real 0m1.270s
13782 Which means 16MBytes/s and 3Mcallback/s
13783
13784Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13785
13786 * xpath.c: valgrind spotted another error that time when running
13787 on libxslt regression tests
13788
13789Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13790
13791 * Makefile.am: adding "make valgrind" running the full regression
13792 tests (except python ones) under Valgrind (using valgrind -q
13793 which was kindly added by the author).
13794 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13795 passes cleanly now except an obcure floating point initialization
13796 raised in log10() in one XPath regression test ???
13797 * tree.c: edited some comments to close #75244
13798
13799Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13800
13801 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13802 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13803 context of ScrollKeeper, made sure that if the number is
13804 an integer, the serialization follows the description at
13805 http://www.w3.org/TR/xpath#section-String-Functions
13806
13807Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13808
13809 * configure.in: preparing 2.4.18
13810 * doc/*: updated and rebuilt the web site
13811 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13812 the Windows and Cygwin maintainers.
13813 * parser.c: humm, changed the way the SAX parser work when
13814 xmlSubstituteEntitiesDefault(1) is set, it will then
13815 do the entity registration and loading by itself in case the
13816 user provided SAX getEntity() returns NULL.
13817 * testSAX.c: added --noent to test the behaviour.
13818
13819Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13820
13821 * parser.c: Wilfried Teiken provided a hackish but working
13822 way to get context reported back on entities when parsing
13823 with SAX and without breaking the DOM build.
13824
13825Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13826
13827 * c14n.c: applied a new patch from Aleksey Sanin
13828 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13829 to reference Aleksey implementation of XML digital Signatures
13830
13831Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13832
13833 * xpath.c: small fix to avoid potential problem due to
13834 ordering of freeing data
13835 * python/Makefile.am: people were complaining about
13836 the generated file in python dir not being built
13837
13838Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13839
13840 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13841 python/generator.py python/libxml.c python/types.c: Cleanup
13842 of the python Makefiles based on Jacob and James feedback,
13843 fixed the spec file accordingly, fixed the number of warning
13844 that passing my pedantic CFLAGS was generating. Conclusion
13845 is that Python includes are real crap.
13846
13847Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13848
13849 * configure,in: it was reported quite a few times that
13850 xml2-config --cflags should not output
13851 -I$includeprefix/libxml2/libxml because libxml2 header names
13852 clashes with existing names like list.h from C++ stl.
13853 Includes should be #include<libxml/xxx.h> so ...
13854
13855Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13856
13857 * c14n.c: another patch from Aleksey Sanin
13858
13859Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13860
13861 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13862 canonicalization algorithm
13863 * doc/xml.html doc/index.html: added the C14N references on the
13864 index page.
13865
138662002-03-13 jacob berkman <jacob@ximian.com>
13867
13868 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13869 usage, redundant, and gcc specific
13870
13871Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13872
13873 * xpath.c: speedup some node selection operations, this can
13874 have a significant impact on DocBook Norm's stylesheets
13875 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13876 make sure it's always the case
13877 * debugXML.c: distinguish CDATA and comments in ls operations
13878
13879Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13880
13881 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13882 to generate better API descriptions etc...
13883
13884Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13885
13886 * c14n.c: Fixing #74186, made sure all boolean expressions
13887 get fully parenthesized, ran indent on the output
13888 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13889 include/libxml/tree.h: also #74186 related, removed the
13890 --with-buffers option, and all the preprocessor conditional
13891 sections that were resulting from it.
13892
13893Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13894
13895 * valid.c: applied patch from Dodji Seketeli fixing an
13896 uninitailized variable in xmlValidGetValidElements()
13897
13898Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13899
13900 * c14n.c: fixed a few comments
13901 * doc/*.html doc/*/*.html: regenerated the docs and added
13902 the C14N API
13903 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13904
13905Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13906
13907 * check-xml-test-suite.py: fix to adapt varaiations in the
13908 bindings
13909 * configure.in python/setup.py python/setup.py.in: fixed to
13910 have the version of the python scripts automatically updated
13911
13912Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13913
13914 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13915 in xmlCopyProp()
13916
13917Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13918
13919 * configure.in: preparing 2.4.17 release
13920 * doc/*: updated and rebuilt the docs
13921 * xpath.c: fixed a comment
13922 * python/libxml.c: fixed a possible reentrancy problem
13923
13924Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13925
13926 * tree.c python/tests/Makefile.am python/tests/attribs.py:
13927 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
13928 added a specific regression test
13929 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
13930 not raise exceptions when failing to find the attribute.
13931
13932Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13933
13934 * configure.in xmllint.c: owen pointed out a problem with the
13935 ftme fix, gettimeofday() was not detected by configure and
13936 the ftime header wasn't included, dohhh
13937
13938Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13939
13940 * configure.in xmllint.c: trying to fix #71457 for timing
13941 precision when gettimeofday() is not availble but ftime() is
13942
13943Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13944
13945 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13946 are now copied on install and part of the -devel RPM
13947
13948Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13949
13950 * xpath.c: trying to avoid bug #72150 which was apparently
13951 caused by a gcc bug (or a processor problem) as detailed
13952 at http://veillard.com/gcc.bug
13953
13954Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13955
13956 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13957 fixed xmlReconciliateNs(), added a Python test/example for
13958 inter-document cut'n paste
13959 * python/libxml.py: fixed node.doc on document nodes and added
13960 xpathEval() onto node objects
13961
13962Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13963
13964 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13965 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13966 fixup and integrated tests for the serialization stuff
13967
13968Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13969
13970 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13971 moved the libxml man page to section 3
13972
13973Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13974
13975 * tree.c: fix bug #72490
13976 * python/libxml.c python/libxml.py: added methods serialize()
13977 and saveTo() to all node elements.
13978
13979Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13980
13981 * xmlIO.c: closed #73430, don't read from an input source
13982 which indicated an end-of-file or an error.
13983
13984Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13985
13986 * parser.c: make sure SAX endDocument is always called as
13987 this could result in a Python memory leak otherwise (it's
13988 used to decrement ref-counting)
13989 * python/generator.py python/libxml.c python/libxml.py
13990 python/libxml2-python-api.xml python/libxml2class.txt
13991 python/tests/error.py python/tests/xpath.py: implemented
13992 the suggestions made by Gary Benson and extended the tests
13993 to match it.
13994
13995Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13996
13997 * python/generator.py: applied patch fixing #73450
13998
13999Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
14000
14001 * xpath.c: fixing #61290 "namespace nodes have no parent"
14002 long standing divergence from the XPath REC. NodeSets
14003 simply hold a copy of namespace nodes and those node ->next
14004 points to the parent (which may not be the node carrying the
14005 definition).
14006 * include/libxml/xpath.h: flagged but didn't added a possible
14007 speedup
14008 * DOCBparser.c HTMLparser.c: removed some warnings from push
14009 parser due to new state being added.
14010 * tree.c: new fix from Boris Erdmann
14011 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
14012 the XML Canonalization support from Aleksey Sanin
14013
14014Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14015
14016 * tree.c: patch from Boris Erdmann fixing some namespace odities
14017 with xmlCopyNode()
14018
14019Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14020
14021 * xmlIO.c: fix bug #72706 when loading a NULL entity
14022
14023Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14024
14025 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
14026 actually change in a future XML Namespace revision.
14027
14028Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14029
14030 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
14031 added the possibility of returning nodesets from XPath extension
14032 functions written in Python
14033
14034Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
14035
14036 * python/*: commiting some Python bindings work done while travelling
14037
14038Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14039
14040 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
14041 explicitely with memory debugging switched on
14042
14043Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
14044
14045 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14046 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14047 Added wrapper for the xmlURIPtr type, provided accessors, fixed
14048 the accessor generator for strings
14049 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
14050 regression test.
14051
14052Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
14053
14054 * python/README python/generator.py python/libxml.c python/setup.py:
14055 added the 'usual' setup.py to allow building a libxml2-python
14056 module based on the same code. The initialization is however
14057 different the 2 .so files fo libxml2 and libxslt are identical and
14058 they entry point initialize both libraries. this is done to avoid
14059 some possible nasty problem since the Python don't merge the maps
14060 of all shared modules.
14061
14062Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14063
14064 * parser.c: fixed a push/encoding bug reported by Michael
14065 on librsvg
14066
14067Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
14068
14069 * include/libxml/parserInternals.h: fixes a misplaced #endif
14070
14071Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14072
14073 * parser.c valid.c: found and fixed a couple of allocation bugs
14074
14075Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
14076
14077 * doc/xml.html doc/python.html doc/*: added a Python and binding
14078 page describing the current state of the Python bindings and
14079 giving pointers to the other languages wrappers.
14080
14081Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14082
14083 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
14084 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
14085 rebuilt the API and web site
14086 * xpath.c: fixed #71978 portability bugs
14087
14088Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
14089
14090 * SAX.c: oops broke automatic defaulting of namespaces attributes.
14091
14092Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14093
14094 * include/libxml/parserInternals.h parser.c: had to change
14095 2 internal parsing API when processing document content
14096 to check the start and end of element content are defined
14097 in the same entity
14098 * valid.c include/libxml/valid.h: attribute normalization can
14099 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
14100 with the context to report it.
14101 * SAX.c: fixed the last known bugs, crazy validation constraints
14102 when a document is standalone seems correctly handled. There
14103 is a couple of open issues left which need consideration especially
14104 PE93 on external unparsed entities and standalone status.
14105 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
14106 The 2 tests left failing are actually in error. Cleanup done.
14107
14108Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14109
14110 * valid.c: implemented E59 spaces in CDATA does not match the
14111 nonterminal S
14112
14113Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14114
14115 * SAX.c parser.c valid.c: more validation test fixups
14116 * check-xml-test-suite.py: added duration info for the tests
14117
14118Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14119
14120 * parser.c valid.c: a couple of errors were reported but not
14121 saved back as such in the parsing context. Down to 1% failure rate
14122 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
14123
14124Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14125
14126 * xmlInternald.c: isExtender was missing a char
14127 * parser.c include/libxml/parser.h: % are acceptable in the
14128 internal subset if within a PUBLIC ID
14129
14130Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
14131
14132 * SAX.c parserInternals.c valid.c: more work on the conformance
14133 suite. Took the step to finally block documents with encoding
14134 errors. It's a fatal error per the spec, people should have fixed
14135 their documents by now.
14136
14137Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
14138
14139 * check-xml-test-suite.py: fixed the test script after some discussion
14140 on the semantic of TYPE="error"
14141 * Makefile.am: added the script to the distrib
14142
14143Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14144
14145 * SAX.c entities.c: fixed a couple of conformances issues deep
14146 into the validation code (standalone and undeclared Notations)
14147
14148Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14149
14150 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
14151 stayed there for years !
14152
14153Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14154
14155 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
14156 missing
14157
14158Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14159
14160 * check-xml-test-suite.py: improved the behaviour a bit as
14161 well as the logs
14162 * parser.c valid.c SAX.c: fixed a few more bugs
14163 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
14164
14165Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14166
14167 * check-xml-test-suite.py: python script to run regression tests
14168 against the XML Test suite of W3C/OASis
14169 * SAX.c: fixed a validation bug
14170 * parser.c: fixed 3 errors pointed by the test suite
14171 * doc/buildDocBookCatalog: fixed a typo pointed by drake
14172 * python/Makefile.am: fixed a dependendy
14173
14174Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14175
14176 * xmlmemory.c: avoid a warning bug #71594
14177
14178Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14179
14180 * xmlmemory.c: Jesse Perry provided a patch to remove a few
14181 warning on alpha/Tru64
14182
14183Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14184
14185 * include/libxml/entities.h: fixing a comment
14186 * valid.c: fixing some troubles with validity check on namespaces
14187 * result/VC/NS3 test/VC/NS3: added a specific regression test
14188
14189Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14190
14191 * tree.c: Fixing #71342 serializing '\n' in attribute values
14192 * result/noent/att3 result/att3 test/att3: added a specific
14193 test.
14194
14195Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
14196
14197 * python/libxml.c: couple of bug fixes
14198
14199Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
14200
14201 * python/*.py: removed tabs and used spaces.
14202
14203Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14204
14205 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
14206 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
14207
14208Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14209
14210 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
14211 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
14212
14213Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14214
14215 * include/libxml/encoding.h include/libxml/entities.h
14216 include/libxml/globals.h include/libxml/parser.h
14217 include/libxml/threads.h include/libxml/tree.h
14218 include/libxml/xmlmemory.h: trying to fix the include mess
14219
14220Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14221
14222 * include/libxml/xmlmemory.h: reverted part of the previous
14223 attempt to provide #69655, this was breaking the build.
14224
14225Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
14226
14227 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
14228 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
14229 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
14230 include/libxml/parserInternals.h include/libxml/tree.h
14231 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
14232 Tentatively fixed #69655 , make compiling with -Wredundant-decls
14233 clean.
14234 * python/libxml.c: fixed a warning.
14235
14236Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
14237
14238 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
14239 copying of node, merge back IDs in the target document.
14240 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
14241 test/XInclude/ents/ids.xml: test case
14242 * result/VC/ElementValid4: output changed due to a typo fix
14243
14244Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14245
14246 * python/Makefile.am: seems some version of automake didn't
14247 generate the dependencies right as Jacob found out. Add
14248 an extra dependency rule.
14249
14250Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14251
14252 * parserInternals.c valid.c: Justin Fletcher found some parts
14253 of the code needing cleanup
14254 * libxml.spec.in python/Makefile.am python/generator.py
14255 python/libxml.c python/libxml.py: Fixed the python Makefiles
14256 corrected a bug showing up on ia64, changed the name of the
14257 python internal module too
14258
14259Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
14260
14261 * Makefile.am: applied patch from Andris Pavenis for binary
14262 name suffixes
14263
14264Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
14265
14266 * xmllint.c win32/win32config.h: fixing #68748
14267
14268Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
14269
14270 * valid.c: fixing #70166
14271
14272Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14273
14274 * valid.c: fixing #70077
14275
14276Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14277
14278 * Copyright Makefile.am README configure.in libxml.spec.in:
14279 Changed to the MIT Licence
14280 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
14281 doc/xmlio.html: updated the doc accordingly
14282 * include/libxml/xmlwin32version.h configure.in: preparing
14283 2.4.14 release
14284 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14285 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14286 fixed the const xmlChar * wrapper and generator, XPath extension
14287 functions now use the context as first argument
14288 * python/tests/tstxpath.py python/tests/xpath.py
14289 python/tests/xpathext.py: Updated the tests accordingly
14290 * tree.c: fixed bug #70067
14291
14292Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14293
14294 * Makefile.am: cleanup
14295 * debugXML.c: always use stdout if output is NULL
14296 * xmlIO.c: don't close filedescriptors passed to outputBuffers
14297 * python/Makefile.am python/generator.py python/libxml2class.txt
14298 python/libxml_wrap.h python/types.c: augmented the number of bindings
14299 handling FILE * and XPath contexts
14300 * python/tests/Makefile.am: avoid a stupid problem due to the
14301 use of TEST.
14302
14303Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
14304
14305 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
14306
14307Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14308
14309 * python/TODO python/libxml.c: cleanup the extension function lookup
14310 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
14311
14312Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14313
14314 * configure.in python/Makefile.am: do not install outside
14315 of prefix
14316
14317Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14318
14319 * python/TODO python/libxml.c: started adding SAX interfaces
14320 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
14321 SAX test
14322
14323Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14324
14325 * tree.c: hardened the addChild function
14326 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14327 python/libxml2class.txt python/libxml_wrap.h python/TODO:
14328 added accessors needed for xmlNode, a bit more testing and
14329 extension of interfaces
14330 * python/tests/Makefile.am python/tests/build.py: added a test
14331 build from scratch/save/load/check
14332
14333Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14334
14335 * parserInternals.c: change a small bit in the way valididy
14336 error messages get initialized
14337 * python/TODO python/libxml.c python/libxml2-python-api.xml
14338 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14339 added some memory debugging to track leaks at the libxml2 level
14340 * python/tests/*.py: changed all tests to check for leaks,
14341 there is just one left in XPath extension registrations.
14342
14343Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
14344
14345 * python/TODO python/generator.py python/libxml2-python-api.xml
14346 python/libxml2class.txt: more accessor classes for the parser
14347 context, allow to switch on and check validity
14348 * python/tests/Makefile.am python/tests/error.py
14349 python/tests/invalid.xml python/tests/valid.xml
14350 python/tests/validate.py: attded more test and and added error.py
14351 which I forgot to commit in the last step
14352
14353Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14354
14355 * python/Makefile.am python/types.c: cleanup
14356 * python/libxml.c python/libxml.py python/libxml_wrap.h
14357 python/generator.py python/libxml2-python-api.xml
14358 python/libxml2class.txt: added class for parser context, added
14359 first cut for push mode support. Added a framework to generate
14360 accessors functions.
14361 * python/tests/Makefile.am python/tests/push.py: added a push
14362 test
14363
14364Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14365
14366 * python/Makefile.am python/TODO python/libxml.py: fixed a small
14367 bug a bit of cleanup.
14368
14369Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
14370
14371 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
14372 python/libxml2class.txt: adding error redirections and preformat
14373 to a python handler
14374 * python/tests/Makefile.am python/tests/*.py: cleanup made all
14375 tests self checking
14376
14377Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14378
14379 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
14380 a function
14381
14382Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14383
14384 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
14385 python/libxml.c python/libxml2-python-api.xml
14386 python/libxml2class.txt: Progressing through the TODOs, class
14387 description output, extra XML API, RPM now builds the wrappers
14388 for all python installed versions
14389
14390Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
14391
14392 * configure.in libxml.spec.in python/Makefile.am python/TODO
14393 python/generator.py python/libxml2class.txt: added more informations
14394 in the libxml2-python package including docs. Slightly changed
14395 the class hierarchy
14396 * python/tests/*: added basic regression tests infrastructure too
14397
14398Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14399
14400 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
14401 added libxml2-python as part of the packages installed
14402
14403Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14404
14405 * python/Makefile.am python/generator.py python/libxml.c
14406 python/libxml.py: more work, now able to extend the
14407 XPath interpreter with functions written in python.
14408
14409Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14410
14411 * python/Makefile.am: Jacob sent a patch to allow building from
14412 tarfile.
14413
14414Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14415
14416 * python/Makefile.am python/libxml.c configure.in Makefile.am:
14417 inserted the python wrappers build, I hope this won't be too
14418 unportable
14419
14420Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14421
14422 * xpath.c: minor optimization
14423 * python/generator.py python/libxml.c python/libxml.py
14424 python/libxml_wrap.h: more work on the python bindings,
14425 they now support XPath and there is no evident leak
14426
14427Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14428
14429 * python/generator.py python/libxml.c python/libxml.py:
14430 more work on the python bindings generator.
14431
14432Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14433
14434 * python/generator.py python/libxml.c python/libxml_wrap.h:
14435 more work on the python bindings.
14436
14437Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14438
14439 * python/generator.py python/libxml.c python/libxml.py
14440 python/libxml_wrap.h: commited early version of a python binding
14441 for private use only ATM
14442
14443Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14444
14445 * entities.c tree.c include/libxml/entities.h: applied patch
14446 from Anthony Jones to implement copy of DTD subtree too. Had
14447 just to keep 2 function private which really ought to become
14448 public ones.
14449
14450Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14451
14452 * xmllint.c: added pointers to the web pages in the usage()
14453
14454Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14455
14456 * tree.c: more fixes from Petr Kozelka for attribute handling
14457 in the tree API to align the semantic with DOM.
14458
14459Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14460
14461 * valid.c tree.c entities.c: another set of patches from
14462 Anthony Jones for copy operations cleanup and robustness
14463
14464Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14465
14466 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
14467 an alphabetic index based on comments content
14468 * doc/*: rebuilt the web site with the new references
14469
14470Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14471
14472 * parserInternals.h: Greg Sjaardema suggested to use an
14473 eponential buffer groth policy in xmlParserAddNodeInfo()
14474
14475Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14476
14477 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
14478 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
14479 doc/parsedecl.py doc/Makefile.am: updated the python extractor
14480 to generate cross-references, and added/updated the stylesheets
14481 to generate and link API indexes. The generic keyword index
14482 is not done yet.
14483 * doc/*.html: regenerated all the usual docs too
14484
14485Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14486
14487 * debugXML.c: added an xpath function to the shell for T. V. Raman
14488
14489Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14490
14491 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
14492 debug routines.
14493
14494Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14495
14496 * tree.c: apply an patch from Petr Kozelka for unlink and replace
14497 support of attribute nodes
14498
14499Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14500
14501 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
14502 hopefully near complete and fully documented of the API in XML
14503 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
14504 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
14505 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
14506 include/libxml/parserInternals.h include/libxml/valid.hi
14507 include/libxml/xmlIO.h include/libxml/xmlerror.hi
14508 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
14509 include/libxml/xpath.h include/libxml/xpathInternals.h:
14510 Cleaned up the doc comments a lot in the process, the interface
14511 coverage is now 100%
14512
14513Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14514
14515 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
14516 extracts comments from the gtk-doc DocBook output (a bit
14517 convoluted but seems to work).
14518
14519Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14520
14521 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
14522 added an XML description of the API, moved the script generating
14523 it here. Added a "make api" target
14524
14525Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14526
14527 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
14528
14529Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14530
14531 * xpath.c include/libxml/xpathInternals.h: the change made to
14532 xmlXPathFuncLookupFunc was incompatible roll it back
14533
14534Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14535
14536 * SAX.c: cleanup patch from Anthony Jones
14537 * doc/Makefile.am: fix the headers to avoid in make scan
14538 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
14539 includes, * vs Ptr and general cleanup
14540 * parsedecl.py: first version of a script to extract the
14541 module interfaces, the goal will be to provide .decl or XML
14542 specification of the interfaces to build wrappers.
14543
14544Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14545
14546 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
14547 now provides return codes in case of errors
14548
14549Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
14550
14551 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
14552 Upgraded to trio baseline 1.6
14553 * strio.h strio.c: Replaced by triostr.h and triostr.c
14554
14555Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
14556
14557 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
14558 of strdup usage in the code
14559
14560Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14561
14562 * parser.c error.c: Keith Isdale complained rightly that
14563 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
14564
14565Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14566
14567 * tree.c: fixed the funxtion to set the xml: attributes
14568 * debugXML.c: added "setbase" to test it.
14569
14570Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14571
14572 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
14573 to allow updating an attribute content
14574
14575Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14576
14577 * libxml.h: try to avoid problems when compiling on Windows
14578
14579Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
14580
14581 * hash.c: patch from Anthony Jones for hash.c allocation size
14582 * Makefile.am: trying to work around Yet Another Libtool Madness
14583 and build the 2.4.13 release finally ...
14584
14585Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14586
14587 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
14588 * doc/* : update of the documentation
14589
14590Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14591
14592 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
14593 at fixing #61290 :-(
14594
14595Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14596
14597 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
14598 Fixes bug #67229
14599
14600Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14601
14602 * tree.c: trying to avoid troubles when a subtree is copied
14603 and coalesced in part with the target tree. Should fix
14604 bug #67407
14605
14606Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14607
14608 * valid.c: fixed validation of attributes content of type
14609 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
14610 values, very old bug. Fixes #67671
14611
14612Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14613
14614 * parser.c include/libxml/parserInternals.h tree.c: integrated
14615 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
14616 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
14617
14618Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14619
14620 * threads.c: applied Serguei Narojnyi's patch to add native
14621 thread support on the Win32 platform
14622 * testThreadsWin32.c Makefile.am: added the test program also
14623 from Serguei, Win32 specific
14624 * include/win32config.h include/libxml/xmlwin32version.h.in:
14625 added patch from Igor for the Windows thread specific defines.
14626
14627Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14628
14629 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
14630
14631Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14632
14633 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
14634 output page into XMLinfo.html. Close bug #66951 and
14635 raised by Robert Collins too.
14636
14637Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
14638
14639 * encoding.c: Paul Keogh pointed out a possibility of segfault
14640 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
14641 Closes bug # 68238
14642
14643Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
14644
14645 * doc/*.html: updated the Gdome2 links
14646
14647Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14648
14649 * libxml.h: Applied following patches from Robert Collins
14650 and make sure IN_LIBXML is defined when compiling it
14651 -------
14652 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
14653 as well as Visual C.
14654 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14655 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14656 * strio.c (PLATFORM_UNIX): Define for Cygwin.
14657 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
14658 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
14659 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
14660 xmlSysIDExists xmlNoNetExists).
14661 * xmllint.c: Don't include winsock2.h for Cygwin.
14662
14663Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14664
14665 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
14666 when the version info is not present.
14667
14668Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14669
14670 * tree.c: Anthony Jones pointed out a problem in
14671 xmlStringGetNodeList() and provided a fix for it
14672
14673Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14674
14675 * parser.c: patch from Frank J Franklin to remove a bug in
14676 xmlCreatePushParserCtxt() when the initial buffer passed
14677 is large.
14678
14679Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14680
14681 * win32/*: big cleanup of the Windows/MSVC project files
14682 from Igor Zlatkovic
14683
14684Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14685
14686 * doc/Makefile.am: should fix #67674 and avoid troubles if
14687 xsltproc is not available or fails in the prefix provided
14688
14689Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
14690
14691 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14692
14693Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14694
14695 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
14696 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
14697 Fixed a few other problems raised by Charlie Bozeman.
14698 * result/VC/ElementValid[5-7]: fixed the output
14699
14700Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14701
14702 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14703 patches from Charlie Bozeman. Regenerated the HTML docs.
14704
14705Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14706
14707 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14708 for Windows from Igor
14709
14710Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14711
14712 * xmllint.c: applied Justin Fletcher patch for --output or -o
14713
14714Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14715
14716 * win32/libxml2/libxml2.def.src: close #67019
14717
14718Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14719
14720 * xmllint.c: applied Justin Fletcher generic timing patch
14721 similar to the one already applied to xsltproc.
14722
14723Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14724
14725 * include/libxml/tree.h tree.c: applied documentation patches
14726 from Charlie Bozeman
14727
14728Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14729
14730 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14731
14732Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14733
14734 * valid.c: fix the xmlStrdup() used in the previous patch.
14735 * valid.c: added --dropdtd
14736 * tree.c: fixed xmlUnlinkNode so it also removes the references
14737 from the document if the node is a DTD
14738
14739Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14740
14741 * HTMLtree.c valid.c: cleanup some static declarations
14742
14743Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14744
14745 * xmllint.c: removed another strdup()
14746 * doc/FAQ: removed the HP/UX entry
14747
14748Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14749
14750 * valid.c: fix bug #66816 when validating.
14751 * xmllint.c: don't use sys/time.h if configure did not found it
14752
14753Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14754
14755 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14756 xmlcatalog_man.xml
14757
14758Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14759
14760 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14761 xmlInitMemory() was declared twice
14762
14763Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14764
14765 * globals.c: do not reference strdup() !
14766 * configure.in libxml-2.0.pc.in: trying to fix the libs
14767 of the various config extraction modules
14768
14769Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14770
14771 * configure.in : preparing 2.4.12
14772 * doc/* : updated and rebuilt the docs
14773
14774Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14775
14776 * uri.c: closed bug #66159
14777 * testURI.c: added --escape option
14778 * configure.in: some cleanup for xml2-config --cflags
14779
14780Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14781
14782 * globals.c testThreads.c: removed some misplaced includes
14783 of xmlversion.h
14784
14785Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14786
14787 * threads.c: patch from Gary Pennington fixing a possible
14788 problem at initialization time.
14789
14790Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14791
14792 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14793 Eric Lavigne contribution to build libxml2 on MacOS using
14794 CodeWarrior.
14795
14796Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14797
14798 * xmllint.c: applied Geert Kloosterman's patch to fix
14799 --repeat --timing output
14800
14801Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14802
14803 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14804 where non-wellformed XML declaractions were not detected.
14805
14806Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14807
14808 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14809
14810Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14811
14812 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14813 gets reset by xmlCleanupInputCallbacks() and this makes the
14814 function useless. Same for output.
14815
14816Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14817
14818 * xmlIO.c: robert pointed out a loop error in callback cleanups
14819
14820Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14821
14822 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14823 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14824 they are not really tied to debugging
14825
14826Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14827
14828 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14829 * xmllint.c: better --catalogs description
14830
14831Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14832
14833 * tree.c: fixed a couple of problems in xmlSetProp()
14834
14835Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14836
14837 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14838 unappropriate stdout output.
14839
14840Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14841
14842 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14843 by Denis Beurive, closes #65111
14844
14845Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14846
14847 * valid.c: in case of content model validity error, don't
14848 print it if validity warnings were not requested.
14849
14850Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14851
14852 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14853 * parserInternals.c: removed the last exit() call. Print an
14854 unmaskable error on stderr instead (library mismatch detection)
14855
14856Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14857
14858 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14859 shell instructions from Heiko Rupp
14860
14861Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14862
14863 * catalog.c: use the URL notation file:// for default catalog paths
14864
14865Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14866
14867 * include/libxml/tree.h: better comments for _private fields
14868 * tree.c: removed a problem when copying an entity reference.
14869
14870Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14871
14872 * vms/*: updated instructions and diffs from John A Fotheringham
14873
14874Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14875
14876 * include/libxml/xmlerror.h: avoid an include problem if
14877 #include <libxml/xmlerror.h> happens first in code
14878 seems to be the case in KDE libs
14879
14880Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14881
14882 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14883 from Igor for Windows
14884
14885Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14886
14887 * Makefile.am: Gary Pennington pointed out a missing prefix
14888
14889Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14890
14891 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14892 * doc/*: upgraded and rebuilt the docs
14893
14894Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14895
14896 * HTMLparser.c: fix comment in scripts element parsing.
14897 * result/HTML/doc3*: updated the results.
14898
14899Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14900
14901 * uri.c: another URI bug fix #63336, using Joel Young patch.
14902
14903Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14904
14905 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14906 a cleaned up version of the Pwd shell string generation.
14907
14908Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14909
14910 * valid.c include/libxml/tree.h: trying to fix namespaces +
14911 validation problems for good, closing #63619 in the process
14912 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14913 wrong in this respect, fixed it.
14914
14915Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14916
14917 * xmllint.c: Morus Walter patch to allow --format and --encode
14918
14919Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14920
14921 * debugXML.c: Stefan Kost provided an help command for the shell
14922
14923Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
14924
14925 * debugXML.c: Heiko Rupp pointed that the shell would crash
14926 on empty nodesets returns.
14927
14928Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14929
14930 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
14931 migh need the history libraries
14932
14933Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14934
14935 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14936 handle the case of < in quoted attributes, Bastian Kleineidam
14937
14938Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14939
14940 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14941 fixing catalog breakages
14942 * Makefile.am catalog.c result/catalogs/catal
14943 result/catalogs/mycatalog.* test/catalogs/catal*:
14944 fixed more problems in catalog support, added more regression tests
14945 for both XML and SGML catalog handling
14946
14947Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14948
14949 * debugXML.c: applied an improvement to xmlGetLineNo() from
14950 Keith Isdale
14951
14952Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14953
14954 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14955 Side effect of the progressive catalog loading
14956
14957Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14958
14959 * Makefile.am: confexecdir and confexec_DATA were defined twice
14960 pointed out by Karl Eichwalder
14961
14962Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14963
14964 * xmlcatalog.c: avoid unlink() and use remove() instead.
14965
14966Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14967
14968 * libxml.spec.in: cleanup
14969 * include/libxml/xmlwin32version.h: updated with 2.4.8
14970
14971Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14972
14973 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14974 of compiling libxml with a non standard set of options
14975
14976Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14977
14978 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14979 document --sgml option, fixing gnome bugzilla #63382
14980
14981Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14982
14983 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14984 breakage of 2.4.7, added a couple of really needed APIs
14985 like xmlCatalogIsEmpty() and xmlNewCatalog()
14986 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14987 for install-catalog
14988 * configure.in: preparing 2.4.8
14989
14990Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14991
14992 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14993 include/libxml/tree.h include/libxml/xmlIO.h: more include
14994 cleanups, export cleanly one html output + format function.
14995
14996Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14997
14998 * parser.c: removed initGenericErrorDefaultFunc call from
14999 xmlInitParser() since it could destroy previous calls to
15000 xsltSetGenericErrorFunc() effects
15001
15002Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
15003
15004 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
15005 keyword.
15006
15007Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
15008
15009 * Makefile.am: cleanup
15010 * threads.c: cleanup too
15011 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
15012 from xsltproc
15013 * include/libxml/tree.h include/libxml/parser.h: trying to break a
15014 dependency loop.
15015
15016Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
15017
15018 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
15019 was not used anymore !
15020
15021Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
15022
15023 * configure.in: preparing 2.4.7
15024 * Makefile.am doc/Makefile.am: switched to the latest xmllint
15025 manual page from John
15026 * doc/*: updated the doc and rebuilt the generated pages
15027
15028Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
15029
15030 * xmlIO.c: closing bug #62711, the library should never
15031 close stdin or stdout.
15032
15033Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
15034
15035 * uri.c: second pass at fixing #63336, using Joel Young
15036 final patch. looks okay.
15037
15038Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
15039
15040 * uri.c include/libxml/uri.h: trying to clear #63336
15041 allowing the escaping routine to parse unconformant
15042 URI-References.
15043
15044Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
15045
15046 * vms/readme.vms vms/build_libxml.com nanoftp.c
15047 include/libxml/xmlversion.h.in: a few VMS updates from
15048 John A Fotheringham
15049 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
15050 and xmlCleanupOutputCallbacks() for the Perl binding people.
15051
15052Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
15053
15054 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
15055 apply fixes to close #63271 and avoid segfaults when
15056 the error routine gets callbed before xmlInitParser()
15057 get called.
15058 * nanoftp.c error.c: Applied patches from Justin Fletcher
15059 correcting some xmlGenericError misuses.
15060
15061Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
15062
15063 *doc/xmllint.xml, doc/xmllint.1
15064 New and improved man page for xmllint - .xml is the original, .1
15065 is the generated man page
15066
15067Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
15068
15069 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
15070 the web site from the main HTML document.
15071
15072Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15073
15074 * parser.c: fixed an erroneous validation bug when PE refs
15075 occurs in external parsed entities referenced from the
15076 internals subset
15077 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
15078 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
15079 added the associated testcase, it's a nice one.
15080 * HTMLparser.c: generate the DTD node as HTML still ...
15081 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
15082
15083Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15084
15085 * HTMLparser.c: fixed a bug in htmlNewDoc()
15086
15087Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15088
15089 * test/threads/*: added entities testing to the Thread test
15090 * testThreads.c: make the test reasonable
15091 * DOCBparser.c: fix the DTD public and system ID
15092 * xmllint.c: added --sgml for SGML DocBook importing
15093 * Makefile.am: added Docbtests target
15094
15095Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15096
15097 * nanoftp.c: use only "anonymous@" string for anonymous passwds
15098 * testThreads.c: removed bogus include
15099
15100Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15101
15102 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
15103 fixed a very serious (looping) validation bug
15104
15105Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
15106
15107 * include/libxml/globals.h include/libxml/threads.h threads.c
15108 testThreads.c: far more testing, cleaning up bugs
15109 * *.c : make sure globals.h is always included.
15110
15111Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
15112
15113 * HTMLparser.c: try to get rid of parser loops for good.
15114
15115Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
15116
15117 * configure.in: fixed some bugs in CFLAGS passing.
15118 * test/threads Makefile.am testThreads.c: added a specific
15119 threaded test case (really nasty, guaranteed).
15120
15121Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
15122
15123 * catalog.c: serious cleanup on the management of the
15124 XML catalog tree, more tests done, especially with
15125 the catalog PI.
15126
15127Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
15128
15129 * catalog.c: avoid a problem in catalog cleanup on SMP if
15130 catalogs were not initialized.
15131
15132Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
15133
15134 * catalog.c xpath.c: trying to cleanup the not thread safe
15135 parts of the library.
15136
15137Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
15138
15139 * include/libxml/globals.h configure.in global.data: make
15140 the allocation be per-thread a configure option
15141 * encoding.c include/libxml/parser.h: fixed compilation
15142 errors
15143
15144Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15145
15146 * include/libxml/parser.h: Norm reported that a few lines
15147 added were breaking libxslt compile, removed them for now
15148
15149Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
15150
15151 * parser.c parserInternals.c threads.c: debugged and fixed
15152 initialization problems which were giving troubles on SMP
15153 boxes.
15154
15155Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15156
15157 * include/libxml/Makefile.am: missing globals.h
15158
15159Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15160
15161 * globals.c: added a couple of standard includes.
15162
15163Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15164
15165 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
15166 include/libxml/parserInternals.h include/libxml/tree.h
15167 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
15168 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
15169 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
15170 Applied the last patches from Gary, cleanup, activated threading
15171 all user accessible global variables are now handled in globals.[ch]
15172 Still a bit rought but make tests passes with either
15173 --with-threads defined at configure time or not.
15174 * Makefile.am example/Makefile.am: added globals.[ch] and threads
15175 linking options
15176
15177Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15178
15179 * Makefile.am include/libxml/Makefile.am
15180 include/libxml/globals.h globals.c include/libxml/threads.h
15181 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
15182 configure.in: started integrating the core of the thread support
15183 not activated yet but half integrated. The code should still
15184 compile and work anyway.
15185
15186Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15187
15188 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
15189 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
15190 integrating the non-controversial parts of Gary Pennington
15191 multithread patches
15192 * catalog.c: corrected a small bug introduced
15193
15194Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15195
15196 * catalog.c include/libxml/catalog.h: very serious cleanup,
15197 isolating unportable code and as much as possible the accesses
15198 to the global shared catalog. May need more testing !
15199
15200Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15201
15202 * include/libxml/debugXML.h debugXML.c tree.c: integrating
15203 Keith Isdale patches for the XSLT debugger interfaces. Some
15204 cleanup
15205
15206Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15207
15208 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
15209 * DOCBparser.c: generate line nubers in elements
15210
15211Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15212
15213 * configure.in: preparing 2.4.6 release
15214 * doc/xml.html doc/html/*: updated and rebuilt the docs
15215 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
15216
15217Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
15218
15219 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
15220 adding documentation for DV's supercatalog support
15221
15222Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15223
15224 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
15225 super catalog support adding one API and one flag --sgml to
15226 xmlcatalog
15227
15228Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
15229
15230 * doc/xmlcatalog_man.xml, xmlcatalog.1
15231 One more crack at
15232 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
15233
15234Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15235
15236 * xpath.c: implemented xmlXPathObjectCopy for external objects
15237 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
15238
15239Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
15240
15241 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15242 finishing up fix to
15243 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
15244 the xmlcatalog man page display more elegantly
15245
15246Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
15247
15248 * configure.in: closing bug #61832
15249 * HTMLparser.c: removed a warning
15250
15251Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15252
15253 * xpath.c: fixing #61673 part I, do not loose doc information
15254 when copying result value trees.
15255
15256Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15257
15258 * xpath.c: trying to harden the XPath interpreter
15259
15260Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
15261
15262 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
15263 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
15264
15265Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15266
15267 * HTMLparser: repaired another loop problem
15268
15269Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15270
15271 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
15272 parsing.
15273 * xpath.c: fix bug #61291 the default XML namespace node is
15274 missing from the namespace axis.
15275 * tree.c: refuse to create namespaces nodes with prefix "xml"
15276
15277Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
15278
15279 * SAX.c: ouch a non-defined namespace could lead to a crash,
15280 fixed #61215
15281
15282Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15283
15284 * parserInternals.c: closed bug #61054
15285
15286Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15287
15288 * include/libxml/Makefile.am: closing #60708
15289
15290Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15291
15292 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
15293 adding xmlSAXParseFileWithData following Marco Stipek suggestion
15294
15295Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15296
15297 * valid.c: close bug #61550 when xml: wasn't considered a namespace
15298
15299Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15300
15301 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
15302 * DOCBparser.c HTMLparser.c parser.c: fixed typos
15303
15304Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
15305
15306 * catalog.c: Justin Fletcher provided cleaup code in case
15307 HAVE_STAT is not defined
15308 * include/win32config.h: Igor Zlatkovic suggested to have
15309 HAVE_STAT defined there
15310
15311Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15312
15313 * catalog.c - fixed typing error reported by M. Barros
15314
15315Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
15316
15317 * xmllint.c - fixing typo
15318
15319Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15320
15321 * HTMLparser.c: small enhancement to prevent loop on
15322 unrecognizable data
15323
15324Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15325
15326 * parserInternals.c: applying patch from bug #60757 this
15327 should close it
15328
15329Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15330
15331 * catalog.c xmlcatalog.c: removed a couple of warning
15332 * xpath.c: try to solve the linking problem on platforms
15333 needing trio to compile
15334
15335Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15336
15337 * Makefile.am libxml.spec.in: backing up non-documented changes
15338 commited without review or aproval by Jens Finke <jens@gnome.org>
15339 * HACKING: made 100% clear that no commit should be done directly
15340
15341Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15342
15343 * configure.in: Joe Orton provided a patch fixing a problem
15344 when iconv is specified to be in a non-standard directory
15345 but wasn't exported in xml2-config --cflags
15346
15347Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15348
15349 * configure.in: let's ship 2.4.5 before getting too much
15350 troubles with 2.4.4 errors.
15351
15352Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15353
15354 * encoding.c entities.c: do not output hexadecimal charrefs
15355 when serializing HTML since some version of Netscape can't
15356 grok it, generate decimal ones.
15357 * result/HTML/doc3.htm: output changed due to previous test
15358 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
15359
15360Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
15361
15362 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
15363 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
15364
15365Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15366 Released 2.4.4
15367
15368 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
15369 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
15370 updated the configuration scripts systems accordingly
15371
15372Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15373
15374 * configure.in: preparing for 2.4.4
15375 * doc/xml.html doc/html/*: updated and rebuilt the docs
15376
15377Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15378
15379 * win32/dsp/libxml2.def.src: tried to incorporate comments
15380 from bug #59220
15381
15382Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15383
15384 * parser.c result/noent/wml.xml: fixed bug #59981 related
15385 to handling of '&' in attributes when entities are substitued
15386
15387Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15388
15389 * libxml.h include/libxml/xmlversion.h.in
15390 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
15391 Tried to close bug #60131
15392
15393Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15394
15395 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
15396
15397Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
15398
15399 * SAX.c: fixing bug #59946 on xmlns=""
15400
15401Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15402
15403 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
15404 but allocates a new error code.
15405
15406Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15407
15408 * xmllint.c: John Fleck fixed typos in the options output
15409 * parser.c SAX.c: fix ignorable white space SAX selection
15410
15411Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15412
15413 * entities.c: Steve Underwood found the possibility of an
15414 ininite loop in case of error.
15415
15416Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15417
15418 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
15419
15420Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15421
15422 * parser.c: warn if version is not 1.0 but it's not
15423 strictly speaking an error after analyzing the spec
15424
15425Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
15426
15427 *doc/catalog.html - add link to the html version of the
15428 man page, other linguistic cleanups
15429
15430Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
15431
15432 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15433 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
15434 file, has not yet been included in the build.
15435
15436Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15437
15438 * catalog.c: removed a duplicate affectation Justin Fletcher
15439
15440Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
15441
15442 * tree.c: Armin Sander pointed a possible text coalescing
15443 problem, completed his patch.
15444
15445Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15446
15447 * trionan.c: Fixed const and volatile re-definition problem
15448
15449Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
15450
15451 * libxml.4 parser.c: doc updates from Heiko Rupp
15452 * parserInternals.c: 2 sanity checks from Heiko Rupp
15453
15454Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15455
15456 * tree.c: applied patch from Armin Sander to make some pointers
15457 const in xmlCopyNode()
15458 * include/libxml/tree.h: added fix to the header
15459
15460Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15461
15462 * xpath.c: hum, restrict the integer usage gcc bug workaround
15463 to only gcc compilers so that other architecture don't get
15464 penalized by this limitation.
15465 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
15466
15467Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15468
15469 * valid.c: fixed a Windows compiler warning (Chris Poblete)
15470 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
15471
15472Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15473
15474 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
15475 --convert option to xmlcatalog to convert SGML ones to
15476 the XML syntax.
15477 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
15478
15479 2.4.3 got released at that point
15480Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15481
15482 * catalog.c xmlIO.c: started some serious testing and fixed
15483 a few bug and optmization needs.
15484
15485Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15486
15487 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15488 preparing for a 2.4.3 release even if it may not be ready yet
15489 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
15490 all file parsing lookup to go through the entity resolver, add
15491 to add an API to bypass it (needed to load catalogs themselves),
15492 some cleanup on the catalog code too.
15493 * nanoftp.c: small cleanup
15494 * doc/catalog.html: small update
15495
15496Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15497
15498 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
15499 Jun Kuriyama
15500
15501Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15502
15503 * doc/catalog.html: finished the catalog documentation
15504
15505Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15506
15507 * doc/catalog.html doc/xml.html: added documentation about
15508 Catalog support, misses an API description
15509 * doc/html/*: reextracted the API pages
15510
15511Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15512
15513 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
15514 Added the part about section 7.2 on URI resolution,
15515 fixed a side effect in the HTML parser, look complete
15516 and ready to rock except the URI/SystemID part!
15517
15518Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15519
15520 * include/libxml/catalog.h include/libxml/parser.h
15521 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
15522 xmlIO.c: added support and APIs needed for the catalog PI
15523 * include/libxml/xmlIO.h: cleanup
15524
15525Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15526
15527 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
15528 include/libxml/catalog.h: starts to look okay, really
15529 plugged the new framework, cleaned a lot of stuff,
15530 added some APIs, except the PI's support missing this
15531 should be mostly complete
15532 * result/catalogs/* test/catalogs/*: added new test, enriched
15533 the existing one with URN ID tests
15534
15535Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15536
15537 * catalog.c: fixed nextCatalog
15538 * result/catalogs/docbook test/catalogs/*: started adding
15539 a small regression test
15540
15541Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
15542
15543 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
15544 more work on the XML catalog support.
15545 * parser.c include/libxml/parser.h: small cleanup seems using
15546 list as a public parameter name can give portability troubles
15547 * trionan.c trionan.h xpath.c include/libxml/trionan.h
15548 include/libxml/xpath.h include/libxml/Makefile.am: removed
15549 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
15550 wrappers
15551
15552Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15553
15554 * Makefile.am trio.c triodef.h trionan.c xpath.c
15555 include/libxml/Makefile.am include/libxml/trionan.h:
15556 Re-worked Not-A-Number and Infinity support.
15557 * xmlcatalog.c: added readline include files
15558
15559Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15560
15561 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
15562 testCatalog as xmlcatalog, making it an installed app
15563 adding a shell, and preparing it to be a /etc/xml/catalog
15564 management tool, though not ready yet
15565 * catalog.c include/libxml/catalog.h: adding support for
15566 XML Catalogs http://www.oasis-open.org/committees/entity/
15567 not finished, there is some interesting tradeoffs and a
15568 few open questions left.
15569
15570Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
15571
15572 * xmllint.c: fixed a line formatting problem
15573
15574Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15575
15576 * SAX.c: removed a couple of unused variable (Albert Chin)
15577
15578Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15579
15580 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15581 trying to fix some troubles w.r.t. function returning
15582 const xxxPtr.
15583
15584Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15585
15586 * win32/dsp/libxml2.def.src: another set of symbols conditionally
15587 defined
15588
15589Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15590
15591 * xpointer.c: removed unused var
15592
15593Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15594
15595 * testXPath.c: another small cleanup closing bug #59110
15596
15597Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15598
15599 * win32/dsp/libxml2.def.src: small cleanup closing bug
15600 #59108
15601
15602Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15603
15604 * example/gjobread.c: add xmlCleanupParser() before leaving
15605
15606Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
15607
15608 * config.h.in configure.in include/libxml/xmlwin32version.h:
15609 released 2.4.2
15610
15611Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
15612
15613 * include/libxml/valid.h debugXML.c valid.c: deprecate
15614 the non-boundchecking Sprintf functions, add Snprintf
15615 this should close bug #57984
15616
15617Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
15618
15619 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
15620 URIs before doing the lookups (pointed by Mark Vakoc)
15621
15622Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15623
15624 * xpath.c: serious changes on Result Value Trees and NodeSets
15625 w.r.t. deallocation and collect operations. Probably not
15626 100% clean (merge of allocated trees smells like a problem).
15627 Seems sufficient to close #58943
15628
15629Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15630
15631 * xmllint.c: adding a --format option
15632
15633Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
15634
15635 * xpath.c: count() was broken on Result Value Tree
15636 * xmlIO.c: fixed file:/// accesses on _WIN32
15637
15638Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15639
15640 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
15641 macro was renamed, this should close bug #58683
15642
15643Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15644
15645 * SAX.c: small fix fixing bug #58539 reported by coolo, in
15646 entity substitution mode text at the end of the entity might
15647 be added due to text coalescing.
15648 * nanoftp.c parser.c: small cleanup
15649
15650Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15651
15652 * HACKING: added John Fleck right to commit in the doc subdir
15653
15654Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15655
15656 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
15657 allow to inherit attributes from the DTD directly in the
15658 tree, this is needed for XPath and can be a useful feature.
15659 Inherited namespaces are always provided at the tree level now
15660 * test/defattr* result/defattr* result/noent/defattr*: added a couple
15661 of tests for this feature (XSLT being the prime user).
15662
15663Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15664
15665 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
15666 testSAX.c xmlIO.c xmllint.c include/win32config.h
15667 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
15668 include/libxml/xmlwin32version.h.in win32/README.MSDev
15669 win32/dsp/*: applied Win32 Facelift No.2 patches from
15670 Igor Zlatkovic for Windows/MSC
15671
15672Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
15673
15674 * SAX.c: unparsedEntityDecl() the URI computation of the
15675 entity wasn't done breaking XSLT unparsed-entity-uri()
15676
15677Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
15678
15679 * xpath.c: fixed a bug when walking the descendants and
15680 the current node has no children
15681 * debugXML.c: show up when a text node is supposed to not be escaped
15682
15683Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15684
15685 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
15686 worked like the set:leading() function)
15687 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
15688
15689Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15690
15691 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
15692
15693Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15694
15695 * include/libxml/xmlIO.h: apply change to close #58141
15696 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
15697
15698Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15699
15700 * parser.c: when the internal subset uses a PE, then the
15701 included entity can use conditional sections.
15702
15703Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15704
15705 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15706 when walking the namespace axis showing up in
15707 libxst/tests/general/bug-12
15708 * xmlmemory.c: added the possibility to trace a given block
15709 defined by its address
15710
15711Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15712
15713 * parser.c: don't override existing encoding specified before
15714 starting xmlParseDocument()
15715
15716Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15717
15718 * include/libxml/xmlwin32version.h: reinserted, needed for
15719 Windows users of CVS
15720
157212001-07-27 Darin Adler <darin@bentspoon.com>
15722
15723 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15724 * testCatalog.c: Add include of <libxml/parser.h>.
15725
157262001-07-27 Darin Adler <darin@bentspoon.com>
15727
15728 * include/libxml/.cvsignore:
15729 * include/libxml/xmlwin32version.h:
15730 Remove this file from CVS because it's generated.
15731
15732Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15733
15734 * parser.c include/libxml/parser.h: applied const patches from
15735 Tom Moog #58002
15736
15737Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15738
15739 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15740 lookup framework
15741
15742Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15743
15744 * tree.c: fixed xmlCopyNode() for documents
15745
15746Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15747
15748 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15749
15750Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15751
15752 * parser.c: fixes bug #57652 reported by Morus Walter
15753
15754Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15755
15756 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15757
15758Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15759
15760 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15761 errors, lesson don't add new functions at 1am before a release
15762 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15763 from XPath initialization when possible.
15764
15765Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15766
15767 * result/scripts/base*: removing history/readline changed
15768 this slightly
15769 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15770 xmllint.c: make element content line number generation
15771 optionnal to avoid breaking old apps added interface to switch
15772
15773Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15774
15775 * configure.in: get rid of the readline and libhistory
15776 dependencies by default, release 2.4.1 with IA64 fix
15777 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15778 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15779 John Kroll fixes to allow saving to HTTP via PUT (or
15780 POST of needed).
15781 * doc/html/*.html: regenerated the docs
15782
15783Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15784
15785 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15786 xmlHashScanFull and xmlHashScannFull3 to get passed the
15787 three keys as arguments to the callback function
15788
15789Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15790
15791 * configure.in Makefile.am: removed libxml softlink for good
15792 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15793 100% coverage by gtk-doc
15794
15795Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15796
15797 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15798 fixed serious troubles due to size_t vs. int mismatch
15799
15800Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15801
15802 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15803
15804Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15805
15806 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15807 convenient extension API for value and context managing
15808 Now handles external objects through xmlXPathPopExternal,
15809 xmlXPathWrapExternal and xmlXPathReturnExternal.
15810 Added functions for sets operations (intersection, etc.)
15811
15812Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15813
15814 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15815 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15816 HTMLparser.c: cleanup of global variables, marking some
15817 const or private.
15818
15819Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15820
15821 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15822 fixed xmlXPathNodeSetItem when passing index=0
15823
15824Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15825
15826 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15827
15828Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15829
15830 * xmllint.c: fixed compilation under Cygwin #57503
15831 * TODO: update
15832
158332001-07-13 Peter Williams <peterw@ximian.com>
15834
15835 * config.h.in: add #undef HAVE_DLFCN_H
15836
15837 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15838 builddir.
15839
15840Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15841
15842 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15843 raised by #57348 and #57381
15844
15845Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15846
15847 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15848 tree.c xpointer.c: store the line numbder in element->content,
15849 may break some software, need a configuration mechanism
15850
158512001-07-10 Darin Adler <darin@bentspoon.com>
15852
15853 * .cvsignore:
15854 * example/.cvsignore:
15855 * include/.cvsignore:
15856 * include/libxml/.cvsignore:
15857 Various things that are generated and should be ignored.
15858
15859Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15860
15861 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15862 * doc/xml.html doc/html/*: updated the docs
15863
15864Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15865
15866 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15867 validation occured on content with element child
15868
15869Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15870
15871 * tree.c: fixed XML Base computation which was broken
15872 * debugXML.c: added a base function to the shell
15873 * Makefile.am result/scripts/* test/scripts/*: added scripts
15874 based regression tests, and adding 2 XML Base tests
15875
15876Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15877
15878 * tree.c: set properties doc and call xmlSetListDoc for properties
15879 content when grafting them in a different tree.
15880 * aclocal.m4: remove from CVS
15881
15882Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15883
15884 * win32/libxml2/libxml2.def.src: added some missing entry point
15885 for XPath (Mark Vakoc)
15886
15887Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15888
15889 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15890 layer should URI-Unescape before trying to open resources.
15891
15892Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15893
15894 * xpath.c: fix the name() bug for elements in the default
15895 namespace reported by Charlie Bozeman
15896
15897Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15898
15899 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15900 led to an XPath fix, improvements of SAX initialization, and
15901 an added option --nocdata to testXPath
15902
15903Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15904
15905 * doc/libxml-doc.el: Felix Natter provided anew version working
15906 with XEmacs too
15907
15908Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15909
15910 * include/libxml/xpath.h: small cleanup
15911 * doc/xml.html: update
15912
15913Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15914
15915 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15916 released 2.3.14
15917
15918Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15919
15920 * doc/html/*: rebuilt the docs for the release
15921 * doc/xml.html: added 2.3.14 release.
15922
15923Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15924
15925 * xpath.c: a bug reported by Stephan Kulow empty nodesets
15926 were not equal to empty strings
15927
15928Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15929
15930 * SAX.c: fixed a URI-Reference computation problem when validating
15931 * xmlIO.c: small cleanup
15932
15933Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15934
15935 * parser.c: improved the description of a couple of interfaces
15936 upon Larry Stamper suggestion
15937
15938Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15939
15940 * SAX.c entities.c parser.c: changed completely the way entities
15941 are handled when running the parser in entity substitution mode.
15942 This fixes a bug reported by Stephan Kulow and nearly divides
15943 by 3 the amount of memory required by libxslt to load and process
15944 DocBook TDG.
15945
15946Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15947
15948 * HTMLparser.c: fixing a too early root closing problem raised
15949 byt Prashanth Naidu
15950
15951Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15952
15953 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15954 raised by Mark Vakoc.
15955
15956Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15957
15958 * example/Makefile.am: fixed the include path to add srcdir/include
15959 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15960 and some cleanup
15961
15962Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15963
15964 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15965 lot of optimization work, results in significant improvements
15966 when handling really complex XPath queries. Add a small optimizer
15967 for unions, improve [n] and [last()], avoid some costly ops.
15968
15969Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15970
15971 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15972 * xpath.c: small cleanup
15973 * xmlGetNsList: reformated, fixed problems if used on Entities
15974
15975Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15976
15977 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15978
15979Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15980
15981 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15982 * Makefile.am example/Makefile.am: workaround automake generating
15983 erroneous deps
15984
15985Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15986
15987 * include/win32config.h: bug #56801 Yon Derek provided a patch
15988 to the windows config file.
15989
15990Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15991
15992 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15993 libxml.h : Yon Derek provided a set of changes to compile from
15994 CVS on Windows/MSC
15995
15996Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15997
15998 * parser.c: fixed UTF8 BOM support in push mode
15999 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
16000 added a specific testcase
16001
16002Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16003
16004 * Makefile.am: added --push regression tests
16005 * parserInternals.c: the XML parser segfaulted in --push mode
16006
16007Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16008
16009 * configure.in: moved the symlinks detection within a CVS
16010 check, this is not portable and will be removed soon.
16011 * xpath.c: small cleanup/speedup
16012
16013Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16014
16015 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
16016 release of 2.3.12
16017 * parser.c: make an error message if unknow entities in all cases
16018
16019Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16020
16021 * uri.c: fixed 2 uri normalization bugs on '//' reduction
16022
16023Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16024
16025 * include/libxml/Makefile.am: Laszlo Peter pointed out that
16026 includes were installed in the wrong dir
16027
16028Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16029
16030 * doc/html.xml: warn against sending code to exhibit bugs.
16031
16032Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16033
16034 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
16035 Tru64 from Thomas Leitner
16036
16037Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16038
16039 * AUTHORS: added William and Bjorn
16040 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
16041 daniel@veillard.com hopefully I won't have to do this again
16042 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
16043 docs can be rebuilt cleanly now
16044 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
16045 from CVs it's generated, added include/libxml/xmlwin32version.h
16046 also generated but which should change far less frequently.
16047 * catalog.c nanoftp.c: made sure to include libxml.h not
16048 libxml/xmlversion.h directly
16049 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
16050 when compiling on WIN32 and MSC
16051
16052Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16053
16054 * include/Makefile.am include/libxml/Makefile.am configure.in:
16055 fixed make distcheck and rebuilding the rpms
16056
16057Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16058
16059 * configure.in: should finish the migration of exported includes
16060 into a real include/libxml in CVS, at least for CVS users.
16061 * removed the exported headers, added in include/libxml (as well
16062 as xmlversion.h.in).
16063
16064Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16065
16066 * configure.in: fixed the way to detect symlink
16067
16068Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16069
16070 * configure.in: updated, include/libxml is now a real CVS dir
16071
16072Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16073
16074 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
16075 version works with both libxml1 and libxml2 (it autodetects
16076 the prefix of the html-files) from Felix Natter.
16077 * doc/xml.html: updated doc accordingly
16078
16079Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16080
16081 * xpath.c: fixed the bug generating a template loop in libxslt
16082 when using docbook-xsl-1.4, * should filter out document nodes
16083 * HACKING: added William
16084 * TODO: updated
16085
16086Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16087
16088 * doc/FAQ.html: added a warning about gcc-3.0
16089 * doc/xml.html: added reference to gdome2 and removed a confusing
16090 sentence
16091
16092Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16093
16094 * xmlversion.h: okay this is a generated file, but Windows
16095 users need it and they can't generate it, and I want CVS
16096 Windows users ...
16097 * win32/libxml2/libxml2_so.dsp: Windows project file for
16098 the shared lib version of libxml2
16099 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
16100 resources needed for libxslt/xsltproc by Yon Derek
16101
16102Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16103
16104 * trio.c: MSVC fix (provided by Igor Zlatkovic)
16105
16106Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16107
16108 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
16109
16110Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16111
16112 * include/win32config.h: Yon Derek provided a first fix
16113 to be able to compile libxslt/xsltproc on Windows
16114
16115Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16116
16117 * xpath.c: attempt to work around what seemed a gcc optimizer
16118 bug when handling floats on i386 http://veillard.com/gcc.bug
16119 * tree.c entities.c encoding.c: doing some cleanups while
16120 chasing it
16121
16122Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16123
16124 * Makefile.am: cleanup when --without-debug is specified
16125 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
16126 w.r.t. --without-debug and other include points
16127 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
16128 Catalogs
16129 * configure.in entities.h tree.h HTMLparser.c: removed
16130 --without-corba, made the _private field mandatory
16131
16132Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16133
16134 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
16135 outputs a BOM in UTF8, an errata has been issued to avoid the
16136 problem, that was the most reasonable solution... Add support
16137 for a leading UTF8 BOM in entities.
16138
16139Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16140
16141 * valid.c: fixed a bug found when post validating an entity ref
16142 * xmllint.c: added --loaddtd and sligly changed --postvalid to
16143 activate it too
16144
16145Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16146
16147 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
16148 weakness in the node copy the XPointer and the XInclude
16149 implementations. Serious cleanup.
16150
16151Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16152
16153 * Makefile.am: Kjartan Maraas provided a small patch to
16154 add xml2-config.in to EXTRA_DIST
16155
16156Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16157
16158 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
16159 provided another failing case found in KDE, the way the
16160 ctxt->vctxt.nodeTab was allocated and freed changed over
16161 time but it wasn't completely cleaned up. This should fix it.
16162
16163Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16164
16165 * parser.c: Stephan Kulow also raised the fact that line number
16166 could get miscounted making debug harder, fixed the problem
16167 in xmlParseCharData()
16168
16169Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16170
16171 * valid.c: Stephan Kulow pointed out a problem when validating
16172 and using an empty entity, forgot a 'break' in a case.
16173
16174Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16175
16176 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
16177 * doc/xml.html: updated with 2.3.11
16178
16179Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16180
16181 * TODO: updated adding cleanup of generated doc
16182 * configure.in: prepared to release 2.3.11
16183 * xmllint.c: added --version for bug reporting
16184 * doc/html/*.html: rebuilt the doc
16185
16186Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16187
16188 * xpath.c: first part of the work on selecting namespace to
16189 fix bug #56115
16190
16191Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16192
16193 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
16194 when using -liconv
16195 * TODO: updated
16196
16197Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16198
16199 * HTMLtree.[ch]: more work on the HTML serialization routnes,
16200 cleanup, encoding support.
16201
16202Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16203
16204 * xpath.c: Thomas Broyer suggested a better patch for the / arg
16205
16206Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16207
16208 * xpath.c: bug detected by Ankh when / is used as a function arg
16209
16210Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16211
16212 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
16213 of element and use it to avoid outputting formatting spaces at
16214 the wrong place. Implemented the format parameter for HTML save.
16215 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
16216 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
16217 result/HTML/wired.html: of course this impact the result of a
16218 number of HTML tests
16219
16220Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16221
16222 * HTMLtree.[ch]: started augmenting the HTML save API with
16223 encoding and formatting parameters
16224
16225Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16226
16227 * HTMLtree.h: cleanup and started evaluating the work needed on
16228 revamping the HTML output code
16229
16230Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16231
16232 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
16233
16234Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16235
16236 * valid.c: fixed bug #56049, forgot one check in the
16237 validation routine
16238
16239Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16240
16241 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
16242
16243Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16244
16245 * libxml.h: fixed an error in last commit
16246 * doc/FAQ.html: added an entry for compilation from CVS
16247
16248Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16249
16250 * xmlversion.h.in libxml.h: Cygwin patches
16251 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
16252 * tree.h: cleanup
16253
16254Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16255
16256 * tree.c: patched xmlFreeNode() to avoid freeing() a static
16257 memory block in a strange case where libxml is linked twice
16258 in the binary.
16259
16260Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16261
16262 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
16263 state far too often, simple fix used to avoid it.
16264
16265Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16266
16267 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
16268 being processed, applied his patch
16269 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
16270
16271Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16272
16273 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
16274 provided fixes to compile on MSCC again
16275 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
16276 also provided an update for the project files.
16277
16278Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16279
16280 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
16281 bug #55810
16282
16283Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16284
16285 * tree.c: fixed xmlGetNsProp() to close bug #55683
16286 Note this requires libxslt to use it's own function instead.
16287
16288Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16289
16290 * HTMLtree.c: when in a pre element no formatting space should
16291 be added.
16292 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
16293
16294Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16295
16296 * configure.in: added tests for signal() and signal.h
16297
16298Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16299
16300 * xpath.c: robert pointed out xmlXPathNINF was not initialized
16301
16302Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16303
16304 * doc/libxml-doc.el: Felix Natter provided a new version for
16305 libxml2
16306
16307Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16308
16309 * HTMLtree.c: when in a pre element no formatting space should
16310 be added.
16311
16312Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16313
16314 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
16315
16316Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16317
16318 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
16319 hack
16320 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
16321 * uri.c: fixed a warning
16322
16323Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16324
16325 * HTMLtree.c: trying to close bug #55772 escaping in script
16326 elements
16327 * doc/xml.html: suggest to send mail to the list
16328
16329Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16330
16331 * error.c: attempt to fix the xmlGetVarStr breakage once and for
16332 good. Use a macro and based on the solution provided in
16333 vsnprintf manual page from GNU.
16334
16335Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16336
16337 * error.c: Workaround for non-preserving variadic list.
16338 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
16339
16340Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16341
16342 * doc/xml.html: added 2.3.10 release
16343
16344Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16345
16346 * configure.in: releasing 2.3.10
16347
16348Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16349
16350 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
16351
16352Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16353
16354 * encoding.c: Robert Collins provided a patch to add the
16355 "US-ASCII" encoding alias
16356
16357Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16358
16359 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
16360 string oriented functions and started cleaning the related areas
16361 in xpath.c which needed fixing in this respect
16362
16363Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16364
16365 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
16366 #55380
16367 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
16368
16369Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16370
16371 * TODO: updated
16372 * nanohttp.[ch] : started adding APIs to get the redirected URL
16373 when this occurs (needed for further base computation
16374 * tree.h: cleanup
16375 * encoding.c: cleanup
16376 * SAX.c: minor change around ctxt->loadsubset
16377
16378Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16379
16380 * Makefile.am include/Makefile.am: small change to have
16381 include/libxml rebuilt if working from CVS.
16382 * uri.c: applied another patch from Carl Douglas for URI escaping,
16383 this should close bug #51876
16384
16385Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16386
16387 * xinclude.c: fixed XInclude recursive behaviour bug #54678
16388 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
16389 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
16390 added specific regression test
16391 * parser.h: preparing for the XSLT mode where DTD inherited
16392 attributes are added to the tree.
16393
16394Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16395
16396 * xinclude.[ch]: Updated the namespace for the Last Call version
16397 * result/XInclude/include test/XInclude/include: updated the
16398 testsuite accordingly
16399
16400Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16401
16402 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
16403 related to bug #51876
16404
16405Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16406
16407 * tree.c: fixed a gross mistake in base computation, xml:base is
16408 not completely correct yet (need cascade).
16409 * xpath.[ch]: added the few things needed to find a function name
16410 and URI from the XPath context when it is called.
16411
16412Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16413
16414 * catalog.[ch]: fixes and add xmlLoadCatalogs()
16415 * DOCBparser.c: small cleanup
16416 * xmllint.c: added a --catalogs option to load catalogs from
16417 $SGML_CATALOG_FILES
16418 * tree.c: cleanup
16419 * configure.in: iconv library fixup, ICONV_LIBS
16420
16421Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16422
16423 * catalog.c: handling of CATALOG entries. detection of recursion,
16424 and a few bugfixes
16425 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
16426 against the default namespace
16427
16428Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16429
16430 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
16431
16432Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16433
16434 * parser.c: fixed propagation context info when parsing an
16435 external entity.
16436 * doc/html/*.html: regenerated a couple of docs
16437
16438Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16439
16440 * doc/xml.html: update with 2.3.9 informations
16441
16442Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16443
16444 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
16445 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
16446 * doc/html/* : rebuilt the docs
16447 * valid.c: small patch which may improve some case when
16448 validating.
16449
16450Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16451
16452 * HTMLparser.c: Closed bug #54891
16453 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
16454 to the suite
16455
16456Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16457
16458 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
16459 applied a documentation patch from LotR and filled in a few missing
16460 descriptions
16461
16462Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16463
16464 * xpath.c tree.c parser.c: speed optimizations at the parser level
16465 document tree freeing and xpath evaluation
16466
16467Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16468
16469 * parser.c parser.h parserInternals.h: fixed a couple of
16470 interfaces for handling memory buffer input to const char *
16471 upon suggestion of JamesH.
16472
16473Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16474
16475 * configure.in: LoTR sent a patch fixing the previous commit
16476
16477Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16478
16479 * configure.in: trying to deal again with the stoopid -R linking
16480 flag of Solaris
16481
16482Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16483
16484 * xpath.h: two nodeset access macros from Thomas Broyer
16485
16486Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16487
16488 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
16489 patch from Thomas Broyer
16490
16491Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16492
16493 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
16494 case
16495 * INSTALL: was empty added stuff from the FAQ
16496
16497Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16498
16499 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
16500 attributes handling and #54433 by adding xmlUnsetProp()
16501 and xmlUnsetNsProp()
16502
16503Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16504
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016505 * HTMLparser.c: Patch from Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016506 (htmlGetEndPriority): New function, returns
16507 the priority of a certain element.
16508 (htmlAutoCloseOnClose): Only close inline elements if they
16509 all have lower or equal priority.
16510 * result/HTML: this of course changed a number of tests results.
16511
16512Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16513
16514 * xmlIO.c catalog.c: plugged in the default catalog resolution
16515 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
16516 documentations
16517 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
16518
16519Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16520
16521 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
16522 integrating catalogs
16523 * catalog.[ch] testCatalog.c: adding a small catalo API
16524 (only SGML catalog support).
16525 * parser.c: restaured xmlKeepBlanksDefault(0) API
16526
16527Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16528
16529 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
16530
16531Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16532
16533 * parser.c: added xmlParseExternalEntityPrivate() to allow
16534 propagation of ctxt->_private when parsing external entities
16535
16536Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16537
16538 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
16539
16540Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16541
16542 * configure.in: fixed a small portability problem with AM_CONDITIONAL
16543
16544Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16545
16546 * valid.c: warn when indeterminist content model is detected
16547 * result/VC/ElementValid8: this adds a message
16548 * Makefile.am: add --novalid for VCM tests
16549 * parserInternals.c: added a call to Init memory
16550
16551Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16552
16553 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16554 when both parameters are NULL.
16555
16556Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16557
16558 * valid.c: applied small patch from Gary Pennington, reindented
16559 some part of the code.
16560
16561Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16562
16563 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
16564 release, updated and regenerated the docs
16565
16566Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16567
16568 * xpath.c result/XPath/expr/floats : clarified and cleanup
16569 printing of abnormal floats in tests.
16570
16571Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16572
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016573 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016574 * results/HTML/ : a few changes in the output of the HTML tests as
16575 a result.
16576 * configure.in: tying to fix -liconv where needed
16577
16578Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16579
16580 * Makefile.am: fixed a stupid error
16581
16582Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16583
16584 * configure.in Makefile.am: make the inclusion of the trio
16585 modules in the library conditional
16586
16587Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16588
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016589 * DOCBparser.c: patche from László Kovács, fixed entities refs
William M. Brack11be2d02007-01-24 19:17:19 +000016590 in attributes handling
16591
16592Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16593
16594 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
16595 flushing
16596
16597Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16598
16599 * xpath.c: fix of an XSLT namespace bug reported on the list
16600 general/bug-8-
16601
16602Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16603
16604 * strio.h trio.c: Dan McNichol suggested a couple of small
16605 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
16606
16607Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16608
16609 * tree.c parser.c encoding.c: spent a bit more time looking
16610 at the parsing speed and DOM handling. Added a few more
16611 speedups.
16612
16613Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16614
16615 * parser.c: small but effective parsing speed improvement
16616
16617Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16618
16619 * configure.in: default on the DocBook parser inclusion (for Gnome)
16620 * DOCBparser.h: fixed a header reference
16621
16622Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16623
16624 * configure.in xpath.c: applied Bjorn patches for FPE on the
16625 alpha
16626
16627Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16628
16629 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
16630 xmlSaveFormatFileTo()
16631
16632Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16633
16634 * xpath.c: simple and efficient optimization, XPath functions
16635 aways bind to the same code, cache this
16636 * TODO: updated (by saying some is obsolete)
16637
16638Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16639
16640 * xpath.c: more cleanup work on XPath name parsing routines
16641
16642Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16643
16644 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
16645 xmlXPathParseName
16646 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
16647 * debugXML.c: avoid compilation problems if compiling without
16648 HTML support, Igor Zlatkovic
16649 * win32/libxml2/libxml2.def.src: being able to compile without
16650 XPath on Windows
16651
16652Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16653
16654 * libxml.m4: yet another patch from Toshio Kuratomi
16655
16656Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16657
16658 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16659
16660Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16661
16662 * tree.[ch]: added xmlSaveFormatFile interface for saving
16663 and indenting a file.
16664
16665Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16666
16667 * xpath.c: fixed bug #53689 related to processing-instruction()
16668
16669Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16670
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016671 * DOCBparser.c: patche from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016672
16673Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16674
16675 * parser.c: applied fixes from Christian Glahn bug report #53391
16676
16677Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16678
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016679 * error.c: Jean François Lecomte provided a complete description
William M. Brack11be2d02007-01-24 19:17:19 +000016680 and a fix to bug #53537
16681
16682Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16683
16684 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
16685
16686Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16687
16688 * DOCBparser.c SAX.c: a bit more work on entities processing.
16689 Still Need to cleanup XML output and references in attributes
16690
16691Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16692
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016693 * DOCBparser.c include/Makefile.am: two patches from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016694
16695Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16696
16697 * tree.c: trying to fix #53574, not completely complete,
16698 I would like xmllint --copy --debug test/ent1 and
16699 xmllint --debug test/ent1 to show the same result.
16700 * xpath.c: fix a bug when trying to sort namespace nodes
16701
16702Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16703
16704 * HTMLtree.c: real fix for #53402
16705
16706Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16707
16708 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16709 PIs when using xsl:output
16710 * valid.c: closing #53537 some case generate segfaults if there
16711 is validity errors
16712
16713Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16714
16715 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16716 of external parsed entities, added --noent to testDocbook
16717 * valid.c: Garry Pennington found an uninitialized variable
16718 access in xmlValidateElementContent()
16719
16720Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16721
16722 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16723 with madness
16724 * result/HTML/ : this modified the result of the regression tests
16725 a lot.
16726
16727Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16728
16729 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16730 to doc where it wasn't checked against NULL reported by
16731 Jens Laas
16732
16733Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16734
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016735 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
William M. Brack11be2d02007-01-24 19:17:19 +000016736 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16737
16738Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16739
16740 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16741 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16742 * SAX.[ch]: cleanup and updates for DocBook
16743 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16744 ex SGML identifier changes
16745 * valid.c: removed a static unused function.
16746
16747Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16748
16749 * HTMLtree.c: applied change for Paul Sponagl on script saving
16750 * Makefile.am: the warning about entity title.xml are normal.
16751
16752Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16753
16754 * configure.in: release of 2.3.7
16755 * Makefile.am: fixing make distcheck
16756
16757Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16758
16759 * doc/html/* doc/xml.html: updated and regenerated the docs
16760
16761Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16762
16763 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16764
16765Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16766
16767 * tree.c: fixed #53388 with the provided patch
16768
16769Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16770
16771 * valid.c: Bjorn detected an invalid memory access. Fixed
16772 vstateVPush()
16773
16774Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16775
16776 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16777
16778Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16779
16780 * libxml.h: new header used only for the compilation of libxml
16781 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16782 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16783 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16784 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16785 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16786 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16787 baseline (version 1.2 plus a single patch).
16788 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16789 scientific notation for numbers. Tests added.
16790 * xpath.c: formatting of numbers changed to use sprintf
16791 (contribution from William Brack)
16792
16793Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16794
16795 * valid.c: cleanup, more useful debugging
16796 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16797 * xmlIO.c: entity loading is printed as an error when validating
16798
16799Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16800
16801 * valid.c: fixed to validate within entities
16802 * test/VCM/v22.xml: added a specific testcase
16803
16804Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16805
16806 * valid.c: forgot an epsilon transition in for ()+
16807 * test/VCM/v21.xml : added a specific test case
16808
16809Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16810
16811 * valid.c: removed a state explosion exhibited by RSS
16812 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16813 from bug #51872
16814
16815Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16816
16817 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16818 validation without using an ugly NFA -> DFA algo in the source.
16819 Made a specific algorithm easier to maintain, using a single
16820 stack and without recursion.
16821 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16822 * hash.c: made the growing routine static
16823 * tree.h parser.c: added the parent information to an
16824 xmlElementContent node.
16825
16826Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16827
16828 * SAX.c parser.c xpath.c: generating IDs when not validating
16829 from an external parsed entity was poisoning the ID has table
16830 with removed values. This was killing XSLT on the KDE help
16831 browser.
16832
16833Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16834
16835 * entities.h: andrew@ugh.net.au detected a double declaration
16836
16837Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16838
16839 * debugXML.c hash.c tree.h valid.c : some changes related to
16840 the validation suport to improve speed with DocBook
16841 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16842 the way validation errors get reported
16843
16844Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16845
16846 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16847 by P C Chow and William M. Brack for XSLT HTML output
16848
16849Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16850
16851 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16852 Igor Zlatkovic patches for MSC compilation and added his
16853 updates
16854
16855Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16856
16857 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16858 prefix lookup.
16859 * parserInternals.c: fixed the bug reported by Morus Walter
16860 due to an off by one typo in xmlStringCurrentChar()
16861
16862Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16863
16864 * HTMLparser.c result/HTML/*: revamped the way the HTML
16865 parser handles end of tags or end of input
16866
16867Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16868
16869 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16870
16871Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16872
16873 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16874 bug where the linktime verions of free() won't work ...
16875
16876Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16877
16878 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16879
16880Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16881
16882 * doc/xml.html: added 2.3.6 release
16883
16884Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16885
16886 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16887 * result/wml.xml: resulted in a small output change
16888
16889Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16890
16891 * tree.c: xmlNewDoc was missing the charset initialization
16892 * xmllint.c: added --auto to autogenerate a doc, allow to
16893 reproduce the problem fixed on xmlNewDoc
16894
16895Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16896
16897 * xpath.c: trying to get 52979 solved
16898 * tree.c result/ result/noent/: trying to get 52712 solved, this
16899 also made me clean up the fact that XML output in general should
16900 not add formating blanks by default, this changed the output of
16901 a few tests
16902
16903Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16904
16905 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16906
16907Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16908
16909 * configure.in: finally released 2.3.6
16910
16911Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16912
16913 * xpath.c: checking for null pointer generated by new code
16914
16915Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16916
16917 * xpath.c: fixed a [] evaluation problem reported
16918 * test/XPath/tests/simpleaddr: extended test
16919 * result/XPath/simpleaddr: updated result
16920
16921Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16922
16923 * xmllint.c: Dan Timis reported a portability problem
16924 on Macs without mmap, fixed it.
16925
16926Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16927
16928 * testXPath.c : added a --tree option allowing to display the
16929 tree dump of the XPath expression
16930
16931Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16932
16933 * xpath.c: fixed a memleak when comparing nodesets
16934 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16935 * tree.c: added a TODO
16936
16937Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16938
16939 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16940 we need string functions
16941 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16942 to be able to use them where needed. Applied some changes
16943 to reduce name linking pollution and compile in only what's
16944 needed.
16945 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16946 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16947 for the string manipulation functions
16948 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16949 to the free() function of xmlmemory.c
16950 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16951 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16952 usage.
16953
16954Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16955
16956 * error.c: applied the context output patch of the error
16957 handling submitted by Chuck Griffith
16958 * error/VC/*: this slightly change some error logs
16959
16960Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16961
16962 * parser.c: fixed line number reporting on error
16963
16964Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16965
16966 * parser.c: Sullivan and Darin found a parser bug,
16967 applied the patch.
16968
16969Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16970
16971 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16972 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16973 xmlversion.h.in xpointer.c: of course the way I defined
16974 UNUSED breaks on old gcc version. Try to be smart and
16975 also define it directly in xmlversion.h
16976 * configure.in: removed -ansi flag from the pedantic set
16977
16978Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16979 Huge cleanup, I switched to compile with
16980 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16981 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16982 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16983 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16984 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16985 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16986 encoding.h entities.c error.c list.[ch] nanoftp.c
16987 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16988 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16989 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16990 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16991 Cleanup, staticfied a number of non-exported functions,
16992 detected and cleaned up a dozen of problem found this way,
16993 avoided a lot of public function name/typedef/system names clashes
16994 * doc/xml.html: updated
16995 * configure.in: switched private flags to the really pedantic ones.
16996
16997Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16998
16999 * configure.in: 2.3.5
17000 * doc/html/*: rebuilt the docs
17001
17002Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17003
17004 * parser.c: fixed a reported bug in NOTATION parsing
17005 * uri.c: accepted but not fixed bug 51876, added TODO
17006 * Makefile.am: fixed bug 51876
17007
17008Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17009
17010 * config.h.in configure.in error.c: fix a compilation problem
17011 on platforms without vsnprintf (xml@thewrittenword.com)
17012
17013Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17014
17015 * parser.c: fixed a function name header typo
17016 * SAX.c: notations can also occur in external subset.
17017
17018Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17019
17020 * error.c: removed a C++ like comment
17021
17022Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17023
17024 * parser.c: fixing bug 52299 strange condition leading
17025 to a parser crash due to a buffer overflow
17026 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
17027 added the specific test case
17028
17029Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17030
17031 * xpath.[ch]: still a lot of cleanup based on XSLT, added
17032 xmlXPathConvert{String,Number,Boolean} to be able to make
17033 type casts without a context stack, fixed some implementation
17034 problems related to the absence of context at parse-time,
17035 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
17036 in the public API too
17037 * xpointer.c xpathInternals.h: we need to know at parse time
17038 whether we are compiling an XPointer
17039
17040Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17041
17042 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
17043 cleaned up the parser internals, refactored XPath code, added
17044 new compilation based APIs and cleanly separated public and
17045 private APIs.
17046
17047Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17048
17049 * xpath.h: the comp field must be added at the end to avoid
17050 killing binary compat.
17051
17052Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17053
17054 * Makefile.am: detect XPath memleaks in regreson tests
17055 * error.c: fixed and error w.r.t. error reporting still using
17056 stderr
17057 * hash.c: added new line at end of file
17058 * tree.h: minor cleanup
17059 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
17060 expression parsing from evaluation, resulted in a number of
17061 changes internally, and in XPointer. Likely to break stuff
17062 using xpathInternals.h but should remain binary compatible,
17063 new interfaces will be added.
17064
17065Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17066
17067 * configure.in: fixed a couple of problems reported by
17068 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
17069 without gcc on non linux platforms.
17070
17071Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17072
17073 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
17074 a fix for --with-html-dir= configure support. I hope it won't
17075 break rpm generation
17076
17077Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17078
17079 * xmlIO.c: one function comment cleanup.
17080
17081Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17082
17083 * SAX.c: external subset notations were improperly registered
17084 in the internal subset.
17085
17086Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17087
17088 * README.cvs-commits: added, pointing to HACKING
17089 * HACKING: updated
17090
17091Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17092
17093 * parser.c: and Matt Sergeant found one in the XML push
17094 parser (erroneous check I forgot to remove when I fixed the
17095 main parser).
17096
17097Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17098
17099 * xpath.c: ptittom found a small bug in UnaryExpr
17100
17101Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17102
17103 * configure.in: bumped to 2.3.4
17104 * error.c: fixed bug #51860
17105 * tree.c: fixed bug #51861
17106 * valid.c: cleanup, more debug, failed to fix one bug crap ...
17107 * tree.[ch] : added xmlDefaultBufferSize
17108 * nanoftp.c: typo in function name header block
17109 * doc/xml.html : updated, added link to XML::LibXSLT
17110 * doc/html/* : rebuilt the docs
17111
17112Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17113
17114 * parser.c SAX.c: the new content parsing code raised an
17115 ugly bug in the characters() SAX callback. Found it
17116 just because of strangeness in XSLT XML Rec ouptut :-(
17117
17118Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17119
17120 * Makefile.am: Martin Baulig suggested to add -lm
17121 * tree.c: found another bug in xmlNodeGetContent()
17122
17123Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17124
17125 * xpath.c: Bjorn found the error related to strictness of comparison.
17126
17127Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17128
17129 * parser.c: trying to fix the Dtd parsing problem reported
17130 by Gary, side effect of last week speed optimizations.
17131
17132Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17133
17134 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
17135 * parserInternals.c: removed unneeded test raised by Stric
17136
17137Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
17138
17139 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
17140 and fixed by William Brack). Added xmlXPathFormatNumber.
17141 Changed the sorting slightly.
17142 * configure.in Makefile.am example/Makefile.am: Added -lm.
17143 Please note that applications linking with libxml2, must
17144 also like with the math library from now on.
17145
17146Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17147
17148 * HTMLparser.c: fixed loop reported by Marc Sanfacon
17149
17150Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17151
17152 * parser.c: one must report spaces even if the Dtd element
17153 content proves that this is not part of the element content.
17154 * result/valid/*.xml: this changed the ouptu slightly
17155
17156Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17157
17158 * configure.in: bumped to 2.3.3
17159 * doc/xml.html: updated
17160
17161Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17162
17163 * tree.c: minor doc fix
17164 * xpath.c: deallocation issues when a result tree has been
17165 converted to a node-set
17166
17167Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17168
17169 * doc/xml.html: oops corrected dates s/2000/2001
17170
17171Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17172
17173 * valid.c: new patch from Gary Pennington
17174
17175Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17176
17177 * doc/xml.html: applied patch from Ankh
17178
17179Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17180
17181 * xinclude.c: fixed a problem building on Mac
17182
17183Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17184
17185 * parser.c: more work on increasing parsing ferformances
17186
17187Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17188
17189 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
17190 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
17191 avoiding memcpy in production builds MEM_CLEANUP macro use
17192 * parser.[ch] parserInternals.c: optimizations of the tightest
17193 internal loops inside the parser. Better checking of I/O
17194 flushing/loading conditions
17195 * xmllint.c : added --timing
17196
17197Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17198
17199 * configure.in: bumped to 2.3.2
17200 * doc/xml.html: updated for release
17201
17202Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17203
17204 * xpath.c: found a memleak and fixed a nasty bug
17205
17206Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17207
17208 * xmllint.[c1] : added return code errors for xmllint
17209 * xpath.c: specific debug dump function for result value trees
17210
17211Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17212
17213 * xpath.c: finally implemented xmlXPathCompareNodeSets
17214 * test/XPath/expr/floats results/XPath/expr/floats: added
17215 a test for float expressions
17216
17217Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17218
17219 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
17220 * parserInternals.[ch]: trying to speed up parsing
17221 * xpath.c : speeded up node set equality op
17222
17223Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17224
17225 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
17226 better handling of ID/IDREF and the list modules associated
17227 * configure.in: small CFLAGS cleanup
17228
17229Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17230
17231 * configure.in: fixed iconv detection on AIX (stric)
17232
17233Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17234
17235 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
17236
17237Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
17238
17239 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
17240 and optimized xmlXPathNodeSetSort
17241
17242Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17243
17244 * xpath.c: bug fix when context size is 0
17245 * parser.c: I like Norm's Dtd because they still manage to break
17246 the parser occasionally
17247
17248Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17249
17250 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
17251
17252Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17253
17254 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
17255 attributes within the XML-1.0 namespace
17256
17257Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17258
17259 * xpathInternals.h: exported a few axis functions
17260 * doc/xml.html: updated the doc
17261
17262Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17263
17264 * configure.in: applied patch from Daniel van Balen for OpenBSD
17265 and bumped version to 2.3.1
17266 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
17267 attempt to find autoclosing was simply broken, removed it,
17268 updated the examples, this is better
17269
17270Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17271
17272 * hash.[ch]: added Paolo Casarini patch to provide Delete from
17273 hash functionnalities.
17274 * doc/html/* : rebuild the doc
17275
17276Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17277
17278 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
17279 on predicate
17280 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
17281 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
17282 really want to have tags closed on output even if we accept
17283 unclosed ones on input
17284
17285Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17286
17287 * xpath.c: ouch don't free NULL, rare case fixed
17288 * tree.c: don't coalesce text nodes if they don't have the
17289 same behaviour wrt escaping on output
17290
17291Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17292
17293 * xpath.c: small fixup
17294 * SAX.c: don't warn on empty namespaces.
17295
17296Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17297
17298 * README: a bit of cleanup
17299 * configure.in: preparing for 2.3.0 release
17300
17301Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17302
17303 * hash.[ch]: added a first version of xmlHashSize()
17304 * valid.c: another bug fix from Gary Pennington
17305
17306Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17307
17308 * valid.c: couple of bug fixes pointed by Gary Pennington
17309 * HTMLtree.c: #if 0 cleanup
17310
17311Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17312
17313 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
17314 which removes a time consuming check of xmlXPathNodeSetAdd()
17315 and use it in places where we are sure to not break unicity
17316
17317Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17318
17319 * xpath.c: bug fixes found from XSLT
17320 * tree.c: preserve node->name special values when copying nodes.
17321 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
17322 external subset are fetched when available but without full
17323 validation. Added xmlLoadExtDtdDefaultValue, need a function.
17324 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
17325 output with encoding disabled.
17326
17327Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17328
17329 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
17330 xmlCheckFilename should not be called from xmlFileOpenW
17331 and xmlGzfileOpenW
17332
17333Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17334
17335 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
17336 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
17337 added the new tests for URI normalization
17338 * testURI.c: fixed stoopid bugs
17339 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
17340 the URI in the error messages are now properly normalized
17341
17342Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17343
17344 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
17345
17346Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17347
17348 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
17349
17350Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17351
17352 * xpath.c: fixed mod operator
17353
17354Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17355
17356 * parser.c: fixed xmlStrcat doc
17357 * tree.c: 2 fixes form Anders Carlson for copying nodes and
17358 trees.
17359
17360Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17361
17362 * xpath.c result/XPath/tests/chaptersbase
17363 result/XPath/tests/simplebase: fixed XPath node()
17364 * tree.c: small fix in xmlNewNs()
17365 * Makefile.am: removed extraneous xml2Conf.sh rule
17366
17367Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17368
17369 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
17370 Changed the library name, in order to get libxml-devel and
17371 libxml2-devel to coexist on a single system
17372 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
17373 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
17374
17375Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17376
17377 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
17378 libxml2-devel installable in // as libxml-devel.
17379
17380Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17381
17382 * doc/Makefile.am: fixed make rebuild in doc
17383 * doc/html/*.html: rebuilt the docs
17384
17385Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17386
17387 * tree.c: patch from Bjorn Reese on xmlBufferCCat
17388
17389Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17390
17391 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
17392 the HTML doc to go into the -devel RPM ...
17393 * aclocal.m4 config.h.in: some updates due to auto* magic
17394
17395Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17396
17397 * xpath.h: added a hook in the context structure allowing to
17398 link to extra support, needed for XSLT
17399
17400Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17401
17402 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
17403 xmlXPtrCmpPoints to use it.
17404 * propagated the following patch from Alejandro Forero
17405 * include/win32config.h xmlIO.c: applied further suggestions
17406 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
17407 * example/gjobread.c: fixed warnings, now that it builds
17408
17409Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
17410
17411 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
17412
17413 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
17414 filename points to a valid file (not a directory).
17415 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
17416 Added calls to xmlCheckFilenameDir.
17417
17418 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
17419 `path' (rather than `filename') as the parameter to gzopen and open.
17420
17421Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17422
17423 * Makefile.am: fixed a problem with EXTRA_DIST
17424
17425Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17426
17427 * Makefile.am example/Makefile.am: finally found the trick
17428 to build the example, i.e. add "." in SUBDIRS before example
17429 in the list <grin/>
17430
17431Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17432
17433 * doc/xml.html: updated with an XSLT section, removed pointer to
17434 W3C CVS base.
17435
17436Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17437
17438 * xpath.c: when copying a XSLT tree object teh tree need to be copied
17439 too, and deallocation need to occur the same way.
17440
17441Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17442
17443 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
17444 type correponding to an XSLT result tree fragment. Share most
17445 of the data format with node set, as well as operators.
17446 * HTMLtree.c: added a newline at the end of the doctype output
17447 whe this one is not present initially.
17448 * tree.c: make sure taht the parent and doc pointers are properly
17449 set when copying attributes (lists).
17450
17451Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17452
17453 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
17454
17455Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17456
17457 * xpath.c: seems I finally killed that ugly path evaluation
17458 context bug (tagged 9999 in case is is wrong)
17459
17460Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17461
17462 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
17463 for XSLT
17464
17465Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17466
17467 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
17468 for xmlGzfileOpen() bug
17469
17470Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17471
17472 * xpath.c: removed an error found by XSLT usage
17473 * tree.c parserInternals.h: use a predefined static string
17474 for text and comment nodes, avoid freeing them in xmlFreeNode,
17475 exported the string name in parserInternals.h and added
17476 another value to disable encoding at output (for XSLT),
17477 gain memory, time.
17478
17479Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17480
17481 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
17482 win32/libxml2/libxml2_so.dsp: new makefiles and update
17483 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
17484
17485Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17486
17487 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
17488 Gary Pennington
17489
17490Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17491
17492 * xpath.c: fixed the comaprision of values and nodelists,
17493 need to compare nodelist still ...
17494 * debugXML.c: avoided a possible core dump
17495 * HTMLparser.c: cleanup
17496 * nanohttp.c: contributed fix.
17497 * tree.c: fixes in properties handling added xmlSetNsProp
17498 needed by libxslt
17499 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
17500 comment
17501 * TODO: updated
17502
17503Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17504
17505 * parser.c parserInternals.c: applied Bjorn Reese optimization
17506 patch
17507
17508Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17509
17510 * Makefile.am: applied patch fro make check from Martin Vidner
17511
17512Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17513
17514 * configure.in: preparing 2.2.11
17515 * doc/html/*: rebuild the HTML files
17516 * doc/xml.html : updated
17517
17518Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17519
17520 * tree.c: fixed a stupid bug
17521 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
17522 patches related to validation of an XInclude processing result
17523 * TODO: updated
17524
17525Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17526
17527 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
17528 on large files
17529
17530Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17531
17532 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
17533
17534Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17535
17536 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000017537 reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000017538 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
17539
17540Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17541
17542 * testXPath.c xpath.c: fixing the XPath union expressions problem
17543 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
17544
17545Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17546
17547 * xmllint.c: Made is so if the file name is "-" is will read form
17548 standard input. Sven Heinicke <sven@zen.org>
17549 * tree.c: fixed a problem when growing buffer
17550 * tree.h: fixed the comment of the node types following andersca
17551 comment
17552 * TODO: updated
17553
17554Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17555
17556 * HTMLparser.[ch]: added a way to avoid adding automatically
17557 omitted tags. htmlHandleOmittedElem() allows to change the
17558 default handling.
17559 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
17560 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
17561 of xmllint too when using --memory flag, added a memory test
17562 suite at the Makefile level.
17563 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
17564 with namespace use when encountering QNames in XPath evalation,
17565 added xmlns() scheme in XPointer.
17566 * nanoftp.c : incorporated a fix
17567 * parser.c xmlIO.c: fixed problems raised with encoding when using
17568 the memory I/O
17569 * parserInternals.c: closed bug 25934 reported by
17570 torsten.landschoff@innominate.de
17571 * TODO: updated
17572
17573Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17574
17575 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
17576 on a non-updated tree :-(, made a 2.2.10 release to correct the
17577 situation
17578
17579Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17580
17581 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
17582 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
17583 integrated a set of OpenVMS changes from Howard Taylor
17584 <Howard.Taylor@pacoast.com>
17585
17586Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17587
17588 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
17589 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
17590
17591Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17592
17593 * HTMLparser.c: some fixes on auto-open of html/head/body
17594 * encoding.c: fixed a compilation error on some gcc env
17595 * xpath.c xpointer.[ch] xpathInternals.h: improved the
17596 XPointer implementation
17597 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17598 related XPointer tests and associated results
17599
17600Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17601
17602 * doc/xmldtd.html doc/xml.html: following a short step by step
17603 guidance on IRC to help maciej with DTDs I started a small
17604 page on the subject.
17605
17606Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17607
17608 * HTMLparser.c: fixed handling of broken charrefs
17609 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
17610 patches
17611
17612Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17613
17614 * doc/xml.html doc/html/* : rebuilt the docs after adding
17615 xinclude and updated page for 2.2.7 and 2.2.8
17616 * configure.in: releasing 2.2.8
17617
17618Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17619
17620 * parser.[ch] parserInternals.c: applied the conditional
17621 section processing fix from Jonathan P Springer
17622 <jonathan.springer2@gte.net>
17623 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
17624 project file, fixed iconv default non support
17625 * xpath.c: fixed the problem of evaluating relative expressions
17626 when a node context is provided.
17627
17628Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17629
17630 * nanoftp.c: fixed gcc 2.95 new warnings
17631 * SAX.c: fixed a stupid bug
17632 * tree.c: fixed a formatting problem when round-tripping
17633 from/to memory
17634 * xinclude.c: chased memleak, fixed a base problem
17635 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
17636 xmlXPtrBuildNodeList()
17637 * TODO: updated
17638 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
17639 adding a first small set of regression tests for XInclude
17640
17641Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17642
17643 * nanohttp.[ch]: applied Wayne Davison patches to access
17644 the WWW-Authorization header.
17645 * parser.c: Closed Bug#30847: Problems when switching encoding
17646 in short files by applying Simon Berg's patch.
17647 * valid.c: fixed a validation problem
17648 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
17649 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
17650 Wayne Davison
17651 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
17652 need to be extended to non full nodes selections.
17653 * xinclude.c: starts to work decently
17654
17655Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17656
17657 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
17658 debugXML.c xmlversion.h.in: Started adding XInclude support,
17659 this is a new xmllint option
17660 * tree.c xpath.c: applied TOM patches for XPath
17661 * xpointer.c: fixed a couple of errors.
17662 * uri.c: added an escaping function needed for xinclude
17663 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
17664 new warning from RH70 gcc's version
17665
17666Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17667
17668 * HTMLparser.c: fixed loop on invalid char in scripts
17669 * parser.c: update to description of xmlIOParseDTD()
17670 * libxml.m4 xmlversion.h.in: changes contributed by
17671 Michael Schmeing <m.schmeing@internet-factory.de>
17672 * configure.in: preparing for 2.2.7
17673 * Makefile.am: trying to avoid config.h and acconfig.h
17674 being included in the distrib
17675 * configure.in: released 2.2.7
17676
17677Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17678
17679 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
17680 like namespaces for good. Unified xmlNs and xmlNode somewhat.
17681
17682Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17683
17684 * parser.[ch]: added xmlIOParseDTD()
17685 * xpointer.c: added support for the 2 extra parameters of
17686 string-range, fixed a stoopid error when '0' was present
17687 in XPointer expressions
17688 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17689 testsuite for the above
17690
17691Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17692
17693 * libxml.spec.in: improved package descriptions
17694
17695Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17696
17697 * xpath.c xpathInternals.h: applied a large cleaning patch
17698 from TOM <ptittom@free.fr>, it also add namespace support
17699 for function and variables registration.
17700
17701Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17702
17703 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17704 * Makefile.mingw: Wayne Davison's update adding hash.c
17705
17706Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17707
17708 * xpath.c: fixed the root evaluation problems
17709 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17710 ignorable spaces with <b> <bold> <em>
17711 * tree.c: fixed a loop in xmlSearchNsByHref()
17712
17713Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17714
17715 * xpath.c: applied another XPath patch from TOM
17716 * xpath.c include/makefile.am: applied another patch from
17717 china@thewrittenword.com (cleanup on IRIX).
17718
17719Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17720
17721 * xml-config.1: received a fixed version from Fredrik Hallenberg
17722 <hallon@lysator.liu.se>
17723
17724Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17725
17726 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17727 cleanup patch for XPath
17728
17729Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17730
17731 * patched to redirrect all "out of context" error messages to
17732 a reconfigurable routine. The changes are:
17733 * xmlerror.h : added the export of an error context type (void *)
17734 an error handler type xmlGenericErrorFunc there is an interface
17735 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17736 to reset the error handling routine and its argument
17737 (by default it's equivalent to respectively fprintf and stderr.
17738 * all the c files: all wild accesses to stderr or stdout within
17739 the library have been replaced to calls to the handler.
17740
17741Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17742
17743 * configure.in: release 2.2.6
17744 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17745 exporting the inner functions of xpath for extension modules
17746 * doc/*: updated and rebuilt the doc
17747
17748Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17749
17750 * nanohttp.c : applied Wayne HTTP cleanup patch
17751 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17752 and xmlNodeSetSpacePreserve()
17753
17754Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17755
17756 * xpath.c: closing bug #29260
17757
17758Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17759
17760 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17761 multikey tuples, made hash structure opaque
17762 * valid.[ch]: moved elements, attributes, notations decalarations
17763 as well as ID and refs to hash tables.
17764 * entities.c: hash cleanup
17765 * xmlmemory.c: fixed a dump problem in debug mode
17766 * include/Makefile.am: problem passing in DESTDIR= values patch
17767 from Marc Christensen <marc@calderasystems.com>
17768 * nanohttp.c: removed debugging remains
17769 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17770 * HTMLparser.c parser.c: fixing a number of problems with the
17771 macros in the *parser.c files (Wayne).
17772 * HTMLparser.c: close the previous option when opening a new one
17773 (Marc Sanfacon).
17774 * result/HTML/*: updated the HTML results accordingly
17775
17776Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17777
17778 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17779 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17780 XPath functions and XML entities table to them. More to come...
17781 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17782
17783Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17784
17785 * tree.c: coalesce adjacent text nodes
17786 * valid.c: handling of blank nodes in DTd validation (raised
17787 by problems with a posteriori validation).
17788 * nanohttp.c: changing behaviour on HTTP write stuff.
17789 * HTMLtree.c: forced body and html to be explicitely closed.
17790 * xpath.h: exported more XPath functions.
17791
17792Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17793
17794 * Release of 2.2.5
17795 * xpointer.c: range() range-inside and other helper functions
17796 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17797
17798Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17799
17800 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17801 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17802
17803Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17804
17805 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17806 and XPointer modules
17807
17808Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17809
17810 * SAX.h: closed #25107
17811
17812Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17813
17814 * testSAX.c: fixed problem with cdata reporting
17815 * SAXresult/* : updated
17816
17817Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17818
17819 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17820 Closed bug #27499, added to regression tests
17821 * TODO: updated
17822
17823Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17824
17825 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17826 support for SCRIPT and STYLE with help from Bjorn Reese
17827 * test/HTML/* result/HTML/*: added simple testcase and updated
17828 the existing ones.
17829
17830Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17831
17832 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17833 string-range for empty strings
17834 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17835 test/XPath/xptr/strrange: augmented the XPointer testsuite
17836
17837Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17838
17839 * doc/xml.html doc/xmlmem.html: added a module describing memory
17840 interfaces and use, updated the main page.
17841
17842Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17843
17844 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17845 nanoftp code work on Windows too now
17846
17847Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17848
17849 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17850 * xpointer.c: implemented string-range() at least a good first version
17851 * test/XPath/docs/str test/XPath/xptr/strrange
17852 result/XPath/xptr/strrange: the string-range() tests
17853
17854Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17855
17856 * Makefile.am include/Makefile.am include/win32config.h
17857 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17858 and make distcheck
17859
17860Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17861
17862 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17863 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17864 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17865
17866Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17867
17868 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17869 patch for socklen_t detection by
17870 Albert Chin-A-Young <china@thewrittenword.com>
17871
17872Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17873
17874 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17875 and added a --dtdvalid option to xmllint used to test it
17876
17877Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17878
17879 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17880 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17881
17882Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17883
17884 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17885 handlings (registration, lookup, cleanup)
17886
17887Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17888
17889 * configure.in Makefile.am include/makefile.am: adding XPointer
17890 and XPtrtests target
17891 * xpointer.[ch] : new files for XPointer support
17892 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17893 more XPath tests
17894
17895Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17896
17897 * configure.in: fixed, very broken, make distcheck works again
17898
17899Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17900
17901 * More work toward 2.2.5, integrated a number of patches
17902 * configure.in Makefile.am win32config.h.in: trying to cleanup
17903 make distcheck .... huh ...
17904 * include/Makefile.am include/win32config.h: new directory
17905 for includes
17906 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17907 updated teh makefiles and instructions for WIN32
17908 * xpath.c: small fixes
17909 * test/XPath/ results/XPath: updated the testcases and results
17910 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17911 suggested patches
17912 * valid.c: fixed an ID bug
17913
17914Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17915
17916 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17917 the automake bug where wrong dependencies were generated.
17918 * xpath.[ch]: worked on XPointer
17919
17920Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17921
17922 * configure.in Makefile.am: 2.2.5, ship the include in an
17923 include/libxml subdirectory, use symlinks when using CVS
17924 * testSAX.c: fixed small bug
17925 * testXPath.c: changed the way testfiles are parsed
17926 * debugXML.c: same kind of cleanup when parsing an argument expression
17927 XPath/XPointers can have blanks embedded
17928 * xpath.[ch]: more cleanup, reorgs for XPointer work
17929 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
17930 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
17931
17932Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17933
17934 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17935 in the XPath engine, rewrote large parts of it, now it's far
17936 cleaner and in sync with the REC not an old WD. Fixed a parsing
17937 problem in the interactive XML shell found when testing XPath.
17938
17939Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17940
17941 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17942 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17943 examples with the extra test
17944
17945Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17946
17947 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17948 the global init function.
17949
17950Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17951
17952 * HTMLparser.c: Doohhh, attribute name parsing was still case
17953 sensitive ! Fixed this ...
17954 * result/HTML/* : updated the tests results accordingly
17955
17956Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17957
17958 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17959 engine, should be far more stable, incorporated a new version of
17960 preceding/following axis, need testing
17961 * uri.c: fixed file:///c:/a/b/c problem
17962 * test/XPath/tests/idsimple: augmented the XPath tests
17963
17964Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17965
17966 * doc/* rebuilding docs for 2.2.4 release
17967
17968Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17969
17970 * configure.in: releasing 2.2.4
17971 * parser.[ch]: added xmlStrEqual()
17972 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17973 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17974 use xmlStrEqual instead
17975 * TODO: updated
17976 * added an XPath test
17977
17978Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17979
17980 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17981 * entities.h: exported xmlInitializePredefinedEntities
17982 * parser.[ch] : added xmlInitParser()
17983 * parserInternals.h : had to export htmlInitAutoClose()
17984
17985Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17986
17987 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17988 problems
17989 * Makefile.am : added XPath regression tests to normal tests
17990 * uri.c: fixed a problem with local paths, cleanup
17991 * parser.c: fixed a problem with large CData sections
17992
17993Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17994
17995 * configure.in xml-config.in: patch from "Ben Taylor"
17996 <sol7x86@hotmail.com> for solaris shared libs lookup
17997
179982000-09-30 Martin Baulig <baulig@suse.de>
17999
18000 * libxml-2.0.pc.in: Provide pkg-config script.
18001
18002 * configure.in: Create the libxml-2.0.pc script from the
18003 libxml-2.0.pc.in templates.
18004 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
18005 script in `$(libdir)/pkgconfig'.
18006
18007Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18008
18009 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
18010 when compiling with MSC
18011
18012Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18013
18014 * xpath.c: patch for normalize-string() substring-before(),
18015 substring-after() and translate() functions from Bjorn Reese
18016 <breese@mail1.stofanet.dk>
18017 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
18018 Fredrik Hallenberg <hallon@lysator.liu.se>
18019 * TODO: updated
18020
18021Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18022
18023 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
18024 problem of socklen_t being undefined on a number of platforms
18025 * debugXML.c: fixed a compilation problem when without snprintf
18026
18027Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18028
18029 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
18030 an URI bug and a fix for the control-character-induced infinite loop
18031 * nanohttp.c: preventive fix for compiling on WIN32
18032
18033Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18034
18035 * xmlint.c: closing bug #25000
18036
18037Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18038
18039 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
18040 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
18041 modified slightly Wayne Davison patch adding xmlStrcasecmp and
18042 related function, fixing xmlStrncmp(), and associated cleanup
18043 * result/HTML/entities.html.sax: updating result
18044
18045Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18046
18047 * uri.c: applied patch for URI escaping from Wayne Davison
18048 <wayned@blorf.net>
18049 * tree.c parserInternals.c HTMLparser.c: memset checks patches
18050 from Denis Barbier <barbier@imacs.polytechnique.fr>
18051 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
18052 patch from Wayne Davison
18053
18054Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18055
18056 * doc/xml.html : updated with new releases, adding "how to help"
18057
18058Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18059
18060 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
18061 removed a few warnings in pedantic mode ...
18062 * parserInternals.c parser.c: moved encoding switching function
18063 to parserInternals.c
18064 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
18065
18066Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18067
18068 * HTMLparser.c parser.c: set ctxt->errNo before calling the
18069 error or warning handlers
18070
18071Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18072
18073 * parserInternals.c parserInternals.h parser.c Makefile.am:
18074 created a new module parserInternals.c, moved most of the
18075 code shared by the various parsers there, as well as
18076 deprecated code from parser.c. More cleanup of parser.c
18077 * uri.c: fixed a problem when URI is NULL
18078 * valid.c: speedup when looking for an attribute declaration
18079
18080Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18081
18082 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
18083 the cleanup of the computation of URI references when seeking
18084 external entities. The URI reference string and the resulting
18085 URI are both stored now.
18086 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
18087 large s(n)printf checks and cleanup from Denis Barbier
18088 <barbier@imacs.polytechnique.fr>
18089 * xmlversion.h.in tree.h: couple of SGML declarations for a
18090 possible docbook module.
18091 * result/VC/ : a couple of test output changed due to the change
18092 of the entities URI
18093
18094Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18095
18096 * parser.h: added a _private field for linking user's data
18097
18098Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18099
18100 * parser.c parserInternals.h: demacroified most of the IS_XXX
18101 the gain in size is significant so ...
18102
18103Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18104
18105 * entities.c: cases where looking up entities with doc==NULL
18106 covered
18107
18108Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18109
18110 * uri.c: applied Wayne Davison patch
18111 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
18112
18113Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18114
18115 * uri.c testUri.c: applied Wayne Davison patches
18116 * test/URI/uri.data result/URI/uri.data: first set of tests/results
18117 * Makefile.in: added URItest and included thenin "make tests"
18118
18119Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18120
18121 * xmlversion.h.in: closed bug 22941
18122
18123Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18124
18125 * doc/xmlio.html: added doc and example for entity loader
18126 redefinition.
18127
18128Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18129
18130 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
18131 used by libxml
18132
18133Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18134
18135 * parser.c: Fixed bug on invalid ontent characters and when using
18136 push.
18137 * xmllint.c: fixed xmllint endling of errors in push mode
18138
18139Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18140
18141 * HTMLparser.c testHTML.c: applied two new patches from
18142 Wayne Davison <wayned@users.sourceforge.net>
18143 * result/HTML/*.sax: regenerated HTML SAX output
18144 * parser.c: more cleanup.
18145
18146Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18147
18148 * HTMLparser.[ch] testHTML.c: applied the second set of
18149 patches from Wayne Davison <wayned@users.sourceforge.net>,
18150 adding htmlEncodeEntities()
18151 * HTMLparser.c: fixed an ignorable white space detection bug
18152 occuring when parsing with SAX only
18153 * result/HTML/*.sax: updated since the output is now HTML
18154 encoded...
18155
18156Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18157
18158 * HTMLparser.[ch]: applied some of Wayne Davison
18159 <wayned@users.sourceforge.net> patches
18160
18161Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18162
18163 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
18164 undeclared namespace prefix was used, added a warning.
18165 Cleaned up support w.r.t. entities, spilling out a warning
18166 and being pedantic on lookups.
18167 * test/warning/ent9 : added testcase for previous example.
18168 * TODO: updated
18169 * parserInternals.h parser.c: changed the way names are parsed
18170 now allow infinite size and decrease penalty for normal use
18171 * parser.c: Started a big cleanup/check of the parser code,
18172 fixed some of the most tortuous entity code, spotted code
18173 unused anymore
18174 * test/*: added tests for very long names and related nasty
18175 things.
18176
18177Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18178
18179 * doc/encoding.html: added encoding aliases doc
18180 * doc/xml.html: updates
18181 * encoding.[ch]: added EncodingAliases functions
18182 * entities.[ch] valid.[ch] debugXML.c: removed two serious
18183 bottleneck affecting large DTDs like Docbook
18184 * parser.[ch] xmllint.c: added a pedantic option, will be
18185 useful
18186 * SAX.c: redefinition of entities is reported in pedantic mode
18187 * testHTML.c: uninitialized warning from gcc
18188 * uri.c: fixed a couple of bugs
18189 * TODO: added issue raised by Michael
18190
18191Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18192
18193 * doc/encoding.html: propagated Martin Duerst suggestions
18194
18195Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18196
18197 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
18198 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
18199 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
18200 by Wayne Davison
18201
18202Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18203
18204 * nanoftp.c nanohttp.c: small cleanup
18205 * TODO: updated
18206
18207Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18208
18209 * added an old VC testcase and updated title.xml entity
18210
18211Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18212
18213 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
18214 done on auto-opening of <p> tags and cleanup of SAX output
18215
18216Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18217
18218 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
18219
18220Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18221
18222 * doc/xml.html libxml.* structure.*: updated the doc a bit
18223
18224Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18225
18226 * testSAX.c testHTML.c result/HTML/: cleanup of the output
18227 of SAX tests
18228
18229Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18230
18231 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18232 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
18233
18234Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18235
18236 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
18237 * testHTML.c: fix core dump on Solaris 2.x systems
18238 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
18239 * result/HTML/*.sax: previous bug fix lead to new results
18240
18241Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18242
18243 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18244 * configure.in: added --with-readline=DIR to accept alternate
18245 path for readline include/library
18246 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
18247 for ANSI under HP-UX
18248 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
18249 includes @LIBS@
18250
18251Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18252
18253 * doc/* : rebuilt the docs
18254 * getting ready for 2.2.2 release
18255
18256Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18257
18258 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
18259 and xmlAddFeature()
18260 * tree.[ch]: added xmlAddChildList()
18261 * xmllint.c: MAP_FAILED macro test
18262 * parser.h: added xmlParseCtxtExternalEntity()
18263 * valid.c: applied bug fixes removed warning
18264 * tree.c: added CDATA block to elements content
18265 * testSAX.c: cleanup of output
18266 * testHTML.c: added SAX testing
18267 * encoding.c: better error recovery
18268 * SAX.c, parser.c: fixed one of the external entity processing
18269 of the OASis testsuite
18270 * Makefile.am: added HTML SAX regression tests
18271 * configure.in: bumped to 2.2.2
18272 * test/HTML/ result/HTML: added a few of HTML tests, and added the
18273 SAX results
18274
18275Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18276
18277 * configure.in: patch for HP compiler
18278
182792000-08-04 Sven Heinicke <sven@zen.org>
18280
18281 * xmllint.c: Was coredumping sometimes when the file given didn't
18282 exist.
18283
18284Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18285
18286 * parser.c xmlIO.[ch]: fixed the problem of encoding support
18287
18288 when using in memory parsing. Need some cleanup.
18289 * xmllint.c configure.in: added a --memory flag to test memory
18290 parsing
18291
18292Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18293
18294 * nanohttp.c: fixed socklen_t replacement to unsigned int
18295 * parser.c: fixed a space handdling missing at the end of
18296 production 28 DOCTYPE.
18297 * xmlmemory.c: fixed a stupid bug on the routine to override
18298 allocation functions
18299 * TODO: updated
18300
18301Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18302
18303 * doc/ regenerated the docs
18304
18305Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18306
18307 * doc/encoding.html doc/xml.html: added I18N doc
18308 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
18309 improvements, both parser and filters, added ASCII & HTML,
18310 fixed the ISO-Latin-1 one
18311 * xmllint.c testHTML.c: added/made visible --encode
18312 * debugXML.c : cleanup
18313 * most .c files: applied patches due to warning on Windows and
18314 when using Sun Pro cc compiler
18315 * xpath.c : cleanup memleaks
18316 * nanoftp.c : added a TESTING preprocessor flag for standalong
18317 compile so that people can report bugs more easilly
18318 * nanohttp.c : ditched socklen_t which was a portability mess
18319 and replaced it with unsigned int.
18320 * tree.[ch]: added xmlHasProp()
18321 * TODO: updated
18322 * test/ : added more test for entities, NS, encoding, HTML, wap
18323 * configure.in: preparing for 2.2.0 release
18324
18325Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18326
18327 * nanoftp.c: fixed the way the control connection is handled
18328 * libxml.spec.in: fixed the dependencies and cleanup
18329
18330Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18331
18332 * doc/xml.html: changed the xmlsoft.org structure, updated the
18333 examples w.r.t. root and childs
18334
18335Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18336
18337 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
18338
18339Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18340
18341 * HTMLparser.c: Work on character encoding support for the HTML parser
18342 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
18343 * encoding.c: Fixed a potential memleak in the encoding stuff
18344
18345Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18346
18347 * doc/FAQ.html doc/Makefile.am : added a FAQ
18348
18349Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18350
18351 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
18352 of the HTML parser to force it to not bypass SAX
18353
18354Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18355
18356 * win32config.h.in: updated
18357 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
18358 lacks iconv support :-( need to release 2.1.1
18359 * configure.in: release 2.1.1
18360 * HTMLparser: fixed bug #14784
18361 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
18362 by Windows compiler
18363 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
18364 the SAX startDocument() callback.
18365 * TODO: updated
18366
18367Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18368
18369 * added xmlStopParser()
18370
18371Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18372
18373 * configure.in: 2.1.0 prerelease
18374 * Large resync between W3C and Gnome tree
18375 * nanoftp, nanohttp.c: fixed stalled connections probs
18376 * HTMLtree.c SAX.c : support for attribute without values in
18377 HTML for andersca
18378 * valid.c: Fixed most validation + namespace problems
18379 * HTMLparser.c: start document callback for andersca
18380 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
18381 * parser.h, SAX.c: serious speed improvement for large
18382 CDATA blocks
18383 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
18384 different encoding
18385 * example/Makefile.am example/gjobread.c tree.h: work on
18386 libxml1 libxml2 convergence.
18387 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
18388 and the LIBXML_TEST_VERSION macro
18389
18390Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18391
18392 * doc/xml.html: various patches and improvements typo fixed by
18393 Felix Natter
18394 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
18395 from Felix Natter <fnatter@gmx.net>
18396
18397Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18398
18399 * doc/upgrade.html: updated with instructions for support of both
18400 libxml-1.x and libxml-2.x
18401 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
18402 for 2.x support and also fixed includes
18403
18404Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18405
18406 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
18407 the encoding support, added iconv support, so now libxml if
18408 compiled with iconv automatically support japanese encodings
18409 among others. Work based on initial patch from Yuan-Chen Cheng
18410 I may have broken binary compat in the encoding handler
18411 registration scheme, but that was so utterly broken I don't
18412 expect anybody to have used this feature until now.
18413 * parserInternals.h: fixup on the CHAR range macro
18414 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
18415 code.
18416 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
18417 * uri.c: added xmlParseURI() I can't believe I forgot to
18418 implement this one in 2.0 !!!
18419 * SAX.c: moved doc->encoding update in the endDocument() call.
18420 * TODO: updated.
18421
18422Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18423
18424 * tree.h: removed extraneous xmlRemoveProp definition
18425 * TODO: added item about --disable-corba configure switch
18426 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
18427 * nanoftp.c: fixed include problems giving troubles on AIX and
18428 slowlaris
18429 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
18430 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
18431 comment and headers changes to lower gtk-doc number of warnings
18432 * doc/html/*: rebuilt docs
18433
18434Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18435
18436 * HACKING: documented the tag for 1.x and instructions
18437
18438Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18439
18440 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
18441 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
18442 xmlCreateIOParserCtxt
18443 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
18444 significant overall improvement
18445 * xmllint.c: added I/O test to xmllint
18446 * testSAX.c: added a speed test
18447 * doc/* : updated/regenerated
18448
18449Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18450
18451 * xpath.c uri.h parserInternals.h: cosmetic changes from
18452 "Timur I. Bakeyev" <timur@bat.ru>, including making
18453 xmlCreateURI() public
18454
18455Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18456
18457 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
18458 and the code at the same time. Added a clean mechanism for
18459 overload or added input methods: xmlRegisterInputCallbacks()
18460 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
18461 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
18462 * TODO: updated
18463 * doc/* : updated/regenerated
18464 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
18465 source dir
18466
18467Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18468
18469 * testURI.c: yet another forgotten commit, I should get some sleep !
18470
18471Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18472
18473 * xmllint.c: forgot to commit this too ?
18474
18475Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18476
18477 * xmlversion.h.in : forgot to commit this previously
18478
18479Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18480
18481 * configure.in: preparing libxml-2.0.0 version looks Ok so far
18482 * README TODO: updated for release
18483 * uri.c uri.h: added authority parsing/saving
18484 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
18485 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
18486 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
18487 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
18488 Makefile.am : added compile-time customization of libxml
18489 --with-ftp --with-http --with-html --with-xpath --with-debug
18490 --with-mem-debug
18491 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
18492 #include <libxml/xxx.h> I hope it won't break too much stuff
18493 and will be manageable in the future...
18494 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
18495 and added xmllint to the installed programs
18496 * uri.h: added xmlFreeURI()
18497
18498Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18499
18500 * uri.c uri.h: finished the escaping handling, the base support
18501 and the URI path normalization. Looks good just lacks the
18502 authority content parsing code.
18503 * Makefile.am: added instructions to generate testURI
18504 * TODO: updated
18505 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
18506 added links and icons for W3C and Gnome
18507
18508Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18509
18510 * xmlmemory.[ch] : seems I forgot to actually update the files in
18511 the last commit :-)
18512 * doc/xml.html doc/html/* : updated and uploaded the docs
18513
18514Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18515
18516 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
18517 * TODO: updated
18518 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
18519 libxml default allocation function with another set (like gmalloc/
18520 gfree).
18521 * Makefile.am, uri.c, uri.h: added a set of functions to do
18522 exact (litteraly copied from the RFC 2396 productions) parsing
18523 and handling of URI. Will be needed for XLink, one XML WFC,
18524 XML Base and reused in the nano[ftp/http] modules. Still work
18525 to be done.
18526
18527Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18528
18529 * configure.in, libxml.spec.in : libxml2
18530 * doc/* : updated the doc page, rebuilt the docs
18531
18532Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18533
18534 * all: tagged LIB_XML_1_X
18535 * *.c *.h : updated from W3C CVS tree
18536 * configure.in : 2.0.0-beta
18537 * libxml.spec.in : libxml2 package nam
18538 * result/* : new version of the tests output
18539
18540Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18541
18542 * doc/xml.html, doc/update.html: updated docs, 1.8.7
18543
18544Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18545
18546 * doc/* : rebuilt the docs
18547 * parser.c: final patch on #6766
18548 * valid.c: small patch on validity checks.
18549
18550Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18551
18552 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
18553 added
18554 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
18555 compatibility w.r.t. XML spec and existing code.
18556
18557Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18558
18559 * parser.c: seems a better solution to <a> </a> exists,
18560 will try it for a while
18561
18562Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18563
18564 * parser.c: tried to remove the <a> </a> generating <a/>
18565 this is hard. Left a flag for that purpose. Fixed bug #6766
18566 * configure.in: prepared 1.8.7 not released, due to previous
18567 problem
18568
18569Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18570
18571 * doc/xml.html : applied second patch from Paul DuBois
18572
18573Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18574
18575 * doc/xml.html : applied patch from Paul DuBois
18576
18577Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18578
18579 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18580
18581Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18582
18583 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
18584 compilation warnings on various platforms.
18585 * parser.c: Fixed #5281 validity error callbacks are now desactived
18586 by default if not validating.
18587
18588Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18589
18590 * nanoftp.c, win32config.h.in: patches to compile on WIN32
18591
18592Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18593
18594 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
18595 <gkatsi@cs.toronto.edu>
18596
18597Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18598
18599 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
18600 processing URLs
18601
18602Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18603
18604 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
18605 xmlNanoFTPUpdateURL for persistent control connections.
18606 * configure.in: 1.8.6
18607
18608Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18609
18610 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
18611 * tree.[ch] : added xmlSaveNoEmptyTags
18612
186132000-01-29 James Henstridge <james@daa.com.au>
18614
18615 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
18616
18617 * Makefile.am: added nanoftp.[ch] to the build.
18618
18619Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18620
18621 * nanoftp.[ch]: cleanup, comments, API
18622 * debugXML.c : fixed a bug in the cat command
18623 * doc/*: regenerated the docs
18624
18625Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18626
18627 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
18628 * debugXML.c : fixed a bug in the cat command
18629 * valid.c: fixing some small probs
18630 * libxml.spec.in: get rid of the SNAP suffix
18631 * doc/xml.html: updated the status
18632
18633Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18634
18635 * xml-config.in: xml-config --version to just return the
18636 version number
18637 * xpath.c: some cleanup w.r.t. axis when the current node is
18638 an attribute.
18639 * TODO: updated
18640
18641Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18642
18643 * configure.in: prepared for libxml-1.8.5
18644 * doc/* recompiled the documentation
18645
186462000-01-17 Jody Goldberg <jgoldberg@home.com>
18647
18648 * configure.in : WARNING autoconf subtlety alert :
18649 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
18650 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18651 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
18652 get defined by AC_CHECK_HEADERS.
18653
18654Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18655
18656 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
18657 Rune.Djurhuus@fast.no
18658
18659Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18660
18661 * TODO: updated
18662 * tree.c, parser.c: made sure that only memory alloc problems
18663 and internal parser errors are allowed to write to stdout or
18664 stderr.
18665
18666Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18667
18668 * tree.c : restored xmlNewGlobalNs since this seems used by
18669 a lot of existing code :-(, fixed a bug in xmlNewNs
18670 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
18671 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18672 to exit() from the library code.
18673 * xpath.c, parser.c: removed bugs or unused code detected by
18674 Windows compilers
18675 * parser.c: started adding interfaces for parsing well balanced
18676 XML fragments
18677 * configure.in: releasing 1.8.4
18678 * doc/* : rebuilt the docs
18679
18680Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18681
18682 * tree.[ch] : added xmlNewDocFragment() for DOM
18683 * testHTML.c: uninitialized variable.
18684
18685Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18686
18687 * doc/* : rebuild the docs
18688
18689Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18690
18691 * acconfig.h: readline and history patch
18692 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
18693 * tree.c: added check and handling when possibly removing an ID
18694 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18695 and saving.
18696 * test/HTML/entities.html result/HTML/entities.html* : test for
18697 various entities reference cases
18698 * result/HTML/* : as a result output of some testcase have
18699 changed
18700 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18701 by previous example. added xmlParseTryOrFinish().
18702 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18703 entities.h debugXML.h HTMLparser.h: changed the way struct are
18704 declared to allow gtk-doc to expose those
18705 * parser.c: closed bug #4960
18706 * Makefile.am configure.in: Applied patch from
18707 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18708 and math/socket libs detection
18709
18710Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18711
18712 * configure.in, Makefile.am: link tester against readline
18713 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18714
18715Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18716
18717 * tree.[ch]: added xmlRemoveProp
18718 * win32config.h.in nanohttp.c: avoid including the Windows
18719 socket stuff in every C files
18720 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18721 the XmL parser(s)
18722 * test/ns4 result/ns4 etc...: added test case for previous prob
18723 * tree.c: xmlNewNs wasn't checking for double definition
18724 * Makefile.in: fixed a problem with dist-hook duplicates
18725 * parser.[hc], xmlIO.c: fixed the loading of external entities
18726 APIs, now xmlLoadExternalEntity() is used everywhere and
18727 setting up an app specific front-end using the
18728 * SAX.c parser.c: some fixes, now the xhtml spec validates
18729 with the xhtml DTD.
18730 * error.c: fixed crashes in case of no input stream
18731 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18732 to the validation tests and results
18733
18734Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18735
18736 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18737 too htmlCreatePushParserCtxt() and htmlParseChunk()
18738 * parser.c: a bit of cleanup.
18739 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18740 to XML) removed the last mem leak known
18741 * HTMLtree.c: output message cleanup
18742 * xmlmemory.c: display content info about memory blocks
18743 * result/HTML/wired.* : missing att value warning change
18744
18745Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18746
18747 * doc/* : rebuilt the documentation
18748
18749Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18750
18751 * parser.[ch] parserInternals.h: Push parser for XML,
18752 seems to work fine now
18753 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18754 --push for push testing
18755 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18756 * testSAX.c: added --push
18757 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18758 subtree
18759 * xmlIO.[ch] : enriched API + fixes for push mode
18760 * entities.[ch]: added the entity content length to the struct.
18761 * xmlmemory.[ch]: new API to show the last entries for the shell
18762 * valid.c: added required attribute testing
18763 * SAX.c: the cdata callback now merge contiguous fragments
18764 * HTMLparser.c: cleanup of some macros
18765
18766Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18767
18768 * parser.c: fix for PIs name starting with xml
18769 * tree.c: fixed a potential problem with || and && ops
18770 * *.c, configure.in win32config.h.in : generate win32config.h for
18771 those on the Other Side !
18772
18773Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18774
18775 * parser.c: fixed a stupid = vs. == bug :-(
18776 * doc/gnome-xml.sgml: s/glade/xml/
18777
18778Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18779
18780 * configure.in, doc/xml.html : bug fix release 1.8.2
18781 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18782 Hopefully the end of that silly C++ include problem
18783 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18784 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18785 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18786 troubles with autoclosed elements when the stree shape doesn't
18787 follow the DtD specs. Added htmlIsAutoClosed() and
18788 htmlAutoCloseTag()
18789 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18790 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18791 * debugXML.c: fixed a bug on printing default namespaces.
18792 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18793
18794Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18795
18796 * result/HTML/*.htm[l] : updated the HTML regression tests according
18797 to the new output
18798 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18799 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18800 problem due to intermix of extern "C" { ... } declarations for C++
18801 and recursive includes in the headers
18802
188031999-12-20 Chris Lahey <clahey@umich.edu>
18804
18805 * HTMLtree.c: Made it so that html nodes with a single child do
18806 not insert a carriage return before or after the child node.
18807
18808Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18809
18810 * configure.in, doc/xml.html : bug fix release 1.8.1
18811 * parser.c: fixed bug #4344
18812 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18813 added the glue to avoid C++ problems
18814 * doc/* : regenerated the documentation
18815
18816Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18817
18818 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18819 namespace recognition, and Dia as a resul :-(
18820 * encoding.c: closed bug #3950
18821
18822Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18823
18824 * valid.c: debugging a posteriori validation, except URI expansion
18825 stuff this should be fixed now
18826 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18827 Carl Nygard <cnygard@bellatlantic.net>
18828 * tester.c: added --postvalid, cleaning of the code
18829 * tree.[ch]: added xmlDocGetRootElement()
18830
18831Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18832
18833 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18834 c++ losage.
18835
18836Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18837
18838 * configure.in, doc/xml.html : bumped to 1.8.0
18839 * xlink.[ch], Makefile.am : added framework for link detection
18840 * parser.h: added nbChars to parser context, needed for cleanup.
18841 * xmlmemory.c: removed a nasty bug when out of mem
18842 * valid.[ch]: adding namespace support for attribute decl
18843 * tester.c: added --debugent option
18844 * debugXML.[ch]: added xmlDebugDumpEntities()
18845 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18846 buffers instead, this was really needed, validation was breaking
18847 in strange ways due to that. Added xmlParseStringPEReference()
18848 and other parsing from strings functions. Entities processing
18849 modified again, but PERef are still not handled correcly but
18850 unless you're Eve Maller you won't notice :-)
18851 * HTMLparser.c: large changes toward reliability, and switched to
18852 lowercase internal tags, XHTML is lowercase, so it will help
18853 that output is closer to next version.
18854 * doc/* : regenerated the documentation, it is now hosted at
18855 http://xmlsoft.org/ (same bits I just bought the domain :-)
18856
18857Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18858
18859 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18860 doc generation
18861 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18862 in the SAX API
18863 * doc/*: rebuilt the doc making sure everything appears in the
18864 HTML files
18865
18866Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18867
18868 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18869 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18870 which allow impressive speed improvement on dataset with
18871 large text pieces, but at the cost of broken binary
18872 compatibility and slightly bigger memory usage.
18873 Configure with --with-buffers to activate them, they
18874 are protected with XML_USE_BUFFER_CONTENT define.
18875 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18876 goal is 0 memory left allocated once parser is no more used
18877 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18878 call xmlCleanupParser() and xmlMemoryDump()
18879
18880Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18881
18882 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18883 * parser.[ch] encoding.[ch]: added memory cleanup routines
18884 * parser.c: closing bug #3788
18885 * doc/*: rebuilt the doc
18886
18887Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18888
18889 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18890 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18891 * tester.c: added --compress option
18892 * doc/*: rebuilt the documentation
18893
18894Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18895
18896 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18897 if given /proc/kcore as input !
18898 * doc/xml.html doc/*: updated and rebuilt the documentation
18899
18900Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18901
18902 * parser.c: Fixed some wrongly space collapsing code due to
18903 a misreading of the spec.
18904 * result/*: fixed the output accordingly
18905
18906Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18907
18908 * encoding.c: bug fix and typos
18909 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18910 * parser.c: added attribute normalization closing bug #3597
18911 * test/att* result/att* SAXresult/att*: testcase for attribute
18912 normalization
18913
18914Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18915
18916 * configure.in: closing bug #3163 by adding extra flags for the
18917 cc compiler on HP-UX
18918
18919Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18920
18921 * valid.[ch] : removed a typo and an enumerated type bug in the
18922 xmlAddElementDecl() function
18923 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
18924 call to xmlEncodeEntitiesReentrant() so that the functions
18925 New, Set and Get are at the same level.
18926 * parser.c HTMLparser.c: extra memory allocation bug for
18927 attributes detected by someone using libxml in embedded systems :-)
18928
18929Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18930
18931 * xmlmemory.h: turned off mem debug :-\
18932
18933Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18934
18935 * parser.c: closed bug #2784 a one line fix, but worth pushing
18936 a new release out
18937 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18938 some structures, comments before and after the
18939 main element, and other nastyness
18940 * HTMLtree.c tree.c: accomodate the extended HTML supported
18941 * configure.in: pushing 1.7.4
18942 * test/ent8 and related outputs : added a new test for bug #2784
18943 * test/HTML/wired.html and related output: a nasty HTML example
18944 * Makefile.am: improved the test scripts
18945 * docs/* : reran the documentation extractor, updated xml.html
18946
18947Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18948
18949 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18950 HTMLparser and debugged the HTML related code. HTML documents
18951 now have their own type
18952 * entities.c: do not dump &apos; for HTML output
18953 * xmlmemory.c: improvement, breakpoint mechanism
18954 * testHTML.c: added --sax --repeat ...
18955 * Makefile.am: improved the HTML tests
18956 * valid.[ch]: added xmlValidGetValidElements and
18957 xmlValidGetPotentialChildren
18958 * tester.c: added --insert to test the 2 new functions
18959 * test//* result//* SAXresult//* : regression test cleanup
18960 and extension.
18961 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18962 gnome-xml-nanohttp.html
18963
18964Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18965
18966 * HTMLparser.c: fixed problems with some autoclose tags
18967 * tree.c: fixed XML output problems.
18968 * result/* SAXresult/*: update of the tests output
18969
18970Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18971
18972 * Makefile.am: Arturo patch for xmlConf.sh version info
18973 * parser.c: Tim Josling patch for single quoted items
18974 * tester.c: Tim Josling patch for tester options usage
18975 * tree.h: indent cleanup
18976
18977Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18978
18979 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18980 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18981
18982Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18983
18984 * tree.c : Raph patch for initialization of CORBA fields
18985 * parser.c, xpath.c, ...: modification of doc comments
18986 * xpath.c : allow spaces in xpath expressions
18987
18988Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18989
18990 * xmlmemory.h: turning off memory debug :-(
18991
18992Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18993
18994 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18995 better SAX interfaces.
18996 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18997 entity.
18998 * configure.in: 1.7.2
18999
19000Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19001
19002 * libxml.spec.in: fixed the URL
19003 * doc/xml.html: improved the documentation front-end
19004
19005Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19006
19007 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
19008
19009Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19010
19011 * libxml.spec.in: fixed the alpha compile problem
19012 * parser.[ch]: changed errno to errNo in the parser context :-(
19013 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
19014 * doc/xml.html: changed CHAR to xmlChar
19015 * doc/html/*: recompiled the documentation
19016 * configure.in: 1.7.1
19017
19018Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19019
19020 * parser.h: modified the parser context struct to regain 1.4.0
19021 binary compatibility
19022 * parser.c, xml-error.h: added errno ot teh context and defined
19023 a set of errors values with update of errno
19024 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
19025 DTDs and entities
19026 * *.h, *.c: complete cleanup of the use of config.h and include
19027 protection depending on the current setup.
19028 * overalll debugging, maintenance and bug-fixing on all modules
19029 * updated the documentation
19030 * ready for 1.7.0
19031
19032Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19033
19034 * HTMLparser.c : cleanup
19035 * SAX.c valid.c valid.h: added ID/IDREF checking
19036 * tree.c tree.h: extended doc structure for refs
19037 * configure.in: 1.6.2
19038 * parser.c: patched bug in SAX user arg call
19039 * parserInternals.h: patched missing close in C++ wrapping
19040 * testXPath.c xpath.c xpath.h: prepared for extensibility,
19041 especially upcoming XPointer implementation.
19042 * doc/xml.html: augmented, typo
19043
19044Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
19045
19046 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
19047 not all invocations of install understand -d.
19048
19049Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
19050
19051 * Makefile.am: prepend all the test* calls with $(top_builddir) -
19052 to make 'check' works, when builddir != srcdir.
19053
19054Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19055
19056 * doc/xml.html : updated the documentation
19057
19058Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19059
19060 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
19061 not deallocated memory blocks
19062 * *.c : replaces all calls to malloc() free() and realloc() to
19063 the wrapper functions/macros
19064 * tree.c : removed memory leaks dues to calling xmlFreeNode()
19065 instead of xmlFreeNodeList()
19066
19067Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19068
19069 * HTMLparser.c: corrected a stupid bug leading to core dump at
19070 tree deallocation. Removed warnings indicated by
19071 Stephane.Conversy@lri.fr
19072 * entities.c: Fixes Yet Another Stupid Bug, entities were not
19073 looked for in the external subset
19074
19075Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19076
19077 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
19078 on SGI by Stephane.Conversy@lri.fr
19079
19080Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19081
19082 * all .h : changed the prototype declaration indent as in gtk
19083 * most .c : working on reducing the TODOs in the code
19084 * most .c : cleanup though -pedantic and Insure++
19085 * improvements on validation ID checkings.
19086 * tree.[ch] SAX.c: added support for namespace on attributes #2022
19087 * xml-config.in: closed #1810
19088
19089Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19090
19091 * tree.h, valid.c, valid.h: more work on validity, IDs
19092 * xpath.c: added/fixed comparidon and equlity, added a new isinf
19093 definition for AIX
19094
19095Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19096
19097 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
19098 the distribution due to a cut'n paste error at last commit
19099
19100Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19101
19102 * configure.in: upgraded to version 1.4.0
19103 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
19104 Big update, added a large part of the validation process,
19105 it should be usable, but some parts are missing
19106 * xpath.c: improved the implementation w.r.t. root.
19107 * Makefile.am: added more tests
19108 * test and result trees: added a lot of tests
19109 * libxml.spec.in: export libxml.so.0 and libxml.so.1
19110
19111Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19112
19113 * Added an HACKING file
19114
19115Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19116
19117 * xpath.[ch] : improvements and debug of the XPath implementation
19118 * parser.c, HTMLparser.c : modified the parsers to be progressive
19119 * tree.[ch] : extended the Buffer promitives
19120 * xmlIO.[ch] : added basic I/O routines providing progressive
19121 parsing and ready for I18N conversion plugins
19122 * SAXresult/* : the SAX callback sequence maybe slightly different
19123 now
19124 * test*.c : improved/updated the tests programs
19125 * doc/* : recompiled the docs.
19126
191271999-07-26 Michael Meeks <michael@edenproject.org>
19128
19129 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
19130
19131 * tree.c: Ditto.
19132
19133Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19134
19135 * configure.in: upgraded to version 1.4.0
19136 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
19137 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
19138 XML query language, see http://www.w3.org/TR/xpath for more details.
19139 * parser.c, parser.h: added CHAR* related string functions for XPath
19140 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
19141 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
19142 rebuild the docs.
19143 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
19144 and regression testing capabilities for XPath.
19145
19146Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19147
19148 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
19149 closing bug #1646
19150
19151Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19152
19153 * Makefile.am, example/Makefile.am: closed bug #1683
19154
19155Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19156
19157 * example/Makefile.am, configure.in: added the makefile for the
19158 gjobread example
19159
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019160Sat Jul 10 14:19:11 CEST 1999 Tomasz KÅ‚oczko <kloczek@pld.org.pl>
William M. Brack11be2d02007-01-24 19:17:19 +000019161
19162 * doc/Makefile.am:
19163 - fix which allow "make install DESTDIR=</install/prefix>".
19164
19165Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19166
19167 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
19168 which fixed a problem on the file reading-code.
19169
19170Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19171
19172 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
19173 output.
19174 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
19175
19176Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19177
19178 * parser.h : Oops removed the binary compatibility problem
19179 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
19180 * parser.c, HTMLparser.c: applied patches for reading from stdin
19181
19182Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19183
19184 * parser.c, entities.c, valid.c: cleanup bug #1591
19185 * configure.in: cleanup bug #1592
19186 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
19187 the same tree back-end. Hence gdome will be available for it.
19188 * doc/Makefile.am: close bug #617
19189
19190Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19191
19192 * parser.c: alloctate a per parser context SAX interface block
19193
19194Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19195
19196 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
19197 and xmlEncodeEntitiesReentrant with the correct one :-\
19198
19199Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19200
19201 * commit of my internal XML base changes, quite a lot of
19202 changes, cleanups, better entities support, framework for
19203 new I/O and charset detection and handling
19204 * Fixed the configure/Makefile stuff to generate shared libs
19205 with the proper version info, so we jumped on rev from
19206 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
19207 xmlEncodeEntities() result need to be freed now, and a string
19208 xmlParserVersion provide the current library version.
19209
19210Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
19211
19212 * parser.c: fixed a buffer overrun for when you have a very long
19213 attribute with no entities in it.
19214
19215Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19216
19217 * added example directory
19218 * added example/gjobs.xml gjobread.c, still need a Makefile.in
19219
19220Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19221
19222 * Release of libxml-1.1, nearly everything has been touched for
19223 this.
19224 * Added more regression tests
19225 * Updated the documentation
19226
19227Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19228
19229 * tree.[ch]: unified the XML_NO_CORBA defines.
19230 * parser.c encoding.[ch]: started plugging in char encoding detection
19231
19232Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
19233
19234 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
19235 Also freed allocated buffer.
19236
19237Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19238 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
19239 reentrancy problem at printing. One is left in entities.c, to
19240 remove ASAP
19241 * testSAX.c : added a test example showing the use of the SAX
19242 interface if one doesn't want to build the DOM tree.
19243 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
19244
19245Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19246
19247 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
19248 large revamping of the parser to use SAX callbacks
19249 http://www.megginson.com/SAX/ (or at least a C like interface
19250 a la Expat). It's now possible to set up your own callbacks
19251 and the parser will not build a DOM tree.
19252 * test/* result/*: updated the test suite, I finally removed
19253 the old Namespace draft support (PI based).
19254
19255Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19256
19257 * Makefile.am: added test result to EXTRA_DIST for make tests
19258
19259Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19260
19261 * parser.c, parserInternals.h: moved the chars macro definitions
19262 to parserInternals.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019263 * parser.c, error.c: applied patches from "Knut Ã…kesson"
William M. Brack11be2d02007-01-24 19:17:19 +000019264 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
19265
19266Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19267
19268 * xml-config.in : applied patch to make --version work
19269
192701999-03-05 Raja R Harinath <harinath@cs.umn.edu>
19271
19272 * Makefile.am (check-local): Alias for `tests' target. This will
19273 cause `make check' to do the right thing.
19274 (tests): Don't run tests in srcdir. Also, replaced calls to
19275 basename with a `sed' "equivalent".
19276
19277Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19278
19279 * Renamed error.h to xml-error.h, corrected Makefile.am to list
19280 it in the header and not the sources, updated the doc.
19281 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
19282 pointing this out.
19283
19284Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19285
19286 * parser.c, parser.h, parserInternals.h: memory leak hunting,
19287 exported the inputStream routines.
19288 * doc/html/* : updated accordingly
19289
19290Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19291
19292 * parser.c, parser.h, parserInternals.h: added a few extra
19293 internal calls to allocate and free parser contexts ...
19294 * doc/html/* : updated accordingly
19295
19296Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19297
19298 * configure.in, Makefile.am, doc/makefile.am : General changes for
19299 1.0.0 release and including the generated HTML documentation.
19300
19301Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19302
19303 * makefile.am : added parserInternals.h, oops.
19304
19305Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19306
19307 * parserInternals.h: added this header giving access to the parser
19308 internal functions.
19309 * doc/Makefile.am : added a rebuild target which rebuilds the full
19310 set of documentations
19311 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
19312 the internal subset.
19313 * *.c *.h: modifications needed to generate the documentation using
19314 gtk-doc, cleanup of functions blocks, reorganisation of struct
19315 declarations.
19316
19317Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19318
19319 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
19320 the tar and spec file to include the beginning of the doc.
19321
193221999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
19323
19324 * doc/.cvsignore: Added this file.
19325
19326Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19327
19328 * tree.c: fixed xmlGetProp to return "" when the attribute
19329 exists, even if the node-list is NULL.
19330
19331Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19332
19333 * tree.c: patched an error outputting empty attribute values.
19334 * Makefile.am and doc/makefile.am: have been updated during the
19335 week-end. Sorry for an empty CVS log, I got a shell problem.
19336
19337Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19338
19339 * tree.h: cleaned up using enums instead of defines
19340 * parser.c, valid.[ch]: more work on parsing/output of element
19341 declarations
19342
19343Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19344
19345 * valid.[ch], tree.c, parser.c : more work toward full parsing
19346 of XML DTDs.
19347 * README: added informations about mailing-list and on-line
19348 documentation
19349
193501999-01-27 Raja R Harinath <harinath@cs.umn.edu>
19351
19352 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
19353
19354Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19355
19356 * parser.c, tree.[ch] : more work toward conformance testing,
19357 added a last element to accelerate parsing of very flat structures
19358 started working on internal subset Element content declaration.
19359 * valid.[ch] : first cut at adding code toward validation.
19360 * previous changes had also small impact on most files, especially
19361 the conformance testing using James Clark test suite.
19362
19363Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19364
19365 * test/* : updated the examples, most of them were not well
19366 formed (humm), and added rdf2.
19367 * result/* : resulting changes in the output.
19368
19369Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19370
19371 * tree.c: changed the behaviour of xmlGetProp on NULL values.
19372
19373Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19374
19375 * tree.c: patched a bug in the generation of empty attributes
19376
19377Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19378
19379 * entities.[ch], tree.[ch], tester.c: added copy interfaces
19380 for node/trees/documents/... Biggest problem is namespace
19381 support when copying subtrees.
19382
19383Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19384
19385 * parser.c, entities.c: improve entities and char ref encoding,
19386 and cleanups of error messages.
19387
19388Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19389
19390 * parser.c, entities.c: simple bug hunting done during rpm2html and
19391 rpmfind integration.
19392
19393Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19394
19395 * parser.[ch]: Added interfaces allowing to specify a SAX
19396 handler before parsing.
19397
19398Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19399
19400 * parser.c: redirrect all errors reporting through the SAX
19401 error function
19402
19403Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19404
19405 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
19406 * libtool, tlmain ...: update of the libtool files
19407
194081998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
19409
19410 * entities.c: Use g_snprintf insteda of snprintf.
19411
19412Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19413
19414 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
19415 added ent5 test for this purpose.
19416 * parser.c, parser.h: formatting, comments and UTF-8 planning.
19417
19418Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19419
19420 * parser.c: fixed? a strange error due to compression on a GWP
19421 document.
19422
19423Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19424
19425 * tree.[ch]: bug fixing
19426 * entities.[ch]: defined a specific type for predefined entities
19427 * doc/xml.html: more documentation on the library, how to use it,
19428 overview of the interfaces.
19429
19430Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19431
19432 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
19433
19434Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19435
19436 * tree.c: corrected a small bug
19437 * doc/xml.html: continuing writing documentation.
19438
19439Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19440
19441 * debugXML.h debugXML.c: added debugging utilities.
19442 * tester.c: added --debug switch.
19443 * tree.c: patched an incorrect node->type assignment.
19444 * parser.c: formatting, ensure that node->doc != NULL in attributes
19445
19446Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19447
19448 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
19449 entity support and provide an internal representation close to
19450 DOM one (entity ref nodes, and attribute value as tree). I tried
19451 to preserve the interface but this will surely break some apps
19452 (I have to change rpm2html/rpmfind for example). I had to change
19453 two interfaces, and the generated tree is somewhat different.
19454 * doc/* : started documenting the XML library, the tree and
19455 DOM/Corba. This is a first step.
19456
19457Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19458
19459 * parser.c: Set up the fonctions comment block, boring but useful.
19460 * parser.h, SAX.c, parser.c: now attributes are processed through
19461 the SAX interface. The problem is that my SAX interface diverged
19462 quite a bit from the original one, well this is not an official
19463 spec, and translating it from Java to C is hairy anyway...
19464
19465Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19466
19467 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
19468 fonctions comment block, boring but useful.
19469
19470Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19471
19472 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
19473 conversion routines. However they are not yet used to convert the
19474 inputs. The core will run with UTF-8.
19475
19476Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19477
19478 * tree.c : make sure that the type id is properly set-up when
19479 a new object is allocated, needed for DOM.
19480
19481Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19482
19483 * tree.h, tree.c: Ok, the main objects in the tree will be native
19484 corba objects, it costs 8 bytes per Node, Attribute and Document
19485 but it simplifies the Corba integration a lot (no extra interface
19486 objects to allocate/free).
19487
19488Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19489
19490 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
19491 and changed NODEs contants for conformity with DOM Level 1
19492
19493Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19494
19495 * added hooks to keep track of servants when creating objects
19496 xmlDoc and xmlNode (for Corba export).
19497
19498Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19499
19500 * added xml-config script.
19501
19502Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19503
19504 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
19505 to autoupdate libtool and automake conf files.
19506
195071998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
19508
19509 * Makefile.am: Use '?' to separate the sed
19510 commands as ',' is used when people pass -Wl,something.
19511
19512Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19513
19514 * tree.c, tree.h: added a per-document compression interface.
19515
19516Tue Sep 22 20:47:38 EDT 1998
19517
19518 * tree.c, tree.h: added saving with compression and added interfaces
19519 to control the compression level (xmlGetCompressMode,
19520 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
19521
19522Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19523
19524 * parser.c: corrected a loop for files of size 0
19525
195261998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19527
19528 * error.h: New file. Contains prototyes from `error.c'.
19529
19530Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
19531
19532 * Makefile.am (xmlincdir): New macro.
19533 (xmlinc_HEADERS): Renamed from include_HEADERS.
19534
19535Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19536
19537 * applied small patch on numeric entities from
19538 Christopher Blizzard <blizzard@appliedtheory.com>
19539
19540Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19541
19542 * New release 0.2, removed the old xml_* files so that it's
19543 coherent with the other CVS base (W3C), far better conformance
19544 to standard, new namespaces, decent entities support, beginning
19545 of a SAX-like interface. Nearly nothing left intact, even the
19546 test examples ...
19547
195481998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19549
19550 * .cvsignore: Add .deps dir
19551
19552Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19553
19554 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
19555
19556Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19557
19558 * configure.in: added test for CPP
19559 * AUTHORS, Changelog: the original ones didn't get commited but the
19560 glib ones instead, fixed.
19561 * Makefile.am: corrected an error in library naming
19562
19563Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19564
19565 * integrated code developped at W3C
19566 * changed the original Copyright
19567 * migrated to automake
19568 * prefixed the filenames by xml_ to avoid filename clashes
19569
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019570#
19571# vim: set enc=utf-8
19572#