blob: 31aa92622fe2055c0c376ee8c8028e169790ac95 [file] [log] [blame]
Daniel Veillardab2a7632009-07-09 08:45:03 +02001Thu Jul 9 08:43:06 CEST 2009 Daniel Veillard <daniel@veillard.com>
2
3 * tree.c: avoid calling xmlAddID with NULL values
4 * parser.c: add a few xmlInitParser in some entry points
5
Daniel Veillardbccae2d2009-06-04 11:22:45 +02006Thu Jun 4 11:17:23 CEST 2009 Daniel Veillard <daniel@veillard.com>
7
8 * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c
9 valid.c xmlschemas.c xmlwriter.c xpath.c: use %s to printf string
Daniel Veillardab2a7632009-07-09 08:45:03 +020010 patch by Christian Persch, fixes #581612
Daniel Veillardbccae2d2009-06-04 11:22:45 +020011
Daniel Veillard7dd70802009-06-04 11:08:39 +020012Thu Jun 4 11:06:07 CEST 2009 Daniel Veillard <daniel@veillard.com>
13
14 * parser.c threads.c: change the threading initialization sequence
15 as suggested by Igor Novoseltsev to avoid crash if xmlInitParser()
16 is called from a thread which is not the main one, should fix
17 #584605
18
Daniel Veillard4d3e2da2009-05-15 17:55:45 +020019Fri May 15 17:54:48 CEST 2009 Daniel Veillard <daniel@veillard.com>
20
21 * HTMLparser.c: make sure we keep line numbers fixes #580705
22 based Aaron Patterson patch
23
Roland Steiner04f8eef2009-05-12 09:16:16 +020024Tue May 12 09:13:58 CEST 2009 Daniel Veillard <daniel@veillard.com>
25
26 * HTMLparser.c: a broken HTML table attributes initialization,
Daniel Veillard4d3e2da2009-05-15 17:55:45 +020027 fixes #581803, by Roland Steiner <rolandsteiner@google.com>
Roland Steiner04f8eef2009-05-12 09:16:16 +020028
veillard494ed592009-05-12 08:54:59 +020029Tue May 12 08:54:20 CEST 2009 Daniel Veillard <daniel@veillard.com>
30
31 * libxml2.doap: adding RDF dope file.
32
veillard97c7be62009-05-12 08:43:54 +020033Tue May 12 08:42:52 CEST 2009 Daniel Veillard <daniel@veillard.com>
34
35 * configure.in: adapt the extra version detection code to git
36
Rob Richards2c8c7722009-04-29 10:09:05 -040037Wed Apr 29 16:09:38 CEST 2009 Rob Richards <rrichards@cdatazone.org>
38
39 * parser.c: do not set error code in xmlNsWarn
40
Daniel Veillardf076f342009-04-15 09:20:25 +000041Wed Apr 15 11:18:24 CEST 2009 Daniel Veillard <daniel@veillard.com>
42
43 * include/libxml/parser.h include/libxml/xmlwriter.h
44 include/libxml/relaxng.h include/libxml/xmlversion.h.in
45 include/libxml/xmlwin32version.h.in include/libxml/valid.h
46 include/libxml/xmlschemas.h include/libxml/xmlerror.h: change
47 ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name
48 collisions with other packages and headers as reported by
49 Belgabor and Mike Hommey
50
Daniel Veillard719f3972009-04-02 12:04:35 +000051Thu Apr 2 13:57:15 CEST 2009 Daniel Veillard <daniel@veillard.com>
52
53 * error.c: fix structured error handling problems #564217
54
Rob Richards9c0aa472009-03-26 18:10:19 +000055Thu Mar 26 19:08:08 CET 2009 Rob Richards <rrichards@cdatazone.org>
56
57 * parser.c: use options from current parser context when creating
58 an entity parser context
59
Daniel Veillarda4f85b92009-03-25 10:45:20 +000060Wed Mar 25 11:40:34 CET 2009 Daniel Veillard <daniel@veillard.com>
61
62 * doc/*: updated SVN URL for GNOME as pointed by Vincent Lefevre
63 and regenerated docs
64
Daniel Veillardc6561462009-03-25 10:22:31 +000065Wed Mar 25 11:21:26 CET 2009 Daniel Veillard <daniel@veillard.com>
66
67 * parser.c: hide the nbParse* variables used for debugging
68 as pointed by Mike Hommey
69
Daniel Veillard48b3eb22009-03-25 09:51:19 +000070Wed Mar 25 10:50:05 CET 2009 Daniel Veillard <daniel@veillard.com>
71
72 * include/wsockcompat.h win32/Makefile.bcb xpath.c: fixes for
73 Borland/CodeGear/Embarcadero compilers by Eric Zurcher
74
Daniel Veillarddb3ce962009-03-25 09:43:49 +000075Wed Mar 25 10:43:07 CET 2009 Daniel Veillard <daniel@veillard.com>
76
77 * xpath.c: xmlXPathRegisterNs should not allow enpty prefixes
78
Daniel Veillard43bc89c2009-03-23 19:32:04 +000079Mon Mar 23 20:27:15 CET 2009 Daniel Veillard <daniel@veillard.com>
80
81 * tree.c: add a missing check in xmlAddSibling, patch by Kris Breuker
82 * xmlIO.c: avoid xmlAllocOutputBuffer using XML_BUFFER_EXACT which
83 leads to performances problems especially on Windows.
84
William M. Brackec5b1fd2009-03-03 06:31:43 +000085Tue Mar 3 14:30.28 HKT 2009 William Brack <wbrack@mmm.com.hk>
86
87 * trio.h: changed include of config.h to be surrounded by
88 quotation marks #570806
89
Daniel Veillard01101202009-02-21 09:22:04 +000090Sat Feb 21 10:20:34 CET 2009 Daniel Veillard <daniel@veillard.com>
91
92 * threads.c parser.c: more warnings about xmlCleanupThreads and
93 xmlCleanupParser to avoid troubles like #571409
94
Daniel Veillardcb0ae192009-02-20 08:40:55 +000095Fri Feb 20 09:40:04 CET 2009 Daniel Veillard <daniel@veillard.com>
96
97 * xmlwriter.c: cleanups and error reports when xmlTextWriterVSprintf
98 fails, by Jinmei Tatuya
99
Daniel Veillardeb0a0b22009-02-20 08:19:53 +0000100Fri Feb 20 09:18:56 CET 2009 Daniel Veillard <daniel@veillard.com>
101
102 * xmlwriter.c: remove a couple of leaks on errors reported by
103 Jinmei Tatuya
104
Daniel Veillard97ff9b32009-01-18 21:43:30 +0000105Sun Jan 18 22:37:59 CET 2009 Daniel Veillard <daniel@veillard.com>
106
107 * configure.in doc/xml.html doc/*: preparing 0.7.3 release
108 * include/libxml/parserInternals.h SAX2.c: fix a typo in a name
109
Daniel Veillardf63085d2009-01-18 20:53:59 +0000110Sun Jan 18 21:48:28 CET 2009 Daniel Veillard <daniel@veillard.com>
111
112 * include/libxml/parser.h include/libxml/xmlwriter.h
113 include/libxml/relaxng.h include/libxml/xmlversion.h.in
114 include/libxml/xmlwin32version.h.in include/libxml/valid.h
115 include/libxml/xmlschemas.h include/libxml/xmlerror.h:
116 port patch from Marcus Meissner to add gcc checking for
117 printf like functions parameters, should fix #65068
118 * doc/apibuild.py doc/*: modified the script accordingly
119 and regenerated
120 * xpath.c xmlmemory.c threads.c: fix a few warnings
121
Daniel Veillardd032a5b2009-01-18 19:41:26 +0000122Sun Jan 18 20:40:42 CET 2009 Daniel Veillard <daniel@veillard.com>
123
124 * include/libxml/xmlwin32version.h.in: windows header should
125 get the same define
126
Daniel Veillardd4d47052009-01-18 17:26:02 +0000127Sun Jan 18 18:22:33 CET 2009 Daniel Veillard <daniel@veillard.com>
128
129 * include/libxml/xmlversion.h.in include/libxml/xmlmemory.h:
130 apply patch from Marcus Meissner to add gcc attribute alloc_size
131 should fix #552505
132 * doc/apibuild.py doc/* testapi.c: regenerate the API
133 * include/libxml/parserInternals.h: fix a comment problem raised
134 by apibuild.py
135
Daniel Veillardd4a3f242009-01-18 15:41:30 +0000136Sun Jan 18 16:39:01 CET 2009 Daniel Veillard <daniel@veillard.com>
137
138 * threads.c: also remove pthread key when stopping thread
139 support, patch based on Alex Ott one should fix #564723
140
Daniel Veillardbf2ebff2009-01-18 14:57:04 +0000141Sun Jan 18 15:55:18 CET 2009 Daniel Veillard <daniel@veillard.com>
142
143 * threads.c: patch from Daniel Zimmermann fixing a memory leak
144 in an edge case, solves #562230
145
Daniel Veillard1fb2e0d2009-01-18 14:08:36 +0000146Sun Jan 18 15:06:05 CET 2009 Daniel Veillard <daniel@veillard.com>
147
148 * include/libxml/parserInternals.h SAX2.c: add a new define
Daniel Veillard97ff9b32009-01-18 21:43:30 +0000149 XML_MAX_TEXT_LENGTH limiting the maximum size of a single text
Daniel Veillard1fb2e0d2009-01-18 14:08:36 +0000150 node, the defaultis 10MB and can be removed with the HUGE
151 parsing option
152
Rob Richardsb9ed0172009-01-05 17:28:50 +0000153Mon Jan 05 18:28:41 CET 2009 Rob Richards <rrichards@cdatazone.org>
154
155 * include/libxml/parser.h parser.c: add XML_PARSE_OLDSAX parser
156 option to enable pre 2.7 SAX behavior.
157
Rob Richards810a78b2008-12-31 22:13:57 +0000158Wed Dec 31 23:11:37 CET 2008 Rob Richards <rrichards@cdatazone.org>
159
160 * tree.c: set doc on last child tree in xmlAddChildList for
161 bug #546772. Fix problem adding an attribute via with xmlAddChild
162 reported by Kris Breuker.
163
Rob Richards5a7d8bd2008-12-27 13:17:43 +0000164Sun Dec 27 14:16:13 CET 2008 Rob Richards <rrichards@cdatazone.org>
165
166 * xmlwriter.c: fix indenting in xmlTextWriterFullEndElement for
167 bug# 554353.
168
Daniel Veillardbe2bd6a2008-11-27 15:26:28 +0000169Thu Nov 27 16:24:52 CET 2008 Daniel Veillard <daniel@veillard.com>
170
171 * include/libxml/tree.h tree.c python/generator.py: adds
172 element traversal support
173 * valid.c: avoid a warning
174 * doc/*: regenerated
175
Daniel Veillard1dc9feb2008-11-17 15:59:21 +0000176Mon Nov 17 16:56:18 CET 2008 Daniel Veillard <daniel@veillard.com>
177
178 * SAX2.c parser.c: fix for CVE-2008-4226, a memory overflow
179 when building gigantic text nodes, and a bit of cleanup
180 to better handled out of memory problem in that code.
181 * tree.c: fix for CVE-2008-4225, lack of testing leads to
182 a busy loop test assuming one have enough core memory.
183
Daniel Veillard6b099012008-11-06 13:47:39 +0000184Thu Nov 6 14:34:35 CET 2008 Daniel Veillard <daniel@veillard.com>
185
186 * xmllint.c: Matthias Kaehlcke reported a build problem when
187 not compiling HTML support in.
188
Daniel Veillardb40744e2008-10-17 13:26:44 +0000189Fri Oct 17 15:24:08 CEST 2008 Daniel Veillard <daniel@veillard.com>
190
191 * configure.in doc/Makefile.am: patch from Adrian Bunk which
192 adds --disable-rebuild-docs to avoid rebuilding them
193
Daniel Veillard7f4547c2008-10-03 07:58:23 +0000194Fri Oct 3 09:43:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
195
196 * configure.in doc/* NEWS: preparing the release of 2.7.2
197 * dict.c: fix the Solaris portability issue
198 * parser.c: additional cleanup on #554660 fix
199 * test/ent13 result/ent13* result/noent/ent13*: added the
200 example in the regression test suite.
201 * HTMLparser.c: handle leading BOM in htmlParseElement()
202
Daniel Veillard34a7fc32008-10-02 20:55:10 +0000203Thu Oct 2 22:53:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
204
205 * parser.c: fix a nasty bug introduced when cleaning up
206 entities processing in 2.7.x , fixes #554660
207
Daniel Veillarda57ba4c2008-09-25 16:06:18 +0000208Thu Sep 25 18:04:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
209
210 * HTMLparser.c: fix an HTML parsing error on large data sections
211 reported by Mike Day
212 * test/HTML/utf8bug.html result/HTML/utf8bug.html.err
213 result/HTML/utf8bug.html.sax result/HTML/utf8bug.html: add the
214 reproducer to the test suite
215
Daniel Veillard2e36da92008-09-25 15:36:43 +0000216Thu Sep 25 17:35:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
217
218 * runxmlconf.c: fix compilation if XPath is not included
219
Daniel Veillard7e65fad2008-09-25 14:55:21 +0000220Thu Sep 25 16:54:04 CEST 2008 Daniel Veillard <daniel@veillard.com>
221
222 * xmlreader.c: patch from Riccardo Scussat fixing custom error
223 handlers problems.
224
Daniel Veillard856d9282008-09-25 14:31:40 +0000225Thu Sep 25 16:30:11 CEST 2008 Daniel Veillard <daniel@veillard.com>
226
227 * include/libxml/xmlsave.h xmlsave.c: new options to serialize
228 as XML/HTML/XHTML and restore old entry point behaviours
229
Daniel Veillarda7036d92008-09-01 14:50:19 +0000230Mon Sep 1 16:49:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
231
232 * doc/xml.html doc/news.html configure.in python/setup.py NEWS:
233 prepare release of 2.7.1
234
Daniel Veillard074f37e2008-09-01 13:38:22 +0000235Mon Sep 1 15:35:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
236
237 * schematron.c xpath.c: applied a couple of patches from Martin
238 avoiding some leaks, fixinq QName checks in XPath, XPath debugging
239 and schematron code cleanups.
240 * python/tests/Makefile.am python/tests/xpathleak.py: add the
241 specific regression tests, just tweak it to avoid output by default
242
Daniel Veillardda3fee42008-09-01 13:08:57 +0000243Mon Sep 1 15:02:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
244
245 * trionan.c: Borland C fix from Moritz Both
246 * testapi.c: regenerate, workaround a problem for buffer testing
247 * xmlIO.c HTMLtree.c: new internal entry point to hide even better
248 xmlAllocOutputBufferInternal
249 * tree.c: harden the code around buffer allocation schemes
250 * parser.c: restore the warning when namespace names are not absolute
251 URIs
252 * runxmlconf.c: continue regression tests if we get the expected
253 number of errors
254 * Makefile.am: run the python tests on make check
255 * xmlsave.c: handle the HTML documents and trees
256 * python/libxml.c: convert python serialization to the xmlSave APIs
257 and avoid some horrible hacks
258
Daniel Veillard15724252008-08-30 15:01:04 +0000259Sat Aug 30 16:58:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
260
261 * configure.in, doc/*: preparing 2.7.0 release
262 * tree.c: remove some testing traces
263 * parser.c xmlIO.c xmlschemas.c: remove some warnings
264
Daniel Veillarde83e93e2008-08-30 12:52:26 +0000265Sat Aug 30 14:50:16 CEST 2008 Daniel Veillard <daniel@veillard.com>
266
267 * include/libxml/tree.h tree.c: make a new kind of buffer where
268 shrinking and adding in head can avoid reallocation or full
269 buffer memmoves
270 * encoding.c xmlIO.c: use the new kind of buffers for output
271 buffers
272
Daniel Veillard28b7b4b2008-08-30 08:19:02 +0000273Sat Aug 30 10:18:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
274
275 * doc/* testapi.c: regenerated
276
Daniel Veillard4cc67bb2008-08-29 19:58:23 +0000277Fri Aug 29 21:53:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
278
279 * doc/examples/reader3.c: patch from Robert Schwebel , allows to
280 compile the example if configured without output support fixes
281 #545582
282 * Makefile.am: add testrecurse to the make check tests
283 * HTMLparser.c: if the parser got a encoding argument it should be
284 used over what the meta specifies, patch fixing #536346
285
Daniel Veillardcba68392008-08-29 12:43:40 +0000286Fri Aug 29 14:41:38 CEST 2008 Daniel Veillard <daniel@veillard.com>
287
288 * parser.c: a couple more fixes
Daniel Veillard4cc67bb2008-08-29 19:58:23 +0000289 * nanohttp.c nanoftp.c: patch from Andreas Färber to compile on Haiku
290 fixes #527880
Daniel Veillardcba68392008-08-29 12:43:40 +0000291 * doc/examples/*: regenerated
292
Daniel Veillard0161e632008-08-28 15:36:32 +0000293Thu Aug 28 17:31:46 CEST 2008 Daniel Veillard <daniel@veillard.com>
294
295 * parser.c include/libxml/parser.h: completely different fix for
296 the recursion detection based on entity density, big cleanups
297 in the entity parsing code too
298 * result/*.sax*: the parser should not ask for used defined versions
299 of the predefined entities
300 * testrecurse.c: automatic test for entity recursion checks
301 * Makefile.am: added testrecurse
302 * test/recurse/lol* test/recurse/good*: a first set of tests for
303 the recursion
304
Daniel Veillard49d44052008-08-27 19:57:06 +0000305Wed Aug 27 21:55:34 CEST 2008 Daniel Veillard <daniel@veillard.com>
306
307 * include/libxml/xmlerror.h parser.c: a bit of cleanup and
308 added checks based on the regression tests of the xmlconf suite
309
Daniel Veillardf582d142008-08-27 17:23:41 +0000310Wed Aug 27 19:22:35 CEST 2008 Daniel Veillard <daniel@veillard.com>
311
312 * uri.c: bug in parsing RFC 3986 uris with port numbers
313
Daniel Veillardbfa5cf12008-08-27 15:33:28 +0000314Wed Aug 27 17:30:48 CEST 2008 Daniel Veillard <daniel@veillard.com>
315
316 * configure.in Makefile.am: add an --with-coverage configure option
317 and a 'make cov' target based on gcc profiling and the lcov
318 tool. Currently at 68.9% coverage out of 'make check' and
319 runsuite executions.
320 * xmlreader.c: remove warnings due to C++ comments
321
Daniel Veillarda8f09ce2008-08-27 13:02:01 +0000322Wed Aug 27 15:00:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
323
324 * include/libxml/parserInternals.h parser.c: cleanup entity
325 pushing error handling based on a patch from Ashwin
326
Daniel Veillard2cba4152008-08-27 11:45:41 +0000327Wed Aug 27 13:41:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
328
329 * threads.c: fix a small initialization problem raised by Ashwin
330 * testapi.c gentest.py: increase testing especially for document
331 with an internal subset, and entities
332 * tree.c: fix a deallocation issue when unlinking entities from
333 a document.
334 * valid.c: fix a missing entry point test not found previously.
335 * doc/*: regenerated the APIs, docs etc.
336
Daniel Veillard8915c152008-08-26 13:05:34 +0000337Tue Aug 26 15:02:58 CEST 2008 Daniel Veillard <daniel@veillard.com>
338
339 * include/libxml/parser.h parser.c xmllint.c: strengthen some
340 of the internal parser limits, add an XML_PARSE_HUGE option
341 to bypass them all. More internal parser limits will still need
342 to be added.
343
Daniel Veillardbf9c1da2008-08-26 07:46:42 +0000344Tue Aug 26 09:42:08 CEST 2008 Daniel Veillard <daniel@veillard.com>
345
346 * Makefile.am: add the testchar to 'make check'
347 * xmlschemas.c: Volker Grabsch pointed out a typo
348 * xmlregexp.c: production [19] from XML Schemas regexps were a
349 mistake removed in version REC-xmlschema-2-20041028, Volker Grabsch
350 provided a patch to remove it
351 * test/schemas/regexp-char-ref_0.xml test/schemas/regexp-char-ref_0.xsd
352 test/schemas/regexp-char-ref_1.xsd result/schemas/regexp-char-ref_0_0
353 result/schemas/regexp-char-ref_1_0: Volker Grabsch also provided
354 regession tests for this
355
Daniel Veillard54bd29b2008-08-26 07:26:55 +0000356Tue Aug 26 09:25:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
357
358 * include/libxml/parser.h xinclude.c xmllint.c: patch based on
359 Wieant Nielander contribution to add the option of not doing
360 URI base fixup in XInclude
361
Daniel Veillardaa6de472008-08-25 14:53:31 +0000362Mon Aug 25 16:52:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
363
364 * xmlreader.c: applied patch from Aswin to fix tree skipping
365 * include/libxml/entities.h entities.c: fixed a comment and
366 added a new xmlNewEntity() entry point
367 * runtest.c: be less verbose
368 * tree.c: space and tabs cleanups
369
Daniel Veillardf4f4e482008-08-25 08:57:48 +0000370Mon Aug 25 10:56:30 CEST 2008 Daniel Veillard <daniel@veillard.com>
371
372 * include/libxml/entities.h entities.c SAX2.c parser.c: rework
373 the patch to avoid some ABI issue with people allocating
374 entities structure directly
375
Daniel Veillard4bf899b2008-08-20 17:04:30 +0000376Wed Aug 20 19:02:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
377
378 * include/libxml/parser.h include/libxml/entities.h entities.c
379 parserInternals.c parser.c: fix for CVE-2008-3281
380
Rob Richards117baa02008-08-10 17:07:33 +0000381Sun Aug 10 17:06:13 CEST 2008 Rob Richards <rrichards@ctindustries.net>
382
383 * dict.c: fix non GNUC builds.
384
Daniel Veillard0765ae82008-08-08 12:14:37 +0000385Fri Aug 8 14:13:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
386
387 * makefile.am: adding a check-valgrind target
388
Daniel Veillardd330f182008-08-08 12:03:22 +0000389Fri Aug 8 14:01:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
390
391 * Makefile.am testdict.c: add the new test in 'make check' and
392 update it to check subdictionaries processing.
393
Daniel Veillardd68f8912008-08-08 10:09:19 +0000394Fri Aug 8 12:07:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
395
396 * testdict.c: added a program to regression test the dictionary code
397 * dict.c: improve the lookup efficiency by caching the key.
398
Daniel Veillardffda65f2008-08-07 16:33:49 +0000399Thu Aug 7 18:30:55 CEST 2008 Daniel Veillard <daniel@veillard.com>
400
401 * dict.c: chased and found a couple of nasty issues
402
CEST 2008 Sven Herzbergdc41d862008-08-07 13:52:30 +0000403Thu Aug 7 15:51:31 CEST 2008 Sven Herzberg <sven@imendio.com>
404
405 Bug 546629 – runtests doesn't pass on my mac
406 Reviewed by William M. Brack.
407
408 * runtest.c: use libpthread on Mac OS X as well
409
Daniel Veillard84c45df2008-08-06 10:26:06 +0000410Wed Aug 6 12:24:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
411
412 * uri.c: allow [ and ] in fragment identifiers, 3986 disallow them
413 but it's widely used for XPointer, and would break DocBook
414 processing among others
415
Daniel Veillard424785e2008-08-06 09:35:25 +0000416Wed Aug 6 11:32:21 CEST 2008 Daniel Veillard <daniel@veillard.com>
417
418 * dict.c: change the big key algorithm to work properly with QName
419 too, fix a bug with dict size and sub dictionaries
420
Daniel Veillardd7af5552008-08-04 15:29:44 +0000421Mon Aug 4 17:27:27 CEST 2008 Daniel Veillard <daniel@veillard.com>
422
423 * uri.c include/libxml/uri.h: rewrite the URI parser to update to
424 rfc3986 (from 2396)
425 * test/errors/webdav.xml result/errors/webdav.xml*: removed the
426 error test, 'DAV:' is a correct URI under 3986
427 * Makefile.am: small cleanup in make check
428
Daniel Veillardae0765b2008-07-31 19:54:59 +0000429Thu Jul 31 21:49:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
430
431 * runxmlconf.c: more progresses against the official regression tests
432 * runsuite.c: small cleanup for non-leak reports
433 * include/libxml/tree.h: parsing flags and other properties are
434 now added to the document node, this is generally useful and
435 allow to make Name and NmToken validations based on the parser
436 flags, more specifically the 5th edition of XML or not
437 * HTMLparser.c tree.c: small side effects for the previous changes
438 * parser.c SAX2.c valid.c: the bulk of teh changes are here,
439 the parser and validation behaviour can be affected, parsing
440 flags need to be copied, lot of changes. Also fixing various
441 validation problems in the regression tests.
442
Daniel Veillard37334572008-07-31 08:20:02 +0000443Thu Jul 31 10:15:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
444
445 * runxmlconf.c: added a skipped list, insert rmt-ns10-035
446 * Makefile.am: improve 'make check'
447 * include/libxml/xmlerror.h parser.c: clean up namespace errors
448 checking and reporting, errors when a document is labelled
449 as UTF-16 while it is parsed as UTF-8 and no encoding was given
450 explicitely.
451 * result/errors/webdav.xml.*: some warnings are no recategorized
452 as Namespace errors
453
Daniel Veillard09459bf2008-07-30 12:58:11 +0000454Wed Jul 30 14:55:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
455
456 * include/libxml/xmlmemory.h xmlmemory.c: add xmlMemDisplayLast to
457 help debug incremental memory leaks, and some cleanups
458 * runxmlconf.c: use that new call and avoid ever touching the
459 system catalog in the regression tests
460
Daniel Veillard40ec29a2008-07-30 12:35:40 +0000461Wed Jul 30 14:33:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
462
463 * parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load
464 an 1.1 entity
465 * runxmlconf.c: when using entities make sure we load them
466
Daniel Veillard051d52c2008-07-29 16:44:59 +0000467Tue Jul 29 18:43:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
468
469 * parser.c: fix a bug not detecting cross entity comments probably
470 when comment parsing got optimized.
471 * Makefile.am: add make check
472 * runxmlconf.c: fix the log file name
473
Daniel Veillard7e5c3f42008-07-29 16:12:31 +0000474Tue Jul 29 18:09:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
475
476 * runxmlconf.c Makefile.am: add a C program to run the W3C test
477 suite, work in progress
478 * xmllint.c: add a new option --oldxml10 to use the old parser
479 * parser.c: fix the XML_PARSE_OLD10 processing of the new option
480 and a bug in version parsing
481
Daniel Veillard45490ae2008-07-29 09:13:19 +0000482Tue Jul 29 11:12:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
483
484 * xpath.c: space and tabs cleanup
485
Daniel Veillard34e3f642008-07-29 09:02:27 +0000486Tue Jul 29 10:59:36 CEST 2008 Daniel Veillard <daniel@veillard.com>
487
488 * include/libxml/parser.h include/libxml/xmlerror.h parser.c:
489 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
490 to stick to old behaviour
491 * testapi.c gentest.py: modified slightly and regenerated
492 * Makefile.am: add testchar
493
Daniel Veillardabade012008-07-24 15:05:38 +0000494Thu Jul 24 16:57:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
495
496 * Makefile.am testchar.c Makefile.tests README.tests: add a
497 new regression test program for testing character ranges and
498 UTF8 encoding/decoding
499
Daniel Veillardbf0324f2008-07-23 13:35:50 +0000500Wed Jul 23 15:32:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
501
502 * libxml.spec.in: fix the build root
503
William M. Brackf8477002008-07-17 05:29:16 +0000504Wed Jul 16 22:28:48 PDT 2008 William Brack <wbrack@mmm.com.hk>
505
506 * pattern.c: fix problem with xmlStreamPop when pattern includes
507 a "." element (see discussion on libxslt list)
508
Daniel Veillard45efd082008-07-07 13:52:52 +0000509Mon Jul 7 15:49:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
510
511 * SAX2.c: fix line number on text nodes, problem raised by Ralf Junker
512
Rob Richardsc6947bb2008-06-29 15:04:41 +0000513Sun Jun 29 17:04:28 CEST 2008 Rob Richards <rrichards@ctindustries.net>
514 * xmlschemas.c: fix crash with invalid whitespace facet
515
Daniel Veillard984e5692008-06-11 08:14:22 +0000516Wed Jun 11 10:13:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
517
518 * doc/xml.html doc/FAQ.html: add a section in the FAQ about
519 multithread and xmlCleanupParser
520
Daniel Veillard63806b52008-06-10 14:56:11 +0000521Tue Jun 10 16:52:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
522
523 * catalog.c: apply a couple of fixes based on a Coverity report
524 forwarded by Derrick Price.
525 * VxWorks/README VxWorks/Makefile VxWorks/build.sh: instructions
526 Makefile, and shell script to build on VxWorks 6.4+ provided by
527 Jim Wert.
528
Daniel Veillard39801e52008-06-03 16:08:54 +0000529Tue Jun 3 18:07:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
530
531 * python/generator.py python/setup.py: apply patch from Martin fixing
532 python whitespaces
533 * NEWS: following previous commit rebuilt now in UTF-8
534
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000535Mon Jun 2 17:39:42 CEST 2008 Daniel Veillard <daniel@veillard.com>
536
537 * ChangeLog: patch from Hans de Goede to switch the file to UTF-8
538 * doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of
539 ISO-8859-1
540
Daniel Veillardad559982008-05-12 13:15:35 +0000541Mon May 12 15:12:44 CEST 2008 Daniel Veillard <daniel@veillard.com>
542
543 * xmlregexp.c: avoid a regexp crash, should fix #523738
544
Daniel Veillard438ebbd2008-05-12 12:58:46 +0000545Mon May 12 14:56:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
546
547 * xmlschemas.c runtest.c testapi.c include/libxml/xmlreader.h
548 python/types.c python/libxml_wrap.h python/libxml.c: fx compilation
549 when configured without the reader should fix #513110
550 * doc/*: regenerated
551
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000552Sat May 3 14:33:29 CEST 2008 Rob Richards <rrichards@ctindustries.net>
553
554 * dict.c: check for stdint.h and define types when using MSVC
555
Daniel Veillard87303e32008-04-28 18:07:29 +0000556Mon Apr 28 20:06:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
557
558 * parserInternals.c: applied patch from Ashwin to avoid a potential
559 double-free
560
Daniel Veillarded86dc22008-04-24 11:58:41 +0000561Thu Apr 24 13:56:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
562
563 * uri.c: applied patch from Ashwin fixing a number of realloc problems
564 * HTMLparser.c: improve handling for misplaced html/head/body
565
Daniel Veillarde9100a52008-04-22 08:28:50 +0000566Tue Apr 22 10:27:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
567
568 * dict.c: improvement on the hashing of the dictionnary, with visible
569 speed up as the number of strings in the hash increases, work from
570 Stefan Behnel
571
Daniel Veillarddee23482008-04-11 12:58:43 +0000572Fri Apr 11 14:44:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
573
574 * include/libxml/xmlschemas.h xmlschemas.c: added new function
575 xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
576 * doc/apibuild.py doc/*: regenerated the doc, chased why the new
577 function didn't got any documentation, added more checking in the
578 generator
579 * include/libxml/relaxng.h include/libxml/schematron.h
580 include/libxml/xmlschemas.h include/libxml/c14n.h
581 include/libxml/xmlregexp.h include/libxml/globals.h
582 include/libxml/xmlreader.h threads.c xmlschemas.c: various changes
583 and cleanups following the new reports
584
585
Daniel Veillard33fe2882008-04-10 08:09:25 +0000586Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
587
588 * Makefile.am: extend the cleanup rule
589 * xmlschemas.c: space cleanup
590
Rob Richardsc3e24352008-04-09 17:49:09 +0000591Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
592
593 * include/wsockcompat.h: support older win32 platforms when building
594 with newer versions of VS
595
Daniel Veillard596da972008-04-08 14:58:41 +0000596Tue Apr 8 16:56:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
597
598 * configure.in NEWS doc/*: preparing release of 2.6.32
599
Daniel Veillarded939f82008-04-08 08:20:08 +0000600Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
601
602 * tree.c: fix a bug introduced when fixing #438208 and reported by
603 Ashwin
604 * python/generator.py: fix an infinite loop bug
605
Daniel Veillard354cf5c2008-04-07 12:46:48 +0000606Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com>
607
608 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
609 * docs/*: rebuilt
610
Daniel Veillard2135fc22008-04-04 16:10:51 +0000611Fri Apr 4 18:09:50 CEST 2008 Daniel Veillard <daniel@veillard.com>
612
613 * parser.c: improve the *Recover* functions documentation
614
Daniel Veillard6ccc56d2008-04-03 12:59:06 +0000615Thu Apr 3 14:57:15 CEST 2008 Daniel Veillard <daniel@veillard.com>
616
617 * parser.c: patch from Mark Rowe fixing BOM or encoding detection
618 in external parsed entities, should fix #440415
619
Daniel Veillard8f6c2b12008-04-03 11:17:21 +0000620Thu Apr 3 13:16:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
621
622 * tree.c: fix some problems with the *EatName functions when
623 running out of memory raised by Eric Schrock , should fix #438208
624
Daniel Veillardbfc42632008-04-03 10:43:52 +0000625Thu Apr 3 12:41:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
626
627 * xmlschemastypes.c: horror around the definition of the lexical
628 values for decimal and derived types, fixing to reject empty
629 values, should fix #503268
630
Daniel Veillardf1245392008-04-03 09:46:34 +0000631Thu Apr 3 11:44:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
632
633 * encoding.c: buffer may not be large enough to convert to
634 UCS4, patch from Christian Fruth , fixes #504015
635
Daniel Veillard36de63e2008-04-03 09:05:05 +0000636Thu Apr 3 11:02:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
637
638 * HTMLparser.c: apparently it's okay to forget the semicolumn after
639 entity refs in HTML, fixing char refs parsing accordingly based on
640 T. Manske patch, this should fix #517653
641
Daniel Veillardfa750972008-04-03 07:31:25 +0000642Thu Apr 3 09:30:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
643
644 * error.c: avoid a scary realloc() loop should fix #520383
645
Daniel Veillarda4ba09d2008-04-03 06:24:04 +0000646Thu Apr 3 08:22:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
647
648 * parser.c: more realloc problems pointed out by Ashwin
649
Daniel Veillardff8b5412008-04-03 05:41:28 +0000650Thu Apr 3 07:40:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
651
652 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean,
653 fixes #520387
654
Daniel Veillarde43579b2008-04-03 04:56:04 +0000655Thu Apr 3 06:52:32 CEST 2008 Daniel Veillard <daniel@veillard.com>
656
657 * include/libxml/xpath.h: small doc improvement for xmlXPathContext
658 from Jack Jansen, fixes #524759
659 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
660
Daniel Veillardf88d8492008-04-01 08:00:31 +0000661Tue Apr 1 09:59:22 CEST 2008 Daniel Veillard <daniel@veillard.com>
662
663 * xpath.c: two patches from Alvaro Herrera to avoid problem when
664 running out of memory in XPath evaluations.
665
Daniel Veillard68b6e022008-03-31 09:26:00 +0000666Mon Mar 31 11:23:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
667
668 * parser.c: lot of out of memory handling fixes from Ashwin
669 * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
670 * include/libxml/threads.h: indenting cleanups
671
Daniel Veillard05b37c62008-03-31 08:27:07 +0000672Mon Mar 31 10:25:37 CEST 2008 Daniel Veillard <daniel@veillard.com>
673
674 * parser.c docs/*: trying to clarify even more the xmlCleanupParser()
675 use and the memory documentation
676
Daniel Veillarddc171602008-03-26 17:41:38 +0000677Wed Mar 26 18:39:58 CET 2008 Daniel Veillard <daniel@veillard.com>
678
679 * parser.c: changes based on Alex Khesin patch where xmlParseCharRef
680 seems to not be checked correctly, fixes #520198
681
Daniel Veillard6a31b832008-03-26 14:06:44 +0000682Wed Mar 26 15:03:49 CET 2008 Daniel Veillard <daniel@veillard.com>
683
684 * parser.c: patch from Ashwin to avoid a problem of attribute
685 redefinition in the DTD. Remove a warning too.
686
Daniel Veillardb3e45362008-03-26 13:39:31 +0000687Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
688
689 * xmlschemas.c: fix a problem in externalSubsetSplit with a patch
690 from Ashwin
691
Daniel Veillard97c9ce22008-03-25 16:52:41 +0000692Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
693
694 * parser.c: fix various attribute normalisation problems reported
695 by Ashwin
696 * result/c14n/without-comments/example-4
697 result/c14n/with-comments/example-4: this impacted the result of
698 two c14n tests :-\
699 * test/att9 test/att10 test/att11 result//att9* result//att10*
700 result//att11*: added 3 specific regression tests coming from the
701 XML spec revision and from Ashwin
702
Daniel Veillarde54c3172008-03-25 13:22:41 +0000703Tue Mar 25 14:20:49 CET 2008 Daniel Veillard <daniel@veillard.com>
704
705 * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
706 should fix #524253
707
Daniel Veillard8bf64ae2008-03-24 20:45:21 +0000708Mon Mar 24 21:42:33 CET 2008 Daniel Veillard <daniel@veillard.com>
709
710 * parser.c: fix a problem reported by Ashwin for system parameter
711 entities referenced from entities in external subset, add a
712 specific loading routine.
713 * test/valid/dtds/external.ent test/valid/dtds/external2.ent
714 test/valid/t11.xml result/valid/t11.xml*: added the test to
715 the regression suite
716
Daniel Veillard77fbc3e2008-03-24 14:06:19 +0000717Mon Mar 24 15:04:54 CET 2008 Daniel Veillard <daniel@veillard.com>
718
719 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
720 when testing with W3C test suite
721
Daniel Veillard14d465d2008-03-24 11:12:55 +0000722Mon Mar 24 12:12:00 CET 2008 Daniel Veillard <daniel@veillard.com>
723
724 * threads.c: check some allocation with Ashwin patch
725
Daniel Veillard24d87d92008-03-19 15:43:00 +0000726Wed Mar 19 16:41:52 CET 2008 Daniel Veillard <daniel@veillard.com>
727
728 * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
729
Daniel Veillardddbe38b2008-03-18 08:24:25 +0000730Tue Mar 18 09:23:05 CET 2008 Daniel Veillard <daniel@veillard.com>
731
732 * threads.c: check some malloc returns with Ashwin patch, add
733 error messages and reindent the module.
734
Daniel Veillard14dad702008-03-14 14:29:40 +0000735Fri Mar 14 15:28:43 CET 2008 Daniel Veillard <daniel@veillard.com>
736
737 * xmlreader.c: patch from Ashwin removing duplicate tests
738
Daniel Veillardc4b0deb2008-03-14 12:46:42 +0000739Fri Mar 14 13:44:29 CET 2008 Daniel Veillard <daniel@veillard.com>
740
741 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
742 applied patch from Tobias Minich to allow plugin schematron error
743 reporting in the normal error system, should fix #513998
744
Daniel Veillard37d2d162008-03-14 10:54:00 +0000745Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
746
747 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
748 leaks, should fix 512647
749
Daniel Veillard10bda622008-03-13 07:27:24 +0000750Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
751
752 * xmlregexp.c: found a nasty bug in regexp automata build,
753 reported by Ashwin and Bjorn Reese
754
Daniel Veillard35fcbb82008-03-12 21:43:39 +0000755Wed Mar 12 18:56:22 CET 2008 Daniel Veillard <daniel@veillard.com>
756
757 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
758 html within html bogus data, still not a complete fix though
759
Daniel Veillard5d279c92008-03-12 09:32:04 +0000760Wed Mar 12 10:22:01 CET 2008 Daniel Veillard <daniel@veillard.com>
761
762 * python/types.c: fix a memory errro when using namespace nodes
763 returned from XPath queries, should fix #521699
764 * python/tests/Makefile.am python/tests/xpathns.py: add a specific
765 regression test for it
766
Rob Richardsa544c182008-03-10 15:26:27 +0000767Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
768
769 * include/win32config.h: add ICONV_CONST define for win32 build
770 to satisfy encoding.c change in rev 3693
771
Daniel Veillardd0d2f092008-03-07 16:50:21 +0000772Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
773
774 * xmlsave.c parser.c: fix handling of empty CDATA nodes as
775 reported and discussed around #514181 and associated patches
776 * test/emptycdata.xml result/emptycdata.xml*
777 result/noent/emptycdata.xml: added a specific test in the
778 regression suite.
779
Daniel Veillard57c9db02008-03-06 14:37:10 +0000780Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
781
782 * encoding.c: poblem with encoding detection for UTF-16 reported by
783 Ashwin and found by Bill
784 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
785 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
786 the example to the regression tests
787
Daniel Veillardccc476f2008-03-04 13:19:49 +0000788Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
789
790 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
791 a text node.
792 * parser.c: fixed the comment for xmlParserCleanup
793 * globals.c: fixed indentation
794
Daniel Veillard70e20ad2008-02-25 15:44:43 +0000795Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
796
797 * testModule.c: patch from Florent Guiliani to fix build on
798 SCO OpenServer
799
Daniel Veillard30663512008-02-21 22:31:55 +0000800Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
801
802 * debugXML.c: made one of the changes suggested by Brian Krahmer
803 * testRegexp.c: allow to pass '--' on the command line to allow
804 regexps starting with the character '-'
805
Daniel Veillard5ac88232008-02-19 07:54:52 +0000806Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
807
808 * python/Makefile.am python/tests/Makefile.am: applied cleanup
809 patches for cross compilation and MinGW from Roumen Petrov
810
Daniel Veillardc4ba8a42008-02-16 10:08:14 +0000811Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
812
813 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
814 Bill
815
Daniel Veillard6f8611f2008-02-15 08:33:21 +0000816Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
817
818 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
819 to simplify the processing of xmlSetProp()
820
Daniel Veillard8e1a46d2008-02-15 07:47:26 +0000821Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
822
823 * config.h.in configure.in encoding.c: patch from Roumen Petrov
824 to detect if iconv() needs a const for the second parameter
825
Daniel Veillardf3da06d2008-02-15 07:43:00 +0000826Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
827
828 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
829 from Florent Guiliani
830
Daniel Veillard3ff24112008-02-13 10:17:41 +0000831Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
832
833 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
834 output at the end of document.
835
Daniel Veillard851b2d02008-02-08 10:57:57 +0000836Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
837
838 * doc/examples/examples.xml: regenerated, it was truncated.
839
Daniel Veillard643fb5d2008-02-08 10:49:46 +0000840Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
841
842 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
843 compilation problems with Mingw32
844
Daniel Veillard041b6872008-02-08 10:37:18 +0000845Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
846
847 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
848 when '.' is used in a posCharGroup
849 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
850 added the test to the regression suite
851
Daniel Veillardb242b082008-02-08 09:56:31 +0000852Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
853
854 * dict.c: applied patch from Florent Guilian to remove an
855 useless mutex in the xmlDict structure.
856
857Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
858
859 * SAX2.c: another leak reported by Ashwin
860 * xinclude.c: fixed the behaviour when XIncluding a fragment
861 of the current document, patch from Chris Ryan
862
William M. Brackead35832008-02-06 04:12:46 +0000863Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
864
865 * nanohttp.c: added space for port number (when not 80) in
866 xmlNanoHTTPMethodRedir, plus a few more comments. Should
867 fix #514521.
868
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +0000869Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
870
871 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
872 error about the SAX callback in cdataBlockSplit when streaming
873 XSD validation
874
Daniel Veillard69f8a132008-02-05 08:37:56 +0000875Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
876
877 * uri.c: applied a patch based on Petr Sumbera one to avoid a
878 problem with paths starting with //
879
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000880Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
881
882 * doc/xml.html doc/xmlmem.html: added a small section on returning
883 memory to the kernel by compacting the heap provided by Wolfram Sang
884
Rob Richards82fbf572008-01-25 19:03:37 +0000885Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
886
887 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
888 patch by David Wimsey
889
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000890Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
891
892 * parser.c: fix a memeory leak in internal subset parsing with
893 a fix from Ashwin
894 * test/errors/content1.xml result/errors/content1.xml*:
895 add test to regressions
896
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000897Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
898
899 * configure.in doc/*: preparing release of 2.6.31
900
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000901Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
902
903 * parser.c: avoid a warning on 64bits introduced earlier
904 * parserInternals.c: make more checking on the UTF-8 input
905
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000906Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
907
908 * HTMLparser.c: avoid stopping parsing when encountering
909 out of range characters in an HTML file, report and
910 continue processing instead, should fix #472696
911
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000912Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
913
914 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
915 Makefile.am python/tests/Makefile.am python/Makefile.am
916 check-xsddata-test-suite.py: patches from John Carr to
917 start cleaning up 'make diskcheck' problems c.f. #506228
918
Daniel Veillard5608b172008-01-11 06:53:15 +0000919Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
920
921 * xmllint.c: apply fix from Stefan Kost to avoid a crash
922 in xmllint, fixes 504284
923
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000924Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
925
926 * xml2-config.in: apply patch from Fred Crozat to avoid
927 outputting -L/usr/lib from xml2-config, fixes #497012
928
Daniel Veillard640f89e2008-01-11 06:24:09 +0000929Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
930
931 * HTMLparser.c: fix definition for <embed> to avoid error
932 when saving back, patch from Stefan Behnel fixing 495213
933
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000934Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
935
936 * parser.c: applied patch from Christian Schmidt fixing a
937 column counter update problem, fixes #472696
938
Daniel Veillardac4118d2008-01-11 05:27:32 +0000939Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
940
941 * parser.c: handle a erroneous parsing of attributes in
942 case said attribute has been redeclared in the DTD with a
943 different type
944 * hash.c: fix the hash scanner to not crash if a first element
945 from the hash list is been removed in the callback
946
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000947Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
948
949 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
950 as raised by Felipe Pena, should fix #508156
951
Rob Richards3108ba92007-12-06 10:08:52 +0000952Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
953
954 * pattern.c: fix crash from double free of name for bug #501760
955
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000956Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
957
958 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
959 reported by Hannes Eder
960
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000961Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
962
963 * xmlregexp.c: remove a cut-and-paste copy error
964
Rob Richards91eb5602007-11-16 10:54:59 +0000965Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
966
967 * globals.c threads.c include/libxml/threads.h:
968 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
969 Patch from Marc-Antoine Ruel.
970
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000971Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
972
973 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
974 schema document ownership for bug #495215
975
Daniel Veillard2a512da2007-10-30 20:24:40 +0000976Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
977
978 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
979 should fix #491651
980
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000981Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
982
983 * testURI.c: add a debug option printing all the fields within
984 the parsed URI structure
985
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000986Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
987
988 * xmlsave.c: fix to avoid a crash when dumping an attribute from
989 an XHTML document, patch contributed to fix #485298
990
Daniel Veillardc821e032007-08-28 17:33:45 +0000991Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
992
993 * xmlregexp.c: another nasty regexp case fixed.
994 * test/regexp/ranges2 result/regexp/ranges2: added to regression
995 suite
996
William M. Brackec720082007-08-24 02:57:38 +0000997Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
998
999 * nanohttp.c: Enhanced to include port number (if not == 80) on the
1000 "Header:" URL (bug #469681).
1001 * xmlregexp.c: Fixed a typo causing a warning message.
1002
Daniel Veillardcd2ebab2007-08-23 20:47:33 +00001003Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
1004
1005 * nanohttp.c: fix an open() call with creation without 3rd argument
1006 hopefully that interface is never used.
1007
Daniel Veillardc1b3fe02007-08-23 15:00:06 +00001008Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
1009
1010 * configure.in doc/*: preparing release of 2.6.30
1011
William M. Brackf1794562007-08-23 12:58:13 +00001012Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
1013
Daniel Veillardc1b3fe02007-08-23 15:00:06 +00001014 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +00001015 with object caching (bug #469410)
1016
Daniel Veillard3888f472007-08-23 09:29:03 +00001017Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
1018
1019 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
1020 applied patch from Frank Gross fixing Schemas IDC import bug
1021 #455953 and also add the test to the regression suite
1022
Daniel Veillard76d59b62007-08-22 16:29:21 +00001023Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1024
1025 * xmlregexp.c: try to fix for the nth time the automata generation
1026 in case of complex ranges. I suppose that time it is actually okay
1027
Daniel Veillard3dcd3192007-08-14 13:46:54 +00001028Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
1029
1030 * parser.c: aligned xmlSAXUserParseMemory() to match
1031 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
1032 cleanup
1033
Rob Richardsf779da32007-08-14 09:41:21 +00001034Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1035
1036 * xmlIO.c: fixed windows path determination (patch from
1037 Roland Schwarz, bug #462877)
1038 * win32/Makefile.mingw win32/configure.js: fixed mingw build
1039 (patch from Roland Schwarz, bug #462877)
1040
Daniel Veillardda629342007-08-01 07:49:06 +00001041Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
1042
1043 * parser.c: fixed a parser bug where invalid char in comment may
1044 not be detected, reported by Ashwin Sinha
1045 * test/errors/comment1.xml result/errors/comment1.xml*: added
1046 the example to the regression suite
1047
Daniel Veillard3814a362007-07-26 11:41:46 +00001048Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
1049
1050 * xmlsave.c: fixed problem reported on bug #460415
1051
William M. Brack50420192007-07-20 01:09:08 +00001052Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
1053
1054 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
1055
William M. Brackb0a94e82007-07-18 18:04:55 +00001056Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
1057
1058 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
1059 Fixes bug #454608.
1060
Daniel Veillard65fcf272007-07-11 17:55:30 +00001061Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
1062
1063 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
1064 should fix bug #358125
1065
Daniel Veillardcaa19512007-07-04 15:42:46 +00001066Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
1067
1068 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
1069 uses of xmlTextWriterStartDocument()
1070
Daniel Veillard734e7662007-06-26 11:30:31 +00001071Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1072
1073 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
1074 argument occurs, should fix #450936
1075
William M. Brack31700e62007-06-13 20:33:02 +00001076Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
1077
1078 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
1079
Daniel Veillard38431c32007-06-12 16:20:09 +00001080Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
1081
Daniel Veillardc1b3fe02007-08-23 15:00:06 +00001082 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001083 * valid.c: patch from Dagfinn I. Mannsåker for idness of name
Daniel Veillard38431c32007-06-12 16:20:09 +00001084 in HTML, c.f. bug #305885.
1085
Daniel Veillarddbbd72b2007-06-12 15:15:52 +00001086Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
1087
1088 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
1089 should not have namespace processing.
1090
Daniel Veillarddfac9462007-06-12 14:44:32 +00001091Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
1092
1093 * parser.c: fixed the push mode when a big comment occurs before
1094 an internal subset, should close bug #438835
1095 * test/comment6.xml result//comment6.xml*: added a special
1096 test in the regression suite
1097
Daniel Veillardb9e5acc2007-06-12 13:43:00 +00001098Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
1099
1100 * parser.c: fix bug #414846 where invalid characters in attributes
1101 would sometimes not be detected.
1102 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
1103 test case to the regression tests
1104
Daniel Veillard3130fe92007-06-12 12:24:54 +00001105Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
1106
1107 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
1108 in GNU tar, should fix #396751
1109
Daniel Veillarddb670152007-06-12 10:04:37 +00001110Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
1111
1112 * python/types.c: try to allow compilation on old python version
1113 should fix #398125
1114
Daniel Veillardfcd02ad2007-06-12 09:49:40 +00001115Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
1116
1117 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
1118 fixes bug #438390
1119
Daniel Veillard5cdbbd22007-06-12 09:39:14 +00001120Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
1121
1122 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
1123
Daniel Veillardd8ed1052007-06-12 09:24:46 +00001124Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
1125
1126 * relaxng.c: fixed bug #407436 a crash in a specific case of
1127 Relax-NG validation
1128
Daniel Veillardbe8d9d32007-06-12 09:14:11 +00001129Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1130
1131 * catalog.c: fixed bug #383687, some case of recursion on next
1132 were not caught in the catalog code.
1133
Daniel Veillard861101d2007-06-12 08:38:57 +00001134Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1135
1136 * HTMLparser.c: fixed bug #381877, avoid reading over the end
1137 of stream when generating an UTF-8 encoding error.
1138
Daniel Veillard2e620862007-06-12 08:18:21 +00001139Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
1140
1141 * parser.c: fixed bug #366161, trivially added the check in
1142 xmlCtxtReset()
1143
Rob Richards90ee8df2007-06-08 19:47:37 +00001144Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1145
1146 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
1147 for VC8 build support to embed manifest within files. Under MS VC, build
1148 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
1149
Rob Richardse967f0b2007-06-08 19:36:04 +00001150Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1151
1152 * threads.c include/libxml/threads.h: use specified calling convention
1153 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
1154 add xmlDllMain to header for win32 when building for static dll
1155
Rob Richardsb8769d62007-06-08 08:50:47 +00001156Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1157
1158 * xmlwriter.c: fixed problem with namespace declaration being
1159 written more than once per element start tag
1160
William M. Brack97ac8192007-06-06 17:19:24 +00001161Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
1162
1163 * xpath.c: fixed problem with xmlXPathNodeSetSort;
1164 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
1165
William M. Brackd611c882007-05-31 05:07:17 +00001166Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
1167
1168 * xpath.c: fixed problem with string value for PI node
1169 (bug #442275)
1170
Daniel Veillarde61d75f2007-05-28 14:16:33 +00001171Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1172
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001173 * uri.c: fix bug reported by François Delyon
Daniel Veillarde61d75f2007-05-28 14:16:33 +00001174
William M. Brack38d452a2007-05-22 16:00:06 +00001175Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
1176
1177 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
1178 by Mark Rowe (bug #440159)
1179 * include/libxml/xmlversion.h.in: Added check for definition of
1180 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
1181 Wendy Doyle and Mark Rowe, bug #346675)
1182 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
1183 changes to fix compilation warnings - no change to logic.
1184
William M. Bracke8827652007-05-16 05:19:13 +00001185Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
1186
1187 * nanohttp.c: small enhancement to last fix, pointed out
1188 by Alex Cornejo
1189
William M. Brackd2f682a2007-05-15 19:42:08 +00001190Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
1191
1192 * nanohttp.c: fixed problem on gzip streams (bug #438045)
1193 * xpath.c: fixed minor spot of redundant code - no logic change.
1194
William M. Brackca797882007-05-11 14:45:53 +00001195Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1196
1197 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
1198 in order to produce the required number of significant digits
1199 (bug #437179)
1200
Daniel Veillardf6cf57a2007-05-09 23:53:30 +00001201Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1202
1203 * list.c: applied patch to fix xmlListAppend() from
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001204 Georges-André SILBER
Daniel Veillardf6cf57a2007-05-09 23:53:30 +00001205 * valid.c: also fix the place wher it was called.
1206
Daniel Veillard1ca1be22007-05-02 16:50:03 +00001207Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
1208
1209 * parser.c: tried to fix an error problem on entity content failure
1210 reported by Michael Day
1211
Daniel Veillardc51f51c2007-05-02 16:25:45 +00001212Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
1213
1214 * configure.in: typo patch from Bjorn Reese
1215
Daniel Veillard491e58e2007-05-02 16:15:18 +00001216Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
1217
1218 * HTMLparser.c: applied patch from Michael Day to add support for
1219 <embed>
1220
Daniel Veillard4d1320f2007-04-26 08:55:33 +00001221Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1222
1223 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
1224 in htmlCreateDocParserCtxt.
1225
Daniel Veillarda1413b82007-04-26 08:33:28 +00001226Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
1227
1228 * uri.c include/libxml/uri.h: patch from Richard Jones to save
1229 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +00001230 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +00001231
Daniel Veillardcb4284e2007-04-25 13:55:20 +00001232Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
1233
1234 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
1235 patch from Richard Jones to for the silent flag on valgrind
1236 when doing "make valgrind"
1237 * xmlregexp.c: raise a regexp error when '\' is misused to escape
1238 a standard character.
1239
Daniel Veillardc9923322007-04-24 18:12:06 +00001240Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
1241
1242 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
1243
Daniel Veillarda44294f2007-04-24 08:57:54 +00001244Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
1245
1246 * uri.c: fix xmlURIUnescapeString comments which was confusing
1247
Daniel Veillard509ed2a2007-04-18 07:51:50 +00001248Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
1249
1250 * include/win32config.h libxml.h: new patch from Andreas Stricke to
1251 better integrate support for Windows CE
1252
Daniel Veillard39bcf942007-04-17 14:47:05 +00001253Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
1254
1255 * doc/* configure.in NEWS: release of libxml2 2.6.28
1256
Daniel Veillard59d3ed82007-04-17 12:44:58 +00001257Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1258
1259 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
1260 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
1261 patch from Andreas Stricke to ease the compilation on Windows CE
1262
Daniel Veillarded121382007-04-17 12:33:19 +00001263Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
1264
1265 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
1266 a libxml2 patch from Christian Ehrlicher
1267
Daniel Veillard42720242007-04-16 07:02:31 +00001268Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
1269
1270 * HTMLparser.c: change the way script/style are parsed to
1271 not try to detect comments, reported by Mike Day
1272 * result/HTML/doc3.*: affects the result of that test
1273
William M. Brack56578372007-04-11 14:33:46 +00001274Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1275
1276 * xmlregexp.c: small enhancement for quantifier range with
1277 min occurs of 0; fixes bug 425542.
1278
Daniel Veillardbd672bc2007-03-30 12:39:25 +00001279Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
1280
1281 * xmlIO.c: applied change from Michael Day to avoid a problem when
1282 compiled without zlib support.
1283
Daniel Veillard7ef51692007-03-21 16:47:12 +00001284Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1285
1286 * include/libxml/xpath.h: applied documentation patch from James Dennett
1287
William M. Bracka9cbf282007-03-21 13:16:33 +00001288Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
1289
1290 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
1291 * test/regexp/bug420596, result/regexp/bug420596: added regression
1292 test for this
1293
William M. Bracke978ae22007-03-21 06:16:02 +00001294Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
1295
1296 * HTMLparser.c: fixed memory access error on parsing of meta data
1297 which had errors (bug #382206). Also cleaned up a few warnings
1298 by adding some additional DECL macros.
1299
Daniel Veillardbd444842007-03-20 08:47:29 +00001300Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1301
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001302 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
Daniel Veillardbd444842007-03-20 08:47:29 +00001303 the silly __ss_familly problem on various AIXes, should fix #420184
1304
William M. Brack0c1e3012007-03-14 12:40:21 +00001305Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
1306
1307 * configure.in: corrected small error in last commit
1308 * xmlreader.c: corrected small typo in last commit
1309
William M. Brack06559b32007-03-14 09:34:15 +00001310Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
1311
1312 * xmlschemas.c: fixed problem with referenced attribute groups
1313 (bug #417621)
1314 * configure.in: re-ordered some includes for types.h / socket.h
1315 (bug #416001)
1316
Daniel Veillarda9c56772007-03-09 16:59:05 +00001317Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
1318
1319 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
1320 and state internal flags mixups
1321
William M. Brackee0b9822007-03-07 08:15:01 +00001322Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1323
1324 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
1325 cases when comparing identical nodes (bug #415567) with patch
1326 from Oleg Paraschenko
1327
William M. Brack7a12e572007-02-16 17:11:09 +00001328Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1329
1330 * python/libxml.py: fixed tab problem with patch from
1331 Andreas Hanke (bug #408626)
1332
1333Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +00001334
1335 * doc/xml.html: Changed all references to libxml2 CVS over to
1336 the corresponding SVN. A few other spelling/grammar/links
1337 also changed.
1338 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
1339
William M. Brack0bcec062007-02-14 02:15:19 +00001340Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
1341
1342 * xpath.c: Fixed memory bug with invalid function reported by
1343 Francois Delyon on mailing list
1344
William M. Brack53ce98c2007-02-13 00:37:20 +00001345Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
1346
1347 * xinclude.c: fixed problem with invalid char encountered
1348 during text include (reported on xslt mailing list)
1349
Daniel Veillardfde5b0b2007-02-12 17:31:53 +00001350Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
1351
1352 * Makefile.am: small cleanup to avoid packaging .svn
1353 * libxml.h threads.c parser.c: applied patch to avoid a problem
1354 in concurrent threaded initialization fix from Ted Phelps
1355
William M. Brackd46c1ca2007-02-08 23:34:34 +00001356Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
1357
1358 * parser.c: added a GROW when parsing complex comments (bug #405666)
1359 * gentest.py, testapi.c: added a hack to prevent destruction of any
1360 param with 'destroy' in it's description (i.e. param destroyed by
1361 the routine under test, so shouldn't be destroyed by testapi)
1362 * xmlreader.c: added freeing of 'input' param even on error
1363 (fixes leak detected by testapi)
1364
William M. Brackc1099be2007-01-31 18:38:56 +00001365Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1366
1367 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
1368 xmlwriter.c: repositioned #include for libxml.h to avoid
1369 compilation error on some architectures (bug #398277)
1370 * fixed screwed-up ChangeLog (deleted some duplicate entries)
1371
William M. Brack72239ba2007-01-31 18:25:12 +00001372Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +00001373
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001374 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
William M. Brack22242272007-01-27 07:59:37 +00001375
William M. Brack72239ba2007-01-31 18:25:12 +00001376Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +00001377
1378 * xpath.c: added checks for alloc fail on calls to
1379 xmlXPathNewContext (libxslt bug #400242)
1380
1381Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
1382
1383 * Re-generated the documentation (API chunks 27-29 were missing)
1384 (also causes changes to testapi.c, elfgcchack.h and
1385 win32/libxml2.def.src)
1386
1387Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
1388
1389 * python/libxml.c: fix a memory leak in the python string handling
1390 when SAX event are passed back to the python handlers
1391
1392Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
1393
1394 * xmlreader.c: fix xmlTextReaderSetup() description
1395 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
1396 test/relaxng/empty1_0.xml test/relaxng/comps.rng
1397 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
1398 test/relaxng/empty1_1.xml: tests which were apparently
1399 never commited to CVS
1400
1401Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
1402
1403 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
1404 expose xmlTextReaderSetup() function
1405
1406Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1407
1408 * configure.in: adapt the extra versioning code to SVN
1409
1410Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1411
1412 * python/generator.py python/libxml.py: apparently id() sometimes
1413 generate negative values and %X outputs -XXXX :-(
1414
1415Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
1416
1417 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
1418 and XML declaration detection, and associated documentation change
1419
1420Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
1421
1422 * xinclude.c: another XInclude user data propagation patch from
1423 Michael Day
1424
1425Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
1426
1427 * HTMLparser.c: applied patch from Steven Rainwater to fix
1428 UTF8ToHtml behaviour on code points which are not mappable to
1429 predefined HTML entities, fixes #377544
1430
1431Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
1432
1433 * xpath.c: fixed a bug where the principal node type of an axis
1434 wasn't tested on name check, fixes bug #377432
1435
1436Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1437
1438 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
1439 report and suggestion.
1440
1441Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1442
1443 * uri.c: applied patch from Igor for path conversion on Windows
1444
1445Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
1446
1447 * xmlregexp.c: another small change on the algorithm for the
1448 elimination of epsilon transitions, should help on #362989 too
1449
1450Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1451
1452 * tree.c: applied documentation patches from Markus Keim
1453 * xmlregexp.c: fixed one bug and added a couple of optimisations
1454 while working on bug #362989
1455
1456Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1457
1458 * HTMLparser.c: applied a reworked version of Usamah Malik patch
1459 to avoid growing the parser stack in some autoclose cases, should
1460 fix #361221
1461
1462Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1463
1464 * xpath.c: William spotted an obvious bug
1465
1466Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
1467
1468 * NEWS configure.in testapi.c doc//*: preparing release of
1469 libxml2-2.6.27
1470 * include/libxml/tree.h: fix a small problem with preproc flags
1471
1472Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
1473
1474 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
1475 * xmllint.c: order XPath elements when using --shell
1476
1477Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
1478
1479 * xmlregexp.c: applied fix from Christopher Boumenot for bug
1480 #362714 on regexps missing ']'
1481
1482Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1483
1484 * parserInternals.c: applied patch from Marius Konitzer to avoid
1485 leaking in xmlNewInputFromFile() in case of HTTP redirection
1486
1487Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
1488
1489 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
1490 and pointed in #340591
1491
1492Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1493
1494 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
1495 htmlReadIO() this should fix #340322
1496
1497Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
1498
1499 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
1500
1501Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
1502
1503 * HTMLparser.c: fixing HTML minimized attribute values to be generated
1504 internally if not present, fixes bug #332124
1505 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
1506 result/HTML/wired.html.sax: this affects the SAX event strem for
1507 a few test cases
1508
1509Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1510
1511 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
1512 * result/HTML/entities2.html* test/HTML/entities2.html: added to
1513 the regression suite
1514
1515Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1516
1517 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
1518 #342556
1519 * xmlsave.c: fixed #342556 easy and a whole set of problems with
1520 encodings, BOM and xmlSaveDoc()
1521
1522Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1523
1524 * HTMLparser.c: fix #348252 if the document clains to be in a
1525 different encoding in the meta tag and it's obviously wrong,
1526 don't screw up the end of the content.
1527
1528Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1529
1530 * HTMLparser.c: fix a chunking and script bug #347708
1531
1532Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
1533
1534 * HTMLparser.c: remove a warning
1535 * encoding.c: check with uppercase for AIX iconv() should fix #352644
1536 * doc/examples/Makefile.am: partially handle one bug report
1537
1538Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1539
1540 * parser.c: fix the patch for unreproductable #343000 but
1541 also fix a line/column keeping error
1542 * result/errors/attr1.xml.err result/errors/attr2.xml.err
1543 result/errors/name.xml.err result/errors/name2.xml.err
1544 result/schemas/anyAttr-processContents-err1_0_0.err
1545 result/schemas/bug312957_1_0.err: affected lines in error output
1546 of the regression tests
1547
1548Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1549
1550 * tree.c: fixing bug #344390 with xmlReconciliateNs
1551
1552Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
1553
1554 * xmllint.c: added --html --memory to test htmlReadMemory to
1555 test #321632
1556 * HTMLparser.c: added various initialization calls which may help
1557 #321632 but not conclusive
1558 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
1559 --with-minimum --with-sax1 and --with-minimum --with-schemas
1560 fixing #326442
1561
1562Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1563
1564 * relaxng.c: fix a Relax-NG bug related to element content processing,
1565 fixes bug #302836
1566 * test/relaxng/302836.rng test/relaxng/302836_0.xml
1567 result/relaxng/302836*: added to regression tests
1568
1569Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
1570
1571 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
1572
1573Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1574
1575 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
1576 Should fix #335085
1577 * testapi.c: reset the http_proxy env variable to not waste time
1578 on regression tests
1579
1580Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1581
1582 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
1583
1584Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1585
1586 * parser.c: fixed the heuristic used when trying to detect mixed-content
1587 elememts if the parser wants to treat ignorable whitespaces
1588 in a non-standard way, should fix bug #300263
1589
1590Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
1591
1592 * parser.c: fix a first arg error in SAX callback pointed out by
1593 Mike Hommey, and another one still hanging around. Should fix #342737
1594
1595Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1596
1597 * include/libxml/xmlversion.h.in: fix comment on versions
1598 * xmlmemory.c: do not spend too much time digging in dumped memory
1599
1600Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1601
1602 * valid.c: fixed a weird error where validity context whould not
1603 show up if warnings were disabled pointed out by Bob Stayton
1604 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
1605 * doc//* testapi.c: rebuilt the docs
1606
1607Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1608
1609 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1610 library flags for shared and static builds, fixes #344594. If this
1611 bites you, use xml2-config.
1612
1613Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1614
1615 * python/Makefile.am: remove the build path recorded in the python
1616 shared module as Peter Breitenlohner pointed out, should fix #346022
1617
1618Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
1619
1620 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
1621 of unescaping from URL to filepath, should fix #344588.
1622
1623Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1624
1625 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
1626 for wget detection and fix of a Python path problem, should fix
1627 #340993
1628
1629Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
1630
1631 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1632 fix entities behaviour when using SAX, had to extend entities
1633 content and hack on the entities processing code, but that should
1634 fix the long standing bug #159219
1635
1636Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1637
1638 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
1639 to provide a clean conversion when setting up a base
1640 * SAX2.c tree.c: use said function when setting up doc->URL
1641 or using the xmlSetBase function. Should fix #346261
1642
1643Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1644
1645 * xmlIO.c: applied a portability patch from Emelyanov Alexey
1646
1647Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
1648
1649 * parser.c: applied and slightly modified a patch from Michael Day to
1650 keep _private in the parser context when parsing external entities
1651
1652Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1653
1654 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
1655 Brian West and Stefan Anca to add XPointer suport to the Python bindings
1656
1657Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1658
1659 * xmlsave.c: fixed a comment
1660 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1661 to add a new function providing the _private field for the generated
1662 parser contexts xmlXIncludeProcessFlagsData()
1663
1664Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
1665
1666 * xmlIO.c: applied patch from Michael Day doing some refactoring
1667 for the catalog entity loaders.
1668
1669Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
1670
1671 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1672 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1673
1674Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1675
1676 * parser.c: applied patch from Ben Darnell on #321545, I could not
1677 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1678
1679Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1680
1681 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
1682 * parser.c: fix resulting tree corruption when using XML namespace
1683 with existing doc in xmlParseBalancedChunkMemoryRecover.
1684
1685Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1686
1687 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
1688 in the previous patch.
1689
1690Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1691
1692 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
1693 with file names in UTF-8 on Windows, and compat on older win9x
1694 versions.
1695
1696Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1697
1698 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
1699 on validation errors, the heuristic to guess is a vctxt user
1700 pointer is the parsing context was insufficient.
1701
1702Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1703
1704 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1705 applied patch to man pages from Daniel Leidert and regenerated
1706
1707Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1708
1709 * xmlwriter.c: Add a document to the xmlwriter structure and
1710 pass document when writing attribute content for encoding support.
1711
1712Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1713
1714 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
1715 for consistant handling.
1716
1717Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1718
1719 * xpath.c: Applied the proposed fix for the documentation
1720 of xmlXPathCastToString(); see bug #346202.
1721
1722Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1723
1724 * xmlschemas.c: While investigating bug #350247, I noticed
1725 that xmlSchemaIDCMatcher structs are massively recreated
1726 although only a maximum of 3 structs is used at the same
1727 time; added a cache for those structures to the
1728 validation context.
1729
1730Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1731
1732 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
1733 bug in xmlSchemaXPathEvaluate should close #351032
1734
1735Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1736
1737 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
1738 xmlSchemaClearValidCtxt
1739
1740Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
1741
1742 * python/generator.py: fixed the conversion of long parameters
1743
1744Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1745
1746 * xmlsave.c: Removed the automatic generation of CDATA sections
1747 for the content of the "script" and "style" elements when
1748 serializing XHTML. The issue was reported by Vincent Lefevre,
1749 bug #345147.
1750 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1751 results due to the serialization change described above.
1752
1753Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1754
1755 * configure.in parser.c xmllint.c include/libxml/parser.h
1756 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
1757 to expose if zlib support was compiled in, in the header, in the
1758 feature API and in the xmllint --version output.
1759
1760Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
1761
1762 * SAX2.c: refactor to use normal warnings for entities problem
1763 and not straight SAX callbacks.
1764
1765Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1766
1767 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
1768 The simple type, which was the content type definition
1769 of a complex type, which in turn was the base type of a
1770 extending complex type, was missed to be set on this
1771 extending complex type in the derivation machinery.
1772
1773Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1774
1775 * xpath.c: Changed xmlXPathCollectAndTest() to use
1776 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1777 NODE_TEST_TYPE (the ns-node was previously added plainly
1778 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1779 this specialized ns-addition function was already used,
1780 I assume it was missed to be used with NODE_TEST_TYPE.
1781
1782Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1783
1784 * HTMLparser.c: applied const'ification of strings patch from
1785 Matthias Clasen
1786
1787Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1788
1789 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1790 destroy the condition associated to the mutex.
1791
1792Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1793
1794 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1795 revealed by a Libxslt regression test.
1796
1797Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1798
1799 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1800 usable outside predicate evaluation; the intention is to
1801 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1802 like in <xsl:if test="/foo">.
1803
1804Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1805
1806 * xpath.c: Fix a memory leak which occurred when using
1807 xmlXPathCompiledEvalToBoolean().
1808
1809Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1810
1811 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1812 python/tests/Makefile.am:
1813 Added code submitted by Andreas Pakulat to provide node
1814 equality, inequality and hash functions, plus a single
1815 test program to check the functions (bugs 345779 + 345961).
1816
1817Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1818
1819 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1820 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1821 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1822 to be aware of a boolean result request. The new function
1823 is now used to evaluate predicates.
1824
1825Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1826
1827 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1828 introduced field @rewriteType on xmlXPathStepOp was not
1829 initialized to zero here; this could lead to the activation
1830 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1831 @rewriteType is randomly set to the value 1. A test
1832 (hardcoding the intial value to 1) revealed that the
1833 resulting incorrect behaviour is similar to the behaviour
1834 as described by Arnold Hendriks on the mailing list; so I
1835 hope that will fix the issue.
1836
1837Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1838
1839 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1840 was introduced with the addition of the d-o-s rewrite
1841 and made xpath.c unable to compile if XPATH_STREAMING
1842 was not defined (reported by Kupriyanov Anatolij -
1843 #345752). Fixed the check for d-o-s rewrite
1844 to work on the correct XPath string, which is ctxt->base
1845 and not comp->expr in this case.
1846
1847Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1848
1849 * xpath.c: Added optimization for positional predicates
1850 (only short-hand form "[n]"), which have a preceding
1851 predicate: "/foo[descendant::bar][3]".
1852
1853Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1854
1855 * parser.c: try to fix the crash raised by the parser in
1856 recover mode as pointed by Ryan Phillips
1857
1858Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1859
1860 * python/types.c: patch from Nic Ferrier to provide a better type
1861 mapping from XPath to python
1862
1863Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1864
1865 * runtest.c: applied patch from Boz for VMS and reporting
1866 Schemas errors.
1867
1868Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1869
1870 * testapi.c: applied patch from Felipe Contreras when compiling
1871 with --with-minimum
1872
1873Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1874
1875 * tree.c include/libxml/tree.h: Fixed a bug in
1876 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1877 very first given node had an attribute node :-( This was due
1878 to a missed check in the traversal mechanism.
1879 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1880 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1881 reusal; so the map-items don't need to be created for every
1882 cloning/adoption. Added a callback function to it for
1883 retrieval of xmlNsPtr to be set on node->ns; this is needed
1884 for my custom handling of ns-references in my DOM wrapper.
1885 Substituted code which created the XML namespace decl on
1886 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1887 those nastly "warnigns" from the docs of the clone/adopt
1888 functions; they work fine on my side.
1889
1890Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1891
1892 * result/pattern/namespaces: Adjusted the result of a
1893 regression test, since the fix of xmlGetNodePath() revealed a
1894 bug in this test result.
1895
1896Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1897
1898 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1899
1900Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1901
1902 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1903 for elements in the default namespace, rather than generating
1904 an unprefixed named node test and loosing the namespace
1905 information.
1906
1907Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1908
1909 * include/libxml/parser.h: Clarified in the docs that the tree
1910 must not be tried to be modified if using the parser flag
1911 XML_PARSE_COMPACT as suggested by Stefan Behnel
1912 (#344390).
1913
1914Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1915
1916 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1917
1918Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1919
1920 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1921 when the expression was not valid and @comp was NULL and I
1922 tried to do the d-o-s rewrite.
1923
1924Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1925
1926 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1927
1928Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1929
1930 * xpath.c: Enabled the compound traversal again; I added a
1931 check to use this only if the have an expression starting
1932 with the document node; so in the case of "//foo", we
1933 already know at compilation-time, that there will be only
1934 1 initial context node. Added the rewrite also to
1935 xmlXPathEvalExpr().
1936
1937Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1938
1939 * xinclude.c: fix bug #343968, include='text' can't lead to a
1940 recursion.
1941
1942Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1943
1944 * xpath.c: Disabled the compound traversal for the release;
1945 I need first to assure that this is done only if we have
1946 1 initial node.
1947
1948Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1949
1950 * xpath.c: fixed memory leak in xpath error reporting
1951
1952Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1953
1954 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1955
1956Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1957
1958 * xpath.c include/libxml/xpath.h runsuite.c:
1959 Changed the name of the recently added public function
1960 xmlXPathContextSetObjectCache() to
1961 xmlXPathContextSetCache(); so a more generic one, in
1962 case we decide to cache more things than only XPath
1963 objects.
1964
1965Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1966
1967 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1968 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1969 traversal of 2 axes when we have a "//foo" expression.
1970 This is done with a rewrite of the XPath AST in
1971 xmlXPathRewriteDOSExpression(); I added an additional field
1972 to xmlXPathStepOp for this (but the field's name should be
1973 changed). The mechanism: the embracing descendant-or-self
1974 axis traversal (also optimized to return only nodes which
1975 can hold elements), will produce context nodes for the
1976 inner traversal of the child axis. This way we avoid a full
1977 node-collecting traversal of the descendant-or-self axis.
1978 Some tests indicate that this can reduce execution time of
1979 "//foo" to 50%. Together with the XPath object cache this
1980 all significantly speeds up libxslt.
1981
1982Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1983
1984 * xmlschemas.c: A warning will now be reported in the value of
1985 the XSD attribute 'schemaLocation' does not consist of tuples
1986 (namespace-name, document-URI). A warning will be reported
1987 if a schema document could not be found at the specified
1988 location (via 'schemaLocation' or
1989 'noNamespaceSchemaLocation').
1990 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1991 xmlParserErrors.
1992
1993Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1994
1995 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1996 recreation (if possible) of the node-set which is used to
1997 collect the nodes in the current axis for the currect context
1998 node. Especially for "//foo" this will decrease dramatically
1999 the number of created node-sets, since for each node in the
2000 result node-set of the evaluation of descendant-or-self::node()
2001 a new temporary node-set was created. Added node iterator
2002 xmlXPathNextChildElement() as a tiny optimization for
2003 child::foo.
2004
2005Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2006
2007 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
2008 It sits on an xmlXPathContext and need to be explicitely
2009 activated (or deactivated again) with
2010 xmlXPathContextSetObjectCache(). The cache consists of 5
2011 lists for node-set, string, number, boolean and misc XPath
2012 objects. Internally the xpath.c module will use object-
2013 deposition and -acquisition functions which will try to reuse
2014 as many XPath objects as possible, and fallback to normal
2015 free/create behaviour if no cache is available or if the cache
2016 is full.
2017 * runsuite.c: Adjusted to deactivate the cache for XML Schema
2018 tests if a cache-creation is turned on by default for the whole
2019 library, e.g. for testing purposes of the cache. It is
2020 deactivated here in order to avoid confusion of the memory leak
2021 detection in runsuite.c.
2022
2023Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2024
2025 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
2026 seems we really need to walk the whole list, since those
2027 nastly namespace nodes need to be added with
2028 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
2029 A flag on the node-set indicating if namespace nodes are in
2030 the set would help here; this is the 3rd flag which would
2031 be usefull with node-sets. The current flags I have in mind:
2032 1) Is a node-set already sorted?
2033 This would allow for rebust and optimizable sorting
2034 behaviour.
2035 2) Of what type are the nodes in the set (or of mixed type)?
2036 This would allow for faster merging of node-sets.
2037 3) Are namespace nodes in the set?
2038 This would allow to skipp all the namespace node specific
2039 special handling. Faster node-set merging if the first
2040 set is empty; just memcpy the set.
2041
2042Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2043
2044 * xpath.c: Optimization of count(): eliminated sorting
2045 (see bug #165547). Optimization of XPATH_OP_FILTER if the
2046 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
2047 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
2048
2049Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
2050
2051 * tree.c: Revert behavior change in xmlSetProp to handle attributes
2052 with colons in name and no namespace.
2053
2054Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2055
2056 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
2057 for xmlXPathCmpNodesExt(). Tiny further enhancement of
2058 xmlXPathCmpNodesExt(). Added additional checks in various code
2059 parts to avoid calling sorting or merging functions if the
2060 node-set(s) don't need them; i.e., if they are empty or contain
2061 just one node.
2062
2063Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2064
2065 * xpath.c: Optimized the comparison for non-element nodes
2066 in xmlXPathCmpNodesExt(); the comparison is used for sorting
2067 of node-sets. This enhancement is related to bug #165547.
2068 There are other places where the old comparison function
2069 xmlXPathCmpNodes() is still called, but I currently don't
2070 know exactly what those calls are for; thus if they can be
2071 substituted (if it makes sense) for the new function.
2072
2073Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2074
2075 * xpath.c: Applied patch from Rob Richards, fixing a potential
2076 memory leak in xmlXPathTryStreamCompile(), when a list of
2077 namespaces was assigned to the XPath compilation context;
2078 here a new namespace list was created and passed to
2079 xmlPatterncompile(); but this list was not freed afterwards.
2080 Additionally we avoid now in xmlXPathTryStreamCompile() to
2081 compile the expression, if it has a colon - indicating
2082 prefixed name tests - and no namespace list was given. The
2083 streaming XPath mechanism needs a namespace list at
2084 compilation time (unlike normal XPath, where we can bind
2085 namespace names to prefixes at execution time).
2086 * pattern.c: Enhanced to use a string dict for local-names,
2087 ns-prefixes and and namespace-names.
2088 Fixed xmlStreamPushInternal() not to use string-pointer
2089 comparison if a dict is available; this won't work, since
2090 one does not know it the given strings originate from the
2091 same dict - and they normally don't do, since e.g.
2092 namespaces are hold on xmlNs->href. I think this would be
2093 worth an investigation: if we can add a @doc field to xmlNs
2094 and put the @href in to a additionan namespace dict hold
2095 in xmlDoc. Daniel will surely not like this idea :-) But
2096 evaluation of tons of elements/attributes in namespaces
2097 with xmlStrEqual() isn't the way we should go forever.
2098
2099Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2100
2101 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
2102 The code expected a node (xmlNodePtr) on the info for a
2103 non-existent default attribute, which clearly cannot be
2104 expected, since the attribute does not exist. I can only
2105 guess that this sneaked trying to eliminate the query
2106 for the owner-element, which is unavoidable actually.
2107 Note that creation of default attributes won't have an
2108 effect if validating via SAX/XMLReader; i.e., the processor
2109 won't fire additional start-attribute events (I'm not even
2110 sure if Libxml2 has such a SAX-event; I think it hands them
2111 all over in the start-element event).
2112
2113Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2114
2115 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
2116 In xmlSchemaBuildContentModelForSubstGroup(),
2117 xmlAutomataNewOnceTrans2() was incorrectly used instead of
2118 xmlAutomataNewTransition2() to mimic a xs:choice for
2119 substitution-groups.
2120 * test/schemas/subst-group-1_1.xsd
2121 test/schemas/subst-group-1_0.xml
2122 result/schemas/subst-group-1_0_1
2123 result/schemas/subst-group-1_0_1.err: Added regression test
2124 supplied by Michael Romer for bug #341150.
2125
2126Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
2127
2128 * relaxng.c: Fixed compilation error with patch supplied by
2129 Graham Bennett.
2130
2131Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2132
2133 * xmlschemas.c: We'll raise an internal error and stop
2134 validation now when an entity is found in the instance
2135 document, since we don't support automatic entity
2136 substitution by the schema processor (yet?) -
2137 see bug #340316, reported by Nick Wellnhofer.
2138
2139Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
2140
2141 * configure.in: applied another Python detection patch from Joseph Sacco
2142 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
2143 too
2144
2145Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
2146
2147 * xmlIO.c: fix a mix of code and declarations showing up on Windows
2148 patch from Kjartan Maraas, fixing #340404
2149
2150Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
2151
2152 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
2153 input buffer
2154
2155Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
2156
2157 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
2158 paths at the last moment
2159 * relaxng.c testapi.c tree.c: fix some comments
2160
2161Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
2162
2163 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
2164 file paths on Windows
2165
2166Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
2167
2168 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
2169
2170Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
2171
2172 * tree.c: fix compilation without tree
2173
2174Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
2175
2176 * xmllint.c: applied patch from Gary Coady to really make sure
2177 xmllint --nonet would not reach the network, should fix #337483.
2178
2179Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
2180
2181 * configure.in: applied patch from Joseph Sacco changing slightly
2182 the python detection scheme should fix bug #338526
2183
2184Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
2185
2186 * parser.c: fix the error message for invalid code point in content
2187 c.f. bug #339311
2188
2189Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2190
2191 * xmlschemas.c test/schemas/restriction-enum-1*
2192 result/schemas/restriction-enum-1*: Fixed incorrect
2193 validation of restricted enumerations. Added related
2194 regression tests.
2195
2196Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
2197
2198 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
2199 in case of errors, should fix bug #338303
2200
2201Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
2202
2203 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
2204 in case of errors, should fix bug #338306
2205
2206Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
2207
2208 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
2209 applied man page improvements from Daniel Leidert
2210
2211Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
2212
2213 * xmlschemas.c: removed unused code or variables, from Stefan Kost
2214 fixing #336163 and #336164
2215
2216Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
2217
2218 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
2219
2220Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
2221
2222 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
2223 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
2224 patches from Aivars Kalvans to make unicode tables const, fixes
2225 bug #336096, this also updates to Unicode 4.01 final with a couple
2226 of character ranges fixes.
2227
2228Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
2229
2230 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
2231 #335603 and resync'ed genChRanges.py to the expected output.
2232
2233Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
2234
2235 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
2236 #316338 and adding a couple of optimizations in the regexp
2237 compilation engine.
2238 * test/regexp/bug316338 result/regexp/bug316338: added regression
2239 tests based on the examples provided in the bug report.
2240
2241Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
2242
2243 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
2244 warning raised by gcc-4.1 and latests changes
2245
2246Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
2247
2248 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
2249 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
2250 pass on coverity reports.
2251
2252Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
2253
2254 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
2255 on coverity reports.
2256
2257Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
2258
2259 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
2260 python/libxml.c: more cleanups based on coverity reports.
2261
2262Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
2263
2264 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
2265 of small cleanups based on coverity reports.
2266
2267Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
2268
2269 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
2270
2271Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
2272
2273 * xml2-config.in: fix Red Hat bug #184170
2274
2275Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2276
2277 * tree.c: Simplified usage of the internal xmlNsMap. Added a
2278 "strict" lookup for namespaces based on a prefix. Fixed a
2279 namespace processing issue in the clone-node function, which
2280 occured if a @ctxt argument was given.
2281
2282Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
2283
2284 * valid.c: fix HTML attribute ID checking for input element.
2285 Maintain current attribute "name" behavior for now.
2286
2287Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2288
2289 * tree.c: Bundled lookup of attr-nodes and retrieving their
2290 values into the functions xmlGetPropNodeInternal() and
2291 xmlGetPropNodeValueInternal(). Changed relevant code
2292 to use those functions.
2293
2294Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2295
2296 * xpath.c: workaround HP-UX compiler bug by Rick Jones
2297
2298Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
2299
2300 * python/libxml2.py: remove a tab, as pointed out on IRC
2301
2302Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
2303
2304 * tree.c: Fix the add sibling functions when passing attributes.
2305 Modify testing for ID in xmlSetProp.
2306 No longer remove IDness when unlinking or replacing an attribute.
2307
2308Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
2309
2310 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
2311 if /etc/xml/catalog doesn't exist.
2312
2313Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
2314
2315 * doc//*: updated the Ruby bindings links, and regenerated the
2316 docs.
2317
2318Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
2319
2320 * catalog.c: improve catalog debugging message patch from Rick Jones
2321
2322Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
2323
2324 * python/types.c: Nic Ferrier found debug statement left in the
2325 XPath conversion code
2326
2327Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
2328
2329 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
2330 Daniel Leidert
2331
2332Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2333
2334 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
2335 The constructor needs a bucket to be assigned during component
2336 fixup.
2337
2338Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2339
2340 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
2341 the empty string (reported by Bas Driessen on the mailing-list).
2342 Fixed schema XSI-acquisition and construction: the schemata
2343 (xmlSchema) didn't get the targetNamespace in some cases, thus
2344 the component resolution mechanism failed to work. The XSI
2345 stuff needs to be tested more intensively; think about how
2346 to test this for regression.
2347
2348Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
2349
2350 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
2351 Daniel Leidert
2352
2353Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
2354
2355 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
2356 Leidert, c.f. #331290
2357
2358Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2359
2360 * xmllint.c: fix an error report when using --path and --valid
2361 closes bug #331290
2362
2363Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
2364
2365 * relaxng.c: trying to fix #331062, this is again a problem
2366 around interleave, there is no good fix unless reimplementing
2367 but this works around some cases and allow to validate in that
2368 case.
2369
2370Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2371
2372 * tree.c: Fixed bug #328896 reported by Liron. The path
2373 for text- and CDATA-section-nodes was computed incorrectly
2374 in xmlGetNodePath().
2375
2376Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
2377
2378 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
2379 and more thorough tests on atoms comparisons.
2380
2381Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
2382
2383 * include/wsockcompat.h: patch from Eric Zurcher to compile with
2384 Borland C++ 6
2385
2386Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
2387
2388 * parser.c: bill pointed out a missing block in xmlParseComment
2389 trying to fill with a normal processing of the given character.
2390
2391Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
2392
2393 * parser.c: fixed the comment streaming bug raised by Graham Bennett
2394 * test/badcomment.xml result//badcomment.xml*: added to the regression
2395 suite.
2396
2397Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2398
2399 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
2400 the header file.
2401
2402Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2403
2404 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
2405 the API. It will be used to reflect DOM's Node.cloneNode and
2406 Document.importNode methods.
2407 The pros: 1) non-recursive, 2) optimized ns-lookup
2408 (mostly pointer comparison), 3) user defined ns-lookup,
2409 4) save ns-processing. The function is in an unfinished
2410 and experimental state and should be only used to test it.
2411
2412Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
2413
2414 * uri.c: applied patch from Rob Richards fixing the URI regressions
2415 tests on Windows which seems to indicate bad escaping.
2416
2417Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2418
2419 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
2420 the previous addition of the removal of redundant ns-decls.
2421
2422Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2423
2424 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
2425 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
2426 was given. Note that I haven't moved this option to the
2427 header file yet; so just call this function with an @option
2428 of 1 to test the behaviour.
2429
2430Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2431
2432 * tapi.c win32/Makefile.*: Added changed as proposed on
2433 the mailing list by venkat naidu in order to compile
2434 testapi.c on windows.
2435
2436Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
2437
2438 * configure.in xml2-config.in: trying to fix windows/configure
2439 issues reported by Tim Van Holder
2440
2441Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
2442
2443 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
2444 when operating on an HTML document.
2445
2446Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2447
2448 * relaxng.c include/libxml/relaxng.h: Added
2449 xmlRelaxNGSetParserStructuredErrors() to the API.
2450
2451Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
2452
2453 * parser.c: reverted first patches for #319279 which led to #326295
2454 and fixed the problem in xmlParseChunk() instead
2455 * test/ent11 result//ent11*: added test for #326295 to the regression
2456 suite
2457
2458Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
2459
2460 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
2461 regenerated the docs, preparing for release of 2.6.23
2462 * pattern.c xmlschemas.c: fixed some comments
2463
2464Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2465
2466 * test/XPath/docs/nodes test/XPath/tests/nodespat
2467 result/XPath/tests/nodespat: Added regression tests for
2468 the latest XPath/pattern fixes.
2469
2470Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2471
2472 * pattern.c: Another fix to handle "foo//.": "foo" was not
2473 included in the resulting node-set.
2474
2475Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2476
2477 * pattern.c xpath.c include/libxml/pattern.h:
2478 Fixed bug #322928, reported by Erich Schubert: The bug was
2479 in pattern.c, which is used for a tiny subset of xpath
2480 expression which can be evaluated in an optimized way.
2481 The doc-node was never considered when evaluating "//"
2482 expressions. Additionally, we fixed resolution
2483 to nodes of any type in pattern.c; i.e. a "//." didn't work
2484 yet, as it did select only element-nodes. Due to this
2485 issue the pushing of nodes in xpath.c needed to be adjusted
2486 as well.
2487
2488Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
2489
2490 * parser.c: tiny refactoring patch from Bjorn Reese
2491
2492Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
2493
2494 * SAX2.c: fix bug #324432 with <xml:foo/>
2495 * test/ns7 resul//ns7*: added to the regression tests
2496
2497Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
2498
2499 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
2500 MinGW compilation problem, should close bug #324943
2501
2502Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2503
2504 * xmlschemas.c: Removed last dependency on the obsolete enum
2505 xmlSchemaValidError.
2506
2507Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
2508
2509 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
2510 and doc build fixes from Michael Day
2511
2512Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
2513
2514 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
2515 Sreeni Nair.
2516
2517Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2518
2519 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
2520 a child of an element (fix by Oleksandr Kononenko).
2521 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
2522
2523Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2524
2525 * xmlschemas.c xmlstring.c: Fixed a segfault during
2526 text concatenation when validating a node tree:
2527 xmlStrncat was called with a @len of -1; but unlike
2528 xmlStrncatNew, it does not calculate the length
2529 automatically in such a case (reported by Judy Hay
2530 on the mailing list).
2531 Updated the descriptions of the involved string
2532 functions to note this.
2533
2534Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
2535
2536 * nanohttp.c: applied patch from Gary Coady to accept gzipped
2537 http resources.
2538
2539Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2540
2541 * win32/configure.js: Added enable/disable of runtime
2542 debugging (LIBXML_DEBUG_RUNTIME).
2543
2544Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2545
2546 * include/libxml/xmlversion.h.in: Fixed to define
2547 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
2548
2549Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2550
2551 * test/schemas/bug321475* result/schemas/bug321475*:
2552 Added regression test for bug #321475 (reported by
2553 Gabor Nagy). Fixing of bug #323510 seemed to have
2554 fixed this bug as well.
2555
2556Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2557
2558 * test/schemas/bug323510* result/schemas/bug323510*:
2559 Added regression test for bug #323510.
2560
2561Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2562
2563 * xmlschemas.c: Workaround for bug #323510 (reported by
2564 Jonathan Filiatrault): substituted the epsilon transition
2565 for a labelled transition, in order to avoid a bug in
2566 xmlregexp.c which eliminated the epsilon transition and
2567 marked the initial state as final.
2568
2569Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
2570
2571 * xmlreader.c: Gary Coady pointed a memory leak in
2572 xmlTextReaderReadInnerXml() applied patch fixing #323864
2573
2574Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2575
2576 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
2577 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
2578 of warnings shown by HP-UX compiler and reported by Rick Jones
2579
2580Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2581
2582 * xmlwriter.c: Insert space between pubid and sysid when both
2583 passed to xmlTextWriterStartDTD and indenting not being used.
2584 Remove no longer used Mem callbacks.
2585
2586Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2587
2588 * runsuite.c: Changed to instantly mark instance-tests as
2589 failed if the corresponding schema was invalid. This
2590 reflects the side of the Python code for the XML Schema test
2591 suite. We now get the same number of failed tests on both
2592 sides.
2593
2594Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2595
2596 * xmlreader.c include/libxml/xmlreader.h: Added
2597 xmlTextReaderSchemaValidateCtxt() to the API.
2598
2599Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2600
2601 * xmlschemas.c: Fixed a segfault: the instance document was
2602 still tried to be validated, if the schema, dynamically
2603 acquired using XSI was invalid, thus mangled. The
2604 validation will stop (or rather won't validate) now in
2605 such a case. The schema parser error code will be set
2606 on the validion context now; this is somehow not nice,
2607 but it assures that the validation context indicates an
2608 error in there was a parser error.
2609
2610Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
2611
2612 * xmlreader.c: small doc patch from Aron Stansvik
2613 * legacy.c: another doc patch for a deprecated API
2614
2615Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2616
2617 * Makefile.am: Tiny change for 'make tests': raised
2618 the number of expected failures for James Clark's
2619 XML Schema datatype tests from 10 to 11. The additional
2620 reported error was agreed to be correct long time ago,
2621 but we missed to adjust the message reported by
2622 the testing script.
2623
2624Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2625
2626 * result/schemas/decimal* result/schemas/bug322411*:
2627 Added missing regression test results for the latest IDC
2628 and xs:decimal bugs.
2629
2630Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2631
2632 * test/schemas/decimal* test/schemas/bug322411*: Added
2633 regression tests for the latest IDC and xs:decimal bugs.
2634
2635Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2636
2637 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2638 parent's list of duplicates was filled with NULLs instead
2639 of the nodes under certain conditions. This lead to a
2640 segfault when the list's entries were accessed.
2641
2642Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2643
2644 * xmlschemastypes.c: Fixed parsing of xs:decimal to
2645 allow/deny special lexical forms. Fixed the totalDigits
2646 for values in the range (x < 1) && (x > -1) && (x != 0);
2647 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2648 Adjusted the comparison function for decimals due to this
2649 change. As a side effect comparison against zeroes was
2650 optimized.
2651
2652Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2653
2654 * xmlschemas.c: An assignment to a local variable, which was
2655 used to access the IDC node list, was missing after the
2656 reallocation of the list (reported by Fabrice GUY
2657 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
2658 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
2659 it is used to force bubbling of IDC node tables even
2660 if not necessary; this was intended to be used for test
2661 purposes, but I obviously missed to disable it (although
2662 it apparently helped finding the bug).
2663
2664Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2665
2666 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
2667 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
2668 this caused XSI-driven-dynamic schema acquisition to fail
2669 with @noNamespaceSchemaLocation (reported by Julien Lamy
2670 on the mailing list).
2671
2672Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2673
2674 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
2675 which caused the search for components to stop at the
2676 first encountered attribute group component.
2677 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
2678 designation of a not-found component was not reported.
2679
2680Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2681
2682 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
2683 in the date and time code raised on IRIX 6.5
2684
2685Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2686
2687 * xmlschemas.c include/libxml/xmlschemas.h:
2688 Added xmlSchemaSetParserStructuredErrors() to the API.
2689 Fixed channeling of error relevant information to
2690 subsequent parser/validation contexts.
2691
2692Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
2693
2694 * parserInternals.c: removed unreachable code pointed out by
2695 Oleksandr Kononenko, fixes bug #321695
2696
2697Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
2698
2699 * parser.c: use ctxt->standalone = -2 to indicate that the
2700 XMLDecl was parsed but no standalone attribute was found,
2701 suggested by Michael Day to detect if an XMLDecl was found.
2702
2703Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
2704
2705 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
2706 were not properly reported.
2707
2708Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
2709
2710 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
2711 which is not needed.
2712
2713Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2714
2715 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
2716 to use xmlSchemaGetCanonValueWhtspExt() in order to
2717 correctly report values for xs:anySimpleType.
2718 * test/schemas/idc-keyref-err1*
2719 result/schemas/idc-keyref-err1*: Added a test for this change.
2720
2721Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
2722
2723 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
2724 Return error condition not len if xmlwriter fails writing to buffer.
2725
2726Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
2727
2728 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
2729 applied patch from Geert Jansen to implement the save function to
2730 a xmlBuffer, and a bit of cleanup.
2731
2732Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2733
2734 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
2735 totalDigits value to be positiveInteger.
2736 Fixed crash in an error report function when we gave it
2737 the document node; only element and attribute nodes are
2738 processed now (reported by Rob Richards).
2739
2740Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
2741
2742 * xmlregexp.c: fix bug #319897, problem with counted atoms
2743 when the transition itself is counted too
2744 * result/regexp/hard test/regexp/hard: augmented the regression
2745 tests with the problem exposed.
2746
2747Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
2748
2749 * win32/Makefile.mingw include/win32config.h: applied patch from
2750 Mark Junker to fix compilation with MinGW
2751
2752Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2753
2754 * libxml.3: tiny fix from Albert Chin
2755 * runsuite.c runtest.c testapi.c: portability cleanup for arch
2756 needing trio for *printf
2757
2758Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2759
2760 * tree.c: add additional checks to prevent tree corruption. fix problem
2761 copying attribute using xmlDocCopyNode from one document to another.
2762
2763Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2764
2765 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2766 cleanup from Albert Chin
2767 * doc/Makefile.am: html/index.sgml doesn't exist anymore
2768
2769Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2770
2771 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
2772 HP-UX and AIX
2773
2774Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2775
2776 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
2777 module portability
2778
2779Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2780
2781 * error.c: fixing a portability problem on some old Unices with
2782 patch from Albert Chin
2783
27842005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2785
2786 * c14n.c result/c14n/exc-without-comments/test-2
2787 test/c14n/exc-without-comments/test-2.xml
2788 test/c14n/exc-without-comments/test-2.xpath: fixing
2789 bug in exc-c14n namespace visibility + test case (bug #319367)
2790
2791Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2792
2793 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2794
2795Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2796
2797 * valid.c xmlregexp.c include/libxml/valid.h
2798 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2799 as this seems to give troubles with VC6 and stl as reported by
2800 Samuel Diaz Garcia.
2801
2802Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2803
2804 * parserInternals.c: fix a problem in some error case on Solaris
2805 when passed a NULL filename, pointed by Albert Chin.
2806
2807Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2808
2809 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2810 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2811 to the regression suite
2812
2813Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2814
2815 * HTMLparser.c: typo fix from Michael Day
2816
2817Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2818
2819 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2820 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2821
2822Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2823
2824 * parser.c: fixed second spot where CRLF split between chunks
2825 could cause trouble (bug #319279)
2826 * gentest.py, testapi.c: fixed two problems involved with
2827 --with-minimum compilation (compilation errors with schematron
2828 and formal expressions tests)
2829
2830Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2831
2832 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2833
2834Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2835
2836 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2837 the London airport.
2838
2839Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2840
2841 * xmlschemas.c: Removed creation of a temporary parser context
2842 during validation when processing xsi:type; this previously
2843 added a string to the dict of the schema - to assure thread
2844 safety, we don't want to modify a given schema during
2845 validation.
2846
2847Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2848
2849 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2850 misuse of vsnprintf
2851 * configure.in, config.h.in: added a configuration check for
2852 va_copy and added a define for VA_COPY for xmlwriter.c fix
2853 * parser.c: fixed problem with CRLF split between chunks (bug
2854 #319279) (fix provided by Brion Vibber)
2855
2856Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2857
2858 * xmlschemas.c: Fixed a potential memory leak in
2859 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2860 Fixed setting of ctxt->err to the given error code in
2861 the parsing error functions.
2862 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2863 starting point for IDC XPath compilation; this and some other
2864 tiny changes fixes issues regarding whitespace in the
2865 expressions and IDC selector/field relevant restrictions of
2866 the subset of XPath. Fixed a missing blocking of attributes
2867 in xmlStreamPushInternal().
2868
2869Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2870
2871 * runtest.c: removed the error message
2872 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2873 documentation
2874 * include/libxml/schemasInternals.h: changed warning about API stability
2875 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2876 regexps and automata. Not fully finished but should be way better.
2877
2878Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2879
2880 * xmlschemas.c: Fixed a memory leak in
2881 xmlSchemaContentModelDump(). Added output of local types
2882 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2883 dump output.
2884
2885Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2886
2887 * tree.c pattern.c: Silenced intel compiler warnings (reported
2888 by Kjartan Maraas, bug #318517).
2889 * xmlschemas.c: The above changes in pattern.c revealed an
2890 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2891 we really pushed them beforehand; this was previously not
2892 checked for the case when we discover an element node to be
2893 invalid wrt the content model.
2894 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2895
2896Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2897
2898 * result/schemas/*.err: Adapted regression test results.
2899
2900Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2901
2902 * xmlschemas.c: Fixed some identity-constraint issues:
2903 Restructured IDC node-tables
2904 Allowed IDCs to resolve also to nodes of complex type with
2905 simple content.
2906 Added check for keyrefs with references to keyrefs.
2907 IDC target-nodes were interferring with IDC node-tables,
2908 since they used one list of entries only. I separated this
2909 one big list into 3 lists: 1 for IDC node-table entries,
2910 1 for _duplicates_ of IDC node-table entries and 1 for
2911 IDC target-nodes. More code, but cleaner and it works at last.
2912 Keyrefs will fail to resolve to duplicate key/unique entries.
2913 I thought this was already working this way, but it didn't.
2914 The wording of the definition for [node table] in the spec
2915 can lead to a scenario, where keyrefs resolve perfectly, even
2916 if the relevant key-sequences of the referenced key/unique have
2917 duplicates in the subtree. Currently only Saxon 8.5.1 is
2918 dissallowing resolution to duplicate entries correctly - we
2919 will follow Saxon here.
2920 Removed some intel compiler warnings (reported by
2921 Kjartan Maraas, bug #318517).
2922 * pattern.c: Fixed an IDC-XPath problem when resolving to
2923 attributes.
2924
2925Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2926 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2927 to use getaddrinfo() if supported in Windows build (bug# 317431).
2928
2929Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2930
2931 * result/schemas/*: Adapted regression test results.
2932
2933Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2934
2935 * xmlschemas.c include/libxml/schemasInternals.h
2936 include/libxml/xmlerror.h: Initial implementation for
2937 redefinitions; this still misses checks for restrictions
2938 of the content model of complex types.
2939 Fixed default/fixed values for attributes (looks like they
2940 did not work in the last releases).
2941 Completed constraints for attribute uses.
2942 Seperated attribute derivation from attribute constraints.
2943 Completed constraints for attribute group definitions.
2944 Disallowing <import>s of schemas in no target namespace if the
2945 importing schema is a chameleon schema. This contradicts
2946 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2947 W3C XML Schema WG, thinks it is correct to dissalow such
2948 imports.
2949 Added cos-all-limited constraints.
2950 Restructured reference resolution to model groups and element
2951 declarations.
2952 Misc cleanup.
2953
2954Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2955
2956 * schematron.c xmlregexp.c: remove warnings under Windows.
2957
2958Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2959
2960 * parser.c: applied patch from Massimo Morara fixing bug #317447
2961 about risk of invalid write in xmlStringLenDecodeEntities
2962
2963Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2964
2965 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2966
2967Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2968
2969 * xmlregexp.c: seems a test to avoid duplicate transition is
2970 really needed at all times. Luka Por gave an example hitting
2971 this. Changed back the internal API.
2972
2973Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2974
2975 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2976
2977Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2978
2979 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2980
2981Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2982
2983 * xmlregexp.c: detect combinatory explosion and return with
2984 a runtime error in those case, c.f. #316338 though maybe we
2985 should not see such an explosion with that specific regexp,
2986 more checking needs to be done.
2987
2988Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2989
2990 * include/libxml/schemasInternals.h: Added some comments for the
2991 struct fields.
2992
2993Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2994
2995 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2996 blank path (bug 316224)
2997
2998Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2999
3000 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
3001 rebuild.
3002 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
3003 xmlSaveOption
3004 * xmlschemas.c: minor cleanups
3005
3006Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3007
3008 * test/schemas/import1_0.xsd: And adapting another one.
3009
3010Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3011
3012 * result/schemas/derivation-ok-extension_0_0: Adapted result.
3013
3014Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3015
3016 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
3017 result/schemas/changelog093_1_0.err
3018 result/schemas/derivation-ok-extension_0_0.err
3019 result/schemas/import1_0_0.err
3020 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
3021 Adapted regression results.
3022
3023Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3024
3025 * xmlschemas.c include/libxml/schemasInternals.h
3026 include/libxml/xmlerror.h: Completion of the schema graph.
3027 Centralisation, more robustness of the schema document
3028 aquisition story. Centralised and restructured component fixup.
3029 Fixed attribute derivation when 'prohibiting' attribute uses.
3030 Added warnings: when schema documents cannot be localized
3031 during imports; when we get duplicate and pointless attribute
3032 prohibitions. Changed error reports for IDCs to report
3033 the relevant IDC designation as well (requested by GUY Fabrice).
3034 Misc code-cleanup.
3035
3036Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3037
3038 * xmlsave.c: applied second patch from David Madore to be less intrusive
3039 when handling scripts and style elements in XHTML1 should fix #316041
3040 * test/xhtml1 result//xhtml1\*: updated the test accordingly
3041
3042Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3043
3044 * libxml.spec.in doc/devhelp/*: finished the integration with
3045 devhelp, completing the index and inserted into the gtk-doc
3046 database at "make install" stage
3047
3048Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
3049
3050 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
3051 and use option from xmlSaveCtxtPtr rather than global during output.
3052 * xmlsave.c: fix some output formatting for meta element under XHTML.
3053
3054Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3055
3056 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
3057 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
3058 * doc/Makefile.am: build devhelp before the examples.
3059 * doc/*: regenerated the API
3060
3061Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3062
3063 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
3064 given a document pointer instead of an element
3065
3066Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3067
3068 * doc/devhelp/devhelp.xsl: improvements on the html generation,
3069 should be complete with navigation, what is left done is glueing
3070
3071Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3072
3073 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
3074 doc/devhelp/*: started work needed to generate devhelp content,
3075 not too hard based on the existing format and extractor.
3076
3077Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
3078
3079 * parser.c: fixes bug #315617 when using push CDATA in some cases.
3080
3081Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3082
Daniel Veillard25a1ce92008-06-02 16:04:12 +00003083 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
William M. Brack11be2d02007-01-24 19:17:19 +00003084
3085Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3086
3087 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
3088 when handled a namespace node.
3089
3090Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
3091
3092 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
3093 releasing 2.6.21
3094 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
3095 * threads.c include/libxml/threads.h xmllint.c: added the more
3096 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
3097
3098Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3099
3100 * configure.in doc/* configure.in: prepare for release
3101 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
3102
3103Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3104
3105 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
3106 than initially expected as ctxt->error == NULL had behaviour side
3107 effects at the compilation level itself.
3108
3109Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3110
3111 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
3112 pattern induced XPath bug #314282
3113 * relaxng.c: reverted back last change it was seriously broken
3114
3115Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
3116
3117 * xmlsave.c: check for NULL to prevent crash with meta elements
3118
3119Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3120
3121 * relaxng.c: structured error reporting problem with Relax-NG
3122 should fix #314881 and #314759
3123
3124Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
3125
3126 * pattern.c: fixes a portability problem raised by C370 on Z/OS
3127
3128Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3129
3130 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
3131 but more generally related to attributes and ID handling, fixes
3132 #314358 among other things
3133
3134Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3135
3136 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
3137 first argument.
3138 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
3139 based on Andrew W. Nosenko idea.
3140 * doc/* elfgcchack.h: regenerated the API
3141
3142Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3143
3144 * configure.in: the use of AM_PATH_PYTHON is not portable enough
3145 reverting back to AM_PATH_PROG
3146
3147Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3148
3149 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
3150 changing the behaviour when text nodes are found in body
3151 * result/HTML/*: this changes the output of some tests
3152
3153Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
3154
3155 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
3156 c.f. #160598
3157
3158Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3159
3160 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
3161 bug #314853
3162
3163Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
3164
3165 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
3166 to serialization and no longer modify internal tree.
3167
3168Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3169
3170 * libxml.spec.in: the profiling usually don't work, disabled
3171 * doc/*: rebuilt
3172
3173Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3174
3175 * configure.in: trying to fix the first part of #310033 by
3176 detecting gcc <= 3.2
3177
3178Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
3179
3180 * error.c: fixed bug #310033, the URI extraction code given a
3181 node is a bit twisted and broke in the last months.
3182
3183Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3184
3185 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
3186 fix on test.
3187
3188Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3189
3190 * debugXML.c: change verbosity depending on API
3191 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
3192 to previous outputs
3193
3194Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3195
3196 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
3197 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
3198 added a parser XML_PARSE_COMPACT option to allocate small
3199 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
3200 directly within the node, various changes to cope with this.
3201 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
3202 slightly change the output
3203
3204Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3205
3206 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
3207 instead of $CC = 'gcc' because GCC may have a different name
3208
3209Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
3210
3211 * configure.in: changes the way the python binary is found, should
3212 also fix bug #308004
3213
3214Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3215
3216 * parser.c: found another bug while looking at #309616 on missing
3217 entities.
3218 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
3219 SAX stream in missing conditions for a few tests
3220
3221Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3222
3223 * encoding.c: applied the patch suggested #309565 which can avoid
3224 looping in error conditions.
3225
3226Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
3227
3228 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
3229 xmlGetLineNo() c.f. bug #309205
3230
3231Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3232
3233 * encoding.c error.c include/libxml/xmlerror.h: finally converted
3234 the encoding module to the common error reporting mechanism
3235 * doc/* doc/html/libxml-xmlerror.html: rebuilt
3236
3237Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3238
3239 * xpath.c: removed a potentially uninitialized variable error
3240 * python/generator.py: fixed a deprecation warning
3241 * python/tests/tstLastError.py: silent the damn test when Okay !
3242
3243Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3244
3245 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
3246 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
3247 when configured --without-sax1 and other cleanups fixes bug #172683
3248 * doc/* elfgcchack.h: regenerated
3249
3250Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3251
3252 * parser.c: fixed bug #170489 reported by Jirka Kosek
3253 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
3254 result/valid/objednavka*: added the test to the regression suite.
3255
3256Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3257
3258 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
3259 for the HTML parser based on the suggestions of bug #169834 by
3260 Paul Loberg
3261
3262Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3263
3264 * elfgcchack.h testapi.c doc/*: regenerated
3265 * schematron.c: fixed a compilation problem
3266 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
3267 * result/expr/base: slightly changes the number of Cons.
3268
3269Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3270
3271 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
3272 * xmlregexp.c: small cleanup
3273 * include/libxml/schematron.h include/libxml/xmlexports.h
3274 include/libxml/xmlversion.h.in: cleanup problems from code scanner
3275
3276Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3277
3278 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
3279 #313982
3280 * result/schemas/bug313982* test/schemas/bug313982*: also added
3281 the test case to the regression suite.
3282
3283Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
3284
3285 * testRegexp.c: printed the wrong string
3286
3287Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
3288
3289 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
3290 xmlExpExpDerive(), added it to the testRegexp command line
3291 tool when providing multiple expressions.
3292
3293Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3294
3295 * Makefile.am result/expr/base test/expr/base: added the first
3296 regression test suite set for the new expression support
3297
3298Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3299
3300 * valid.c: fixed an uninitialized variable
3301 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
3302 add the parser, serializer and some debugging
3303 * include/libxml/xmlversion.h.in: made the new support compiled
3304 by default if Schemas is included
3305 * testRegexp.c: cleanup and integration of the first part of the
3306 new code with a special switch
3307 * xmllint.c: show up Expr in --version if compiled in
3308 * include/libxml/tree.h: moved the xmlBuffer definition up
3309
3310Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3311
3312 * xmlschemas.c: Some preparation for the creation of a graph
3313 of imported/included/redefined schemas; this is needed for
3314 at least the redefinitions.
3315 Centralized the creation of the parser context in one function.
3316
3317Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3318
3319 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
3320 handling code to have it in CVs from now. Not plugged, and misses
3321 APIs it's not compiled in yet.
3322
3323Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3324
3325 * xmlreader.c: applied another patch from Rob Richards to fix
3326 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
3327
3328Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3329
3330 * xmlreader.c: applied patch from Rob Richards to fix
3331 xmlTextReaderGetAttribute behaviour with namespace declarations
3332
3333Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3334
3335 * xmlschemas.c include/libxml/xmlerror.h:
3336 Changed output for keyref-match errors; the target-node will
3337 be now reported rather than the scope-node of the keyref
3338 definition - allowing easier chasing of instance errors.
3339 This was reported by Guy Fabrice to the mailing list.
3340 Some initial parsing code for schema redefinitions.
3341 * result/schemas/bug303566_1_1.err
3342 result/schemas/bug312957_1_0.err: Adapted test results due
3343 to the keyref changes.
3344
3345Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3346
3347 * valid.c: applied patch from Derek Poon fixing bug #310692
3348
3349Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3350
3351 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
3352 context type was not always properly initialized.
3353
3354Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3355
3356 * relaxng.c: fixed bug #307377 about validation of choices in
3357 list values.
3358 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
3359 added examples to the regression tests, problem is that streaming
3360 version gives slightly more informations.
3361
3362Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3363
3364 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
3365
3366Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3367
3368 * result/schemas/any6_1_0*: Added missing test results.
3369
3370Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
3371
3372 * xmlregexp.c: fixed a determinism detection problem exposed by
3373 ##other tests commited by Kasimier, also added a small speedup
3374 of determinism detection.
3375 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
3376 the results to the regression tests now
3377
3378Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3379
3380 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
3381 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
3382 Added some more tests for element wildcards.
3383
3384Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3385
3386 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
3387 streaming XPath states were not popped in every case,
3388 thus failed to resolve correctly for subsequent input.
3389 * test/schemas/bug312957* result/schemas/bug312957*:
3390 Added the test submitted by Carol Hunter.
3391
3392Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3393
3394 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
3395 ##other issues
3396 * result/schemas/any7* test/schemas/any7: completed the tests
3397 and added the results
3398 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
3399 result/schemas/any5_1_0.err: this slightly chnages the output
3400 from 3 existing tests
3401
3402Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3403
3404 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
3405 Marcus Boerger to remove warnings on Windows.
3406
3407Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
3408
3409 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
3410 an xmlSaveOption to omit XML declaration
3411
3412Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3413
3414 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
3415 patch for HTML UTF-8 serialization
3416 * result/HTML/script2.html: this changed the output of that test
3417
3418Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3419
3420 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
3421 of count based transition, when going though the counter must
3422 be reset to 0
3423 * test/schemas/bug310264* result/schemas/bug310264*: added the
3424 regression test.
3425
3426Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3427
3428 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
3429 only freeing the first annotation in the list.
3430
3431Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3432
3433 * xmlreader.c: applied patch from Rob Richards fixing
3434 xmlTextReaderGetAttribute
3435
3436Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3437
3438 * HTMLparser.c: fixed an uninitialized memory access spotted by
3439 valgrind
3440
3441Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3442
3443 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
3444 installed DTD
3445 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
3446 cleanup the Path/URI conversion mess, needed fixing in various
3447 layers and a new API to the uri module which also fixes #306861
3448 * runtest.c: integrated a regression test specific to check the
3449 URI conversions done before calling the I/O handlers.
3450
3451Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3452
3453 * doc/XSLT.html doc/xml.html: small doc fix for #312647
3454
3455Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3456
3457 * win32/configure.js: applied patch from Rob Richards to allow
3458 disabling modules in win32, fixes #304071
3459
3460Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3461
3462 * python/libxml.c: applied fix from Jakub Piotr Clapa for
3463 xmlAttr.parent(), closing #312181
3464
3465Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3466
3467 * schematron.c: report improvement
3468 * test/schematron/zvon* result/schematron/zvon*: more tests
3469
3470Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3471
3472 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
3473 Richards to add schematron to the build on Windows
3474 * test/schematron/zvon3* result/schematron/zvon3*: second test
3475 * test/schematron/zvon10* result/schematron/zvon10*: this is the
3476 real second test 10 and 2 are swapped.
3477
3478Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3479
3480 * schematron.c: more bug fixes, improve the error reporting.
3481 * test/schematron/zvon2* result/schematron/zvon2*: second test
3482
3483Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3484
3485 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
3486 text error rendering
3487 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
3488 started integrating within "make tests"
3489
3490Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
3491
3492 * test/schematron/*: a few first tests from Zvon unfortunately
3493 with the old syntax
3494
3495Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
3496
3497 * schematron.c xmllint.c include/libxml/schematron.h: commiting
3498 work done on the plane last week-end
3499
3500Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
3501
3502 * runtest.c: allows an extra argument to subset the tests
3503 * xmlregexp.c: big speedup for validation, basically avoided
3504 transition creation explosion when removing epsilon transition
3505
3506Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3507
3508 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
3509 xmlwriter.c: more cleanups based on sparse reports, added
3510 "make sparse"
3511
3512Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
3513
3514 * python/libxml.c: don't output any message on failed resolver lookups,
3515 better done by the python user provided resolver layer.
3516
3517Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3518
3519 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
3520 runsuite.c runtest.c schematron.c testHTML.c testReader.c
3521 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
3522 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
3523 small cleanups based on Linus' sparse check output.
3524
3525Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3526
3527 * include/libxml/Makefile.am: added schematron.h, oops ...
3528
3529Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3530
3531 * xmlschemastypes.c: Added creation of the content type of
3532 xs:anyType. This is needed when trying to extend xs:anyType
3533 (although it makes no sense to extend it; IMHO the schema
3534 people should have ruled this out). This was reported
3535 by Yong Chen to the mailing list.
3536 * xmlschemas.c: Fixed handling of xs:anyType in
3537 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
3538 adjustment to an error report output.
3539 * test/schemas/extension2* result/schemas/extension2*:
3540 Added a test case provided by Young Chen.
3541
3542Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
3543
3544 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
3545 base to be in "relative" form
3546
3547Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
3548
3549 * schematron.c xmllint.c: started adding schematron to the xmllint
3550 tool, the report infrastructure is gonna be fun.
3551
3552Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3553
3554 * test/schemas/any6* test/schemas/any7*: Added regression tests
3555 (they fail currently), but did not added results yet.
3556
3557Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3558
3559 * xmlschemas.c: Removed the workaround code in
3560 xmlSchemaValidateElemWildcard() for the <any> wildcard
3561 with namespace == ##other. Support for such wildcards was
3562 implemented by Daniel at the automaton level recently, and
3563 the workaround code iterfered with it.
3564
3565Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
3566
3567 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
3568 signature to pass an int and not an enum since it can generate
3569 ABI compat troubles.
3570 * include/libxml/schematron.h schematron.c: adding the new
3571 schematron code, work in progress lots to be left and needing
3572 testing
3573 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
3574 Makefile.am configure.in: integration of schematron into the
3575 build
3576 * xpath.c include/libxml/xpath.h: adding flags to control compilation
3577 options right now just XML_XPATH_CHECKNS.
3578
3579Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3580
3581 * xmlschemas.c: Removed an "internal error" message from
3582 xmlSchemaBuildAContentModel() when an empty model group
3583 definition is hit.
3584
3585Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3586
3587 * pattern.c: Changed xmlCompileStepPattern() and
3588 xmlCompileAttributeTest() to handle the "xml" prefix without
3589 caring if the XML namespace was supplied by the user.
3590
3591Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3592
3593 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
3594 output the given string arguments correctly.
3595
3596Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
3597
3598 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
3599 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
3600 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
3601 include/libxml/valid.h include/libxml/xmlIO.h
3602 include/libxml/xmlerror.h include/libxml/xmlexports.h
3603 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
3604 to fix problems with calling conventions on Windows this should
3605 fix #309757
3606
3607Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3608
3609 * parser.c: an optimization of the char data inner loop,
3610 can gain up to 10% in pure SAX2 parsing speed
3611 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
3612 a bug in XML Schemas facet comparison #310893
3613
3614Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3615
3616 * xmlregexp.c xmlschemas.c: fixed the error reporting for
3617 not transitions
3618 * result/schemas/any5_0_0* result/schemas/any5_0_2*
3619 result/schemas/any5_1_0*: fixed output
3620
3621Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3622
3623 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
3624 bug #172215 about foreign namespaces by adding support for
3625 negated string transitions. Error messages still need to be
3626 improved.
3627 * test/schemas/any5* result/schemas/any5*: adding regression
3628 tests for this.
3629
3630Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3631
3632 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
3633 on namespaced attributes #310417.
3634
3635Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3636
3637 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3638 ducplicated
3639
3640Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3641
3642 * xmlschemas.c: fixed xsd:all when used in conjunction with
3643 substitution groups
3644 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
3645 regression tests, strangely missing from NIST/Sun/Microsoft
3646 testsuites
3647
3648Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3649
3650 * xmlschemas.c: fixed bug #307508, a bad automata was built but
3651 this showed as an indeterminist result
3652
3653Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3654
3655 * xmlschemastypes.c: found the last bug raised by NIST tests in
3656 comparing base64 strings, result from runsuite:
3657 ## NIST test suite for Schemas version NIST2004-01-14
3658 Ran 23170 tests (3953 schemata), no errors
3659
3660Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3661
3662 * testRegexp.c: fixed where xmlMemoryDump() should be called.
3663 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
3664 affecting NIST regression tests
3665
3666Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3667
3668 * configure.in: applied a patch from Gerrit P. Haase to add
3669 module support on cygwin
3670
3671Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3672
3673 * HTMLparser.c: fixed a potential buffer overrun error introduced
3674 on last commit to htmlParseScript() c.f. #310229
3675
3676Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
3677
3678 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
3679 return TRUE if a nodeset with a numeric value of NaN is compared
3680 for inequality with any numeric value (bug 309914).
3681
3682Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3683
3684 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
3685 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
3686 to route relaxng and schemas error messages when using the reader
3687 through the structured interface if activated.
3688 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
3689 to test.
3690
3691Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3692
3693 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3694 Jiri Netolicky
3695 * result/HTML/script2.html* test/HTML/script2.html: added the test
3696 case from the regression suite
3697
3698Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3699
3700 * nanohttp.c: fixed bug #310105 with http_proxy environments with
3701 patch provided by Peter Breitenlohner
3702
3703Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3704
3705 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
3706 * xmllint.c: removed a compilation problem
3707
3708Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3709
3710 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
3711 preparing to make testsuite releases along with code source releases
3712 * gentest.py testapi.c: fixed a couple of problem introduced by
3713 the new Schemas support for Readers
3714 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
3715 but simple way.
3716 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
3717 raised by the doc builder.
3718 * doc/*: made rebuild
3719
3720Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3721
3722 * xmlschemas.c: fixed a bug introduced on last commit
3723
3724Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3725
3726 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
3727 pointed by Jeroen Ruigrok
3728 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
3729 the APIs for xmlReader schemas validation support
3730 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
3731 implementation and testing as xmllint --stream --schema ...
3732
3733Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3734
3735 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
3736
3737Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3738
3739 * parser.c: fix for #309761 from Dylan Shell
3740 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
3741 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
3742 * xmllint.c: couple of fixes plus added descriptions for --sax and
3743 --sax1
3744
3745Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3746
3747 * xmlschemas.c: Added c-props-correct constraint to check
3748 for equal cardinality of keyref/key.
3749 * include/libxml/xmlerror.h: Added an error code.
3750
3751Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3752
3753 * pattern.c: Fixed evaluation of attributes. Actually only
3754 attribute at the first level were evaluated (e.g. "@attr");
3755 expression like "foo/@attr" always failed.
3756
3757Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3758
3759 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
3760 user-provided SAX handler is given.
3761
3762Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3763
3764 * parser.c: fix some potential leaks in error cases.
3765 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3766 various other combinations.
3767 * xmlschemas.c: fix a couple of tiny problems in
3768 xmlSchemaValidateStream()
3769
3770Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3771
3772 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
3773 xmlSchemaValidateStream() internally.
3774
3775Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3776
3777 * test/relaxng/docbook_0.xml: added the missing entity to the
3778 document internal subset to avoid errors if the DocBook catalogs
3779 are not there
3780 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3781 untested yet
3782
3783Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3784
3785 * parser.c: fixed problem with free on dupl attribute in
3786 dtd (bug309637).
3787 * test/errors/attr3.xml, result/errors/attr3.*: added
3788 regression test for this
3789
3790Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3791
3792 * win32/Makefile.msvc: try again to fix file format for Windows
3793
3794Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3795
3796 * win32/Makefile.msvc: removed spurious ^M
3797 * runtest.c: added check for option O_BINARY
3798 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3799 sticky tag to 'binary'
3800
3801Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3802
3803 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3804 in xmlCtxtGenericNodeCheck
3805 * runtest.c: changed "open" calls to include O_BINARY for Windows
3806
3807Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3808
3809 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3810 in areBlanks which failed.
3811 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3812 added the input file to the regression tests
3813
3814Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3815
3816 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3817 Anotolij.
3818 * test/schemas/bug309338* result/schemas/bug309338*:
3819 Added a regression test for the above bug.
3820
3821Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3822
3823 * Makefile.am: first steps toward a testsuite dist
3824 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3825
3826Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3827
3828 * runsuite.c runtest.c: Tiny portability adjustment for win.
3829 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3830 be created.
3831
3832Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3833
3834 * runsuite.c: first stb at unimplemnted detection
3835 * runtest.c: fixing Windows code
3836
3837Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3838
3839 * runsuite.c: fix on schemas error
3840 * runtest.c: portability glob() on Windows
3841
3842Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3843
3844 * runsuite.c runtest.c: cleanups, logfile and portability
3845 * xmllint.c: fixed a memory leak
3846
3847Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3848
3849 * parser.c: fixed a bug failing to detect UTF-8 violations in
3850 CData in push mode.
3851 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3852 to the regressions
3853
3854Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3855
3856 * debugXML.c: added enhancement for #309057 in xmllint shell
3857
3858Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3859
3860 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3861 bug in push mode
3862 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3863 regression suite
3864
3865Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3866
3867 * testapi.c tree.c: fixing a leak detected by testapi in
3868 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3869 seems to pass tests fine now.
3870 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3871 to push mode
3872 * error.c: remove a warning
3873 * runtest.c xmllint.c: avoid compilation errors if only some parts
3874 of the library are compiled in.
3875
3876Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3877
3878 * gentest.py testapi.c: fix a problem with previous patch to
3879 testapi.c
3880
3881Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3882
3883 * runsuite.c runtest.c tree.c: fixing compilations when
3884 disabling parts of the library at configure time.
3885
3886Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3887
3888 * parserInternals.c: fix bug raised by zamez on IRC
3889 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3890 * tree.c: added comments missing.
3891 * doc/*: regenerated
3892
3893Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3894
3895 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3896 assorted bugs
3897 * python/generator.py python/libxml2-python-api.xml: fixed
3898 conditionals in generator too
3899 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3900 cleanups too and rebuilt
3901
3902Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3903
3904 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3905
3906Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3907
3908 * runsuite.c: expanded test
3909 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3910
3911Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3912
3913 * runsuite.c: a bit of progresses on xstc
3914
3915Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3916
3917 * runsuite.c: completed the simple checks for Relax-NG suites
3918 back to the same 11 errors as in the Python runs.
3919
3920Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3921
3922 * runtest.c: complete, checking on other platforms is needed
3923 * README: updated
3924 * debugXML.c: fix a bug raised by bill on IRC
3925 * relaxng.c: fix a leak in weird circumstances
3926 * runsuite.c Makefile.am: standalone test tool agaisnt
3927 the regression suites, work in progress
3928
3929Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3930
3931 * runtest.c: adding URI tests
3932
3933Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3934
3935 * runtest.c: adding xml:id
3936
3937Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3938
3939 * runtest.c: finishing XPath, adding XPointer
3940
3941Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3942
3943 * runtest.c: adding more coverage, XInclude and starting XPath
3944
3945Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3946
3947 * tree.c include/libxml/tree.h: Added allocation/deallocation
3948 functions for the DOM-wrapper context.
3949
3950Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3951
3952 * tree.c: Commented the new functions to be experimental.
3953
3954Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3955
3956 * error.c valid.c: working some weird error reporting problem for
3957 DTD validation.
3958 * runtest.c: augmented with DTD validation tests
3959 * result/VC/OneID*: slight change in validation output.
3960
3961Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3962
3963 * runtest.c: added most HTML tests
3964
3965Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3966
3967 * test/namespaces/reconcile/tests.xml
3968 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3969 for some new DOM-wrapper helping functions.
3970
3971Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3972
3973 * xstc/xstc-to-python.xsl: Cleanup.
3974 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3975 Removed, those are not needed anymore due to the new test suite.
3976
3977Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3978
3979 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3980 missing.
3981 * runtest.c: added SAX1/SAX2 checks.
3982
3983Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3984
3985 * tree.c include/libxml/tree.h: Added
3986 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3987 xmlDOMWrapRemoveNode() to the API. These are functions intended
3988 to be used with DOM-wrappers.
3989
3990Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3991
3992 * runtest.c: continue to increase the tests
3993
3994Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3995
3996 * runtest.c: continue to increase the tests
3997
3998Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3999
4000 * runtest.c: continue to increase the tests
4001
4002Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
4003
4004 * include/libxml/valid.h valid.c: avoid name glob in agruments as
4005 it matches the glob() routine.
4006 * runtest.c Makefile.am: first steps toward a C regression test
4007 framework.
4008
4009Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
4010
4011 * configure.in: fixed a problem with the detection of
4012 ss_family for ipV6, as reported on the mailing list by
4013 Doug Orleans.
4014
4015Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4016
4017 * test/schemas/empty-value* result/schemas/empty-value*:
4018 Added regression tests (from Dhyanesh).
4019
4020Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4021
4022 * xmlschemas.c: Fixed NULL values to be validated as empty
4023 string values (reported by Dhyanesh to the mailing list).
4024 Adjusted text concatenation of mixed content.
4025
4026Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4027
4028 * tree.c valid.c: applied patch from Rob Richards for removal
4029 of ID (and xml:id)
4030 * xmlreader.c: applied patch from James Wert implementing
4031 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
4032
4033Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4034
4035 * xmlschemas.c: Fixed SAX2 validation: grow of internal
4036 namespace list, appending of element character content.
4037 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
4038
4039Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4040
4041 * xmlschemastypes.c: Added missing function descriptions.
4042
4043Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
4044
4045 * xmllint.c: if sax1 is used and input is a file use the old
4046 API xmlParseFile()
4047 * xmlschemas.c: cleanups
4048 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
4049 for the new functions in Schemas.
4050
4051Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4052
4053 * xmlschemas.c include/libxml/xmlschemas.h: Added
4054 xmlSchemaValidateFile() to the public API. This will use
4055 SAX2-driven validation.
4056
4057Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4058
4059 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
4060 Added schema test results (Tom Browder, bug #306806).
4061
4062Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4063
4064 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
4065 Added schema tests submitted by Tom Browder (bug #306806).
4066
4067Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
4068
4069 * pattern.c: adjusted last change to xmlCompilePathPattern,
4070 fixed one compilation warning
4071
4072Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4073
4074 * pattern.c: Some changes/fixes to the streaming evaluation.
4075 * xmlschemas.c: A bit of support for parsing the schema for
4076 schema. Fixed attribute derivation when the use is
4077 "prohibited" and was "optional". Fixed an attribute construction
4078 bug, a left-over from the time, where <complexContent>,
4079 <extension>, etc. where created as structs.
4080
4081Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
4082
4083 * libxml-2.0.pc.in: removed a redundant include path
4084
4085Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4086
4087 * xstc/Makefile.am: Some more adjustments.
4088
4089Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4090
4091 * xstc/Makefile.am: Changed test extraction process, since some
4092 boxes don't know about "tar --strip-path".
4093
4094Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
4095
4096 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
4097 * result//compare0* test//compare0*: added the regression test in
4098 the suite as this went unnoticed !
4099
4100Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
4101
4102 * pattern.c, xpath.c, include/libxml/pattern.h: Further
4103 enhancement for XPath streaming, consolidated with
4104 schemas usage of pattern.c. Added a new enum
4105 xmlPatternFlags.
4106 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
4107 enum.
4108 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
4109 result/XPath/mixedpat: added regression test for problems
4110 reported in bug306348
4111
4112Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4113
4114 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
4115 default namespace if existent.
4116
4117Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4118
4119 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
4120 values were not duplicated corrently when creating a computed value
4121 in xmlSchemaValAtomicType.
4122
4123Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4124
4125 * xmlschemas.c result/schemas/include1_0_0.err:
4126 Fixed an attribute fixed/default value constraint error.
4127
4128Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4129
4130 * result/schemas/*: Adapted regression test results.
4131
4132Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4133
4134 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
4135 include/libxml/xmlschemastypes.h: Changed the validation process
4136 to be able to work in streaming mode. Some datatype fixes,
4137 especially for list and union types. Due to the changes the
4138 error report output has changed in most cases. Initial migration to
4139 functions usable by both, the parser and the validator. This should
4140 ease a yet-to-come XS construction API in the long term as well.
4141
4142Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
4143
4144 * parser.c: applied patch from Malcolm Rowe to avoid namespace
4145 troubles on rollback parsing of elements start #304761
4146 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
4147 added it to the regression tests.
4148
4149Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
4150
4151 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
4152 for xml:space and xml:lang handling with SAX2 api.
4153
4154Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
4155
4156 * globals.c: applied patch from Morten Welinder, closing bug #306901
4157 on compiling subsets of the library
4158
4159Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4160
4161 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
4162 XS tests to use the new release of tests and test-definitions.
4163
41642005-06-07 Aleksey Sanin <aleksey@aleksey.com>
4165
4166 * c14n.c: fix rendering of attributes when parent node
4167 is not in the node set
4168
41692005-06-06 Aleksey Sanin <aleksey@aleksey.com>
4170
4171 * c14n.c: fixed xml attributes processing bug in exc c14n
4172 * xmllint.c: added --exc-c14n command line option
4173
4174Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
4175
4176 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
4177 handling of depth/level for cases like union operator
4178 (bug #306348 reported by Bob Stayton). Also enhanced
4179 several comments throughout pattern.c.
4180 * doc/apibuild.py: fixed problem in handling of
4181 'signed' declaration. Rebuilt the docs.
4182
4183Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
4184
4185 * xinclude.c: Enhanced handling of xml:base for included
4186 elements, fixing bugs 169209 and 302353.
4187
4188Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4189
4190 * xmlschemas.c: Fixed facet errors to be channelled back for
4191 union type members; facet-validation will stop now on the
4192 first error. Reported by GUY Fabrice to the mailing-list.
4193 * xmlschemastypes.c: Changed to ignore lengh-related facet
4194 validation for QNames and NOTATIONs as proposed by the
4195 schema people.
4196 * test/schemas/union2* result/schemas/union2*: Added
4197 regression tests for union types (by GUY Fabrice).
4198
4199Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
4200
4201 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
4202 CDATA with NULL content.
4203
4204Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4205
4206 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
4207 the timezone to -840 to 840.
4208
4209Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4210
4211 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
4212 for "signed int" of the date-time timezone field. Silenced
4213 a warning.
4214
4215Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
4216
4217 * tree.c: applied patch for replaceNode from Brent Hendricks
4218
4219Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4220
4221 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
4222
4223Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
4224
4225 * testapi.c: applied patch from Steve Nairn tof fix the compilation
4226 problem exposed in bug #303640
4227
4228Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4229
4230 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
4231 Added regression a test provided by Heiko Oberdiek (bug #303566).
4232
4233Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4234
4235 * pattern.c: Changed the XPath "." to resolve only on the first
4236 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
4237 This should not affect pattern-like resolution on every level.
4238
4239Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
4240
4241 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
4242
4243Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
4244
4245 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
4246 * doc/apibuild.py: fixed __attribute() parsing problem
4247 * doc/* testapi.c: regenerated the descriptions and docs.
4248
4249Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
4250
4251 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
4252 to avoid linking with pthread library on non-threaded environments.
4253 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
4254 list allocation.
4255
4256Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4257
4258 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
4259 attributes were treated as being bound to the default namespace.
4260
4261Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4262
4263 * xmlschemastypes.c: Fixed date-time related validation
4264 (reported by David Crossley, bug #300576).
4265
4266Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4267
4268 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
4269 dereferences (reported by Andriy, bug #301074).
4270
4271Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4272
4273 * xpath.c: Added some code to avoid integer overflow for
4274 ceil, floor and round functions (bug 301162)
4275
4276Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4277
4278 * xmlschemas.c: Removed workaround for bug #172215, since it
4279 does more harm in some scenarios. Added some of the
4280 "Particle Restriction OK" constraints - not yet enabled.
4281
4282Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4283
4284 * result/schemas/changelog093*: Added test results.
4285
4286Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4287
4288 * xmlschemas.c: Added output of canonical values in
4289 identity-constraint error messages.
4290 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4291 Added xmlSchemaGetCanonValueWhtsp() to the API.
4292 Further enhancement of the canonical value
4293 conversion.
4294 * test/schemas/changelog093_0.*: Added test with an XSD
4295 submitted by Randy J. Ray.
4296
4297Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
4298
4299 * valid.c: Applied Daniel's fix for memory leak in dtd
4300 prefix (bug 300550).
4301 * xpath.c: minor change to comment only
4302
4303Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4304
4305 * xmlmemory.c: added the call to the breakpoint routine
4306 when a monitored block is reallocated or freed
4307
4308Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
4309
4310 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
4311 about HTTP query string parameter being lost
4312
4313Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4314
4315 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
4316 adding namespace removal at the python level #300209
4317 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
4318 test
4319
4320Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4321
4322 * xpath.c: fixed several places where memory cleanup was not
4323 properly done after an error was detected (problem was
4324 reported on the mailing list by Pawel Palucha)
4325
4326Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4327
4328 * xmlschemas.c: Added substitution group constraints; changed
4329 the build of the pre-computed substitution groups. Channeled
4330 errors during xsi assembling of schemas to the validation
4331 context. Fixed a big memory leak, which occured when using
4332 IDCs: the precomputed value of attributes was not freed if
4333 the attribute did not resolve to an IDC field (discovered
4334 with the help of Randy J. Ray's schema, posted to the
4335 xmlschema-dev maling list).
4336
4337Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4338
4339 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
4340 Added handling substitution groups inside <choice> and <sequence>;
4341 for <all> this is not supported yet. Changed circular checks for
4342 model groups definitions. "memberTypes" are processed at different
4343 levels now: component resolution first, construction later; this
4344 goes hand in hand with a global change to handle component
4345 resolution in a distinct phase. Fixed invalid default values for
4346 elements to mark the schema as invalid; this just resulted in an
4347 error report previously, but the schema was handled as valid.
4348 Separated the assignment of the model groups to referencing
4349 model group definition references (i.e. particles); this was
4350 needed to perform the circularity check for model group definitions.
4351 Added "Element Declaration Properties Correct (e-props-correct)"
4352 constraints. Separated component resolution for simple/complex
4353 types.
4354 * include/libxml/schemasInternals.h: Added a flag for substitution
4355 group heads.
4356
4357Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4358
4359 * win32/Makefile.*: make install cleanup
4360
4361Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4362
4363 * win32/Makefile.mingw: fixed mingw compilation
4364 * testModule.c: removed mingw warnings
4365
4366Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4367
4368 * .cvsignore: added Eclipse project files to ignore list
4369
4370Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4371
4372 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
4373 * result/XPath/tests/langsimple test/XPath/tests/langsimple
4374 test/XPath/docs/lang: added a regression test
4375
4376Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
4377
4378 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
4379
4380Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4381
4382 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
4383 and anchored them in the "Element Locally Valid (Element)"
4384 constraints. This restricts the type substitution via "xsi:type".
4385
4386Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
4387
4388 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
4389 facets validation messages.
4390
4391Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4392
4393 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
4394 rebuilding.
4395
4396Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4397
4398 * xstc/Makefile.am: integrated fixup-tests.py
4399
4400Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4401
4402 * xmlschemastypes.c: fixed a lack of comment and missing test for
4403 a pointer in the API.
4404
4405Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4406
4407 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
4408 files used for the tests.
4409
4410Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4411
4412 * xmlschemas.c include/libxml/schemasInternals.h
4413 result/schemas/src-element2-*.err result/schemas/element-*.err:
4414 Committing again, since the CVS server aborted.
4415
4416Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4417
4418 * xmlschemastypes.c: Corrected 'length' facet validation for
4419 QNames and notations. Corrected xmlSchemaGetCanonValue: some
4420 data types did not return a value if already in normalized
4421 form.
4422 * xmlschemas.c include/libxml/schemasInternals.h:
4423 Eliminated creation of structs for <restriction>, <extension>,
4424 <simpleContent>, <complexContent>, <list> and <union>: the
4425 information is now set directly on the corresponding simple/
4426 complex type. Added some more complex type constraints.
4427 Added facet derivation constraints. Introduced "particle"
4428 components, which seem to be really needed if applying
4429 constraints. Corrected/change some of the parsing functions.
4430 This is all a bit scary, since a significant change to the code.
4431 * result/schemas/src-element2-*.err result/schemas/element-*.err:
4432 Adapted regression test results.
4433
4434Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
4435
4436 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
4437 format to cope with gcc4 change of aliasing allowed scopes, had
4438 to add extra informations to doc/libxml2-api.xml to separate
4439 the header from the c module source.
4440 * *.c: updated all c library files to add a #define bottom_xxx
4441 and reimport elfgcchack.h thereafter, and a bit of cleanups.
4442 * doc//* testapi.c: regenerated when rebuilding the API
4443
4444Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4445
4446 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
4447 encoding UTF-8 should really be assumed. This may break if
4448 the HTTP headers indicates for example ISO-8859-1 since this
4449 then becomes a well formedness error.
4450
4451Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4452
4453 * SAX.c: fixed #172260 redundant assignment.
4454 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
4455 xmlParseDoc() signatures #172257.
4456
4457Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4458
4459 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
4460 is NULL as reported by bug #172255
4461
4462Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4463
4464 * relaxng.c: fixed a problem in Relax-NG validation #159968
4465 * test/relaxng/list.* result/relaxng/list_*: added the test
4466 to the regression suite
4467
4468Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
4469
4470 * python/libxml.c: fixed bug #168504
4471
4472Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
4473
4474 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
4475 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
4476 since apparently IBM can't avoid breaking common defines #166922
4477
4478Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
4479
4480 * encoding.c: fix unitinialized variable in not frequently used
4481 code bug #172182
4482
4483Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4484
4485 * python/generator.py python/libxml.py: another patch from Brent
4486 Hendricks to add new handlers with the various validity contexts
4487 * python/tests/Makefile.am python/tests/validDTD.py
4488 python/tests/validRNG.py python/tests/validSchemas.py: also
4489 added the regression tests he provided
4490
4491Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
4492
4493 * python/generator.py python/libxml.c: applied patch from Brent
4494 Hendricks to avoid leak in python bindings when using schemas
4495 error handlers.
4496
4497Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
4498
4499 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
4500
4501Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
4502
4503 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
4504 by Rob Richards
4505
4506Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
4507
4508 * gentest.py, testapi.c: fixed problem with 'minimal library'
4509 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
4510 by Greg Morgan
4511
4512Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4513
4514 * xmlschemas.c: Fixed call to a facet error report: the type of
4515 the error was wrong, resulting in a segfault (bug #171220, reported
4516 by GUY Fabrice).
4517
4518Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4519
4520 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
4521 failing to build a linked list correctly (bug #169898, reported
4522 by bing song, hmm...).
4523
4524Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4525
4526 * xmlschemas.c: Fixed a segfault, which occured during bubbling
4527 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
4528 a variable was missed to be reset in a loop. Deactivated bubbling,
4529 if not referenced by a keyref.
4530
4531Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4532
4533 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
4534 in c14n relative namespaces check and add structured error messages
4535 to c14n code
4536
4537Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4538
4539 * xmlschemas.c: Removed inheritance of "mixed" content type for
4540 short-hand restrictions of "anyType" (reported by Guy Fabrice
4541 to the mailing list). Added the namespace conversion (chameleon
4542 includes) for the base type reference of <restriction> and
4543 <extension>.
4544 * test/schemas/bug152470_1.xsd: Adapted due to the above change
4545 of "mixed" inheritance.
4546
4547Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
4548
4549 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
4550
4551Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4552
4553 * xmlschemas.c: more debug messages from Matthew Burgess
4554 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
4555
4556Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4557
4558 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
4559 by Daniel, which I overwrote with the previous commit.
4560
4561Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4562
4563 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
4564 Hopefully finished validation against facets to use the normalized
4565 value of both, the facets and instance values. Added
4566 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
4567 and xmlSchemaGetValType() to the schema API.
4568
4569Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4570
4571 * libxml.spec.in: do not package .la files
4572 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
4573 * xmlschemastypes.c: fixed a couple of missing tests of parameters
4574 at public API entry points.
4575
4576Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
4577
4578 * xmlschemastypes.c: a couple of more changes to various
4579 decimal-handling routines. Fixes python some problems
4580 turned up by the python tests.
4581 * Makefile.am: change SchemasPythonTests message to warn
4582 that there are 10 'expected' errors (rather than 6) since
4583 we now reject a '+' sign on an unsigned.
4584
4585Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4586
4587 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
4588 normalized values of facets during validation: changed the
4589 arguments of some string comparison functions; added a static
4590 xmlSchemaValidateFacetInternal() with more arguments to be
4591 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
4592 to use the comparison functions. Fixed some assignments in
4593 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
4594
4595Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4596
4597 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
4598 updated docs and rebuilt
4599 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
4600
4601Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4602
4603 * encoding.c: removed a static buffer in xmlByteConsumed(),
4604 as pointed by Ben Maurer, fixes #170086
4605 * xmlschemas.c: remove a potentially uninitialized pointer warning
4606
4607Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
4608
4609 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
4610 and much of the routine xmlSchemaCompareDecimals. The
4611 changes were necessary to fix a problem reported on the
4612 mailing list by John Hockaday.
4613
4614Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4615
4616 * xmlschemas.c: The schema parser will stop if components could
4617 not be resolved. This is not conforming to the spec but for now
4618 will avoid internal errors during type fixup and content model
4619 creation. Restructured inclusion/import of schemata: this avoids
4620 duplicate, self and circular inclusion. Chameleon includes are
4621 still workarounded. Added restriction to disallow references to
4622 non-imported namespaces. Corrected parsing of <group>.
4623 * result/schemas/bug167754_0_0*: Added a missing test result.
4624
4625Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
4626
4627 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
4628 link and foreword warning to avoid problem with ignorant
4629 programmers, c.f #169721
4630
4631Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
4632
4633 * python/tests/Makefile.am python/tests/readernext.py: added
4634 a regression test from Rob Richards for the previous bug
4635
4636Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4637
4638 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
4639 Rob Richards
4640
4641Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4642
4643 * xmlmodule.c: second patch from Rick Jones, portability fix for
4644 HP-UX
4645 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
4646 to avoid warnings.
4647
4648Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4649
4650 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
4651 patches, including a serious aliasing bug exposed in s390
4652 when trying to convert data pointer to code pointer.
4653
4654Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4655
4656 * xmlschemas.c: Tiny restructuring of the validation start-up
4657 functions. Added cleanup of the validation context at the
4658 end of validation. This takes care of the validation context
4659 being reused.
4660
4661Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4662
4663 * xmlschemastypes.c: Tiny changes in the comparison functions
4664 I forgot to commit last time.
4665
4666Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4667
4668 * xmlschemas.c: Added IDC validation of anySimpleType attribute
4669 values; anyway the IDC key comparison is restricted to
4670 anySimpleType <--> string based types. For other types we
4671 would possibly need the canonical lexical representation of
4672 them; this sounds not performant, since we would need to
4673 build such a representation each time we want to compare against
4674 anySimpleType. TODO: think about buffering the canonical values
4675 somewhere. Fixed error reports for default attributes to work
4676 without a node being specified. This all and the enabling of IDC
4677 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4678 not read his last name correctly from bugzilla).
4679
4680Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4681
4682 * xmlschemas.c: Enabled IDC parsing and validation.
4683 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4684 Added xmlSchemaCopyValue to the API; this was done due to
4685 validation of default attributes against IDCs: since IDC keys
4686 consume the precomputed value, one needs a copy.
4687 * pattern.c: Enabled IDC support; this is currently done
4688 via calling xmlPatterncompile with a flag arg of 1.
4689
4690Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4691
4692 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
4693 xstc/Makefile.am: try to fix a problem with valgrind.
4694 * python/generator.py python/libxml.c python/tests/Makefile.am
4695 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
4696 c.f. bug #165349
4697
4698Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4699
4700 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
4701 the prefix instead of the namespace name.
4702 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4703 Adapted invalid values of the "id" attribute, since they are
4704 validated now.
4705
4706Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
4707
4708 * threads.c: new version with fixes from Rob Richards
4709
4710Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4711
4712 * threads.c: applied patch from Rich Salz for multithreading on
4713 Windows.
4714
4715Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4716
4717 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
4718 of bugs in the writer
4719
4720Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4721
4722 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
4723 * xpath.c: fixed compilation warning, no change to logic.
4724 * xmlschemastypes.c: fixed compilation warning, no change to logic.
4725
4726Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4727
4728 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
4729 xmlTextWriterStartAttributeNS
4730
4731Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4732
4733 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
4734 and switched XPath to use it by default when possible
4735
4736Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4737
4738 * xmlschemastypes.c: a bit of cleanup
4739 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
4740 the documentation as a result.
4741
4742Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4743
4744 * xmlreader.c include/libxml/xmlreader.h: applied patch from
4745 Aron Stansvik to add xmlTextReaderByteConsumed()
4746 * testReader.c: added a test option
4747 * xmlschemastypes.c: fix a lack of pointer checking in APIs
4748
4749Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4750
4751 * test/schemas/bug167754_0*: Added the regression test of Frans
4752 Englich for bug #167754.
4753
4754Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4755
4756 * xmlschemas.c: Started support for IDC resolution to default
4757 attributes. If building the content model for <all>: ensured
4758 to put element declarations and not the particles into the
4759 content model automaton (this was bug #167754, reported by
4760 Frans Englich).
4761
4762Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4763
4764 * pattern.c pattern.h: Some experimental addition for parsing
4765 of expressions and streamable validation.
4766 Added xmlStreamPushAttr to the API.
4767
4768Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4769
4770 * xmlschemas.c: Added validation for the attribute "id" in the
4771 schemata; doing this needed error report fixes for notations,
4772 facets and group. Changed NOTATION validation to work with the
4773 declared NOTATIONs in the schema; this does have no impact on
4774 the validation via the relaxng module.
4775 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4776 Added xmlSchemaNewNOTATIONValue to the API to be able to do
4777 the NOTATION validation described above.
4778 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4779 Fixed the values of the "id" attributes, which were not validated
4780 previously.
4781
4782Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4783
4784 * xmlschemas.c: Fixed comparison for default/fixed attribute
4785 values, if the type was 'xsd:string'. Changed the comparison
4786 for IDCs to use the whitespace aware comparison function.
4787 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4788 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4789 xmlSchemaCompareValuesWhtsp to the API. Added functions
4790 to compare strings with whitespace combinations of "preserve",
4791 "replace" and "collapse".
4792
4793Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4794
4795 * xmlschemas.c: Further work on IDCs, especially evaluation for
4796 attribute nodes.
4797
4798Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4799
4800 * encoding.c: fix the comment to describe the real return values
4801 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4802 the patterns, pluggin in the XPath default evaluation, but
4803 disabled right now because it's not yet good enough for XSLT.
4804 pattern.h streaming API are likely to be changed to handle
4805 relative and absolute paths in the same expression.
4806
4807Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4808
4809 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4810 Made 'nil'ed elements work. Added a specific error message
4811 for 'strict' attribute wildcards.
4812 * include/libxml/xmlerror.h: Added an error code for
4813 wildcards.
4814 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4815
4816Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4817
4818 This change started out as a simple desire to speed up the
4819 execution time of testapi.c, which was being delayed by
4820 nameserver requests for non-existent URL's. From there it
4821 just sort of grew, and grew....
4822 * nanohttp.c, nanoftp.c: changed the processing of URL's
4823 to use the uri.c routines instead of custom code.
4824 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4825 * uri.c: added accepting ipV6 addresses, in accordance with
4826 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4827 * gentest.py, testapi.c: fixed a few problems with the
4828 testing of the nanoftp and nanohttp routines.
4829 * include/libxml/xmlversion.h: minor change to fix a
4830 warning on the docs generation
4831 * regenerated the docs
4832
4833Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4834
4835 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4836 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4837 (bug 166199)
4838 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4839 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4840 PYTHONPATH is set, to assure new libxml2 routines are used.
4841
4842Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4843
4844 * parser.c: fixed problem when no initial "chunk" was
4845 given to xmlCreatePushParser (bug 162613)
4846
4847Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4848
4849 * dict.c: fixed compilation warning
4850 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4851 * xmllint.c: changed to return non-zero status if error
4852 on xinclude processing
4853 * xmlsave.c: minor deletion of a redundant condition statement
4854
4855Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4856
4857 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4858
4859Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4860
4861 * pattern.c xmllint.c: fixed implementation for |
4862 * test/pattern/conj.* result/pattern/conj: added a specific regression
4863 test
4864
4865Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4866
4867 * pattern.c: first implementation for | support
4868
4869Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4870
4871 * pattern.c: fixed the namespaces support
4872 * tree.c: fixed xmlGetNodePath when namespaces are used
4873 * result/pattern/multiple result/pattern/namespaces
4874 test/pattern/multiple.* test/pattern/namespaces.*: added
4875 more regression tests
4876
4877Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4878
4879 * xmlschemas.c: fixed one internal function
4880 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4881 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4882
4883Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4884
4885 * Makefile.am: use the walker to test the patterns instead of
4886 the normal reader
4887 * pattern.c xmllint.c: bug fixes in the train including fixing the
4888 stupid build break.
4889
4890Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4891
4892 * pattern.c: more bug fixes for the XPath streaming code.
4893
4894Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4895
4896 * xmlschemas.c: Integrated the streaming pattern from the
4897 pattern module. Fixed some IDC code bugs. Changed
4898 fallback for attribute declaration addition to work like for
4899 element declarations.
4900
4901Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4902
4903 * pattern.c xmllint.c: bugfixes around the streaming patterns
4904
4905Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4906
4907 * Makefile.am configure.in result/pattern/simple
4908 test/pattern/simple.*: added first test for the patterns
4909 * pattern.c xmllint.c: a few fixes
4910
4911Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4912
4913 * pattern.c include/libxml/pattern.h xmllint.c: added a
4914 streaming pattern detector for a subset of XPath, should
4915 help Kasimier for identity constraints
Daniel Veillard25a1ce92008-06-02 16:04:12 +00004916 * python/generator.py: applied Stéphane Bidoul patch to find
William M. Brack11be2d02007-01-24 19:17:19 +00004917 paths without breaking.
4918
4919Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4920
4921 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4922
4923Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4924
4925 * xmlreader.c: implementation of xmlTextReaderReadString by
4926 Bjorn Reese
4927
4928Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4929
4930 * xmlschemas.c: Corrected an ambigious symbol-space for
4931 local attribute declarations. IFDEFed more IDC code to
4932 surpress compiler warnings.
4933
4934Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4935
4936 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4937 files for the Bakefile generator for Makefiles from Francesco
4938 Montorsi
4939 * win32/configure.js: fixes for Windows compilation with non-default
4940 flags by Joel Reed
4941
4942Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4943
4944 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4945 by Martijn Faassen
4946
4947Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4948
4949 * xmlschemas.c include/libxml/schemasInternals.h:
4950 Added an initial skeleton for indentity-constraints. This is all
4951 defined out, since not complete, plus it needs support from other
4952 modules.
4953 Added machanism to store element information for the
4954 ancestor-or-self axis; this is needed for identity-constraints
4955 and should be helpfull for a future streamable validation.
4956 * include/libxml/xmlerror.h: Added an error code for
4957 identity-constraints.
4958
4959Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4960
4961 * gentest.py testapi.c: had to fix generation and rebuild.
4962 * valid.c: the testapi found a bug in the last code of course !
4963
4964Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4965
4966 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4967 is generated, fixes bug #161386
4968 * dict.c: fix a comment typo
4969 * elfgcchack.h doc/*: regenerated
4970
4971Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4972
4973 * parser.c: found and fixed 2 problems in the internal subset scanning
4974 code affecting the push parser (and the reader), fixes #165126
4975 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4976 to the regression tests.
4977
4978Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4979
4980 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4981 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4982 speedups, start to deprecate 3 ElementDef related entry point
4983 and replace them with better ones.
4984
4985Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4986
4987 * xmlschemas.c: more hash dictionary interning changes
4988
4989Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4990
4991 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4992 the hash reuses the dictionnary for internal strings
4993 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4994 speedup when parsing for example DocBook documents.
4995
4996Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4997
4998 * parser.c: small speedup in skipping blanks characters
4999 * entities.c: interning the entities strings
5000
5001Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
5002
5003 * parser.c: boosting common commnent parsing code, it was really
5004 slow.
5005 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
5006 regression tests
5007
5008Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
5009
5010 * parser.c: small optimization back.
5011
5012Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
5013
5014 * dict.c parser.c include/libxml/dict.h: a single lock version
5015 mostly avoid the cost penalty of the lock in case of low
5016 parallelism, so applying that version instead.
5017
5018Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
5019
5020 * dict.c: patch from Gary Coady to fix a race in dict reference
5021 counting in multithreaded apps.
5022
5023Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
5024
5025 * parser.c: fixed bug #164556 where non-fatal errors stopped
5026 push parsing and xmlreader.
5027 * Makefile.am: fixup
5028 * test/errors/webdav.xml result/errors/webdav*: adding regression
5029 test for this problem.
5030
5031Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5032
5033 * xmlschemas.c: Corrected targetNamespace in
5034 xmlSchemaElementDump. Cosmetic changes to the dump output.
5035
5036Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
5037
5038 * configure.in NEWS doc/*: preparing release of 2.6.17,
5039 updated and rebuilt the docs
5040
5041Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
5042
5043 * parser.c: better fix for #151694 not killing c14n regression tests
5044 * xmlschemastypes.c: fixing bug #157653
5045
5046Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
5047
5048 * parser.c: fixing bug #151694, line should always be set in the
5049 elements.
5050
5051Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
5052
5053 * xmlschemastypes.c: trying to fix at least the message from
5054 bug #158628
5055 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
5056 for format, c.f. bug #159997
5057
5058Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
5059
5060 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
5061 bug #157872
5062
5063Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
5064
5065 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
5066
5067Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
5068
5069 * relaxng.c: fixed bug #157633 in relaxng choice optimization
5070 * result/relaxng/choice0* test/relaxng/choice0*: added regression
5071 tests about it.
5072 * doc/*: rebuilt
5073 * testdso.c: removed a warning due to a missing void in signature.
5074
5075Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5076
5077 * include/libxml/schemasInternals.h xmlschemas.c:
5078 Exposed targetNamespace for simple/complex types, model groups,
5079 attribute groups and notations (reported by Michael Hewarth
5080 to the mailing list). Added targetNamespace to xmlSchemaType,
5081 xmlSchemaAttributeGroup and xmlSchemaNotation.
5082 Tiny cosmetic change to the content model error report output.
5083 * result//all_*.err result//any3_0_0.err result//choice_*.err
5084 result//list0_0_1.err result//list0_1_1.err: Adapted output
5085 of regression tests.
5086
5087Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5088
5089 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
5090 back in, since I missed to update xmlschemas.c before doing
5091 the previous commit.
5092
5093Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5094
5095 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
5096 from xmlregexp.c to report expected elements on content model errors.
5097 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
5098 Adapted output of regression tests.
5099
5100Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
5101
5102 * config.h.in configure.in xmlmodule.c: trying to work around
5103 the compilation problem on HP-UX
5104
5105Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
5106
5107 * pattern.c: fixed the fixed size array structure problem reported by
5108 Patrick Streule
5109
5110Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
5111
5112 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
5113 the API description, rebuilt, improved navigation in documentation
5114 a bit.
5115
5116Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
5117
5118 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
5119 and xmlRegExecNextValues() to return error transition strings too,
5120 and sink state detection and handling.
5121
5122Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
5123
5124 * xmlschemas.c: fixed bug #163641 when the value passed for
5125 an atomic list type is NULL.
5126
5127Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
5128
5129 * Makefile.am configure.in: fixed dependency on python 2.3,
5130 also small improvement for cygwin (bug 163273)
5131
5132Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
5133
5134 * gentest.py testapi.c: William noticed I forgot to add special
5135 support for xmlmodules.c define
5136 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
5137 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
5138 entry point and refactored to use both code.
5139
5140Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
5141
5142 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
5143 setting up a "private" library (after some list posts about
5144 people having trouble doing it)
5145
5146Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
5147
5148 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
5149 rollback
5150
5151Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
5152
5153 * TODO: small update
5154 * xmlregexp.c: trying to add an API to get useful error informations
5155 back from a failing regexp context.
5156
5157Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
5158
5159 * xpath.c: fixed problem with xmlXPathErr when error number
5160 subscript was out of range (bug 163055)
5161
5162Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
5163
5164 * uri.c: fixed problem with xmlURIEscape when query part was
5165 empty (actually fixed xmlURIEscapeStr to return an empty
5166 string rather than NULL for empty string input) (bug 163079)
5167
5168Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
5169
5170 * parser.c, parserInternal.c: fixed "col" calculation for
5171 struct _xmlParserInput (based on patch from Rob Richards)
5172 * include/libxml/xmlerror.h, error.c: propagated error column
5173 number in the xmlError structure
5174
5175Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
5176
5177 * parser.c: fixed namespace bug in push mode reported by
5178 Rob Richards
5179 * test/ns6 result//ns6*: added it to the regression tests
5180 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
5181 added an extra option argument to module opening and defined
5182 a couple of flags to the API.
5183
5184Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
5185
5186 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
5187 Bjorn Reese, plus some cleanups
5188 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
5189 add the new header
5190 * doc/* testapi.c: regenerated the API
5191
5192Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
5193
5194 * configure.in: making DSO support an option
5195 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
5196 and documentation cleanups
5197 * elfgcchack.h testapi.c doc/*: regenerated the docs and
5198 checks for new module
5199 * test/valid/REC-xml-19980210.xml: fix a small change introduced
5200 previously
5201
5202Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
5203
5204 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
5205 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
5206 include/libxml/Makefile.am include/libxml/xmlerror.h
5207 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
5208 include/libxml/xmlwin32version.h.in: applied DSO support
5209 patch 2 from Joel Reed
5210
5211Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
5212
5213 * configure.in: applied patch from Marcin Konicki for BeOS
5214
5215Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
5216
5217 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
5218
5219Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
5220
5221 Re-examined the problems of configuring a "minimal" library.
5222 Synchronized the header files with the library code in order
5223 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
5224 were the same in both. Modified the API database content to more
5225 accurately reflect the conditionals. Enhanced the generation
5226 of that database. Although there was no substantial change to
5227 any of the library code's logic, a large number of files were
5228 modified to achieve the above, and the configuration script
5229 was enhanced to do some automatic enabling of features (e.g.
5230 --with-xinclude forces --with-xpath). Additionally, all the format
5231 errors discovered by apibuild.py were corrected.
5232 * configure.in: enhanced cross-checking of options
5233 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
5234 doc/libxml2-api.xml, gentest.py: changed the usage of the
5235 <cond> element in module descriptions
5236 * elfgcchack.h, testapi.c: regenerated with proper conditionals
5237 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
5238 testSAX.c: cleaned up conditionals
5239 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
5240 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
5241 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
5242 synchronized the conditionals with the corresponding module code
5243 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
5244 added additional conditions required for compilation
5245 * doc/*.html, doc/html/*.html: rebuilt the docs
5246
5247Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5248
5249 * parserInternals.c: fixed to skip (if necessary) the BOM for
5250 encoding 'utf-16'. Completes the fix for bug #152286.
5251 * tree.c, parser.c: minor warning cleanup, no change to logic
5252
5253Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
5254
5255 * python/generator.py: added most required entires to
5256 foreign encoding table, plus some additional logic to
5257 assure only the 1st param uses the 't#' format. Fixes
5258 bug #152286, but may still have some other UTF-16 problems.
5259
5260Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5261
5262 * Makefile.am, gentest.py: enhanced for enabling build in
5263 a different directory. Added (optional) param to gentest.py
5264 to specify the source directory (bug #155468)
5265 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
5266 to (top_builddir) (bug #155468)
5267 * python/Makefile.am, python/generator.py: enhanced for enabling
5268 build in a different directory(bug #155468). Added (optional)
5269 param to generator.py to specify the source directory. Added
5270 a new table of functions which have possible "foreign" encodings
5271 (e.g. UTF16), and code to use python 't' format instead of
5272 'z' format (mostly solving bug #152286, but still need to
5273 populate the table).
5274
5275Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
5276
5277 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
5278 Change reference to new site for Solaris binaries, fixing bug
5279 160598
5280
5281
5282Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
5283
5284 * parser.c: reset input->base within xmlStopParser
5285 * xmlstring.c: removed call to xmlUTF8Strlen from within
5286 xmlUTF8Strpos (Bill Moseley pointed out it was not
5287 useful)
5288
5289Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
5290
5291 * valid.c: changed xmlErrValidWarning to use ctxt->warning
5292 instead of ctxt->error for its reports (bug #160662)
5293
5294Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
5295
5296 * python/generator.py: modified to allow the ns and nsDefs
5297 accessors to return None instead of error when no namespace
5298 is present (bug #)
5299
5300Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
5301
5302 * doc/Makefile.am: changed maintainer-clean dependency with
5303 suggestion from Crispin Flowerday (bug #157634)
5304 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
5305 were specified with debugDumpNode (bug #160621)
5306
5307Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
5308
5309 * valid.c: fixed ID deallocation problem based on patch from
5310 Steve Shepard fixes bug #160893
5311 * xmlmemory.c: improving comment.
5312 * testapi.c: new test for xmlDictExists() is generated.
5313
5314Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
5315
5316 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
5317 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
5318 warnings on function pointer <-> object pointer (a hack).
5319
5320Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5321
5322 * xpath.c: fixed a memory leak on errors in some circumstances #159812
5323
5324Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5325
5326 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
5327 a dead loop on bad data (bug 159550)
5328
5329Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5330
5331 * xmlschemas.c: Fixed strict/lax element wildcards: the children
5332 of elements for which a declaration existed were still processed
5333 by the wildcard mechanism (reported by philippe ventrillon to the
5334 mailing list).
5335 Changed the import and include machanism to share dictionaries.
5336
5337Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5338
5339 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
5340 go through the catalog resolution.
5341 * gentest.py testapi.c: fix a side effect wrning of the change
5342
5343Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5344
5345 * dict.c include/libxml/dict.h: added xmlDictExists() to the
5346 dictionnary interface.
5347 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
5348 from Rob Richards
5349
5350Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5351
5352 * xmlschemas.c: tiny enhancement for content model error reports
5353 (#157190, #143948). Removed abbreviations: CT, ST and WC
5354 (#157190, reported by Frans Englich).
5355 Initial: no report of local components.
5356 * result/schemas/all* result/schemas/any3_0_0.err
5357 result/schemas/choice*
5358 result/schemas/cos-st-restricts-1-2-err_0_0.err
5359 result/schemas/derivation-ok-extension-err_0_0.err
5360 result/schemas/derivation-ok-extension_0_0.err
5361 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
5362 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
5363 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
5364 result/schemas/facet-unionST-err1_0_0.err
5365 result/schemas/hexbinary_0_1.err
5366 result/schemas/list* result/schemas/restriction-attr1_0_0.err
5367 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
5368 Adapted output.
5369
5370Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5371
5372 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
5373 xmlSchemaTypeFixup; this ensures facets of inherited types to be
5374 checked prior to facets of derived types - which caused a seg
5375 fault otherwise (bug #158216, reported by Frans Englich).
5376
5377Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
5378
5379 * gentest.py, testapi.c: further enhancement, now all
5380 compilation warnings have been fixed.
5381 * xmlschemastypes.c: added NULL check for one function
5382
5383Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
5384
5385 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
5386 on a couple of lines)
5387 * gentest.py, testapi.c: enhanced to reduce compilation warnings
5388
5389Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5390
5391 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
5392
5393Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5394
5395 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
5396 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
5397 normalization for 'normalizedString'.
5398 Added xmlSchemaWhiteSpaceReplace to the API.
5399
5400Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
5401
5402 * Makefile.am: forgot a $(srcdir)
5403 * encoding.c: stupid error wrong name #157976
5404
5405Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
5406
5407 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
5408
5409Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5410
5411 * python/generator.py python/libxml.c python/libxml2class.txt
5412 python/libxml_wrap.h python/types.c: Applied patch from Brent
5413 Hendricks adding support for late DTD validation.
5414 * python/tests/Makefile.am python/tests/dtdvalid.py
5415 python/tests/test.dtd: integrated the provided regression test
5416
5417Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
5418
5419 * configure.in: detect when struct sockaddr_storage
5420 has the __ss_family member instead of ss_family and
5421 behave accordingly. We now can use ipv6 on aix.
5422
5423Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
5424
5425 * Makefile.am gentest.py testapi.c: integrated in "make tests"
5426 added -q option, and more conditional features fixes
5427 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
5428 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
5429 include/libxml/debugXML.h: various compilation and conditional
5430 cleanups.
5431 * doc/*: regenerated
5432
5433Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
5434
5435 * gentest.py testapi.c: better handling of conditional features
5436 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
5437 on parser contexts closed leaks, error messages
5438
5439Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
5440
5441 * xpath.c: fixed problem concerning XPath context corruption
5442 during function argument evaluation (bug 157652)
5443
5444Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5445
5446 * testapi.c: more types.
5447 * parserInternals.c xpath.c: more fixes
5448
5449Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5450
5451 * gentest.py testapi.c: better parser options coverage
5452 * SAX2.c xpath.c: more cleanups.
5453
5454Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
5455
5456 * testapi.c: trying to fix some optional support brokenness
5457
5458Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
5459
5460 * gentest.py testapi.c: more coverage
5461 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
5462
5463Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
5464
5465 * gentest.py testapi.c: more coverage
5466 * SAX2.c parser.c parserInternals.c: more fixes
5467
5468Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5469
5470 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
5471
5472Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
5473
5474 * gentest.py testapi.c: more types, more coverage
5475 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
5476 xmlschemastypes.c: more problems fixed
5477
5478Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5479
5480 * gentest.py: fixed test file corruption problem
5481
5482Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
5483
5484 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
5485
5486Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5487
5488 * testapi.c: augmented the number of types
5489
5490Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
5491
5492 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
5493 bug fixes and documentation updates.
5494
5495Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
5496
5497 * gentest.py testapi.c: augmented type autogeneration for enums
5498 * xpath.c include/libxml/xpath.h: removed direct error reporting.
5499
5500Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5501
5502 * encoding.c: fixed a regression in iconv support.
5503
5504Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
5505
5506 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
5507 for unknown pointer types
5508 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
5509 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
5510 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
5511 xpointer.c: This uncovered an impressive amount of entry points
5512 not checking for NULL pointers when they ought to, closing all
5513 the open gaps.
5514
5515Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
5516
5517 * catalog.c: fixed problem with NULL entry (bug 157407)
5518 * xpath.c: fixed a couple of warnings (no change to logic)
5519
5520Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5521
5522 * gentest.py testapi.c: more coverage
5523 * xmlunicode.c: one fix
5524
5525Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
5526
5527 * entities.c: fixed a compilation problem on a recent change
5528
5529Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
5530
5531 * gentest.py testapi.c: more coverage
5532 * nanoftp.c tree.c: more fixes
5533
5534Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5535
5536 * gentest.py testapi.c: fixed the way the generator works,
5537 extended the testing, especially with more real trees and nodes.
5538 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
5539 of real problems found and fixed.
5540 * entities.c: fix error reporting to go through the new handlers
5541
5542Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
5543
5544 * parser.c: dohh ... stupid change killing xmlParseDoc()
5545
5546Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5547
5548 * gentest.py testapi.c: changing the way the .c is generated,
5549 extending the tests coverage
5550 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
5551 function signatures, regenerating stuff
5552 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
5553
5554Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
5555
5556 * gentest.py testapi.c: extending the tests coverage
5557
5558Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5559
5560 * Makefile.am: gentest.py was missing from the EXTRA_DIST
5561
5562Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
5563
5564 * gentest.py testapi.c: extending the tests coverage
5565 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
5566
5567Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5568
5569 * gentest.py testapi.c: more fixes and extending the tests coverage
5570 * nanoftp.c xmlIO.c: more fixes and hardening
5571
5572Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
5573
5574 * gentest.py testapi.c: more fixes and extending the tests coverage
5575 * valid.c: bunch of cleanups and 2 leaks removed
5576
5577Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
5578
5579 * gentest.py testapi.c: more fixes and extending the tests coverage
5580 * list.c tree.c: more fixes and hardening
5581
5582Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5583
5584 * gentest.py testapi.c: more fixes and extending the tests coverage
5585 * relaxng.c include/libxml/relaxng.h: adding a type init interface
5586 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
5587 cleanups and bug fixes raised by the regression tests
5588
5589Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
5590
5591 * gentest.py testapi.c: more fixes and extending the tests coverage
5592 * xmlwriter.c list.c: more hardeing of APIs
5593 * doc/apibuild.py: skip testapi.c when scanning the C files.
5594
5595Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
5596
5597 * gentest.py testapi.c: more testing and coverage
5598 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
5599 * doc/*: rebuilt
5600
5601Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
5602
5603 * gentest.py testapi.c: more developments on the API testing
5604 * HTMLparser.c tree.c: more cleanups
5605 * doc/*: rebuilt
5606
5607Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
5608
5609 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
5610 * Makefile.am gentest.py testapi.c: work on generator of an
5611 automatic API regression test tool.
5612 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
5613 xmlstring.c: various API hardeing changes as a result of running
5614 teh first set of automatic API regression tests.
5615 * test/slashdot16.xml: apparently missing from CVS, commited it
5616
5617Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5618
5619 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5620 on #fedora-devel
5621
5622Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
5623
5624 * parser.c: fixed a bug reported by Petr Pajas on the list and
5625 affecting XML::Libxml
5626
5627Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
5628
5629 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
5630 sure the conversion functions return the number of byte written.
5631 Had to fix one of the examples.
5632
5633Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5634
5635 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5636
5637Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5638
5639 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
5640 Brent Hendricks in the mailing-list
5641 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5642 parserInternals.c: fix #156626 and more generally how to find out
5643 if a validation contect is part of a parsing context or not. This
5644 can probably be improved to make 100% sure that vctxt->userData
5645 is the parser context too. It's a bit hairy because we can't
5646 change the xmlValidCtxt structure without breaking the ABI since
5647 this change xmlParserCtxt information indexes.
5648
5649Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5650
5651 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
5652 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
5653
5654Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5655
5656 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
5657 (bug 156527)
5658
5659Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5660
5661 * nanoftp.c nanohttp.c: second part of the security fix for
5662 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
5663
5664Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5665
5666 * nanoftp.c: applied fixes for a couple of potential security problems
5667 * tree.c valid.c xmllint.c: more fixes on the string interning checks
5668
5669Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5670
5671 * debugXML.c include/libxml/xmlerror.h: added checking for names
5672 values and dictionnaries generates a tons of errors
5673 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
5674 include/libxml/tree.h: fixing the errors in the regression tests
5675
5676Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5677
5678 * parser.c: modified the handling of _private for entity
5679 expansion (bug 155816)
5680
5681Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5682
5683 * parser.c: fixed the leak reported by Volker Roth on the list
5684 * test/ent10 result//ent10*: added a specific test for the problem
5685
5686Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
5687
5688 * valid.c: unlinked the internal subset within xmlValidateDtd
5689 (bug 141827)
5690 * configure.in: added -Wall to developer's flags
5691 * doc/examples/reader4.res: added to CVS
5692
5693Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5694
5695 * HTMLparser.c: added support for HTML PIs #156087
5696 * test/HTML/python.html result/HTML/python.html*: added specific tests
5697
5698Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5699
5700 * threads.c: fixed nasty bug #156087
5701
5702Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5703
5704 * python/libxml.c: fixed a problem occuring only in x86_64 when
5705 very large error messages are raised to the Python handlers.
5706
5707Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5708
5709 * xmlschemas.c: fixed a memory bug
5710 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
5711 and regenerated the directory
5712
5713Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5714
5715 * include/libxml/xmlreader.h xmlreader.c: applied patch from
5716 Graham Bennett adding 4 convenience functions to the reader API.
5717
5718Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5719
5720 * debugXML.c: excluded a few nodes (with no content) from the
5721 string check routine.
5722
5723Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
5724
5725 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5726 raise a problem, need debug
5727
5728Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5729
5730 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
5731 #155240 building outside the source tree. but make tests fails.
5732
5733Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5734
5735 * debugXML.c include/libxml/xmlerror.h: added namespace checking
5736
5737Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5738
5739 * debugXML.c: some framework preparation to add namespace checkings
5740
5741Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
5742
5743 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
5744 adding the tree debug mode
5745 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
5746 by the debug mode.
5747 * SAX2.c: another tree fix from Rob Richards
5748
5749Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
5750
5751 * catalog.c: small change to last fix, to get xml:base right
5752
5753Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5754
5755 * catalog.c: added code to handle <group>, including dumping
5756 to output (bug 151924).
5757 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
5758 cleanup (no change to logic)
5759
5760Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
5761
5762 * configure.in debugXML.c include/libxml/xmlversion.h.in
5763 include/libxml/xmlwin32version.h.in: revamped the XML debugging
5764 module and prepare for a new checking mode
5765
5766Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5767
5768 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
5769
5770Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5771
5772 * python/generator.py python/libxml.c python/tests/outbuf.py:
5773 applied patch from Malcolm Tredinnick fixing bug #154294
5774 related to saving to python file objects.
5775
5776Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5777
5778 * tree.c: changed xmlHasNsProp to properly handle a request for
5779 the default namespace (bug 153557)
5780
5781Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5782
5783 * parser.c: fixed problem with dictionary handling within
5784 xmlParseInNodeContext (bug 153175)
5785
5786Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5787
5788 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5789 check-xinclude-test-suite.py, check-xml-test-suite.py,
5790 check-xsddata-test-suite.py, doc/examples/index.py: changed
5791 changed sys.path setting from 'append' to 'insert' (patch
5792 supplied by Malcolm Tredinnick) (bug 153716)
5793
5794Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5795
5796 * include/libxml/parserInternals.h: added two new macros
5797 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5798 parsing and xpath for testing data not necessarily
5799 unicode.
5800 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5801 IS_DIGIT_CH macros to ascii versions (bug 153936).
5802
5803Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5804
5805 * error.c: added some coding to attempt to display which file
5806 contains an error when using XInclude (bug 152623)
5807
5808Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5809
5810 * configure.in: stupid cut'n paste bug in xmllint detection
5811
5812Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5813
5814 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5815
5816Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5817
5818 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5819 include/libxml/schemasInternals.h: Parsing of <complexContent>
5820 - handle attribute 'mixed', catch illegal attributes.
5821 Parsing of <complexType> - handle attributes 'abstract',
5822 'final' and 'block', catch illegal attributes.
5823 Validation of complex types - handle abstract types.
5824 Added handling of default/fixed attributes and element values.
5825 Per validation option attribute nodes/text nodes are created
5826 on the instance.
5827 Added the corresponding constraints for fixed/default.
5828 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5829 to the external API.
5830 Extended element declaration constraints.
5831 Got rid of perseverative creation of temporery validation/parser
5832 contexts.
5833 Added handling of xsi:schemaLocation and
5834 xsi:noNamespaceSchemaLocation.
5835 Fixed xsi:type component resolution if using non-prefixed
5836 QNames.
5837 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5838 Enabled namespace awareness of the content model if using the
5839 model group "all".
5840 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5841 which broke the test.
5842 * xstc/xstc.py: Workaround to accomodate case insensitive
5843 test definitions in ms-test.def.xml (was missing in a previous
5844 commit).
5845
5846Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5847
5848 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5849 adding option not to load dtd from the drv_libxml2.py module
5850 #134633
5851
5852Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5853
5854 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5855 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5856 warning generated by the Nonstop Kernel Open System Services
5857 compiler #151710
5858
5859Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5860
5861 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5862 python exception hierarchy #139824
5863
5864Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5865
5866 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5867 E20 concerning NMTOKENS and co. validation #153722
5868 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5869 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5870
5871Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5872
5873 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5874 #153713
5875 * xpath.c: fixed a realloc potential problem
5876
5877Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5878
5879 * Makefile.am: fixed make valgrind xstc
5880
5881Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5882
5883 * xmlschemastypes.c: fixing an out of bound adressing issue
5884
5885Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5886
5887 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5888 code cleanups.
5889
5890Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5891
5892 * parser.c: fixed a bunch of errors when realloc failed.
5893
5894Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5895
5896 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5897 by Purify on Windows.
5898
5899Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5900
5901 * xmllint.c: added --timing --copy timing for the copy
5902 * vms/build_libxml.com: applied patch from Craig Berry
5903 to build with recent releases
5904
5905Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5906
5907 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5908 xmlNanoHTTPContentLength to the external API (bug151968).
5909 * parser.c: fixed unnecessary internal error message (bug152060);
5910 also changed call to strncmp over to xmlStrncmp.
5911 * encoding.c: fixed compilation warning (bug152307).
5912 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5913 a couple of compilation warnings.
5914 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5915 warnings; no change to logic.
5916
5917Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5918
5919 * parser.c: removed some extern before function code reported by
5920 Kjartan Maraas on IRC
5921 * legacy.c: fixed compiling when configuring out the HTML parser
5922 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5923 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5924 of the HTML parser data structures, current data generate a huge
5925 amount of ELF relocations at loading time.
5926
5927Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5928
5929 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5930 in the change log and cleanup of space/tabs issues.
5931
5932Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5933
5934 * xmlschemas.c include/libxml/schemasInternals.h
5935 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5936 Simpified attribute wildcard creation and assignment to get rid
5937 of memory leaks.
5938 Restructured the validation process.
5939 Restructured and expanded parsing of <attributeGroup>.
5940 Added initial handing of xsi:type.
5941 Advanced handling of xsi:nil (should work now for simple types).
5942 Added construction of schemata using xsi:schemaLocation and
5943 xsi:noNamespaceSchemaLocation; this is not enabled, since
5944 no corresponding API exists yet.
5945 Moved the content model to complex type components.
5946 Resolution of types for attributes will look for simple types
5947 only (incl. all the built-in simple types).
5948 Extended parsing of 'anyAttribute'.
5949 Fixed content-type type for complex types if derived from
5950 'anyType' using the short-hand form (see bug # 152470,
5951 submitted by Thilo Jeremias).
5952 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5953 * xstc/xstc.py: Workaround to accomodate case insensitive
5954 test definitions in ms-test.def.xml.
5955 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5956 result/schemas/ns0_1_2.err: Adapted.
5957
5958Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5959
5960 * xmlwriter.c: changed char array initialisation to avoid a
5961 complaint from some compiler(s) (bug 152308)
5962
5963Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5964
5965 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5966 routine suggested by Mark Itzcovitz
5967
5968Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5969
5970 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5971 which is that notation not in the internal subset should
5972 not be saved, and the second more nasty on an error saving
5973 NOTATIONs, if there is a proof that nobody uses notations !
5974
5975Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5976
5977 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5978 xmlSchemaValidateOneElement to the XML Schema validation API,
5979 as proposed by Jeffrey Fink - see bug # 152073.
5980
5981Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5982
5983 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5984 checking for xmllint and xsltproc in configure.in, fixed
5985 make dist w.r.t. the new xstc subdir.
5986 * doc/*: rebuilt
5987
5988Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5989
5990 * xstc/xstc.py: Changed to finally validate instance documents.
5991
5992Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5993
5994 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5995 heavy ... weight 250MB of VM !
5996
5997Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5998
5999 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
6000 more cleanup in integrating the xstc testsuite
6001
6002Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6003
6004 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
6005 starting to integrate the xstc suite in the normal regression
6006 tests
6007
6008Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6009
6010 * xstc/sun-test-def.xml: The "tsDir" attribute was not
6011 set correctly.
6012
6013Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6014
6015 * check-xinclude-test-suite.py: when output and expected do not match
6016 exactly run diff to put the differences in the log c.f. #148691
6017
6018Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6019
6020 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
6021 xstc/sun-test-def.xml: Initial release of generation files to
6022 create python test scripts, which will run the W3C XML Schema Test
6023 Collection. The ms-test-def.xml and sun-test-def.xml files
6024 were extracted from the online HTML XSTC results [1], since they did
6025 not exist for the SUN tests, and only partially did exist for the
6026 MS tests. The NIST definition file was created by concatenation
6027 of the existing definition files for each single datatype.
6028 The stylesheet "xstc-to-python.xslt" should be run against the
6029 definition files to produce the python scripts.
6030 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
6031 results-master.html"
6032
6033Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6034
6035 * xmlschemas.c include/libxml/schemasInternals.h
6036 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
6037 a format argument was missing.
6038 Fixed wrong assignment of the owner of a wildcard in
6039 xmlSchemaBuildAttributeValidation (in the shorthandform of
6040 <complexType>; this caused a seg fault, due to a double-free
6041 of the wildcard.
6042 Added a check for circular attribute group references.
6043 Added a check for circular model group definition references.
6044 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
6045
6046Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
6047
6048 * xmlstring.c: modified comments on xmlGetUTF8Char in
6049 response to bug 151760 (no change to logic)
6050
6051Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
6052
6053 * xmlstring.c: fixed error reported on the list caused by
6054 my last change
6055
6056Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6057
6058 * NEWS configure.in doc/*: release of libxml2-2.6.13
6059
6060Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
6061
6062 * xmlIO.c: fixing #151456, an encoding error could generate
6063 a serialization loop.
6064
6065Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
6066
6067 * Makefile.am: also produce a tar ball with just the sources
6068 * xmllint.c: added --path option and --load-trace options to
6069 xmllint, RFE #147740 based on xsltproc versions
6070 * doc/xmllint.* doc/*: updated the man page and rebuilt
6071
6072Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6073
6074 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
6075 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
6076 update the test.
6077 * test/ns5 result//ns5*: added a test for the namespace bug fixed
6078 in previous commit.
6079 * Makefile.am: added a message in the regression tests
6080
6081Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
6082
6083 * SAX2.c: fixed bug introduced during OOM fixup causing problems
6084 with default namespace when a named prefix with the same href
6085 was present (reported on the mailing list by Karl Eichwalder.
6086 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
6087 Julius Mittenzwei.
6088 * dict.c: added a typecast to try to avoid problem reported by
6089 Pascal Rodes.
6090
6091Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6092
6093 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
6094 not create a computed value on a facet and thus crashed during
6095 validation of instances.
6096 Expanded validity checks for min/maxOccurs attributes.
6097 Expanded validity checks for the value of the attribute "form".
6098
6099Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
6100
6101 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
6102 mailing list by Julius Mittenzwei
6103
6104Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
6105
6106 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
6107 Red Hat bug #124942
6108
6109Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6110
6111 * parser.c: remove a warning on Solaris
6112 * xmlschemastype.c: fix a crashing bug #151111
6113
6114Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6115
6116 * test/schemas/import-bad-1_0.imp: Added missing test file.
6117 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
6118 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
6119 - see #150840.
6120 Changed the import of schemas to allow failure of location
6121 of a resource to be imported.
6122 * result/schemas/all_* result/schemas/any3_0_0.err
6123 result/schemas/choice_* result/schemas/import1_0_0.err
6124 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
6125 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
6126 result/schemas/ns0_1_2.err: Adapted regression test results.
6127
6128Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
6129
6130 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
6131 fix Xpath memory leak (thanks to sKaBoy and William Brack)
6132
6133Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6134
6135 * parser.c: fixed path problem in DTD loading reported by
6136 Sameer Abhinkar
6137
6138Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6139
6140 * win32/configure.js: added support for version extra
6141 * win32/Makefile.*: upgraded to zlib 1.2.1
6142
6143Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6144
6145 * configure.in: removing -O -g from default gcc flags #150828
6146
6147Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6148
6149 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
6150 and rebuilt the docs.
6151
6152Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6153
6154 * python/libxml.c: fix a problem on last commit
6155
6156Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6157
6158 * xmllint.c xpath.c include/libxml/xpath.h
6159 include/libxml/xpathInternals.h python/libxml.c
6160 python/libxml_wrap.h: trying to remove some warning when compiling
6161 on Fedora Core 3 and 64bits
6162
6163Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6164
6165 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
6166 <sequence>, <choice>, <include>, <import>.
6167 Fixed schema defaults (elementFormDefault, etc.) for included
6168 schemas.
6169 Fixed a bug which reported attributes as invalid on
6170 elements declarations with the built-in type 'anyType'.
6171 Added "lax" validation of the content of elements of type
6172 'anyType'.
6173 Fixed: element declarations with the same name were treated
6174 as duplicate if located in the subtree of <choice> -> <sequence>.
6175 (This was bug 150623, submitted by Roland Lezuo)
6176 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
6177 by Igor Kapitanker. (This was bug 150647, submitted by Igor
6178 Kapitanker)
6179 * xmlschemastypes.c: Changed the type of anyType to
6180 XML_SCHEMAS_ANYTYPE.
6181 * include/libxml/xmlerror.h: Added schema parser errors.
6182 * result/schemas/bug145246_0_0*
6183 result/schemas/extension1_0_2.err: Changed test results.
6184 * result/schemas/ct-sc-nobase_0_0*
6185 result/schemas/facet-whiteSpace_0_0*
6186 result/schemas/import1_0_0* result/schemas/import2_0_0*
6187 result/schemas/include2_0_0* result/schemas/include3_0_0*
6188 result/schemas/restriction-attr1_0_0*
6189 result/schemas/seq-dubl-elem1_0_0*
6190 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
6191 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
6192 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
6193 test/schemas/import2_0* test/schemas/include2_0*
6194 test/schemas/include3_0* test/schemas/restriction-attr1_0*
6195 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
6196 test/schemas/xsd-list-itemType_0*: Added new tests and missing
6197 files.
6198
6199Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6200
6201 * Makefile.am configure.in: a bit of cleanup and a extra variable for
6202 CVS dist
6203
6204Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
6205
6206 * doc/xmllint.xml, xmllint.1, xmllint.html:
6207 Edit and rebuild the man pages with Daniel's C14 update
6208
6209Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
6210
6211 * parser.c: fixed missing line numbers on entity as reported
6212 on the list by Steve Cheng
6213
6214Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
6215
6216 * configure.in globals.c include/libxml/xmlversion.h.in
6217 include/libxml/xmlwin32version.h.in: added some code to
6218 include the CVS ChangeLog version in the xmlParserVersion
6219 string (printed by xmllint with --version)
6220
6221Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6222
6223 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
6224 python/libxml.c python/libxml_wrap.h python/types.c
6225 python/tests/schema.py python/tests/Makefile.am: Applied patch
6226 from Torkel Lyng to add Schemas support to the Python bindings
6227 and extend the schemas error API, registered a new test.
6228 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
6229
6230Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6231
6232 * debugXML.c: added help for new set shell command
6233 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
6234 added parser option to not generate XInclude start/end nodes,
6235 added a specific option to xmllint to test it fixes #130769
6236 * Makefile.am: regression test the new feature
6237 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
6238
6239Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
6240
6241 * xmlIO.c: small typo pointed out by Mike Hommey
6242 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
6243 the --c14n description, c.f. #144675 .
6244 * nanohttp.c nanoftp.c: applied a first simple patch from
6245 Mike Hommey for $no_proxy, c.f. #133470
6246 * parserInternals.c include/libxml/parserInternals.h
6247 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
6248 in includes #137414
6249 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
6250 first version of the inplementation of parsing within
6251 the context of a node in the tree #142359, new function
6252 xmlParseInNodeContext(), added support at the xmllint --shell
6253 level as the "set" function
6254 * test/scripts/set* result/scripts/* Makefile.am: extended
6255 the script based regression tests to instrument the new function.
6256
6257Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
6258
6259 * doc/xmllint.xml, xmllint.html, xmllint.1:
6260 add c14n to man page (man, it's hard to keep up with
6261 Daniel!)
6262
6263Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
6264
6265 * doc/xmllint.xml, xmllint.html, xmllint.1:
6266 add pattern, walker, maxmem, output and xmlout to man page
6267 fixes #144675
6268
6269Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6270
6271 * xmllint.c: added a --c14n option to canonicalize the output
6272 should close the RFE #143226
6273
6274Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6275
6276 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
6277 * xmlcatalog.c: applied patch from Albert Chin to add a
6278 --no-super-update option to xmlcatalog see #145461
6279 and another patch also from Albert Chin to not crash
6280 on -sgml --del without args see #145462
6281 * Makefile.am: applied another patch from Albert Chin to
6282 fix a problem with diff on Solaris #145511
6283 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
6284 in bug #148115
6285 * python/libxml.py: apply fix from Marc-Antoine Parent about
6286 the errors in libxml(2).py on the node wrapper #135547
6287
6288Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
6289
6290 * Makefile.am: added a dumb rule to able to compile tst.c
6291 when people submit a sample test program
6292 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
6293 to document xmlSchemasSetValidErrors() limitations, #141827
6294 * error.c: Add information in generic and structured error
6295 setter functions that this need to be done per thread #144308
6296 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
6297 bug #144162
6298 * doc/xmllint.xml: typo fix #144840
6299
6300Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
6301
6302 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
6303 include/libxml/schemasInternals.h include/libxml/xmlerror.h
6304 include/libxml/xmlschemastypes.h: applied Schemas patches
6305 from Kasimier Buchcik
6306 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
6307 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
6308 lot of new tests for things fixed by the patch
6309
6310Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
6311
6312 * valid.c: fixed my mis-handling of External ID on last
6313 change.
6314
6315Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
6316
6317 * valid.c: changed the parsing of a document's DTD to use
6318 the proper base path (bug 144366)
6319
6320Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6321
6322 * Makefile.am config.h.in configure.in python/Makefile.am:
6323 applied a patch from Gerrit P. Haase to get python bindings
6324 on Cygwin
6325
6326Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
6327
6328 * include/libxml/valid.h: elaborated on description of
6329 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
6330 144760)
6331 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
6332 minor fixes to comments for doc rebuilding errors.
6333 * doc/*.html: rebuilt the docs
6334
6335Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6336
6337 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
6338 fixes documentation glitches raised by Oliver Stoeneberg
6339
6340Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
6341
6342 * tree.c: fixed problem with memory leak on text nodes in DTD
6343 (bug 148965) with patch provided by Darrell Kindred
6344
6345Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6346
6347 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
6348 (bug 149041)
6349
6350Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
6351
6352 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
6353 info posted to the mailing list.
6354
6355Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6356
6357 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
6358 xmlreader.c, include/libxml/tree.h: many further little changes
6359 for OOM problems. Now seems to be getting closer to "ok".
6360 * testOOM.c: added code to intercept more errors, found more
6361 problems with library. Changed method of flagging / counting
6362 errors intercepted.
6363
6364Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6365
6366 * tree.c: applied a couple of patch one from Oliver Stoeneberg
6367 and another one from Rob Richards fixing #148448
6368
6369Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6370
6371 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
6372 setting doc->charset.
6373
6374Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
6375
6376 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
6377 fixes for out of memory condition, mostly from Olivier
6378 Andrieu.
6379 * testOOM.c: some further improvement by Olivier, with
6380 a further small enhancement for easier debugging.
6381
6382Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
6383
6384 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
6385 implemented patches supplied by Olivier Andrieu
6386 (bug 148588), plus made some further enhancements, to
6387 correct some problems with out of memory conditions.
6388 * testOOM.c: improved with patches from Olivier Andrieu
6389
6390Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
6391
6392 * tree.c: put in patch for Windows buffer re-allocation
6393 submitted by Steve Hay (bug 146697)
6394
6395Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
6396
6397 * xinclude.c: added some code to check, when an include is
6398 done, whether the requested URL gets mapped to some other
6399 location (e.g. with a catalog entry) and, if so, take care
6400 of the xml:base properly (bug 146988)
6401
6402Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
6403
6404 * error.c: fixed to assure user data param is set correctly
6405 when user structured error handler is called (bug 144823)
6406
6407Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
6408
6409 * xmlreader.c: fixed problem with reader state after
6410 processing attributes (bug 147993)
6411
6412Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6413
6414 * configure.in, Makefile.am: put in an auto* check for the
6415 path to perl (if it exists), and modified make Timingtests
6416 to use that path instead of just executing the dbgenattr.pl
6417 script (bug 148056)
6418
6419Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6420
6421 * python/generator.py: added a check on the argument for some
6422 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
6423 reported on the list). Further enhancement should be done
6424 to auto-create the appropriate object.
6425 * python/libxml.c: minor fix for a warning message; added a
6426 routine, currently not used, to report the description of a
6427 PyCObject.
6428 * python/libxml2class.txt: regenerated
6429
6430Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6431
6432 * catalog.c test/catalogs/white* result/catalogs/white*:
6433 applied patches from Peter Breitenlohner to fix handling
6434 of white space normalization in public ids and add tests
6435
6436Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6437
6438 * xmlmemory.c: applied a small fix from Steve Hay
6439
6440Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
6441
6442 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
6443 the xpath context document pointer (part of fix to libxslt
6444 bug 147445)
6445
6446Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
6447
6448 * python/libxml.py: ran 'expand' on the file to get rid of mixture
6449 of tabs and spaces (bug 147424)
6450
6451Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
6452
6453 * python/drv_libxml.py: added an encoding "special comment" to avoid
6454 warning message in python2.3 (bug 146889)
6455 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
6456 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
6457 * xpath.c: enhanced to take advantage of current libxslt handling
6458 of tmpRVT. Fixes bug 145547.
6459
6460Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6461
6462 * libxml.h uri.c: fixed a couple of problems in the new
6463 elfgcchack.h trick pointed by Peter Breitenlohner
6464
6465Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6466
6467 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
6468 which prevented building with --with-minimum
6469
6470Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6471
6472 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
6473 docs
6474
6475Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6476
6477 * parser.c: make the push interfaces synchronous
6478 * python/tests/sync.py: added a specific test
6479 * python/tests/Makefile.am doc/examples/Makefile.am
6480 doc/examples/index.py: added the new test, cleaning up
6481 "make tests" output
6482
6483Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6484
6485 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
6486 datatype facet problem with recent changes.
6487
6488Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
6489
6490 * python/libxml.c: Changed the number of XPath extension functions
6491 allowed to be variable-length (patch supplied by Marc-Antoine
6492 Parent, bug 143805). Added code to "unregister" the functions
6493 when the parser cleanup takes place.
6494
6495Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6496
6497 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
6498 some updates with memory debugging facilities while messing
6499 with libxslt python bindings
6500
6501Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6502
6503 * python/libxml.c python/generator.py python/libxml.py
6504 python/libxml2-python-api.xml python/libxml2class.txt:
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006505 applied patch from Stéphane Bidoul to fix some Python bindings
William M. Brack11be2d02007-01-24 19:17:19 +00006506 initialization, then had to change the parserCleanup()
6507 to handle memory released there.
6508 * xmlmemory.c: added more debugging comments.
6509
6510Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6511
6512 * xmlreader.c: seems the reader buffer could be used while not
6513 allocated, fixes bug #145218
6514
6515Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6516
6517 * python/generator.py: do not provide functions used as destructor
6518 of classes as public methods to avoid double-free problem like
6519 in bug #145185
6520
6521Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
6522
6523 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
6524 Now compiles warning-free, all tests passed.
6525 * SAX2.c: small change to comments for documentation.
6526 No change to logic.
6527
6528Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
6529
6530 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
6531
6532Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
6533
6534 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
6535 allocation problem
6536
6537Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
6538
6539 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
6540 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
6541 applied Schemas patches from Kasimier Buchcik, there is still
6542 one open issue about referencing freed memory.
6543 * test/schemas/* result/schemas/*: updated with new tests from
6544 Kasimier
6545
6546Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
6547
6548 * include/libxml/globals.h include/libxml/xmlIO.h
6549 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
6550 to globals.h to avoid some troubles pointed out by Rob Richards
6551
6552Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6553
6554 * libxml.m4: applied changes suggested by Mike Hommey, remove
6555 libxml1 support and use CPPFLAGS instead of CFLAGS
6556
6557Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6558
6559 * libxml.spec.in: another, more 'experimental' feature to
6560 get compiler optimization based on gcc runtime profiling
6561
6562Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6563
6564 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
6565 Ven suggestion to reduce ELF footprint and generated code. Based on
6566 aliasing of libraries function to generate direct call instead of
6567 indirect ones
6568 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
6569 generation of elfgcchack.h based on the API description, extended
6570 the API description to show the conditionals configuration flags
6571 required for symbols.
6572 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
6573 * doc/*: regenerated the docs.
6574
6575Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
6576
6577 * regressions.py, regressions.xml: new files for running
6578 regression tests under Python. Not yet complete, but
6579 should provide good testing under both Linux and Windows.
6580 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
6581 for --push testing to include the 'rb' param when compiled
6582 under Windows.
6583
6584Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6585
6586 * uri.c: fixed a problem when base path was "./xxx"
6587 * result/XInclude/*: 5 test results changed by above.
6588 * Makefile.am: fixed a couple of spots where a new
6589 result file used different flags that the testing one.
6590
6591Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
6592
6593 * valid.c: suppressed warnings from within xmlValidGetValidElements
6594 (bug 144644)
6595 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
6596 (bug 144245)
6597
6598Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6599
6600 * valid.c: implemented bugfix from Massimo Morara for DTD
6601 dumping problem.
6602 * test/valid/t10.xml, result/valid/t10.*: added regression
6603 for above
6604 * configure.in: small change for my profile settings
6605
6606Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
6607
6608 * doc/xmlcatalog_man.xml, xmlcatalog.1
6609 Docs patch from Ville Skytta, bugzilla #144841
6610
6611Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
6612
6613 * doc/xmllint.xml, xmllint.html, xmllint.1
6614 update man page to reflect William's newly disciplined return
6615 code mojo
6616
6617Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6618
6619 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
6620 compilation errors when configured with --with-minimum
6621
6622Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6623
6624 * debugXML.c: applied patch from Stefano Debenedetti to register
6625 namespaces in the debug shell
6626
6627Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6628
6629 * xmlreader.c: fix from Steve Ball and update of the comment.
6630 * Makefile.am result/errors/*.str: William pointed out that
6631 the streaming error checking part wasn't streaming, fixing
6632
6633Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6634
6635 * catalog.c: patch from Igor for the default catalog path on Windows
6636
6637Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6638
6639 * configure.in: apparently wasn't updated last time
6640
6641Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6642
6643 * configure.in, xmlmemory.c, globals.c: fixed problem when
6644 configuring using --with-thread-alloc
6645
6646Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6647
6648 * win32/configure.js win32/Makefile.* minor changes for the new
6649 layout of the Windows binary package
6650
6651Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6652
6653 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
6654 from Kasimier Buchcik for Schema Component Constraints
6655 * test/schemas/* result/schemas/*: added the regression tests
6656
6657Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6658
6659 * xmllint.c: fixed missing error return code for schema
6660 validation (bug 143880), also changed over to an enum for
6661 defining the error return codes for all conditions.
6662
6663Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6664
6665 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
6666 problem when substituing entities using the Reader, the entities
6667 content might be freed and if rereferenced would crash
6668 * Makefile.am test/* result/*: added a new test case and a new
6669 test operation for the reader with substitution of entities.
6670
6671Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6672
6673 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
6674 applied patch from Rob Richards for the per thread I/O mappings
6675
6676Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6677
6678 * xinclude.c: some further enhancement to take care of
6679 xml:base for XPointer elements (bug 143886). Also fixed
6680 a problem when xml:base was already specified on an
6681 XInclude'd element.
6682
6683Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
6684
6685 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
6686 (bug 143738).
6687
6688Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
6689
6690 * uri.c, include/libxml/uri.h: added a new routine
6691 xmlBuildRelativeURI needed for enhancement of xinclude.c
6692 * xinclude.c: changed handling of xml:base (bug 135864)
6693 * result/XInclude/*: results of 5 tests changed as a result
6694 of the above change
6695
6696Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6697
6698 * test/schemas/* result/schemas/*: added a bunch of tests from
6699 Kasimier Buchcik posted on May 11
6700
6701Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6702
6703 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
6704 of wildcards attribute handling
6705 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6706 regression tests
6707
6708Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6709
6710 * parser.c: fixed a bug where invalid charrefs may not be detected
6711 sometimes as pointed by Morus Walter.
6712 * test/errors/charref1.xm result/errors/charref1.xml*: added the
6713 test in the regression suite.
6714
6715Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6716
6717 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
6718 also corrected typo on error code enum.
6719 * include/libxml/xmlerror.h: corrected typo on schema error
6720 code enum
6721
6722Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6723
6724 * xmlschemas.c: minor cosmetic changes, no change to logic.
6725 * result/schemas/attruse_0_[12].err: regenerated
6726 * globals.c: added a newline at end to make gcc happy
6727
6728Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
6729
6730 * xmlschemas.c include/libxml/schemasInternals.h
6731 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
6732 implementing attribute uses and wildcards.
6733 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
6734
6735Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6736
6737 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
6738 Rob Richards for custom I/O BufferCreateFilenane fixes bug
6739 #143366
6740
6741Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6742
6743 * xpath.c: fixed problem with predicate evaluation on an
6744 empty nodeset (bug 143409)
6745
6746Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6747
6748 * testSAX.c: fixed problem with attribute listing (bug 142674)
6749 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
6750 gets called (bug 142686)
6751
6752Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6753
6754 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
6755 Charles Bozeman fixing a side effect in date handling
6756
6757Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
6758
6759 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
6760 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
6761
67622004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6763
6764 * c14n.c: fixed c14n bug with serializing attribute namespaces
6765
6766Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6767
6768 * xpath.c: fixed to allow '+' in exponent of number
6769 (bug 143005)
6770 * SAX2.c: fixed typo in last commit
6771
6772Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6773
6774 * SAX2.c: skipped call to xmlValidateNCName when compiling
6775 --with-minimum (bug 142917)
6776
6777Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6778
6779 * catalog.c: reverted the broken change.
6780
6781Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6782
6783 * NEWS doc/*: updated the docs for 2.6.10
6784
6785Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6786
6787 * configure.in : releasing 2.6.10
6788
6789Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6790
6791 * tree.c: avoid returning default namespace when searching
6792 from an attribute
6793 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6794 back to escaping " since the normal serialization routines do not
6795 use it anymore, should close bug #134477 . Tried to make
6796 the writer avoid it too but it didn't work.
6797
6798Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6799
6800 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6801 handling and added direct links to bugzilla report for
6802 bug numbers.
6803
6804Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6805
6806 * error.c: modified to assure proper user data is sent to
6807 structured error routine (bug 142598)
6808
6809Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6810
6811 * catalog.c: a couple of large static variable which should really
6812 not be declared as such cluttered the .bss section.
6813
6814Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6815
6816 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6817 libxslt ChangeLog
6818
6819Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6820
6821 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6822 ChangeLog page generation. The awk shoudl escape characters
6823 not okay in XML and the xslt should make links to functions
6824 or variables or bug reported in the entries.
6825
6826Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6827
6828 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6829 escaping customization.
6830
6831Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6832
6833 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6834
6835Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6836
6837 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6838
6839Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6840
6841 * parser.c: enhanced the enhancement, fixed another couple of
6842 special cases.
6843
6844Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6845
6846 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6847
6848Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6849
6850 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6851 handling, start to looks better, need to be completed and added
6852 directly at the saving context level.
6853
6854Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6855
6856 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6857 the escape on save routines for better performances (less malloc)
6858 and more flexibility using the new saving context. Preliminary
6859 work, interface will change.
6860
6861Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6862
6863 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6864 element reference within the xs:all construct (bug 139897)
6865
6866Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6867
6868 * xinclude.c: a little further fixing of fallback processing, this
6869 time for fallback with children (bug 139520).
6870
6871Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6872
6873 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6874 allow ref in group definition (bug 134411). Also fixed
6875 misc compilation warning messages.
6876 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6877 regenerated (now no error reported).
6878
6879Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6880
6881 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6882 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6883 #141195 about text between comments.
6884
6885Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6886
6887 * xmlschemas.c, include/libxml/schemasInternals.h,
6888 include/libxml/xmlerror.h: Applied patches supplied by
6889 Kasimier Buchcik.
6890 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6891 changed test to account for above patch.
6892
6893Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6894
6895 * python/tests/tstLastError.py: better portability fix for f(*args),
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006896 use apply(f, args) as Stéphane Bidoul suggested
William M. Brack11be2d02007-01-24 19:17:19 +00006897
6898Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6899
6900 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6901 is already present and, if so, to ignore the request to add it.
6902 This has a very dramatic effect on memory requirements as well
6903 as efficiency. It also fixes bug 141762.
6904
6905Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6906
6907 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6908 applied patch from Ed Davis to allow "make tests" to work
6909 with Python 1.5
6910
6911Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6912
6913 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6914 fixes bug #141266
6915 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6916 test
6917
6918Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6919
6920 * Makefile.am: fix for a pedantic make check without make all request
6921
6922Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6923
6924 * uri.c xmlIO.c: fixing some problems in URI unescaping
6925 and output buffer opening, this should fix #141864
6926
6927Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6928
6929 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6930 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6931 Matt Sergeant
6932
6933Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6934
6935 * xmlregexp.c: enhanced the handling of subexpression ranges
6936 which have a minOccurs of 0 (bug 140478 again); cleaned up
6937 comments throughout the module.
6938
6939Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6940
6941 * xmllint.c: adding a --maxmem option to check memory used.
6942
6943Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6944
6945 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6946 bug #141529 i.e. various problems when building with --without-html
6947
6948Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6949
6950 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6951 call the deregistering functions. Also added the check to
6952 xmllint --stream --chkregister .
6953
6954Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6955
6956 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6957 regression tests on Windows
6958
6959Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6960
6961 * xmlreader.c: never commit without running make tests first !
6962
6963Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6964
6965 * xmlreader.c: fix a nasty problem with reading over the end
6966 * xmlsave.c: fix a reported memory leak apparently
6967
6968Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6969
6970 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6971 on Windows.
6972 * xpath.c: the NaN problem also shows up on Borland
6973
6974Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6975
6976 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6977 occurs 0 problems - fixes bug 140478.
6978
6979Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6980
6981 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6982 from Kasimier Buchcik
6983 * xmlschemas.c: recursive xs:extension fix from taihei goi
6984
6985Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6986
6987 * tree.c: small buffer resizing improvement from Morten Welinder
6988 closes #140629
6989
6990Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6991
6992 * xpath.c: last version of the fix for MSC version 1200
6993
6994Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6995
6996 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6997
6998Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6999
7000 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
7001 inexistent functions, cleaned them out.
7002
7003Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
7004
7005 * error.c: Johnson Cameron pointed out that
7006 initGenericErrorDefaultFunc() was really wrong.
7007 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
7008 must be made public, added some missing comments on the XMLReader
7009 header.
7010 * c14n.c: Alexsey fixed C14N bug with processing namespaces
7011 from attributes
7012
7013Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
7014
7015 * xpath.c: fixed a stupid () error + Mark name.
7016
7017Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
7018
7019 * configure.in: preparing 2.6.9 release
7020 * doc/* News: updated and rebuilt the docs
7021
7022Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
7023
7024 * xpath.c: relaxed id() to not check taht the name(s) passed
7025 are actually NCName, decided this in agreement with Aleksey Sanin
7026 since existing specs like Visa3D broke that conformance checking
7027 and other tools seems to not implement it sigh...
7028 * SAX2.c: check attribute decls for xml:id and the value is an
7029 NCName.
7030 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
7031
7032Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
7033
7034 * xpath.c: work around Microsoft compiler NaN bug raise reported
7035 by Mark Vakoc
7036 * xmlschemas.c include/libxml/schemasInternals.h
7037 include/libxml/xmlerror.h: fixed a recusive extention schemas
7038 compilation error raised by taihei goi
7039
7040Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
7041
7042 * libxml.spec.in: keep the ChangeLog compressed
7043 * xmlreader.c: fix a segfault when using Close()
7044 * python/tests/Makefile.am python/tests/reader8.py: test for
7045 the Close() reader API.
7046
7047Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
7048
7049 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
7050 doc/examples/io2.c: minor warning cleanup (no change to logic)
7051 * xinclude: fixed return value for internal function
7052 xmlXIncludeLoadFallback (now always 0 or -1)
7053
7054Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
7055
7056 * valid.c: small enhancement to fix bug 139791
7057
7058Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
7059
7060 * xmlschemas.c include/libxml/schemasInternals.h
7061 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
7062 for the attribute use support
7063 * test/schemas/attruse* result/schemas/attruse*: added the
7064 tests to the regression suite.
7065
7066Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
7067
7068 * xmlsave.c: move the TODO as comments as the function while not
7069 finished are usable as-is
7070 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
7071 implementing union
7072 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
7073 * python/Makefile.am: applied fix from Mike Hommey
7074
7075Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
7076
7077 * parser.c: fixed problem with detecting external dtd
7078 encoding (bug 135229).
7079 * Makefile.am: minor change to test label
7080
7081Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
7082
7083 * xinclude.c: fixed problem causing duplicate fallback
7084 execution (bug 139520)
7085 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
7086 added testcase
7087
7088Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
7089
7090 * SAX2.c include/libxml/tree.h: adding xml:id draft support
7091 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
7092 4 first regression tests
7093
7094Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
7095
7096 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
7097 should depend on the version of python used to compile it.
7098
7099Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
7100
7101 * HTMLparser.c: applied patch from James Bursa, frameset should
7102 close head.
7103
7104Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
7105
7106 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
7107 which was causing check-relaxng-test-suite.py test 351 to fail.
7108
7109Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7110
7111 * nanohttp.c: implemented fix for M$ IIS redirect provided
7112 by Ian Hummel
7113 * relaxng.c: fixed problem with notAllowed compilation
7114 (bug 138793)
7115
7116Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
7117
7118 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
7119 from Mark Vakoc.
7120
71212004-04-01 Johan Dahlin <johan@gnome.org>
7122
7123 * python/.cvsignore: Add generated files, to make cvs silent.
7124
7125Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
7126
7127 * xmlschemas.c: small signed-ness patch from Steve Little
7128
7129Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
7130
7131 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
7132 xmlschemas regexp that William pointed out while working on
7133 #134120
7134 * test/regexp/branch result/regexp/branch: added a specific
7135 regression test
7136
7137Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
7138
7139 * Makefile.am: added PYTHONPATH to python tests for Schemas
7140 and RelaxNG
7141 * test/xsdtest/xsdtestsuite.xml: added testfile for
7142 SchemasPythonTests
7143
7144Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
7145
7146 * doc/examples/examples.xsl doc/examples/index.html: added
7147 information about compiling on Unix
7148
7149Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
7150
7151 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
7152 * doc/*: rebuilt to update
7153
7154Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
7155
7156 * xmlsave.c: optimize indentation based on the new context
7157
7158Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
7159
7160 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
7161 a very tricky problem when modifying the tree based on an XPath
7162 result query.
7163
7164Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7165
7166 * relaxng.c: fixed problem with IS_COMPILABLE flag
7167 (bug 130216)
7168
7169Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
7170
7171 * parser.c: applied patch from Dave Beckett to correct line number
7172 errors when using push with CDATA
7173
7174Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7175
7176 * doc/examples/xpath1.c: added a test template
7177 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
7178 added a new example, and make valgrind target
7179
7180Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
7181
7182 * parser.c: apply fix for #136693
7183
7184Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
7185
7186 * doc/examples/io2.c
7187 * doc/examples/io2.res
7188 add xmlDocDumpMemory example in response to mailing list FAQ
7189 (rebuilt xml and html also)
7190
7191Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7192
7193 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
7194 patch from Mark Vakoc avoiding using xmlParse* option and use
7195 xmlRead* instead
7196 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
7197 to avoid problems with some pathnames.
7198
7199Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7200
7201 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
7202 the docs.
7203 * Makefile.am: use valgring fro the new Python based regression tests
7204
7205Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7206
7207 * relaxng.c: remove a memory leak on schemas type facets.
7208 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
7209 check-xsddata-test-suite.py: reduce verbosity
7210 * configure.in Makefile.am: incorporated the Python regressions
7211 tests for Relax-NG and Schemas Datatype to "make tests"
7212
7213Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7214
7215 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
7216 Alfred Mickautsch for better DTD support.
7217 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
7218 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
7219 reference counting is handled in the XML parser which had the
7220 side effect of removing a lot of hazardous cruft added to try
7221 to fix the problems associated as they popped up.
7222 * xmlIO.c: FILE * close fixup for stderr/stdout
7223
7224Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7225
7226 * relaxng.c: added an error message when an element is not
7227 found within a <choice> (bug 126093)
7228
7229Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
7230
7231 * xmlregexp.c: enhanced the logic of parsing char groups to
7232 better handle initial or ending '-' (bug 135972)
7233
7234Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
7235
7236 * relaxng.c: added check for external reference in
7237 xmlRelaxNGGetElements (bug 137718)
7238 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
7239 regression test for above
7240
7241Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7242
7243 * nanohttp.c: added a close for the local file descriptor
7244 (bug 137474)
7245
7246Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7247
7248 * xmlsave.c: switched the output routines to use the new context.
7249
7250Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
7251
7252 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
7253 nodes (bug 137153)
7254
7255Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7256
7257 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
7258
7259Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7260
7261 * parser.c: fix bug reported by Holger Rauch
7262 * test/att8 result/noent/att8 result/att8 result/att8.rdr
7263 result/att8.sax: added the test to th regression suite
7264
7265Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7266
7267 * doc/search.php: Minor change for later verson of php requiring
7268 $HTTP_GET_VARS.
7269
7270Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
7271
7272 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
7273 previously used only for recursion, to use a value of '2' to
7274 indicate copy properties & namespaces, but not children.
7275 * xinclude.c: changed the handling of ranges to use the above new
7276 facility. Fixes Bug 134268.
7277
7278Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7279
7280 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
7281 added new module xmlsave with patch supplied by Eric Zurcher
7282 (second attempt - don't know what happened to the first one!)
7283
7284Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7285
7286 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
7287 providing Python bindings for the Canonicalization C14N support.
7288
7289Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
7290
7291 * .cvsignore and python/.cvsignore patched
7292
7293Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7294
7295 * xinclude.c: enhanced to assure that if xpointer is called
7296 for a document, the XML_PARSE_NOENT flag is set before parsing
7297 the included document so that entities will automatically get
7298 taken care of.
7299 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
7300 is encountered, it will log it and not crash (bug 135713)
7301
7302Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7303
7304 * xinclude.c: modified to make sub-includes inherit the
7305 parse flags from the parent document (bug 132597)
7306
7307Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7308
7309 * xmlschemas.c: QName handling fixes for the XML Schemas
7310 support from Adam Dickmeiss
7311 * test/schemas/po1_0.xsd: also fix the schemas
7312 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
7313 regression tests
7314
7315Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
7316
7317 * configure.in doc/Makefile.am include/libxml/Makefile.am:
7318 paalied patch from Julio M. Merino Vidal fixing bug #134751
7319 to fix --with-html-dir option.
7320 * doc/*: rebuilt fully the docs
7321 * doc/html/libxml-xmlsave.html: new file from new header.
7322
7323Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7324
7325 * debugXML.c testHTML.c tree.c doc/examples/*.c
7326 include/libxml/xmlsave.h: fixing compilation bug with some options
7327 disabled as well as --with-minimum should fix #134695
7328
7329Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
7330
7331 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
7332 should close #134092
7333
7334Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
7335
7336 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
7337 the new xmlsave module before the actuall big code change.
7338
7339Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7340
7341 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
7342 * test/schemas/mixed* result/schemas/mixed*: added his regression
7343 tests too.
7344
7345Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7346
7347 * testSAX.c: fix a compilation problem about a missing timb include
7348
7349Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
7350
7351 * testSAX.c: small enhancement to prevent trying to print
7352 strings with null pointers (caused "make tests" errors on
7353 HP-UX)
7354
7355Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
7356
7357 * doc/xmllint.xml
7358 * doc/xmllint.1
7359 * doc/xmllint.html
7360 * doc/xmlcatalog_man.xml
7361 * doc/xmlcatalog.1
7362 * doc/xmlcatalog_man.html
7363 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
7364 use
7365
7366Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
7367
7368 * Makefile.am: patch for cross-compilation to Windows from
7369 Christophe de VIENNE.
7370
7371Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7372
7373 * doc/*.html, doc/html/*.html: regenerated docs using older
7374 version of xsltproc pending resolution of AVT problem
7375
7376Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
7377
7378 * Makefile.am: applied patch from Charles Bozeman to not use
7379 the system xmllint.
7380
7381Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7382
7383 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
7384 for MingW
7385
7386Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7387
7388 * Makefile.am catalog.c configure.in: applied a cleanup patch
7389 from Peter Breitenlohner
7390 * tree.c: removed a doc build warning by fixing a param comment
7391 * doc/* : rebuilt the docs
7392
7393Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
7394
7395 * valid.c HTMLparser.c: avoid ID error message if using
7396 HTML_PARSE_NOERROR should fix #130762
7397
7398Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7399
7400 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
7401 fixing compilation and link option when configuring with
7402 --without-valid should fix #135309
7403
7404Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7405
7406 * catalog.c: fixed the main issues reported by Peter Breitenlohner
7407 * parser.c: cleanup
7408 * valid.c: speedup patch from Petr Pajas
7409
7410Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7411
7412 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
7413 on the list by Mike Hommey
7414
7415Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
7416
7417 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
7418 rebuilt the documentation.
7419
7420Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7421
7422 * python/tests/*.py: applied patch from Malcolm Tredinnick
7423 to avoid tabs in python sources, should fix #135095
7424
7425Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7426
7427 * testSAX.c: add --timing option
7428 * relaxng.c: use the psvi field of the nodes instead of _private
7429 which may be used for other purposes.
7430
7431Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7432
7433 * encoding.c: small patch to try to fix a warning with Sun One compiler
7434
7435Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
7436
7437 * encoding.c: small patch removing a warning with MS compiler.
7438
7439Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7440
7441 * debugXML.c: added "relaxng" option to the debugging shell
7442 * Makefile.am test/errors/* result/errors/*: some regression tests
7443 for some error tests cases.
7444
7445Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7446
7447 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
7448 is passed.
7449 * test/att7 result//att7*: adding an old regression test
7450 laying around on my laptop
7451
7452Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
7453
7454 * xmlreader.c: fixed xmllint --memory --stream memory consumption
7455 on large file by using xmlParserInputBufferCreateStatic() with
7456 the mmap'ed file
7457
7458Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7459
7460 * tree.c: some clarification in xmlDocDumpMemory() documentation
7461 * xmllint.c: fixed xmllint --stream --timing to get timings back
7462
7463Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
7464
7465 * parser.c: fixed a problem in push mode when attribute contains
7466 unescaped '>' characters, fixes bug #134566
7467 * test/att6 result//att6*: added the test to the regression suite
7468
7469Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7470
7471 * valid.c: removing a non-linear behaviour from ID/IDREF raised
7472 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
7473 xmlAddRef
7474
7475Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7476
7477 * python/tests/indexes.py python/tests/reader.py: indicated
7478 encoding of the test file, needed for python 2.3
7479
7480Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7481
7482 * xpath.c: fixed problem with numbers having > 19
7483 fractional places (bug 133921)
7484
7485Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7486
7487 * xpath.c: applied optimization patch from Petr Pajas
7488
7489Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7490
7491 * xmlwriter.c include/libxml/xmlwriter.h: applied update
7492 from Alfred Mickautsch and the added patch from Lucas Brasilino
7493
7494Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7495
7496 * benchmark.png index.html xml.html: updating the benchmark
7497 graph and using a PNG instead of a GIF
7498 * xmlreader.c: updated the TODO
7499
7500Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
7501
7502 * doc/tutorial/xmltutorial.xml
7503 * doc/tutorial/xmltutorial.pdf
7504 * doc/tutorial/*.html
7505 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
7506 last name I don't know, for pointing this out
7507
7508Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7509
7510 * NEWS configure.in: preparing release of 2.6.6
7511 * doc/*: updated the docs and rebuilt them
7512
7513Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
7514
7515 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
7516 suspicious about it but this is fairly contained and regression
7517 tests still passes.
7518 * test/schemas/all1* result/schemas/all1*: added the test to
7519 the regression suite.
7520
7521Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
7522
7523 * parser.c: fixed bug #132575 about finding the end of the
7524 internal subset in push mode.
7525 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
7526 added the test to the regression suite
7527
7528Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7529
7530 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
7531 include/libxml/xmlIO.h: added xmlByteConsumed() interface
7532 * doc/*: updated the benchmark rebuilt the docs
7533 * python/tests/Makefile.am python/tests/indexes.py: added a
7534 specific regression test for xmlByteConsumed()
7535 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
7536
7537Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
7538
7539 * tree.c: fixed missing output of internal DTD param entities when
7540 nothing else present in DTD (bug 134052)
7541
7542Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
7543
7544 * encoding.c: applied patch supplied by Christophe Dubach
7545 to fix problem with --with-minimum configuration
7546 (bug 133773)
7547 * nanoftp.c: fixed potential buffer overflow problem,
7548 similar to fix just applied to nanohttp.c.
7549
7550Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7551
7552 * nanohttp.c: fixed the fix for the buffer overflow, thanx
7553 William :-)
7554
7555Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7556
7557 * acinclude.m4, configure.in: fixed problem concerning
7558 determining SOCKLEN_T as pointed out by Daniel Richard G.
7559 on the mailing list
7560
7561Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7562
7563 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
7564
7565Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7566
7567 * xpath.c: small patch from Philip Ludlam to avoid warnings.
7568
7569Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7570
7571 * encoding.c: applied a small patch from Alfred Mickautsch
7572 to avoid an out of bound error in isolat1ToUTF8()
7573
7574Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7575
7576 * xinclude.c: remove the warning on the 2001 namespace
7577 * parser.c parserInternals.c xpath.c: remove some warnings
7578 when compiling with MSVC6
7579 * nanohttp.c: applied a patch when using _WINSOCKAPI_
7580
7581Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
7582
7583 * xinclude.c: added a small hack to fix interference between
7584 my fixes for bugs 132585 and 132588.
7585 * python/libxml.c: fixed problem with serialization of namespace
7586 reported on the mailing list by Anthony Carrico
7587
7588Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7589
7590 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
7591 (bug 133686).
7592
7593Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7594
7595 * xmlwriter.c: fixed problem with return value of
7596 xmlTextWriterWriteIndent() (bug 133297)
7597
7598Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7599
7600 * xinclude.c: changed coding to output good XIncludes when
7601 one or more bad ones are present (bug 132588)
7602
7603Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
7604
7605 * xinclude.c: corrected handling of empty fallback condition
7606 (bug 132585)
7607
7608Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
7609
7610 * HTMLparser.c: added initialisation for ctxt->vctxt
7611 in HTMLInitParser (bug 133127)
7612 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
7613 from several function params)
7614
7615Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
7616
7617 * xinclude.c: fixed problem regarding freeing of dictionary
7618 when there are errors within an XInclude file (bug 133106).
7619 Thanks to Oleg Paraschenko for the assistance.
7620
7621Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7622
7623 * xmlschemastypes.c: fixed validation of maxLength with no
7624 content using patch submitted by Eric Haszlakiewicz
7625 (bug 133259)
7626
7627Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7628
7629 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
7630 calling convention to the public function prototypes (rep by
7631 Cameron Johnson)
7632 * include/libxml/xmlexports.h: fixed mingw+msys compilation
7633 (rep by Mikhail Grushinskiy)
7634
7635Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7636
7637 * xmlwriter.c: enhanced output indenting (bug 133264)
7638
7639Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
7640
7641 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
7642 Steve Ball to provide structured error reports.
7643
7644Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7645
7646 * tree.c, include/libxml/tree.h: moved serialization of
7647 attribute text data (xmlSerializeContent) into a separate
7648 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
7649 * xmlwriter.c: changed handling of attribute string to use the
7650 routine above (fixed bug 131548)
7651
7652Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
7653
7654 * doc/examples/reader1.c, reader2.c, reader3.c
7655 * doc/examples/examples.xml
7656 * doc/examples/*.html
7657 add note that reader examples need libmxl2 > 2.6, rebuild
7658 html - this time doing it correctly :-)
7659
7660Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
7661
7662 * doc/examples/examples.xml
7663 * doc/examples/*.html
7664 add note that reader examples need libmxl2 > 2.6, rebuild
7665 html
7666
7667Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
7668
7669 * xpath.c: added (void *) type override to prevent
7670 warning on Solaris (Bug 132671)
7671
7672Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
7673
7674 * doc/examples/Makefile.am
7675 per Jan. 15 email to the list from oliverst, the index.html
7676 file from this directory wasn't making it into the tarball
7677
7678Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7679
7680 * acinclude.m4: applied fix from Alexander Winston for a problem
7681 related to automake-1.8 , c.f. #132513 and #129861
7682
7683Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
7684
7685 * doc/examples/index.py: don't rely on . being on the path for
7686 make tests, should keep Mr. Crozat quiet until next time...
7687
7688Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
7689
7690 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
7691 docs, checked rngparser stuff does not end up in the tarball
7692
7693Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7694
7695 * python/libxml.c: applied patch from Frederic Peters
7696 fixing the wrong arg order in xpath callback in bug #130980
7697
7698Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
7699
7700 * xinclude.c: fixing #130453 XInclude element with no href attribute
7701 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
7702 the compact syntax will require more work, postponed for the
7703 2.6.5 release.
7704
7705Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7706
7707 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
7708 Steve Ball to avoid a double-free.
7709
7710Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
7711
7712 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
7713 test result, fixed a awful lot of memory leaks showing up in
7714 testWriter.c, changed the examples and the Makefiles to test
7715 memory leaks.
7716 * xmlwriter.c: fixed a memory leak
7717 * Makefile.am: run the doc/examples regression tests as part of
7718 make tests
7719 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
7720 compile an XPath expression within a context, currently the goal
7721 is to be able to reuse the XSLT stylesheet dictionnary, but this
7722 opens the door to others possible optimizations.
7723 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
7724 to build a new dictionnary based on another read-only dictionnary.
7725 This is needed for XSLT to keep the stylesheet dictionnary read-only
7726 while being able to reuse the strings for the transformation
7727 dictionnary.
7728 * xinclude.c: fixed a dictionnar reference counting problem occuring
7729 when document parsing failed.
7730 * testSAX.c: adding option --repeat for timing 100times the parsing
7731 * doc/* : rebuilt all the docs
7732
7733Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
7734
7735 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
7736
7737Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7738
7739 * xmlschemastypes.c: applied patch from John Belmonte for
7740 normalizedString datatype support.
7741
7742Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7743
7744 * xpath.c: fixed problem with union when last() is used
7745 in predicate (bug #131971)
7746 * xpointer.c: minor change to comment for doc generation
7747
7748Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7749
7750 * parser.c: fixed bug #131745 raised by Shaun McCance with the
7751 suggested patch
7752
7753Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
7754
7755 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
7756 leak reported on the list.
7757
7758Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7759
7760 * python/generator.py python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007761 patch from Stéphane Bidoul to add enums to the Python bindings.
William M. Brack11be2d02007-01-24 19:17:19 +00007762
7763Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7764
7765 * testHTML.c: another small patch from Mark Vakoc
7766
7767Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7768
7769 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
7770 patch from Mark Vakoc to not use SAX1 unless necessary.
7771
7772Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
7773
7774 * dict.c parser.c xmlstring.c: some parser optimizations,
7775 xmllint --memory --timing --repeat --stream ./db10000.xml
7776 went down from 16.5 secs to 15.5 secs.
7777
7778Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7779
7780 * xmlschemas.c: removed a memory leak remaining from the switch
7781 to a dictionnary for string allocations c.f. #130891
7782
7783Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7784
7785 * xmlreader.c: fixing some problem if configured --without-xinclude
7786 c.f. #130902
7787
7788Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7789
7790 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7791 c.f. #130896
7792
7793Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7794
7795 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7796 applying patch from Mark Vakoc for Windows
7797 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7798 fixes from Sven Zimmerman
7799
7800Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7801
7802 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7803 python/tests/Makefile.am python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007804 patch from Stéphane Bidoul for structured error handling from
William M. Brack11be2d02007-01-24 19:17:19 +00007805 python, and the associated test
7806
7807Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7808
7809 * configure.in: fixed Bug130593
7810 * xmlwriter.c: fixed compilation warning
7811
7812Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7813
7814 * include/libxml/xmlstring.h: fixed the comment in the header
7815 * doc/*: rebuilt the docs
7816
7817Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7818
7819 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7820 include/libxml/Makefile.am, include/libxml/catalog.c,
7821 include/libxml/chvalid.h, include/libxml/encoding.h,
7822 include/libxml/parser.h, include/libxml/relaxng.h,
7823 include/libxml/tree.h, include/libxml/xmlwriter.h,
7824 include/libxml/xmlstring.h:
7825 moved string and UTF8 routines out of parser.c and encoding.c
7826 into a new module xmlstring.c with include file
7827 include/libxml/xmlstring.h mostly using patches from Reid
7828 Spencer. Since xmlChar now defined in xmlstring.h, several
7829 include files needed to have a #include added for safety.
7830 * doc/apibuild.py: added some additional sorting for various
7831 references displayed in the APIxxx.html files. Rebuilt the
7832 docs, and also added new file for xmlstring module.
7833 * configure.in: small addition to help my testing; no effect on
7834 normal usage.
7835 * doc/search.php: added $_GET[query] so that persistent globals
7836 can be disabled (for recent versions of PHP)
7837
7838Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7839
7840 * doc/tutorial/customfo.xsl
7841 * doc/tutorial/customhtml.xsl
7842 update custom tutorial-building stylesheets in preparation
7843 for tutorial update
7844
7845Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7846
7847 * rngparser.c: commiting the compact relax ng parser. It's not
7848 completely finished, it's not integrated but I want to save the
7849 current state
7850
7851Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7852
7853 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7854 win32/libxml2.def.src: fixed apibuild.py's generation of
7855 "constructors" to be in alphabetical order (instead of previous
7856 random sequence); regenerated resulting files.
7857
7858Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7859
7860 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7861 problem.
7862
7863Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7864
7865 * doc/newapi.xsl: change background color of function
7866 declaration to improve readability
7867 * doc/*: rebuild docs with new stylesheet
7868
7869Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7870
7871 * parser.c, include/libxml/parser.h: added a routine
7872 xmlStrncatNew to create a new string from 2 frags.
7873 * tree.c: added code to check if node content is from
7874 dictionary before trying to change or concatenate.
7875
7876Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7877
7878 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7879 Bug 130419) and eliminated xmlInitMemoryDone. More
7880 improvement needed.
7881 * xml2-config.in: added an additional flag (--exec-prefix) to
7882 allow library directory to be different from include directory
7883 (Bug 129558).
7884
7885Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7886
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007887 * error.c: applied patch from Stéphane Bidoul for structured error
William M. Brack11be2d02007-01-24 19:17:19 +00007888 reporting.
7889
7890Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7891
7892 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7893 Lucas Brasilino to add indentation support to xmlWriter
7894
7895Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7896
7897 * xinclude.c: fixed problem with "recursive" include (fallback
7898 contains another include - Bug 129969)
7899
7900Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7901
7902 * SAX2.c: found and fixed a bug misallocating some non
7903 blank text node strings from the dictionnary.
7904 * xmlmemory.c: fixed a problem with the memory debug mutex
7905 release.
7906
7907Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7908
7909 * xinclude.c: fixed problem caused by wrong dictionary
7910 reference count, reported on the list by Christopher
7911 Grayce.
7912
7913Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7914
7915 * python/generator.py, python/libxml2class.txt: fixed problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007916 pointed out by Stéphane Bidoul on the list.
William M. Brack11be2d02007-01-24 19:17:19 +00007917 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7918 completed modifications required to fix Bug 129967 (at last!).
7919 Now wait to see how long before further trouble...
7920
7921Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7922
7923 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7924 memory leak reported by Dave Beckett
7925 * xmlschemas.c: Removed spurious comment reported on the mailing
7926 list
7927 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7928 Further work on Bug 129967 concerning xpointer range handling
7929 and range-to function; much better, but still not complete
7930
7931Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7932
7933 * valid.c: xmlValidateElement could crash for element holding a
7934 namespace declaration but not in a namespace. Oliver Fischer
7935 provided the example.
7936
7937Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7938
7939 * xmllint.c: issue validation status on stderr, not stdout as suggested
7940 by Pawel Palucha
7941 * result/relaxng/*: this change slightly all the output from RNG
7942 regressions.
7943
7944Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7945
7946 * xmlschemas.c: edited a couple of comments in accordance with
7947 posting on the mailing list (no logic change)
7948 * xpointer.c: working on Bug 129967, added check for NULL
7949 nodeset to prevent crash. Further work required.
7950 * xpath.c: working on Bug 129967, added code to handle
7951 XPATH_LOCATIONSET in RANGETO code, also added code to
7952 handle it in xmlXPathEvaluatePredicateResult. Further
7953 work required.
7954
7955Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7956
7957 * xmlschemas.c: added tests for xs:all to assure minOccurs
7958 and maxOccurs <= 1 (Bug 130020)
7959
7960Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7961
7962 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7963 with patch from Charles Bozeman.
7964
7965Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7966
7967 * xmlregexp.c: fixed problem causing segfault on validation error
7968 condition (reported on mailing list)
7969
7970Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7971
7972 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7973 parser contexts (problem reported on mailing list)
7974 * doc/apibuild.py: small change to prevent duplicate lines
7975 on API functions list. It will take effect the next time
7976 the docs are rebuilt.
7977
7978Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7979
7980 * configure.in NEWS doc/*: updated the docs and prepared a new
7981 release 2.6.4
7982
7983Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7984
7985 * legacy.c: remove deprecated warning on startElement()
7986
7987Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7988
7989 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7990 was broken with the new namespace. Fixes #129932
7991
7992Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7993
7994 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7995 redefined in includes, quick fix to allow this but lacks the
7996 equality of the redefinition test.
7997
7998Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7999
8000 * valid.c: fixed bug concerning validation using external
8001 dtd of element with mutiple namespace declarations
8002 (Bug 129821)
8003
8004Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
8005
8006 * tree.c: inhibited production of "(null):" in xmlGetNodePath
8007 when node has default namespace (Bug 129710)
8008
8009Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
8010
8011 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
8012 document order for attributes is retained (Bug 129331)
8013
8014Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8015
8016 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
8017 xmlReaderNewFd() xmlReaderForFd(), change those to not close
8018 the file descriptor. Updated the comment, should close #129683
8019
8020Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8021
8022 * xinclude.c: fixed a serious problem in XInclude #129021
8023
8024Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8025
8026 * parser.c: fixed bug #129489, propagation of parsing flags
8027 in entities.
8028 * parser.c xmlreader.c: improved the comments of parsing options
8029
8030Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
8031
8032 * python/Makefile.am, python/tests/Makefile.am,
8033 doc/Makefile.am: applied fixes to allow build from
8034 'outside' directory (Bug 129172)
8035
8036Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
8037
8038 * tree.c - add explanation of namespace inheritance when
8039 ns is NULL to xmlNewChild and xmlNewTextChild API doc
8040
8041Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
8042
8043 * include/libxml/xpathInternals.h: undid last change (my
8044 bad). Put necessary fix in libxslt/libexslt instead.
8045 * include/libxml/DOCBparser.h: put test for __GCC__ on
8046 warning directive (Bug 129105)
8047
8048Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
8049
8050 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
8051 to cater for NULL pointer (bug 129561)
8052 * globals.c: added comment to suppress documentation warning
8053 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
8054 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
8055
8056Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
8057
8058 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
8059 using an xmlReaderWalker()
8060
8061Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
8062
8063 * tree.c: fix misc. typos in doc comments
8064 * include/libxml/tree.h: elaborate on macro define doc comments
8065 * doc/*: rebuild docs
8066
8067Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
8068
8069 * doc/examples/*: don't call the result files .out but .res as
8070 the Makefiles tend to try generating binaries for .out targets...
8071
8072Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
8073
8074 * doc/html/libxml-pattern.html: - cvs add API docs for new
8075 pattern stuff
8076
8077Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
8078
8079 * tree.c
8080 * doc/*:
8081 Elaborate in documentation discussion of xmlNewChild
8082 and xmlNewTextChild. Thanks to Steve Lenti for pointing
8083 out the usefulness of a more explicit explanation of the
8084 reserved character escaping issue.
8085
8086Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8087
8088 * xmlcatalog.c: applied patch from Stefan Kost
8089
8090Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8091
8092 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
8093
8094Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8095
8096 * win32/Makefile.* win32/configure.js: Added pattern support
8097
8098Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8099
8100 * configure.in doc/* libxml.spec.in: preparing release of
8101 libxml2-2.6.3, updated and regenerated the docs.
8102
8103Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
8104
8105 * SAX2.c pattern.c: removed some compilation warnings
8106
8107Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8108
8109 * xmllint.c: fixing bug #119264 xmllint failing to report
8110 serialization errors in some cases.
8111
8112Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
8113
8114 * entities.c: fixed an XML entites content serialization
8115 potentially triggered by XInclude, see #126817
8116
8117Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8118
8119 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
8120 suggested by Daniel Schulman in #128313
8121
8122Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8123
8124 * configure.in Makefile.am: another patch from Kenneth Haley
8125 for Mingw, c.f. #128787
8126
8127Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8128
8129 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
8130 for compiling on Mingw see #128786
8131
8132Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
8133
8134 * xmllint.c: some flags were not passed down correctly as
8135 parsing options. Fixes #126806
8136
8137Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8138
8139 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
8140 include/libxml/xmlerror.h: augmented the XInclude API
8141 to be able to pass XML parser flags down to the Inclusion
8142 process. Also resynchronized with the Last Call W3C Working
8143 Draft 10 November 2003 for the xpointer attribute.
8144 * Makefile.am test/XInclude/docs/nodes[23].xml
8145 result/XInclude/*: augmented the tests for the new namespace and
8146 testing the xpointer attribute, changed the way error messages
8147 are tested
8148 * doc/*: regenerated the documentation
8149
8150Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8151
8152 * error.c: filter warning messages if the global setting blocks them
8153 * xinclude.c xmlreader.c include/libxml/xinclude.h
8154 include/libxml/xmlerror.h: updated the change of namespace at
8155 the XInclude level, raise a warning if the old one is found,
8156 and some cleanup
8157
8158Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
8159
8160 * tree.c: tentative fix for #126117 character reference in
8161 attributes output problem in some cornercase.
8162
8163Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
8164
8165 * python/libxml.py: tried to fix the problems reported in
8166 bug #126735
8167 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
8168 fixed again some problem trying to use the structured error
8169 handlers, c.f. bug #126735
8170 * result/VC/ElementValid: tiny change due to the fix
8171
8172Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8173
8174 * error.c: fixed __xmlRaiseError to use structured error handlers
8175 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
8176
8177Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8178
8179 * parser.c: attempt to fix #126211 ...
8180
8181Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8182
8183 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
8184 include/libxml/xmlreader.h: fixed the pattern interfaces
8185 but not yet the parser to handle the namespaces.
8186 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
8187
8188Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
8189
8190 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
8191 include/libxml/pattern.h include/libxml/schemasInternals.h
8192 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
8193 the make rebuild in doc, this include new directive to stop
8194 documentation warnings
8195 * doc/* doc/html/*: rebuilt the docs
8196 * pattern.c xmlreader.c include/libxml/pattern.h
8197 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
8198 to save nodes while scanning the tree with the reader, cleanup
8199 the way element were freed, and xmlTextReaderPreserve()
8200 implementation, the API might change for namespace binding support
8201 when compiling patterns.
8202 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
8203
8204Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8205
8206 * python/libxml.py: oops forgot to modify/commit the new code.
8207
8208Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
8209
8210 * python/generator.py python/libxml.c python/libxml_wrap.h:
8211 cleanup the output buffer support to at least get the basic
8212 to work
8213 * python/tests/outbuf.py python/tests/serialize.py: fixes and
8214 cleanup.
8215 * include/libxml/xmlwriter.h: cleanup
8216
8217Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
8218
8219 * include/libxml/xmlversion.h.in
8220 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
8221 docs
8222
8223Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
8224
8225 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
8226 regexp quantifiers
8227
8228Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8229
8230 * pattern.c include/libxml/pattern.h: adding the pattern node
8231 selection code. Inheried in part from libxslt but smaller.
8232 * Makefile.am configure.in include/libxml/xmlversion.h.in:
8233 integrated the pattern module, made it a configure time option
8234 * xmllint.c: added --pattern to test when doing --stream
8235
8236Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8237
8238 * xmlreader.c: fixed a problem in xmlreader validation when
8239 streaming exposed by reader2 example.
8240
8241Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
8242
8243 * doc/xml.html
8244 * doc/docs.html:
8245 add reference to the Code Examples page to docs.html list
8246 of resources
8247
8248Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8249
8250 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
8251 from Eric
8252
8253Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
8254
8255 * include/libxml/xinclude.h
8256 * doc/*: Add comments for macro definitions in xinclude.h and
8257 rebuild the docs
8258
8259Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
8260
8261 * doc/docdescr.doc
8262 Updating William's explanation of how to build docs,
8263 reflecting Daniel's new docs build system
8264
8265Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8266
8267 * xmlmemory.c: enhanced by adding mutex to protect global
8268 structures in a multi-threading environment. This fixed
8269 some random errors on the Threads regression tests.
8270
8271Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
8272
8273 * doc/xml.html doc/python.html: fix tst.py text, which didn't
8274 import sys
8275
8276Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8277
8278 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
8279 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
8280 handled internally by default, with proper BOM and UTF-16LE
8281 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
8282 BOM on output, and will be automatically recognized on input.
8283 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
8284 added regression tests for above.
8285
8286Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8287
8288 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
8289 build with all compilers. Added C-Runtime option for MSVC. Included
8290 xmlWriter.
8291 * xmlwriter.c: Added IN_LIBXML macro
8292
8293Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8294
8295 * win32/Makefile.bcb: applied patch from Eric
8296
8297Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8298
8299 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
8300 is broken on 2.6.x
8301
8302Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
8303
8304 * entities.c: fixed #127877, never output &quot; in element content
8305 * result/isolat3 result/slashdot16.xml result/noent/isolat3
8306 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
8307 result/valid/index.xml result/valid/xlink.xml: this changes the
8308 output of a few tests
8309
8310Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
8311
8312 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
8313 testSchemas.c xmlschemas.c: added xsd:include support, fixed
8314 testSchemas behaviour when a schemas failed to parse.
8315 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
8316 test for xsd:include from Eric Van der Vlist
8317
8318Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8319
8320 * parser.c: swapped the attribute defaulting and attribute checking
8321 parts of parsing a new element start, fixes bug #127772
8322 * result/valid/127772.* test/valid/127772.xml
8323 test/valid/dtds/127772.dtd: added the example in the regression tests
8324
8325Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8326
8327 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
8328 to avoid bug #127851
8329
8330Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
8331
8332 * xmlregexp.c: fixing some Negative Character Group and
8333 Character Class Subtraction handling.
8334
8335Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8336
8337 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
8338 on Eric van der Vlist examples
8339 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
8340 added regression tests
8341 * doc/examples/Makefile.am doc/examples/index.py: do not
8342 regenerate the index on make all target, but only on
8343 make rebuild to avoid troubles.
8344
8345Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8346
8347 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
8348 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
8349 starting to add proper namespace support too.
8350 * test/schemas/* result/schemas/*: added a number of tests
8351 fixed the result from some regression tests too.
8352
8353Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
8354
8355 * doc/xml.html, docs.html: remove reference to gtk-doc now that
8356 Daniel has removed it, fix link to George's IBM article, other
8357 minor edits
8358
8359Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8360
8361 * xmlschemas.c: applied patch from Robert Stepanek to start
8362 import os schemas support, cleaned up stuff and the patch.
8363 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
8364 to regression, fixed a few regressions too.
8365
8366Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8367
8368 * HTMLparser.c: applied two parsing fixes from James Bursa
8369
8370Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8371
8372 * doc/examples/*: added two xmlReader examples
8373 * xmlreader.c: cleaned up some bugs in the process
8374
8375Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
8376
8377 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
8378 Alfred Mickautsch, bugfixes and comments
8379 * doc/examples/*: added his test as the xmlWriter example
8380 * doc/html/ doc/*.html: this resulted in some improvements
8381 * include/libxml/hash.h: fixed an inclusion problem when
8382 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
8383
8384Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8385
8386 * xinclude.c: fix an error message
8387 * doc/examples/*: added tree2 example from Lucas Brasilino
8388
8389Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8390
8391 * doc/newapi.xsl: improve the sort sequence for page content
8392 * doc/html/*.html: regenerate the web pages
8393
8394Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8395
8396 * Makefile.am: do not package cvs versioning temp files.
8397 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8398 slightly improved the API xml format, fixed a lot of small
8399 rendering problems
8400 * doc/html/libxml*.html: rebuilt
8401
8402Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8403
8404 * include/libxml/*.h include/libxml/*.h.in: modified the file
8405 header to add more informations, painful...
8406 * genChRanges.py genUnicode.py: updated to generate said changes
8407 in headers
8408 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
8409 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
8410 APIs modules. Updated the stylesheets, some cleanups, regenerated
8411 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
8412
8413Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8414
8415 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
8416 the build process to remove all remains from the old gtk-doc
8417 inherited, libxml2-refs.xml is now generated by apibuild.py, the
8418 stylesheets have been improved, and the API*html now generated
8419 are XHTML1 valid too
8420
8421Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
8422
8423 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
8424 enhancement to prevent comment with unreferenced variable.
8425 * threads.c xmlreader.c xmlwriter.c: edited some comments to
8426 improve auto-generation of documentation
8427 * apibuild.py: minor change to an error message
8428
8429Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
8430
8431 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8432 improving navigation
8433 * doc/html/*.html: updated the result
8434
8435Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
8436
8437 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
8438 improvement of the stylesheets, fixed a API generation problem,
8439 switched the stylesheet and Makefile to build the HTML output.
8440 * doc/html/*.html: complete update, ditched some old files, might
8441 introduce some breakage...
8442
8443Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8444
8445 * doc/newapi.xsl: lot of improvements, this starts looking good
8446 enough to be usable.
8447
8448Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8449
8450 * doc/newapi.xsl: stylesheet to build HTML pages from the
8451 API XML description, Work in Progress
8452
8453Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
8454
8455 * xpath.c: fixed bug 126976 (string != empty nodeset
8456 should be false)
8457
8458Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
8459
8460 * doc/html/*.html: Finally - found the problem with the
8461 page generation (XMLPUBFUN not recognized by gtkdoc).
8462 Re-created the pages using a temporary version of
8463 include/libxml/*.h.
8464 * testOOMlib.c,include/libxml/encoding.h,
8465 include/libxml/schemasInternals.h,include/libxml/valid.h,
8466 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
8467 include/libxml/xmlwin32version.h.in,
8468 include/libxml/xpathInternals.h: minor edit of comments
8469 to help automatic documentation generation
8470 * doc/docdescr.doc: small elaboration
8471 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
8472 (messed up on last try)
8473 * xmlreader.c: minor change to clear warning.
8474
8475Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8476
8477 * Copyright: fixed some wording
8478 * libxml.spec.in: make sure doc/examples is packaged
8479 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
8480 annoying problem about xmlRemoveID and xmlReader streaming.
8481 Thing looks fixed now, had to add a doc reference to the
8482 xmlID structure though...
8483
8484Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
8485
8486 * doc/docdescr.doc: added description of man page building
8487
8488Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8489
8490 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
8491 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
8492 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
8493 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
8494 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
8495 added missing pages for the website.
8496
8497Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8498
8499 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
8500 generated pages (again), manually restored doc/html/index.html
8501 and manually edited generated file doc/gnome-xml.xml to put
8502 in appropriate headings.
8503 * doc/docdescr.doc: new file to describe details of the
8504 document generation (helps my memory for the next time)
8505 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
8506 enhancement to please the automatic documentation generation.
8507
8508Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
8509
8510 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
8511 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
8512 minor error cleanup for gcc-3.3.[12] compilation warnings.
8513
8514Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
8515
8516 * tree.c: minor changes to some comments
8517 * doc/*.html: rebuilt the generated HTML pages for changes
8518 from jfleck (bug 126945)
8519
8520Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8521
8522 * doc/examples/*: added Dodji's example, added output handling
8523
8524Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8525
8526 * doc/examples/*: added Aleksey XPath example, fixed bugs
8527 in the indexer
8528
8529Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8530
8531 * doc/*: integrating the examples in the navigation menus
8532 * doc/examples/*: added make tests, updated the navigation,
8533 added a new test, cleanups, updates.
8534
8535Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8536
8537 * doc/*.html: rebuilt the generated HTML pages
8538 * doc/examples/*: updated the stylesheets, added a synopsis,
8539 Makefile.am is now generated by index.py
8540
8541Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8542
8543 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
8544 added autogeneration of a web page for the examples
8545 * doc/examples/example1.c doc/examples/.cvsignore
8546 doc/examples/examples.xml doc/examples/index.py: updated the
8547 informations extracted, improved the format and indexing.
8548
8549Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
8550
8551 * check-xinclude-test-suite.py: less verbose on difference
8552 * libxml.spec.in: cleanup
8553 * parser.c: fixed xmlCleanupParser() doc
8554 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
8555 doc/examples/Makefile.am doc/examples/example1.c
8556 doc/examples/examples.xml doc/examples/index.py
8557 doc/examples/test1.xml: work on adding C examples and
8558 generating automated information about those. examples.xml
8559 is autogenerated describing the examples.
8560 * example/Makefile.am: cleanup
8561
8562Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8563
8564 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
8565 fixed missing '-' in block names, enhanced the hack for
8566 ABI aliasing.
8567
8568Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
8569
8570 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
8571 python/libxml2class.txt: enhanced for range checking,
8572 updated to Unicode version 4.0.1 (API docs also updated)
8573 * python/generator.py: minor change to fix a warning
8574
8575Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8576
8577 * Makefile.am: apply fix from Karl Eichwalder for script path
8578
8579Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8580
8581 * win32/configure.js: applied patch from Mark Vakoc to simplify
8582 his work from CVS checkouts.
8583
8584Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
8585
8586 * doc/xmlreader.html: minor cleanups
8587
8588Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
8589
8590 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
8591 for gcc so that, if undefined, it's defined as
8592 __attribute__((unused))
8593
8594Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
8595
8596 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
8597 appears after the variable declaration.
8598 * valid.c: trivial change to eliminate a warning message
8599
8600Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
8601
8602 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
8603 rebuilt the docs
8604
8605Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8606
8607 * xmllint.c: change --html to make sure we use the HTML serialization
8608 rule by default when HTML parser is used, add --xmlout to allow to
8609 force the XML serializer on HTML.
8610 * HTMLtree.c: ugly tweak to fix the output on <p> element and
8611 solve #125093
8612 * result/HTML/*: this changes the output of some tests
8613
8614Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8615
8616 * xinclude.c: fixed bug #125812, about XPointer in XInclude
8617 failing but not returning an error.
8618
8619Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
8620
8621 * valid.c: fixed bug #125811 related to DTD post validation
8622 where the DTD doesn't pertain to a document.
8623
8624Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
8625
8626 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
8627 the XML_PARSE_NONET parser option.
8628 * xmllint.c: converted xmllint.c to use the option instead of
8629 relying on the global resolver variable.
8630
8631Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8632
8633 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
8634 support to the reader interface. Lot of testing of the walker,
8635 various bug fixes.
8636 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8637 works as expected
8638 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
8639 result/XInclude/*.rdr: added regression tests for the walker and
8640 XInclude xmlReader support, had to slightly change a couple of tests
8641 because the walker can't distinguish <foo/> from <foo></foo>
8642
8643Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
8644
8645 * tree.c nanohttp.c threads.c: second BeOS patch from
8646 Marcin 'Shard' Konicki
8647
8648Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8649
8650 * parser.c: always generate line numbers
8651
8652Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8653
8654 * parser.c: fixed another regression introduced in fixing #125823
8655
8656Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8657
8658 * python/libxml.c: previous fix for #124044 was broken, correct
8659 fix provided.
8660 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8661 and the error handlers to address #125877
8662
8663Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8664
8665 * parser.c: side effect of #123105 patch, namespace resolution
8666 would fail when defined in internal entities, fixes #125823
8667
8668Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8669
8670 * python/libxml.c: be more defensive in the xmlReader python bindings
8671 fixing bug #124044
8672
8673Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8674
8675 * valid.c: the a-posteriori DTD validation code was not validating
8676 the namespace declarations, this fixes #124110
8677
8678Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
8679
8680 * xmlIO.c: enhanced to bypass compression detection code
8681 when input file is stdin (bug 125801)
8682
8683Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8684
8685 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8686
8687Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8688
8689 * xpath.c: more fixes about unregistering objects
8690 * include/libxml/relaxng.h: applied patch from Mark Vakoc
8691 missing _cplusplus processing clause
8692
8693Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
8694
8695 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
8696
8697Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8698
8699 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
8700 Marcin 'Shard' Konicki to provide BeOS thread support.
8701
8702Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8703
8704 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
8705 from Steve Ball to make a schema parser from a preparsed document.
8706
8707Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8708
8709 * tree.c: applied a couple of patches from Mark Lilback about text
8710 nodes coalescing
8711
8712Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8713
8714 * xpath.c: change suggested by Anthony Carrico when unregistering
8715 a namespace prefix to a context
8716 * hash.c: be more careful about calling callbacks with NULL payloads.
8717
8718Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8719
8720 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
8721 regenerated docs and APIs
8722 * parser.c: cleanup and last change to fix #123105
8723
8724Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8725
8726 * HTMLparser.c: Fix #124907 by simply backporting the same
8727 fix as for the XML parser
8728 * result/HTML/doc3.htm.err: change to ID detecting modified one
8729 test result.
8730
8731Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8732
8733 * parser.c include/libxml/parser.h: included a new function
8734 to reuse a Push parser context, based on Graham Bennett original
8735 code
8736 * valid.c: in HTML, a name in an input is not an ID
8737 * TODO: bug list update
8738
8739Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
8740
8741 * xpath.c: applied patch from nico@xtradyne.com for #125030
8742
8743Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8744
8745 * Makefile.am: cleanup
8746 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
8747 sometimes the error handlers can get a parser context on DTD
8748 errors, and sometime they don't. So be very careful when trying
8749 to grab those informations.
8750
8751Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8752
8753 * tree.c: applied patch from Kasimier Buchcik which fixes a
8754 problem in xmlSearchNs introduced in 2.6.0
8755
8756Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
8757
8758 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8759
8760Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8761
8762 * tree.c: fix bug #125047 about serializing when finding a
8763 document fragment node.
8764
8765Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
8766
8767 * testSAX.c: fix bug #125592 need a NULL check
8768 * include/libxml/chvalid.h: rename a parameter
8769
8770Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
8771
8772 * parser.c: applied patch from #123105 about defaulted attributes
8773 from element coming from an entity
8774
8775Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8776
8777 * xmllint.c: fixed warning message from IRIX (bug 125182)
8778 * python/libxml.py: removed tabs, replaced with spaces
8779 (bug 125572)
8780
8781Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8782
8783 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8784 if xmlNewInputFromFile() fails.
8785 * xmlreader.c: avoid using _private for the node or document
8786 elements.
8787
8788Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8789
8790 * win32/configure.js: added declaration for verMicroSuffix
8791
8792Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8793
8794 * libxml.m4: applied patch from Patrick Welche provided in
8795 bug #125432 , future proofing the .m4 file.
8796 * parser.c: resetting the context should also reset the error
8797 * TODO: problem of conformance w.r.t. E20 was raised in the
8798 XML Core telconf and libxml2 isn't conformant there.
8799
8800Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8801
8802 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8803
8804Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8805
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008806 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out another
William M. Brack11be2d02007-01-24 19:17:19 +00008807 small glitch missing a const
8808
8809Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8810
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008811 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out that
William M. Brack11be2d02007-01-24 19:17:19 +00008812 it doesn't define IN_LIBXML
8813
8814Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8815
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008816 * win32/Makefile.mingw: typo pointed out by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +00008817
8818Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8819
8820 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8821 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8822
8823Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8824
8825 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8826
8827Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8828
8829 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8830 * doc/*: updated and regenerated the docs and API
8831
8832Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8833
8834 * SAX2.c error.c tree.c: moved the line number to their proper
8835 field in elements now.
8836
8837Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8838
8839 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8840 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8841 added the xmlWriter module contributed by Alfred Mickautsch
8842 * include/libxml/tree.h: added room for line and extra information
8843 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8844 of them introduced in September
8845 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8846
8847Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8848
8849 * Makefile.am configure.in xmldwalk.c xmlreader.c
8850 include/libxml/Makefile.am include/libxml/xmldwalk.h
8851 include/libxml/xmlversion.h.in: removing xmldwalk module
8852 since it got merged with the xmlreader.
8853 * parser.c: cleanup
8854 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8855 rebuilt the API
8856 * python/tests/Makefile.am python/tests/reader7.py
8857 python/tests/walker.py: adding regression testing for the
8858 new xmlreader APIs, new APIs for reader creation, including
8859 makeing reader "walker" operating on preparsed document trees.
8860
8861Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8862
8863 * entities.c, valid.c: fixed problem reported on the mailing
8864 list by Melvyn Sopacua - wrong argument order on functions
8865 called through xmlHashScan.
8866
8867Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8868
8869 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8870
8871Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8872
8873 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8874 tested it through the xslt regression suite.
8875
8876Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8877
8878 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8879 allowing to grab the content without forcing allocations.
8880 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8881 * xpath.c xmldwalk.c: removed a couple of comment errors.
8882
8883Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8884
8885 * parser.c: applied patch from Chris Anderson to change back
8886 memcmp with CMPx()
8887
8888Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8889
8890 * HTMLparser.c: fixed to not send NULL to %s printing
8891 * python/tests/error.py result/HTML/doc3.htm.err
8892 result/HTML/test3.html.err result/HTML/wired.html.err
8893 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8894 up some of the regression tests error
8895
8896Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8897
8898 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8899 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8900 Fixed the HTTP<->parser interraction, which should fix 2 long
8901 standing bugs #104790 and #124054 , this also fix the fact that
8902 HTTP error code (> 400) should not generate data, we usually
8903 don't want to parse the HTML error information instead of the
8904 resource looked at.
8905
8906Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8907
8908 * doc/Makefile.am: enhanced the installation of tutorial files
8909 to avoid installing CVS subdirectories (bug 122943)
8910
8911Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8912
8913 * xmlIO.c: fixed segfault when input file not present
8914 * tree.c: changed output formatting of XML_CDATA_SECTION
8915 (bug 120917)
8916
8917Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8918
8919 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8920 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8921 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8922 xpath.c: Changed all (?) occurences where validation macros
8923 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8924 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8925 many warning messages on certain platforms, and also high-
8926 lights places in the library which may need to be enhanced
8927 for proper UTF8 handling.
8928
8929Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8930
8931 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8932 doc/apibuild.py: enhanced to include enough comments to
8933 make the api doc generation happy.
8934
8935Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8936
8937 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8938 to fix the HTTP/XML parser integration.
8939
8940Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8941
8942 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8943 for creating reader from sources or reusing a reader with
8944 a new source, like the xmlReadxx and xmlCtxtReadxxx
8945 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8946 doc/Makefile.am: regenerated the APIs
8947 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8948
8949Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8950
8951 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8952 include/libxml/parserInternals.h: enhanced macros to avoid
8953 breaking ABI from previous versions.
8954 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8955 defined in parserInternals.h. Makes maintenance much easier.
8956 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8957 compilation warnings
8958 * configuration.in: fixed pushHTML test error; enhanced for
8959 better devel (me) testing
8960
8961Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8962
8963 * legacy.c: remove the warning for startDocument(), as it is used by
8964 glade (or glade-python)
8965 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8966 invalid accesses found by running some Python based regression
8967 tests under valgrind. There is still a few leaks reported by the
8968 relaxng regressions which need some attention.
8969 * doc/Makefile.am: fixed a make install problem c.f. #124539
8970 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8971 patch from crutcher
8972
8973Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8974
8975 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8976 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8977 calls.
8978
8979Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8980
8981 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8982
8983Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8984
8985 * Makefile.am: small fix from Bjorn Reese
8986
8987Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8988
8989 * valid.c: fix a call missing arguments
8990
8991Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8992
8993 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8994 a bug in the range search; enhanced range generation (inline code
8995 if a small number of intervals); enhanced the readability of the
8996 output files.
8997
8998Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8999
9000 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
9001 chvalid.def from scratch based on XML 2nd edition REC
9002 and regenerated the code.
9003
9004Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9005
9006 * check-xml-test-suite.py: removed some annoying warnings
9007 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
9008 in the PubidChars definition, regenerated, there is still
9009 a bug left somewhere
9010 * genChRanges.py: save the header directly in include/libxml/
9011 * configure.in: I generated a 2.6.0beta6 earlier today
9012
9013Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9014
9015 * fixed small error on previous commit (chvalid.h in
9016 base dir instead of include directory)
9017
9018Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9019
9020 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
9021 new files for a different method for doing range validation
9022 of character data.
9023 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
9024 include/libxml/parserInternals.h: modified for new range method.
9025 * catalog.c: small enhance for warning message (using one
9026 of the new range routines)
9027
9028Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9029
9030 * valid.c include/libxml/valid.h: adding an serror field to
9031 the validation context breaks the ABI for the xmlParserCtxt
9032 structure since it's embedded by content and not by reference
9033
9034Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
9035
9036 * configure.in: patch from Mike Hommey
9037 * threads.c: applied Windows patch from Jesse Pelton and Stephane
9038 Bidoul
9039 * parser.c: fix the potentially nasty access to ctxt->serror
9040 without checking first that the SAX block is version 2
9041
9042Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9043
9044 * SAX2.c: fixed a nasty bug with interning some text strings
9045 * configure.in: prepare for beta5 of 2.6.0
9046 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
9047 better error handling for I/O and converted FTP and HTTP
9048 * parser.c: fixed another bug
9049
9050Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9051
9052 * SAX2.c: fixed uninitialized new field.
9053 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
9054 all messages
9055
9056Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9057
9058 * include/libxml/tree.h: make room in Doc, Element, Attributes
9059 for PSVI type informations.
9060
9061Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9062
9063 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
9064 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
9065 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
9066 include/libxml/parser.h include/libxml/valid.h
9067 include/libxml/xmlerror.h: Setting up the framework for structured
9068 error reporting, touches a lot of modules, but little code now
9069 the error handling trail has been cleaned up.
9070
9071Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9072
9073 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
9074
9075Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9076
9077 * xpath.c: cleanup
9078 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
9079 to the new error mechanism
9080
9081Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9082
9083 * error.c xmlschemas.c: a bit of cleanup
9084 * result/schemas/*.err: updated with the new result strings
9085
9086Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9087
9088 * xpath.c: fixed bug 124061
9089
9090Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9091
9092 * Makefile.am: cleanup
9093 * encoding.c: fix a funny typo
9094 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
9095 converted the Schemas code to the new error handling. PITA,
9096 still need to check output from regression tests.
9097
9098Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9099
9100 * HTMLtree.c include/libxml/xmlerror.h: converted too
9101 * tree.c: small cleanup
9102
9103Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9104
9105 * xinclude.c: comment fix
9106 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
9107 to the new infrastructure
9108
9109Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9110
9111 * xmlIO.c: final error handling cleanup
9112 * xinclude.c error.c: converted XInclude to the new error handling
9113 * include/libxml/xmlerror.h: added XInclude errors
9114
9115Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9116
9117 * parser.c: bug in compression saving was crashing galeon
9118 reported by teuf
9119
9120Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9121
9122 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
9123 I/O error path
9124
9125Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
9126
9127 * xmlIO.c: better handling of error cases
9128
9129Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
9130
9131 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
9132 cleaning up error handling in the I/O module.
9133
9134Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9135
9136 * xmlregexp.c include/libxml/xmlerror.h: error handling
9137 cleanup of the Regexp module.
9138
9139Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9140
9141 * tree.c: converting the tree module too
9142 * error.c include/libxml/xmlerror.h: created a simpler internal
9143 error reporting function.
9144
9145Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9146
9147 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
9148 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
9149 error reporting that time.
9150 * threads.c: applied the two patches for TLS threads
9151 on Windows from Jesse Pelton
9152 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
9153 return is always zero terminated. Should also help detecting
9154 passing wrong buffer size easilly.
9155 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
9156 updated the results to follow the errors string generated by
9157 last commit.
9158
9159Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9160
9161 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
9162 handling in the Relax-NG module.
9163
9164Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9165
9166 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
9167 module to teh new error reporting. Better default report, adds
9168 the element associated if found, context and node are included
9169 in the xmlError
9170 * python/tests/reader2.py: the error messages changed.
9171 * result/relaxng/*: error message changed too.
9172
9173Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9174
9175 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009176 win32/configure.js: applied patch from Stéphane Bidoul to
William M. Brack11be2d02007-01-24 19:17:19 +00009177 fix the compilation of 2.6.0 code on Win32
9178
9179Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9180
9181 * check-xml-test-suite.py: fixing the script
9182 * parser.c: replace sequences of RAW && NXT(.) == '.' with
9183 memcmp calls, seems to not break conformance, slightly inflate
9184 the size of the gcc generated code though.
9185
9186Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
9187
9188 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
9189 more cleanup of error handling in parserInternals, sharing the
9190 routine for memory errors.
9191
9192Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
9193
9194 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
9195 include/libxml/xmlerror.h: more code cleanup, especially around
9196 error messages, the HTML parser has now been upgraded to the new
9197 handling.
9198 * result/HTML/*: a few changes in the resulting error messages
9199
9200Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9201
9202 * parser.c include/libxml/xmlerror.h: more error/warning
9203 handling cleanups, the XML parser module should be okay now.
9204
9205Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
9206
9207 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
9208 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
9209 integrated the xmlDocWalker API given by Alfred Mickautsch,
9210 and providing an xmlReader like API but working on a xmlDocPtr.
9211
9212Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
9213
9214 * Makefile.am: more cleanup in make tests
9215 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
9216 in the transition to the new error reporting strategy.
9217 * python/tests/reader2.py result/VC/* result/valid/*:
9218 few changes in the strings generated by the validation output
9219
9220Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9221
9222 * Makefile.am: changed 'make tests' to use a concise output,
9223 scrolling to see where thing broke wasn't pleasant
9224 * configure.in: some beta4 preparation, but not ready yet
9225 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
9226 new error handling code, last error informations are stored
9227 in the parsing context or a global variable, new APIs to
9228 handle the xmlErrorPtr type.
9229 * parser.c parserInternals.c valid.c : started migrating to the
9230 new error handling code, it's a royal pain.
9231 * include/libxml/parser.h include/libxml/parserInternals.h:
9232 moved the definition of xmlNewParserCtxt()
9233 * parser.c: small potential buffer access problem in push code
9234 provided by Justin Fletcher
9235 * result/*.sax result/VC/PENesting* result/namespaces/*
9236 result/valid/*.err: some error messages were sligthly changed.
9237
9238Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
9239
9240 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
9241 function (wrapper around snprintf)
9242
9243Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9244
9245 * entities.c: Fix error on output of high codepoint charref like
9246 &#x10FFFF; , reported by Eric Hanchrow
9247
9248Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9249
9250 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
9251 of a pain murrayc is really gonna be.
9252
9253Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
9254
9255 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
9256
9257Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9258
9259 * entities.c legacy.c parser.c: made the predefined entities
9260 static predefined structures to avoid the work, memory and
9261 hazards associated to initialization/cleanup.
9262
9263Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9264
9265 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
9266 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
9267 include/libxml/parser.h include/libxml/parserInternals.h
9268 include/libxml/xmlversion.h.in: added a new configure
9269 option --with-push, some cleanups, chased code size anomalies.
9270 Now a library configured --with-minimum is around 150KB,
9271 sounds good enough.
9272
9273Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
9274
9275 * libxml-2.0-uninstalled.pc.in: New file for building against
9276 uninstalled libxml2 builds.
9277 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
9278 * .cvsignore: Ignore the new generated *.pc file.
9279
9280Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
9281
9282 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
9283 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
9284 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
9285 added 2 new configure option: --with-reader --with-sax1
9286 to allow removing the reader or non-xmlReadxxx() interfaces.
9287
9288Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
9289
9290 * configure.in entities.c tree.c valid.c xmllint.c
9291 include/libxml/tree.h include/libxml/xmlversion.h.in:
9292 Adding a configure option to remove tree manipulation
9293 code which is not strictly needed by the parser.
9294
9295Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9296
9297 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
9298 patch from Marcin 'Shard' Konicki
9299
9300Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9301
9302 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
9303 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
9304 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
9305 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
9306 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
9307 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
9308 include/libxml/catalog.h include/libxml/debugXML.h
9309 include/libxml/entities.h include/libxml/nanohttp.h
9310 include/libxml/relaxng.h include/libxml/tree.h
9311 include/libxml/valid.h include/libxml/xmlIO.h
9312 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
9313 include/libxml/xpathInternals.h python/libxml.c:
9314 Okay this is scary but it is just adding a configure option
9315 to disable output, this touches most of the files.
9316
9317Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9318
9319 * xmlmemory.c: better fix, avoids breaking the python bindings
9320
9321Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9322
9323 * xmlmemory.c: fix a compilation problem when configuring
9324 with debug but without mem-debug
9325
9326Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9327
9328 * Makefile.am: cleanup, creating a new legacy.c module,
9329 made sure make tests ran in reduced conditions
9330 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
9331 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
9332 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
9333 increased the modularization, allow to configure out
9334 validation code and legacy code, added a configuration
9335 option --with-minimum compiling only the mandatory code
9336 which then shrink to 200KB.
9337
9338Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9339
9340 * parser.c: fix a bug raised by the Mips compiler.
9341 * include/libxml/SAX.h include/libxml/parser.h: move the
9342 SAXv1 block definitions to parser.h fixes bug #123380
9343 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
9344 the attribute and element pool borken 2 commits ago.
9345 Start playing with an entry point to preserve a subtree.
9346 * entities.c: remove a warning.
9347
9348Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9349
9350 * encoding.c, parser.c, relaxng.c: further (final?) minor
9351 changes for compilation warnings. No change to logic.
9352
9353Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
9354
9355 * parser.c: fixed small problem with missing entities (test/ent2)
9356
9357Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9358
9359 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
9360 if the result is not well formed that ctxt->myDoc is not NULL
9361 and uses the context dictionnary.
9362
9363Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9364
9365 * parser.c: other patches from William Brack to avoid
9366 compilation warnings on AIX.
9367
9368Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
9369
9370 * HTMLparser.c, entities.c, xmlreader.c: minor change to
9371 avoid compilation warnings on some (e.g. AIX) systems
9372
9373Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9374
9375 * parserInternals.c: fixed a backward compatibility problem
9376 when formatting "deprecated SAXv1 function ignorableWhitespace"
9377 could be reproduced by xmllint --format
9378
9379Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9380
9381 * doc/libxml2-api.xml: rebuilt the API
9382 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
9383 --nocdata and --nsclean to remove CDATA section and surperfluous
9384 namespace declarations
9385 * parser.c SAX2.c: implementation of the 2 new options
9386
9387Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9388
9389 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
9390 added the same htmlRead APIs than their XML counterparts
9391 * include/libxml/parser.h: new parser options, not yet implemented,
9392 added an options field to the context.
9393 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
9394 is found within a cdata section.
9395 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
9396 result/cdata2.sax test/cdata2: add one more cdata test
9397
9398Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9399
9400 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
9401 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
9402 base URL parameter when not loading from a file or URL.
9403
9404Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9405
9406 * configure.in: preparing a beta3 solving the ABI problems
9407 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
9408 include/libxml/globals.h include/libxml/SAX.h: make sure the
9409 global variables for the default SAX handler are V1 ones to
9410 avoid ABI compat problems.
9411 * xmlreader.c: cleanup of uneeded code
9412 * hash.c: fix a comment
9413
9414Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9415
9416 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
9417 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
9418 fixing some comments to avoid warnings from apibuild.py
9419
9420Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9421
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009422 * win32/configure.js: patch from Stéphane Bidoul for configuring
William M. Brack11be2d02007-01-24 19:17:19 +00009423 the beta2 version #123104
9424
9425Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
9426
9427 * Makefile.am: adding repeated parsing and validating tests
9428 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
9429 DOM tree building interfaces use the dictionary from the
9430 parsing context to build the element and attributes names
9431 as well as formatting spaces and short text nodes
9432 * include/libxml/dict.h dict.c: added some reference counting
9433 for xmlDictPtr because they can be shared by documents and
9434 a parser context.
9435 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
9436 functions and use the standard ones now.
9437 * xmllint.c: add --nodict
9438 * python/libxml.c: fix a stupid bug so that ns() works on
9439 attribute nodes.
9440
9441Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9442
9443 * parser.c include/libxml/parser.h: adding a new set of
9444 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
9445 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
9446 a clear define of xmlParserOption, xmlCtxtUseOptions()
9447 should simplify custom parsing without being tempted to
9448 use global variables, and xmlCtxtReset() should allow reuse
9449 of a context for multiple parsing.
9450 * xmllint.c: switched to use xmlReadXXX, allow options to
9451 be used simultaneously with less troubles.
9452 * tree.c: simple warning removal
9453 * doc/apibuild.py: small fix
9454 * doc/libxml2-api.xml win32/libxml2.def.src: updated
9455
9456Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9457
9458 * parser.c: revert xmlCreateDocParserCtxt() since this break
9459 the parseDoc() python bindings
9460
9461Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9462
9463 * parser.c: make sure xmlDetectSAX2() is called only at
9464 parsing time to avoid breaking apps changing the SAX
9465 callbacks after context allocation, change xmlCreateDocParserCtxt()
9466 to use an immutable buffer instead of a copy
9467
9468Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9469
9470 * xmlIO.c: applied patch from Markus Keim fixing a problem
9471 with I/O callback registration.
9472 * include/libxml/xmlerror.h: fixed #122994 comment numbering
9473 for xmlParserErrors
9474
9475Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9476
9477 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
9478 really a const xmlChar*
9479 * xmlreader.c include/libxml/xmlreader.h: addin the
9480 xmlTextReaderConstString() to get an interned string from
9481 the reader
9482
9483Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
9484
9485 * error.c: fixed a warning message (trivial)
9486 * doc/search.php: removed incorrect warning message when word
9487 search not found in last of multiple tables (bug 119535)
9488
9489Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9490
9491 * configure.in: preparing a 2.6.0-beta2 release
9492 * xmlIO.c: avoid a warning
9493 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
9494 by Chris Ryland
9495 * include/libxml/dict.h: add a QName access lookup to the
9496 dictionary.
9497 * xmlreader.c include/libxml/xmlreader.h: adding const access
9498 based on the dictionary interface for string read from the
9499 reader, the node content access is still TODO, it's too different
9500
9501Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9502
9503 * SAX2.c: fixing namespace DTD validations
9504 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
9505 namespaces is slightly different now.
9506 * Makefile.am: report the memory used in Timingtests (as well as time)
9507
9508Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9509
9510 * Makefile.am: add streaming on memory regression tests, found
9511 bad bugs in the reader interface
9512 * xmlreader.c: fixing bugs w.r.t. very large names, and special
9513 condition in end of file.
9514 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
9515 adding immutable buffers, and parser input based on those,
9516 but this should not be used (yet) for general parsing
9517 * parser.c: added a comment about using immutable buffers for
9518 general parsing.
9519 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
9520 output of the regression tests
9521 * xmllint.c: using the immutable buffers when streaming on
9522 mmaped file (--stream --memory)
9523
9524Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9525
9526 * dict.c: the last patch broke unicity of returned strings, removed
9527
9528Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9529
9530 * Makefile.am: add a Timingtests target to check bad behaviour
9531 from the streaming engine
9532 * dbgen.pl dbgenattr.pl: perl script to generate big instances
9533 * xmlreader.c: fix a bad behaviour on large buffer inputs
9534
9535Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9536
9537 * dict.c xmlreader.c: two small improvements
9538
9539Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9540
9541 * parserInternals.c: avoid a leak with previous patch
9542
9543Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9544
9545 * python/libxml.c: use stderr and not stdout for default errors
9546 in python environment bug #122552
9547
9548Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9549
9550 * parserInternals.c: small fix from Rob Richards for input filename
9551 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
9552 * xmlIO: adding a guard in one function
9553
9554Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9555
9556 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
9557 reducing memory allocation and free and avoiding expensive routines
9558
9559Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9560
9561 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
9562 seriously with per-document dict and element and attribute nodes
9563 reuse in the xmlReader. This seems to lead to an interesting
9564 speedup of the xmlReader already.
9565
9566Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9567
9568 * dict.c include/libxml/dict.h: do string allocations in large
9569 pools, allowing to find if a string pertain to a dict quickly
9570 * xmllint.c: fix --stream --repeat --timing
9571 * Makefile.am: the testThreads run output should be seen.
9572
9573Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9574
9575 * SAX2.c include/libxml/parser.h: starting work on reusing the
9576 parser dictionary for the element and attribute tag names.
9577 Add pools for Element and Attributes in the parser context,
9578 which should help speeding up the reader.
9579 * Makefile.am result/*.rdr : adding non-python reader regression
9580 tests.
9581
9582Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9583
9584 * SAX2.c parser.c valid.c: starting to cleanup some of the
9585 problems exposed by the W3C/NIST regression suite.
9586 * result/ent7.sax result/xml2.sax: small fixes.
9587
9588Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9589
9590 * parser.c: more parser error factoring
9591
9592Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9593
9594 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
9595
9596Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9597
9598 * parser.c include/libxml/xmlerror.h: factoring of more
9599 error handling code, serious size reduction and more lisibility
9600 of the resulting code.
9601 * parserInternals.c parser.c include/libxml/parserInternals.h
9602 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
9603 checks are done, use a counter for entities. Entities where freed and
9604 reallocated at the same address failing the check.
9605 * tree.c: avoid a warning
9606 * result/valid/* result/VC/*: this slightly changes some validation
9607 error messages.
9608
9609Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
9610
9611 * valid.c: fixed bug 121759 - early declaration of
9612 attribute-list in external DTD
9613
9614Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9615
9616 * parser.c include/libxml/xmlerror.h: starting cleaning up
9617 error handling, factorize error processing
9618 * doc/xmllint.html: update of the page, remove --sgml
9619
9620Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9621
9622 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
9623 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
9624 broken pseudo SGML DocBook parser code.
9625
9626Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9627
9628 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
9629 valgrind pointed out the strings overlapped. cleanup .
9630
9631Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9632
9633 * tree.c: applied speedup to xmlSearchNs() as suggested by
9634 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
9635 applying the same trick.
9636
9637Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9638
9639 * parser.c parserInternals.c tree.c include/libxml/parser.h
9640 include/libxml/xmlerror.h: adding namespace checkings
9641 while making sure they still parse as wellformed documents.
9642 Add an nsWellFormed status report to the context, and
9643 provide new appropriate error codes.
9644 * Makefile.am result/namespaces/* test/namespaces/*: add
9645 specific regression testing for the new namespace support
9646 * test/att5 result/noent/att5 result/att5 result/att5.sax:
9647 add more coverage for the attribute parsing and normalization
9648 code.
9649
9650Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9651
9652 * threads.c: backport of a thread bugfix from 2_5_X branch
9653
9654Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9655
9656 * parser.c: fixed a bug in one corner case of attribute parsing.
9657
9658Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9659
9660 * configure.in doc/* : 2.6.0beta1 changes
9661 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
9662 normalization, might not be totally fixed but this should
9663 make sure SAX event provide the right strings for attributes
9664 except entities for which libxml2 is different by default
9665 This should fix #109564
9666 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
9667 in attribute callback values
9668 * result/c14n/with-comments/example-4
9669 result/c14n/without-comments/example-4: this also fixes a subtle
9670 bug in the canonicalization tests.
9671
9672Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9673
9674 Time to commit 3 days of work rewriting the parser internal,
9675 fixing bugs and migrating to SAX2 interface by default. There
9676 is some work letf TODO, like namespace validation and attributes
9677 normalization (this break C14N right now)
9678 * Makefile.am: fixed the test rules
9679 * include/libxml/SAX2.h include/libxml/parser.h
9680 include/libxml/parserInternals.h SAX2.c parser.c
9681 parserInternals.c: changing the parser, migrating to SAX2,
9682 adding new interface to switch back to SAX1 or initialize a
9683 SAX block for v1 or v2. Most of the namespace work is done
9684 below SAX, as well as attribute defaulting
9685 * globals.c: changed initialization of the default SAX handlers
9686 * hash.c tree.c include/libxml/hash.h: added QName specific handling
9687 * xmlIO.c: small fix
9688 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9689 version code path
9690 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
9691 pointed out a typo in a very old test namespace
9692
9693Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
9694
9695 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
9696 of compressed files, setting doc->compressed appropriately
9697 (bug #120503).
9698
9699Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9700
9701 * parser.c: try to cope with the fact that apps may still
9702 have allocated smaller SAX callbak block
9703
9704Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9705
9706 * dict.c: allow to give -1 for undefined length in lookups
9707 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
9708 first round of work on the new SAX2 interfaces, the API
9709 will change but commiting before changing for historical
9710 reference.
9711
9712Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
9713
9714 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9715 sax->warning with wrong params).
9716
9717Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9718
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009719 * include/libxml/globals.h: patch from Stéphane Bidoul to export
William M. Brack11be2d02007-01-24 19:17:19 +00009720 globals entry points to the python bindings
9721
9722Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9723
9724 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9725 by default instead of "HTML"
9726 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
9727 avoiding calls to "areBlanks" when not needed.
9728 * include/libxml/parser.h include/libxml/tree.h: some structure
9729 extensions for future work on using per-document dictionaries.
9730
9731Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9732
9733 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
9734 tree, keeping result in the same tree, added SAXtests to the
9735 default "make tests"
9736
9737Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9738
9739 * include/libxml/xmlexports.h: defined additional macros which
9740 affect exports and added mingw section
9741
9742Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
9743
9744 * doc/index.py: fixed problem parsing xhtml docs
9745 * doc/xmlreader.html,doc/guidelines.html: small modification
9746 to avoid problem in python parsing.
9747 * doc/search.php: fixed upper case filename problem for XSLT docs
9748
9749Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9750
9751 * xinclude.c: patch from Mark Vakoc that allows compiling
9752 with XInclude but without XPointer support.
9753
9754Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9755
9756 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9757 to add --libtool-libs option to xml2-config script.
9758
9759Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
9760
9761 * doc/README.docs, doc/Makefile.am: new file added,
9762 giving some description of the documentation generation process
9763 * doc/search.php: fixed problem with upper case on filenames
9764
9765Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9766
9767 * win32/Makefile.bcb: updates by Eric Zurcher
9768
9769Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9770
9771 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9772 to compensate for pollution from Igor's header taint
9773 (quick before Daniel notices)
9774
9775Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9776
9777 * SAX2.c: fixed a namespace error on attribute reporting bug
9778 pointed out by Tobias Reif
9779 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9780 using xmlsn instead of xmlns...
9781
9782Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9783
9784 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9785 typos reported by Mark Vakoc
9786
9787Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9788
9789 add:
9790 * doc/tutorial/api.html
9791 * doc/tutorial/ar01s09.html
9792 * doc/tutorial/includexpath.c
9793 updated
9794 * doc/tutorial/*.html
9795 fix my bad - forgot to check in new files when I last
9796 updated
9797
9798Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9799
9800 * win32/Makefile.bcb: new file, support for Borland C++
9801 * xmllint.c: fixed time inclusion for various compilers
9802
9803Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9804
9805 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9806 few casts to shut the compiler warnings
9807
9808Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9809
9810 * win32/Makefile.* win32/configure.js: fixed for mingw
9811
9812Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9813
9814 * globals.c threads.c: fixing bug #120870 try to avoid problem
9815 with uninitialized mutexes
9816
9817Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9818
9819 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9820 up with multiple states, select the "best" one. Fix #120682
9821 * result/relaxng/tutor11_2_3.err: small change resulting
9822
9823Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9824
9825 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9826
9827Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9828
9829 * include/libxml/[threads-xpointer].h: realigned parameters
9830 after taint
9831
9832Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9833
9834 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9835 as reported by Eric Zurcher
9836
9837Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9838
9839 * relaxng.c: fixed bug #120386 again a problem introduced when
9840 trying to reuse automata for content validation. Fix a bug report
9841 problem on zeroOrMore
9842 * result/relaxng/tutor3_7_err: change slightly error reporting.
9843
9844Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9845
9846 * include/libxml/Makefile.am: make sure the new header will
9847 be included when generating a new distribution.
9848
9849Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9850
9851 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9852 routines which led to bug #120040 and the ones reported by
9853 Martijn Faassen
9854
9855Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9856
9857 * include/libxml/parserInternals.h include/libxml/relaxng.h
9858 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9859 parameters after taint.
9860
9861Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9862
9863 * include/libxml/xmlversion.h.in: moved export defs to a separate
9864 file for consistency.
9865 * include/libxml/xmlexports.h: new file, contains export defs.
9866
9867Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9868
9869 * include/libxml/*.h genUnicode.py: exportability taint
9870 of the headers.
9871
9872Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9873
9874 * SAX.c: make the deprecated interfaces log an error message
9875 to be sure it won't get used.
9876
9877Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9878
9879 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9880 Adding new version of the SAX interface, it's not there yet,
9881 currently just preparing the work
9882 * globals.c parser.c SAX.c include/libxml/SAX.h
9883 include/libxml/globals.h include/libxml/parser.h: doing some
9884 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9885 while keeping functionalities, preparing SAX2 integration.
9886 * dict.c: small cleanup.
9887
9888Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9889
9890 * tree.c: fixes a small bug introduced in last commit and detected
9891 by valgrind.
9892
9893Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9894
9895 * dict.c hash.c: optimization when freeing hash tables.
9896 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9897 allocations
9898 * parser.c parserInternals.c include/libxml/parser.h: keep a
9899 single allocated block for all the attributes callbacks,
9900 avoid useless malloc()/free()
9901 * tree.c: do not realloc() when growing a buffer if the buffer
9902 ain't full, malloc/memcpy/free avoid copying memory.
9903
9904Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9905
9906 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9907 --dtdvalidfpi for Tobias Reif
9908
9909Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9910
9911 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9912 new dictionary module to keep a single instance of the names used
9913 by the parser
9914 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9915 switched all parsers to use the dictionary internally
9916 * include/libxml/HTMLparser.h include/libxml/parser.h
9917 include/libxml/parserInternals.h include/libxml/valid.h:
9918 Some of the interfaces changed as a result to receive or return
9919 "const xmlChar *" instead of "xmlChar *", this is either
9920 insignificant from an user point of view or when the returning
9921 value changed, those function are really parser internal methods
9922 that no user code should really change
9923 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9924 the docs were regenerated
9925
9926Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9927
9928 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9929
9930Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9931
9932 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9933 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9934
9935Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9936
9937 * doc/API*.html, doc/html/*: regenerated API documentation
9938 for xmlsoft.org (part of Bug 119535)
9939
9940Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9941
9942 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9943 doc/libxml2-api.xml: Minor changes to comments, etc. for
9944 improving documentation generation
9945 * doc/Makefile.am: further adjustment to auto-generation of
9946 win32/libxml2.def.src
9947
9948Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9949
9950 * News configure.in: preparing libxml2-2.5.10 release
9951 * doc/* : updated the doc and rebuilt
9952
9953Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9954
9955 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9956 Malcolm Tredinnick with the patch he suggested.
9957
9958Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9959
9960 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9961
9962Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9963
9964 * uri.c: fixing an use of strcpy() where both strings overlap
9965 pointed out by valgrind.
9966
9967Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9968
9969 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9970 some compilation warnings.
9971 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9972 plus some cleanup and better error reporting.
9973
9974Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9975
9976 * encoding.c: applied UTF-16 encoding handling patch provided by
9977 Mark Itzcovitz
9978 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9979 not having iconv support.
9980
9981Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9982
9983 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9984 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9985 mingw compiler on Windows.
9986
9987Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9988
9989 * parser.c: fixed the serious CPU usage problem reported by
9990 Grant Goodale
9991 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9992 missing in htmlSAXParseDoc
9993
9994Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9995
9996 * doc/Makefile.am: Removed dependency from libxml2.def.src
9997
9998Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9999
10000 * autogen.sh: took away the requirement for automake-1.4,
10001 changed the messages for getting auto* tools to current
10002 gnu pages.
10003 * configure.in: added check for Linux Dec alpha requiring
10004 -ieee flag, fixed test for ipv6
10005 * trionan.c: fixed problem for compiling on Linux Dec alpha
10006 using native compiler
10007 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
10008 whenever libxml2-api.xml is changed.
10009
10010Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10011
10012 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
10013 is not used.
10014
10015Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
10016
10017 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
10018
10019Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
10020
10021 * News configure.in: preparing libxml2-2.5.9 release
10022 * doc/* : updated the doc and rebuilt
10023
10024Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10025
10026 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
10027 definition to get a correct API XML description. This was apparently
10028 breaking Windows build.
10029
10030Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10031
10032 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
10033 the progressive HTML parser front-end on large character data
10034 island leading to an erroneous end of data detection by the
10035 parser. Some cleanup too to get closer from the XML progressive
10036 parser.
10037
10038Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
10039
10040 * win32/configure.js: Added in support for the ISO8859X
10041 module (patch provided by Jesse Pelton)
10042
10043Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10044
10045 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
10046 when the library is not initialized and one try to save, the
10047 locks in threaded env might not been initialized, playing safe
10048 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
10049 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
10050 his tests to the regression suite.
10051
10052Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
10053
10054 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
10055 (with apologies to Igor) - Enhanced handling of docb and
10056 nanohttp.
10057
10058Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
10059
10060 * encoding.c: further small changes for warnings when
10061 configured with --with-iconv=no
10062
10063Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
10064
10065 * error.c trionan.[ch] testThreads.c python/generator.py:
10066 further small changes to elminate most of the remaining
10067 warnings.
10068
10069Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
10070
10071 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
10072 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
10073 python/libxml.c include/libxml/xmlmemory.h: small changes
10074 to syntax to get rid of compiler warnings. No changes
10075 to logic.
10076
10077Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
10078
10079 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
10080
10081Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
10082
10083 * tree.c: fixed a small problem in the patch for #118763
10084 * result/HTML/doc3.htm*: this reverts back to the previous result
10085
10086Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
10087
10088 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
10089 and rebuilt, apparently some C++ wrappers are not available,
10090 c.f. bug #118943
10091
10092Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
10093
10094 * tree.c: fixing HTML attribute serialization bug #118763
10095 applying a modified version of the patch from Bacek
10096 * result/HTML/doc3.htm*: this modifies the output from one test
10097
10098Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
10099
10100 * tree.c include/libxml/tree.h: added a new API to split a
10101 QName without generating any memory allocation
10102 * valid.c: fixed another problem with namespaces on element
10103 in mixed content case
10104 * python/tests/reader2.py: updated the testcase with
10105 Bjorn Reese fix to reader for unsignificant white space
10106 * parser.c HTMLparser.c: cleanup.
10107
10108Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
10109
10110 * catalog.c: trying to fix #118754 of possible recursion in the
10111 catalogs. Not fantastically happy about the current fix since
10112 it's likely to break under very thread intensive concurrent
10113 access to the catalog. Better solution might to keep the depth
10114 an extra argument to the resolution functions.
10115
10116Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
10117
10118 * valid.c: fixed bug #118712 about mixed content, and namespaced
10119 element names.
10120 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
10121 in the regression tests
10122
10123Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
10124
10125 Coninuing work on bug 118559
10126 * DOCBparser.c: removed 2 unsed vars
10127 * xmlregexp.c: changed some numeric const to their enum symbols
10128 * xmlreader.c: changed one var define from int to enum
10129 (a little more to be done, awaiting co-ordination)
10130 * relaxng.c: deleted one unused var
10131 * xmllint.c: deleted some unused vars, changed one arg
10132 val from int to enum
10133 * testHTML.c, testDocbook.c: changed some arg vals to enum const
10134 * xmlIO.c: fixed typo from last night (small warning msg)
10135
10136Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
10137
10138 Working on bug 118559
10139 * error.c: deleted unused variable
10140 * parserInternals.c: deleted unneeded 'const' qualifier
10141 * parser.c: changed variable type for enum temp storage
10142 * xmlIO.c: changed debugging var to be inside #ifdef
10143 * valid.c: removed unused variable
10144 * HTMLparser.c: removed some unneeded 'const' qualifiers
10145 * xpath.c: added some type casts, removed some unused vars
10146 * xinclude.c: added one type cast
10147 * nanohttp.c: repositioned some #ifdef to avoid unused var
10148 * nanoftp.c: removed unused var
10149
10150Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
10151
10152 * HTMLparser.c: applied a patch from William Brack about
10153 the problem of parsing very large HTML instance with comments
10154 as raised by Nick Kew
10155
10156Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10157
10158 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
10159 patch from Bjorn Reese for xmlTextReaderNodeType() and
10160 significant whitespace. There is an enum for node type
10161 values now.
10162
10163Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10164
10165 * encoding.c: applying patch from Peter Jacobi to added
10166 ISO-8859-x encoding support when iconv is not available
10167 * configure.in include/libxml/xmlversion.h.in
10168 include/libxml/xmlwin32version.h.in: added the glue needed
10169 at the configure level and made it the default for Windows
10170
10171Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
10172
10173 * python/generator.py python/libxml.c python/libxml2class.txt:
10174 patch from Joachim Bauch + cleanup for Relax NG error callbacks
10175 in python
10176
10177Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
10178
10179 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
10180 cleanup patch, and also avoided a possible memory leak
10181
10182Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
10183
10184 * encoding.c: fix the previous commit
10185
10186Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
10187
10188 * HTMLparser.c: fixed problem with comments reported by Nick Kew
10189 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
10190 some future cleanup of UTF8 handling
10191
10192Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
10193
10194 * xpath.c: applied a change suggested by Sean Griffin in bug
10195 #118494 about a memory leak in EXSLT
10196
10197Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
10198
10199 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
10200 when fixing the previous Relax-NG bugs
10201 * result/relaxng/*: This slightly changes the output messages of
10202 some regression tests.
10203 * configure.in: added support of -with-fexceptions for nested C++
10204 support.
10205
10206Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
10207
10208 * doc/tutorial/apa.html
10209 * doc/tutorial/apb.html
10210 * doc/tutorial/apc.html
10211 * doc/tutorial/apd.html
10212 * doc/tutorial/ape.html
10213 * doc/tutorial/apf.html
10214 * doc/tutorial/apg.html
10215 * doc/tutorial/aph.html
10216 * doc/tutorial/ar01s02.html
10217 * doc/tutorial/ar01s03.html
10218 * doc/tutorial/ar01s04.html
10219 * doc/tutorial/ar01s05.html
10220 * doc/tutorial/ar01s06.html
10221 * doc/tutorial/ar01s07.html
10222 * doc/tutorial/ar01s08.html
10223 * doc/tutorial/index.html
10224 * doc/tutorial/ix01.html
10225 * doc/tutorial/xmltutorial.pdf
10226 * doc/tutorial/xmltutorial.xml
10227 update tutorial with XPath example
10228
10229Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
10230
10231 * SAX.c parser.c: fixing a bug about a special case of namespace
10232 handling, this closes bug #116841
10233
10234Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
10235
10236 * relaxng.c result/relaxng/*: checked and fixed the compilation
10237 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
10238 This slightly changes the output messages of some regression tests.
10239
10240Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
10241
10242 * xmlreader.c: fixed an out of bound error #118052 , the good
10243 part if that base64 code was not in use yet ...
10244
10245Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
10246
10247 * doc/xmllint.html
10248 include html version of the xmllint man page, so an
10249 up-to-date version is visible on the Web
10250
10251Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
10252
10253 * xinclude.c include/libxml/xinclude.h: added a new API
10254 xmlXIncludeProcessTree() to process XInclude only on a subtree
10255 this should fix bug #115385
10256
10257Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
10258
10259 * relaxng.c include/libxml/relaxng.h: adding Get interface for
10260 the error callback and parameters of parsing and validation
10261 contexts
10262 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
10263 on text nodes.
10264
10265Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
10266
10267 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
10268 when using the push XML parser.
10269 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
10270 added the test to the regression suite.
10271
10272Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10273
10274 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
10275 as suggested by Rob Richards
10276
10277Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
10278
10279 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
10280 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
10281 to unsigned int and a couple of others.
10282
10283Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10284
10285 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
10286
10287Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10288
10289 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
10290
10291Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10292
10293 * globals.c threads.c: fixes some problem when freeing unititialized
10294 mutexes
10295
10296Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
10297
10298 * nanoftp.c nanohttp.c: the modules should not import <config.h>
10299 directly, some cleanups
10300 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
10301 validation code.
10302
10303Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10304
10305 * win32/configure.js: Jesse Pelton pointed out a problem in the
10306 javascript code.
10307
10308Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
10309
10310 * NEWS doc/*: regenerated
10311 * nanoftp.c nanohttp.c: might fix includes problems with the
10312 Ipv6 support on solaris
10313 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
10314 defined as #IMPLIED
10315
10316Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10317
10318 * configure.in doc/*: preparing release 2.5.8
10319 * nanohttp.c: changed some preprocessor block
10320 * xmlschemastypes.c: applied patch from Charles Bozeman adding
10321 hexBinary schema datatype and adding support for totalDigits and
10322 fractionDigits facets.
10323
10324Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10325
10326 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
10327
10328Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10329
10330 * xinclude.c: fixed bug #116095 removing the error message when
10331 reapplying XInclude to a document.
10332
10333Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10334
10335 * xmlIO.c: applied small changes to portability layer for
10336 compilation on DJGPP Ms-DOS compiler.
10337
10338Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
10339
10340 * parser.c HTMLparser.c: use the character() SAX callback
10341 if the cdataBlock ain't defined.
10342 * xpath.c: fix bug #115349 allowing compilation when configured
10343 with --without-xpath since the Schemas code needs NAN and co.
10344
10345Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
10346
10347 Fixed problem with multi-threading, shown by the test program
10348 testThreads. After fix, ran mutiple tests on various speed
10349 machines (single and dual processor X86), which all seem okay.
10350
10351 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
10352
10353 * threads.c: added missing initialisation for condition variable
10354 in xmlNewRMutex.
10355
10356Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10357
10358 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
10359 closing bug #114837
10360
10361 * configure.in: Added checks for IPv6 support and getaddrinfo().
10362
10363 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10364
10365 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10366
10367 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
10368 field or sockaddr_in field, depending upon the availability of IPv6
10369 support.
10370 have_ipv6(): Added to check for run-time IPv6 support.
10371 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
10372 Modified to parse a URI with IPv6 address given in [].
10373 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
10374 resolution, if it is available on the system, as gethostbyname
10375 does not return IPv6 addresses on some platforms.
10376 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
10377 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
10378 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
10379 we are dealing with.
10380
10381 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
10382 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
10383 a URI with IPv6 address given in [].
10384 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
10385 available on the system. Also IPv6 addresses will be resolved by
10386 gethostbyname only if IPv6 run-time support is available.
10387 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
10388
10389Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10390
10391 * win32/configure.js include/win32config.h
10392 include/libxml/xmlversion.h.in: Applied the patch for BCB
10393 by Eric Zurcher.
10394
10395Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10396
10397 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
10398 due to #115104 and while fixing #115101 . HTML URLs must not
10399 be version dependant.
10400
10401Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
10402
10403 * entities.c: do not generate &quot; for " outside of attributes
10404 * result//*: this changes the output of some tests
10405
10406Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10407
10408 * parser.c xmlIO.c: trying to fix #114277 about when file
10409 remapping and escaping should really be attempted.
10410
10411Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10412
10413 * doc/*: applied a patch from Gman for building docs
10414 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
10415 Gary Pennington to provide an allocator for xmlValidCtxt
10416 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
10417 #113580 about data not being passed immediately.
10418
10419Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
10420
10421 * tree.c: applied a couple of patches from Mark Itzcovitz
10422 to handle saving back "UTF-16" documents.
10423
10424Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
10425
10426 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
10427 some work done while in the Maldives (hence the timezone on the
10428 laptop !)
10429 * result/schemas/length3* test/schemas/deter0_*
10430 test/schemas/group0_*: some tests added too
10431
10432Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10433
10434 * encoding.c: small fix
10435 * xmlIO.c: fixed an error message
10436
10437Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10438
10439 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
10440 accepting an improper UTF8 sequence
10441
10442Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10443
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010444 * threads.c: applied the patch from Stéphane Bidoul for getting
William M. Brack11be2d02007-01-24 19:17:19 +000010445 rid of extra threads in a dynamic library.
10446 * win32/configure.js: threads default to 'native' now.
10447
10448Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
10449
10450 * HTMLtree.c: fixing bug #112904: html output method escaped
10451 plus sign character in URI attribute.
10452
10453Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
10454
10455 * build_glob.py global.data globals.c parser.c
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010456 include/libxml/globals.h: patch from Stéphane Bidoul for setting
William M. Brack11be2d02007-01-24 19:17:19 +000010457 up threads global defaults.
10458 * doc/libxml2-api.xml: this extends the API with new functions
10459 * python/tests/Makefile.am python/tests/reader2.py
10460 python/tests/thread2.py: integrated the associated testcase and
10461 fixed the error string used in reader2
10462
10463Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
10464
10465 * configure.in libxml.spec.in python/Makefile.am: trying
10466 to conciliate --with-python= requirements and RPM builds,
10467 a PITA really...
10468
10469Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
10470
10471 * HTMLparser.c: oops last commit introduced a memory leak.
10472
10473Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10474
10475 * xmllint.c doc/xmllint.xml: added --nonet option
10476 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
10477 xsltproc or xmllint
10478 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
10479 rebuilt
10480 * HTMLparser.c: cleaned up the HTML parser context build when
10481 using an URL
10482
10483Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
10484
10485 * libxml.spec.in: added a comment about bug #112902
10486
10487Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
10488
10489 * minor cleanup of configure '--help' display
10490 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
10491
10492Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
10493
10494 * tree.c: PI nodes in external subset were not freed :-\
10495 fixes bug #112842
10496
10497Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
10498
10499 * xmllint.c: added --schema option to run WXS schema validation
10500 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
10501 tried to improve error reporting in the Schema code, some cleanup
10502 too.
10503
10504Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10505
10506 * xmlschemas.c: fixed some problems in the handling of errors,
10507 and attributes addressed by references.
10508 * test/schemas/* result/schemas/*: dropped the verbosity level
10509 and added a couple of new tests
10510
10511Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10512
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010513 * relaxng.c: Stéphane Bidoul found an off by one addressing
William M. Brack11be2d02007-01-24 19:17:19 +000010514 error on the error handling.
10515
10516Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10517
10518 * xmlschemastypes.c: trying to fix #112673
10519
10520Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
10521
10522 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
10523 warning, this fixed a bug and should close #111574
10524
10525Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
10526
10527 * xmlschemas.c: fixing bug #104081 with xs:all with an element
10528 holding minOccurs="0"
10529 * test/schemas/all_* result/schemas/all_*: added some regression
10530 tests for that bug
10531 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
10532 Garry Pennington to compile without schemas support.
10533
10534Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10535
10536 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
10537
10538Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
10539
10540 * xml2-config.in: try to fix Red hat bug #89957, do not
10541 output -L/usr/lib64
10542 * xmlreader.c: fixed a typo in a comment
10543
10544Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
10545
10546 * doc/tutorial/aph.html, ix01.html
10547 forgot to cvs add the new files. Thanks to Roland van Laar
10548 for pointing this out
10549
10550Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
10551
10552 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
10553 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
10554 to the XML/XSLT doc generation closing #111799
10555 * doc/html/*: complete update of the HTML results
10556
10557Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10558
10559 * win32/defgen.xsl: fixed the conditional for unicode map,
10560 removed hardcoded schema entries
10561
10562Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10563
10564 * win32/defgen.xsl: new file, stylesheet for generating
10565 win32/libxml2.def.src from doc/libxml2-api.xml
10566 * win32/libxml2.def.src: is autogenerated from now on, changes
10567 to this file will not appear here anymore
10568
10569Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
10570
10571 * win32/configure.js python/setup.py.in: applied patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010572 from Stéphane Bidoul for the Python bindings on the new
William M. Brack11be2d02007-01-24 19:17:19 +000010573 release.
10574
10575Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10576
10577 * debugXML.c: included libxml/uri.h for xmlCanonicPath
10578 declaration
10579 * win32/configure.js: thread-enabled build is now default
10580 * win32/libxml2.def.src: added more exports
10581
10582Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
10583
10584 * NEWS doc/*.xsl doc/*.html: updated the web site separated
10585 developers from common pages, made the transition to XHTML1,
10586 added validity checking to the makefile rules.
10587
10588Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10589
10590 * parser.c: fix for xmlIOParseDTD same as previous and reported
10591 by Petr Pajas
10592
10593Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10594
10595 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
10596 closing #111638
10597
10598Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10599
10600 * python/generator.py: fixed a problem in the generator where
10601 the way functions are remapped as methods on classes was
10602 not symetric and dependant on python internal hash order,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010603 as reported by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000010604
10605Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
10606
10607 * doc/tutorial:
10608 xmltutorial.xml
10609 xmltutorial.pdf
10610 *.html
10611 add appendix on generating compiler flags, more indexing
10612
10613Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10614
10615 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
10616 to get libxml-2.5.7 to compile on OpenVMS
10617
10618Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10619
10620 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
10621
10622Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
10623
10624 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
10625 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
10626 man page based on xsltproc and a stylesheet PI in the XML.
10627
10628Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10629
10630 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
10631 character preventing rendering by the man command.
10632
10633Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10634
10635 * NEWS configure.in: preparing release 2.5.7
10636 * doc/*: updated and rebuilt the docs
10637 * doc/apibuild.py: fixed the script
10638
10639Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10640
10641 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10642 get in the way of the builds
10643 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10644
10645Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10646
10647 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
10648 Memory test from Havoc Pennington #109368
10649 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
10650 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
10651 include/libxml/parser.h: a lot of memory allocation cleanups
10652 based on the results of the OOM testing
10653 * check-relaxng-test-suite2.py: seems I forgot to commit the
10654 script.
10655
10656Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10657
10658 * xmlschemastypes.c: trivial fix for 109774 removing a warning
10659
10660Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10661
10662 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
10663 more places where xmlCanonicPath() must be used to convert
10664 filenames to URLs, trying to fix #111088
10665
10666Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10667
10668 * python/libxml.c python/libxml.py: applied patch from
10669 Brent M Hendricks adding binding for xmlCatalogAddLocal
10670
10671Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
10672
10673 * HTMLparser.c: tried to fix #98879 again in a more solid
10674 way.
10675
10676Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10677
10678 * win32/libxml2.def.src: added more exports from the relaxng and
10679 xmlreader clan
10680
10681Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10682
10683 * SAX.c test/valid/ns* test/result/ns*: applied the patch
10684 provided by Brent Hendricks fixing #105992 and integrated the
10685 examples in the testsuite.
10686
10687Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10688
10689 * TODO: updated a bit
10690 * configure.in: fixed the comment, threads now default to on
10691 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
10692
10693Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
10694
10695 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
10696 xmlreader.c include/libxml/parser.h: a lot of performance work
10697 especially the speed of streaming through the reader and push
10698 interface. Some thread related optimizations. Nearly doubled the
10699 speed of parsing through the reader.
10700
10701Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
10702
10703 * doc/xmllint.xml
10704 * doc/xmllint.1
10705 update man page to explain use of --stream
10706
10707Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10708
10709 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10710 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
10711 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
10712 include/libxml/globals.h include/libxml/xmlmemory.h: added
10713 xmlMallocAtomic() to be used when allocating blocks which
10714 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
10715 to allow registering the full set of functions needed by
10716 a garbage collecting allocator like libgc, ref #109944
10717
10718Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10719
10720 * configure.in: switched to have thread support enabled by default,
10721 didn't got troubles with ABI compatibility on Linux, hope it
10722 won't break on strange OSes, if yes, report the system ID
10723 * doc/libxml2-api.xml: just rebuilt the API
10724
10725Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10726
10727 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
10728 added support for large file, tested with a 3+GB instance,
10729 and some cleanup.
10730 * catalog.c: added a TODO
10731 * Makefile.am: added some "make tests" comments
10732
10733Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
10734
10735 * relaxng.c: some cleanups
10736 * doc/xmlreader.html: extended the document to cover RelaxNG and
10737 tree operations
10738 * python/tests/Makefile.am python/tests/reader[46].py: added some
10739 xmlReader example/regression tests
10740 * result/relaxng/tutor*.err: updated the output of a number of tests
10741
10742Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
10743
10744 * relaxng.c: valgrind pointed out an uninitialized variable error.
10745
10746Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10747
10748 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
10749 xmlreader.c: augnemting the APIs, cleanups.
10750 * parser.c: cleanup bug #111005
10751 * xmlIO.c: added some missing comments
10752
10753Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
10754
10755 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
10756 trying to improve the subset compiled, and more testing.
10757 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
10758 documentation
10759 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
10760 * result/relaxng/*.err: fix some of the outputs
10761
10762Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10763
10764 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
10765 include/libxml/xmlreader.h: implemented streaming of
10766 RelaxNG (when possible) on top of the xmlReader interface,
10767 provided it as xmllint --stream --relaxng .rng .xml
10768 This seems to mostly work.
10769 * Makefile.am: updated to test RelaxNG streaming
10770
10771Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10772
10773 * relaxng.c include/libxml/relaxng.h: integrated the regexp
10774 based validity checking of fragments of the document for
10775 which the RNG can be compiled to regexps. Works on all regression
10776 tests, only fix needed is related to error messages.
10777
10778Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10779
10780 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10781 include/libxml/xmlregexp.h: Starting work precompiling
10782 parts of RelaxNG schemas. Not plugged onto validity checking
10783 yet, just the regexp building part. Needed to extend some
10784 of the automata and regexp APIs.
10785
10786Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10787
10788 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10789 xmllint --stream and xmllint --stream --valid returns errors
10790 code appropriately
10791
10792Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10793
10794 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10795 and Next() operation to work on subtrees within the reader
10796 framework.
10797 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10798 * python/tests/reader5.py: added an example for those new
10799 functions of the reader.
10800
10801Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10802
10803 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10804
10805Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10806
10807 * xmlreader.c: fixing HasValue for namespace as raised by
10808 Denys Duchier
10809
10810Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10811
10812 * HTMLparser.c include/libxml/HTMLparser.h: exported
10813 htmlCreateMemoryParserCtxt() it was static
10814
10815Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10816
10817 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10818 update from Charles Bozeman for date and duration types
10819 * test/schemas/date_0.* test/schemas/dur_0.*
10820 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10821
10822Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10823
10824 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10825 fixing bug #107129, removing excessive allocation and calls
10826 to *printf in the code to build QName strings.
10827
10828Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10829
10830 * win32/libxml2.def.src: fixed conditional exports, reported by
10831 Luke Murray.
10832
10833Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10834
10835 * parser.c: fixed a possible problem with xmlRecoverMemory()
10836
10837Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10838
10839 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10840 triostr.h: Bjorn sent an update for the TRIO portability layer.
10841
10842Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10843
10844 * win32/libxml2.def.src: exported new functions
10845
10846Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10847
10848 * configure.in NEWS: preparing release 2.5.6
10849 * doc/*: updated and rebuilt the docs
10850
10851Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10852
10853 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10854 on C14Ntests
10855
10856Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10857
10858 * relaxng.c: one more fixup of error message reporting
10859
10860Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10861
10862 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10863 variable pointed out by valgrind
10864
10865Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10866
10867 * relaxng.c: try to work on bug #109225 and provide better
10868 error reports.
10869 * result/relaxng/* : this change the output of a number of tests
10870 * xinclude.c: fixing the parsed entity redefinition problem
10871 raised on the list.
10872 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10873
10874Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10875
10876 * xmlschemastypes.c: fixed date comparison to handle the tzo
10877 The only failures left are disagreements on Notations and
10878 '+1' not being allowed for ulong, uint, ushort and ubyte.
10879
10880Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10881
10882 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10883 to the XML Schemas errata
10884 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10885
10886Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10887
10888 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10889 and facets support. Currently only schemas with binHex or
10890 base64 don't compile. A few error left in the test suite:
10891 found 1035 test instances: 919 success 23 failures
10892 most are gdate or gdateyear failing check, and a few cases where
10893 James clark tests results are strange.
10894 * valid.c: allow to reuse the Notation checking routine without
10895 having a validation context.
10896 * SAX.c: removed a #if 0
10897
10898Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10899
10900 * xinclude.c: forgot to apply one check from #106931 patch
10901 * xmlschemastypes.c: more work on XML Schemas datatypes
10902
10903Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10904
10905 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10906 on cleaning up XML Schemas datatypes based on James Clark tests
10907 test/xsdtest/xsdtest.xml
10908
10909Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10910
10911 * relaxng.c: implemented comparisons for Schemas values.
10912 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10913 some bugs in duration handling, comparisons for durations
10914 and decimals, removed all memory leaks pointed out by James
10915 testsuite. Current status is now
10916 found 238 test schemas: 197 success 41 failures
10917 found 1035 test instances: 803 success 130 failures
10918
10919Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10920
10921 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10922 leaks in the W3C XML Schemas code
10923 * xmlschemastypes.c: implemented nonPositiveInteger
10924 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10925 fixed the test and result.
10926
10927Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10928
10929 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10930 parser and a typo
10931 * xmlschemastypes.c: reindenting, fixing a memory access
10932 problem with dates.
10933
10934Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10935
10936 * parser.c: fixing #109227 providing more context in case of
10937 start/end tag mismatch
10938 * python/tests/ctxterror.py python/tests/readererr.py: update the
10939 tests accordingly
10940
10941Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10942
10943 * xinclude.c: should fix #109327 errors on memory accesses
10944
10945Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10946
10947 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10948 is an URI reference
10949
10950Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10951
10952 * xpath.c: fixed bug #109160 on non-ASCII IDs
10953
10954Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10955
10956 * parser.c: Norm suggested a nicer error message for xml:space values
10957 errors
10958
10959Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10960
10961 * xpath.c include/libxml/xpath.h: first part of the fix to
10962 performance bug #108905, adds xmlXPathOrderDocElems() providing
10963 document order for nodes.
10964 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10965
10966Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10967
10968 * xmlschemastypes.c: removing a warning with Sun compiler
10969 bug #109154
10970
10971Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10972
10973 * doc/xmllint.xml
10974 * doc/xmllint.1
10975 update xmllint man page with --relaxng option
10976
10977Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10978
10979 * python/setup.py.in : was missing "drv_libxml2.py"
10980
10981Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10982
10983 * tree.c xpath.c: some changes related to the new way of
10984 handling Result Value Tree, before 2.5.5
10985
10986Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10987
10988 * configure.in NEWS: preparing release 2.5.5
10989 * doc/* : updated the documentation and regenerated it.
10990
10991Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10992
10993 * xpath.c: fixed some problems related to #75813 about handling
10994 of Result Value Trees
10995
10996Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10997
10998 * uri.c: applied a set of patches from Lorenzo Viali correcting
10999 URI parsing errors.
11000
11001Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11002
11003 * parser.c: validity status was not passed back when validating in
11004 entities, but raised by Oliver Fischer
11005
11006Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11007
11008 * HTMLtree.c: avoid escaping ',' in URIs
11009
11010Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11011
11012 * parser.c: fixing bug #108976 get the ID/REFs to reference
11013 the ID in the document content and not in the entity copy
11014 * SAX.c include/libxml/parser.h: more checking of the ID/REF
11015 stuff, better solution for #107208
11016 * xmlregexp.c: removed a direct printf, dohhh
11017 * xmlreader.c: fixed a bug on streaming validation of empty
11018 elements in entities
11019 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
11020 cleanup of the validation tests
11021 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
11022 added more ID/IDREF tests to the suite
11023
11024Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11025
11026 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
11027 compiler.
11028
11029Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11030
11031 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
11032
11033Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11034
11035 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
11036 defined in entities content
11037
11038Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
11039
11040 * SAX.c: Fixed validation bug #108858 on namespace names using
11041 entities and reported by Brent Hendricks
11042 * xmllint.c: report xmlTextReaderHasValue() result in --stream
11043 --debug output.
11044
11045Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11046
11047 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
11048 about the DocType node not being reported sometimes.
11049 * python/tests/reader.py: added to test to the regression checks
11050
11051Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11052
11053 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
11054 reported by Edd Dumbill
11055
11056Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11057
11058 * HTMLparser.c parser.c parserInternals.c: patch from
11059 johan@evenhuis.nl for #107937 fixing some line counting
11060 problems, and some other cleanups.
11061 * result/HTML/: this result in some line number changes
11062
11063Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11064
11065 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
11066 instead of libxml.spec
11067 * relaxng.c: fixed some of the error reporting excessive
11068 verbosity
11069 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
11070 xmlschemastypes.c: removed some warnings from gcc
11071 * doc/libxml2-api.xml: rebuilt
11072
11073Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
11074
11075 * relaxng.c: another optimization, for choice this time
11076 * result/relaxng/spec1* result/relaxng/tutor12_1*
11077 result/relaxng/tutor3_7: cleanups.
11078
11079Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
11080
11081 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
11082 * test/relaxng/testsuite.xml: augmented the test suite
11083 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
11084 some schemas validation tests in the presence of foreign
11085 namespaces.
11086
11087Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11088
11089 * relaxng.c: added another interleave speedup.
11090
11091Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11092
11093 * xmlschemastypes.c: added integer and fixed one of the
11094 IDREFS regression tests pbm
11095 * result/relaxng/docbook_0.err: updated
11096
11097Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11098
11099 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
11100 declared both in the DTD and in the Schemas <grin/>
11101 * relaxng.c: more debug, added a big optimization for <mixed>
11102 * test/relaxng/testsuite.xml: augmented the testsuite
11103 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
11104 DocBook example to the regression tests
11105
11106Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
11107
11108 * check-xsddata-test-suite.py: cosmetic change for output
11109 * relaxng.c: try to minimize calls to malloc/free for states.
11110
11111Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11112
11113 * tree.c: removed a warning
11114 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
11115 support
11116 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
11117 cleanup/improvements of the regression tests batch
11118 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
11119
11120Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11121
11122 * relaxng.c: fixed error msg cleanup deallocation
11123 * xmlschemastypes.c: added a function to handle lists of
11124 atomic types, added support for IDREFS
11125
11126Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
11127
11128 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
11129 and IDREF, usable from RelaxNG now
11130 * include/libxml/xmlschemastypes.h: need to add a new interface
11131 because the validation modifies the infoset
11132 * test/relaxng/testsuite.xml: extended the testsuite
11133
11134Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11135
11136 * relaxng.c: fixed the last core RelaxNG bug known #107083,
11137 shemas datatype ID/IDREF support still missing though.
11138 * xmlreader.c: fix a crashing bug with prefix raised by
11139 Merijn Broeren
11140 * test/relaxng/testsuite.xml: augmented the testsuite with
11141 complex inheritance tests
11142
11143Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11144
11145 * relaxng.c: switched back to the previous Relax-NG code base,
11146 the derivation algorithm need severe constraining code to avoid
11147 combinatorial explosion. Fixed the problem with Sebastian Rahtz
11148 TEI based example and other bugs
11149 * result/relaxng/*err: updated the results
11150 * test/relaxng/testsuite.xml: started a new test suite
11151
11152Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
11153
11154 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
11155 that the original RelaxNG validation code was un-fixeable, it got
11156 rewritten to use the derivation algorithm from James Clark and
11157 redebugged it (nearly) from scratch:
11158 found 373 test schemas: 372 success 1 failures
11159 found 529 test instances: 529 success 0 failures
11160
11161Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
11162
11163 * SAX.c parser.c: fix some recursion problems introduced in the
11164 last release.
11165 * relaxng.c: more debugging of the RNG validation engine, still
11166 problems though.
11167
11168Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11169
11170 * Makefile.am: stop generating wrong result file with * in name
11171 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
11172 * result/relaxng/demo* test/relaxng/demo: added the tests from
11173 Sebastian reproducing the problem.
11174
11175Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
11176
11177 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
11178 up Aleksey's change
11179
11180Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
11181
11182 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
11183 variable to control the indentation for the xmllint "--format"
11184 option
11185
11186Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11187
11188 * encoding.c: applied Gennady's patch against buffer overrun
11189
11190Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11191
11192 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
11193 Clark it appeared I had bug in URI parsing code ...
11194 * relaxng.c include/libxml/relaxng.h: completely revamped error
11195 reporting to not loose message from optional parts.
11196 * xmllint.c: added timing for RNG validation steps
11197 * result/relaxng/*: updated the result, all error messages changed
11198
11199Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11200
11201 * xpath.c: fix bug #107804, the algorithm used for document order
11202 computation was failing on attributes.
11203
11204Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11205
11206 * valid.c: fix bug #107764 , possibility of buffer overflow
11207 in xmlValidDebug()
11208
11209Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11210
11211 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
11212 from Philipp Dunkel
11213
11214Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11215
11216 * xmlschemastype.c: made powten array static it should not be exported
11217 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
11218 parser function.
11219 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
11220
11221Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11222
11223 * tree.c: fixed a node dump crash on attributes
11224 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
11225 an URI test bug and get better output.
11226
11227Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11228
11229 * check-xsddata-test-suite.py: give more infos
11230 * relaxng.c: fix a bug reported by Sebastian Rahtz and
11231 REF->DEF in attribute values.
11232
11233Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11234
11235 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
11236 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
11237 regression tests from James Clark.
11238
11239Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11240
11241 * relaxng.c xmlschemas.c xmlschemastypes.c
11242 include/libxml/xmlschemastypes.h: added param support for relaxng
11243 type checking, started to increment the pool of simple types
11244 registered, still much work to be done on simple types and
11245 facets checkings.
11246
11247Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11248
11249 * entities.c: fixes again one of the problem raised by
11250 James Clark in #106788
11251
11252Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11253
11254 * relaxng.c: Fixed a couple of problem raised by James Clark
11255 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
11256 datatype level still not fixed though.
11257
11258Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
11259
11260 * configure.in: preparing release 2.5.4
11261 * doc/*: updated and rebuilt the docs
11262 * relaxng.c: removed warnings
11263 * result/relaxng/*: updated the results
11264
11265Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11266
11267 * valid.c: fixes a DTD regexp generation problem.
11268
11269Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11270
11271 * parser.c: fixes bug #105998 about false detection of
11272 attribute consumption loop.
11273
11274Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11275
11276 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
11277
11278Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11279
11280 * SAX.c: fixed bug #105992
11281
11282Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
11283
11284 * tree.c: fixed xmlSetProp and al. when the node passed is not an
11285 element.
11286 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
11287 found 373 test schemas: 369 success 4 failures
11288 found 529 test instances: 525 success 4 failures
11289 * check-relaxng-test-suite.py: added memory debug reporting
11290
11291Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11292
11293 * uri.c parser.c: some warning removal on Igor's patch
11294 * tree.c: seems I messed up with #106788 fix
11295 * python/libxml.c: fixed some base problems when Python provides
11296 the resolver.
11297 * relaxng.c: fixed the interleave algorithm
11298 found 373 test schemas: 364 success 9 failures
11299 found 529 test instances: 525 success 4 failures
11300 the resulting failures are bug in the algorithm from 7.3 and
11301 lack of support for params
11302
11303Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11304
11305 * parser.c: another fix for nodeinfo in entities problem
11306 * tree.c entities.c: fixed bug #106788 from James Clark
11307 some spaces need to be serialized as character references.
11308
11309Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11310
11311 * parser.c uri.c: fixed the bug I introduced in the path
11312 handling, reported by Sebastian Bergmann
11313
11314Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11315
11316 * parser.c: fixing some nodeinfo in entities problem raised
11317 by Glenn W. Bach
11318 * relaxng.c: implemented the first section 7.3 check
11319 * result/relaxng/*: updated the results
11320
11321Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
11322
11323 * relaxng.c: fixed some problems in the previous commit
11324 and finished implementing 4.16 rules checking
11325 found 373 test schemas: 353 success 20 failures
11326 found 529 test instances: 519 success 6 failures
11327 * result/relaxng/*: updated the results
11328
11329Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11330
11331 * relaxng.c: implemented checks from section 7.2
11332
11333Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11334
11335 * relaxng.c: implemented the checks from section 7.1, fixed
11336 some of the 4.20 and 4.21 problems.
11337 found 373 test schemas: 338 success 35 failures
11338 found 529 test instances: 519 success 6 failures
11339 * result/relaxng/*: updated the results
11340
11341Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11342
11343 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
11344 * result/relaxng/*: updated the results
11345
11346Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11347
11348 * relaxng.c: more bugfixes
11349 * result/relaxng/*: updated the results
11350
11351Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11352
11353 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
11354 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
11355 * SAX.c: ensured xmlDoc.URL is always canonic
11356 * parser.c: obsoleted xmlNormalizeWindowsPath
11357 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
11358 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
11359 * win32/libxml2.def.src: added few exports
11360
11361Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
11362
11363 * Makefile.am configure.in: patched to have shared libraries
11364 for Python regression tests and static binaries for gdb debug
11365 in my development environment
11366 * relaxng.c: more bugfixes
11367 found 373 test schemas: 296 success 77 failures
11368 found 529 test instances: 516 success 8 failures
11369 * result/relaxng/*: updated the results
11370
11371Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11372
11373 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
11374
11375Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11376
11377 * xmlschemastypes.c: float/double check bugfix
11378 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
11379 validation
11380 * xmlreader.c: add a TODO for Jody
11381 * relaxng.c: bugfix bugfix bugfix
11382 found 373 test schemas: 300 success 73 failures
11383 found 529 test instances: 507 success 10 failures
11384 * result/relaxng/*: updated the results
11385
11386Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11387
11388 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
11389
11390Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11391
11392 * relaxng.c check-relaxng-test-suite.py: more work on the
11393 RelaxNG implementation conformance testing.
11394 found 373 test schemas: 284 success 89 failures
11395 found 529 test instances: 448 success 47 failures
11396 * result/relaxng/*: updated the results
11397
11398Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11399
11400 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
11401 a patch from Kjartan Maraas to fix some typos
11402
11403Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11404
11405 * relaxng.c: more bug-hunting
11406 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
11407 intermediate rng tree
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011408 * python/generator.py: patch from Stéphane Bidoul to fix the generator
William M. Brack11be2d02007-01-24 19:17:19 +000011409 on python < 2.2
11410
11411Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11412
11413 * check-relaxng-test-suite.py relaxng.c: more testing on the
11414 Relax-NG front, cleaning up the regression tests failures
11415 current state and I forgot support for "mixed":
11416 found 373 test schemas: 280 success 93 failures
11417 found 529 test instances: 401 success 68 failures
11418 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
11419 moved the Name, NCName and QName validation routine in tree.c
11420 * uri.c: fixed handling of URI ending up with #, i.e. having
11421 an empty fragment ID.
11422 * result/relaxng/*: updated the results
11423
11424Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11425
11426 * check-xinclude-test-suite.py: improved the script accordingly
11427 to the XInclude regression tests updates
11428 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
11429 November 2002
11430 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
11431 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
11432 augmented the Xpointer testsuite for the element() scheme
11433
11434Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11435
11436 * relaxng.c: added TODO for the DTD compatibility spec
11437 * xinclude.c: more bug fixes driven by the testsuite
11438
11439Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
11440
11441 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
11442 regression tests for XInclude, improved the script, improving
11443 XInclude error reporting mechanism
11444
11445Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11446
11447 * NEWS doc/* configure.in: preparing release 2.5.3
11448
11449Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11450
11451 * tree.c: trying to fix #104934 about some XHTML1 serialization
11452 issues.
11453
11454Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
11455
11456 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
11457 encoding conversion when the input buffer stops in the
11458 middle of a multibyte char
11459
11460Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11461
11462 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
11463 * check-relaxng-test-suite.py: python script to run regression
11464 against OASIS RelaxNG testsuite
11465 * relaxng.c: some cleanup tweaks
11466 * HTMLparser.c globals.c: cleanups in comments
11467 * doc/libxml2-api.xml: updated the API
11468 * result/relaxng/*: errors moved files, so large diffs but
11469 no changes at the semantic level.
11470
11471Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11472
11473 * tree.c: fixing #105678 problem when dumping a namespace node.
11474
11475Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11476
11477 * xpath.c: fixed doc comment problems
11478 * python/generator.py python/libxml_wrap.h python/types.c: adding
11479 RelaxNG wrappers
11480 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
11481 test of those early Python RelaxNG bindings
11482
11483Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11484
11485 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
11486 * relaxng.c: found the validation problem I had with interleave
11487 when not covering all remaining siblings
11488 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
11489 testsuite and check the RNG schemas against the RNG schemas
11490 given in appendix A
11491
11492Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11493
11494 * win32/Makefile.msvc: updates for RelaxNG
11495 * win32/Makefile.mingw: updates for RelaxNG
11496 * win32/libxml2.def.src: added RelaxNG exports
11497
11498Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11499
11500 * xinclude.c: applied another bug fix from Sean Chittenden
11501
11502Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11503
11504 * configure.in xmllint.c: I f...ed up the default configuration
11505 of schemas and --relaxng option display in xmllint, pointed by
11506 Morus Walter.
11507 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
11508 detection module, fixes bug #105374.
11509
11510Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11511
11512 * xmlschemastypes.c: added the boolean base type.
11513
11514Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11515
11516 * xmlschemastypes.c: started implementing some of the missing
11517 default simple types
11518 * result/relaxng/*: updated the results
11519
11520Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11521
11522 * NEWS doc/*: updated the docs, ready for 2.5.2 release
11523
11524Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11525
11526 * HTMLparser.c tree.c xmlIO.c: comments cleanups
11527 * Makefile.am: use xmllint for doing the RelaxNG tests
11528 * configure.in: preparing 2.5.2 made schemas support default to
11529 on instead of off
11530 * relaxng.c: removed the verbosity
11531 * xmllint.c: added --relaxng option
11532 * python/generator.py python/libxml_wrap.h: prepared the integration
11533 of the new RelaxNG module and schemas
11534 * result/relaxng/*: less verbose output
11535
11536Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
11537
11538 * valid.c: do not run content model validation if the
11539 content is not determinist
11540
11541Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11542
11543 * SAX.c: added the redefinition of namespaced attribute
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011544 check that was missing as Fabrice Desré pointed out.
William M. Brack11be2d02007-01-24 19:17:19 +000011545
11546Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11547
11548 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
11549 improvements from Nick Kew, allowing to do more checking
11550 to HTML elements and attributes.
11551
11552Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11553
11554 * xinclude.c: fixing bug #105137 about entities declaration
11555 needing to be copied to the including document.
11556
11557Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11558
11559 * catalog.c: fixed bug #104817 with delegateURI
11560 * xpath.c: fixing bugs #104123 and #104125
11561
11562Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
11563
11564 * configure.in valid.c xmlreader.c python/libxml_wrap.h
11565 python/types.c: fixing #104096 to compile without regexps
11566
11567Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11568
11569 * valid.c: fixing bug #103969 forgot to add an epsilon transition
11570 when building the automata for elem*
11571
11572Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11573
11574 * HTMLparser.c: applied patch from Arne de Bruijn fixing
11575 bug #103827
11576
11577Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11578
11579 * HTMLparser.c: updating a comment, fixing #103776
11580
11581Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11582
11583 * parser.c: fixing bug 105049 for validity checking of content
11584 within recursive entities.
11585
11586Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11587
11588 * HTMLparser.c: try to fix # 105049
11589 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
11590 * tree.c: updated a function comment
11591
11592Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11593
11594 * relaxng: more work on grammars and refs/defs
11595 * test/relaxng/* result/relaxng/*: augmented/updated the
11596 regression tests
11597
11598Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11599
11600 * relaxng: more work on name classes, except support
11601 * test/relaxng/* result/relaxng/*: augmented/updated the
11602 regression tests
11603
11604Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11605
11606 * relaxng: more work on name classes, the "validate all" schemas
11607 seems to work now.
11608 * test/relaxng/* result/relaxng/*: augmented/updated the
11609 regression tests
11610
11611Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11612
11613 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
11614 * parser.c: put a guard against infinite document depth, basically
11615 trying to avoid another kind of DoS attack.
11616 * relaxng.c: some code w.r.t. nameClasses
11617
11618Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11619
11620 * test/relaxng/* result/relaxng/*: check all the namespace support
11621 was actually correct based on tutorial section 10.
11622
11623Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11624
11625 * relaxng: include seems to work okay now
11626 * test/relaxng/* result/relaxng/*: augmented/updated the
11627 regression tests
11628
11629Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11630
11631 * relaxng.c: a bit of work done in the train back.
11632 * test/relaxng/*: added one of the include tests
11633
11634Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11635
11636 * relaxng: more work done in the train
11637 * test/relaxng/* result/relaxng/*: augmented/updated the
11638 regression tests
11639
11640Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11641
11642 * relaxng.c: debugging of externalRef
11643 * test/relaxng/* result/relaxng/*: augmented/updated the
11644 regression tests
11645
11646Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11647
11648 * relaxng.c: more work on Relax-NG, implementing externalRef
11649 * test/relaxng/* result/relaxng/*: augmented/updated the
11650 regression tests
11651 * Makefile.am: cleanup to Relaxtests target
11652
11653Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11654
11655 * relaxng.c: more work on Relax-NG, implementing interleave
11656 * test/relaxng/* result/relaxng/*: augmented/updated the
11657 regression tests
11658
11659Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11660
11661 * relaxng.c: more work on Relax-NG, implementing interleave
11662 * test/relaxng/* result/relaxng/*: augmented/updated the
11663 regression tests
11664
11665Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
11666
11667 * doc/tutorial/customfo.xsl
11668 * doc/tutorial/customhtml.xsl
11669 adding stylesheet customizations used to generate fo
11670 for pdf and html
11671
11672Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11673
11674 * relaxng.c: more work on Relax-NG
11675 * test/relaxng/* result/relaxng/*: augmented/updated the
11676 regression tests
11677 * xmlschemastypes.c: added a number of base type definition but not
11678 the associated checks, those are still TODOs
11679
11680Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
11681
11682 in docs/tutorial:
11683 * apa.html
11684 * apb.html
11685 * apc.html
11686 * apd.html
11687 * ape.html
11688 * apf.html
11689 * apg.html
11690 * ar01s02.html
11691 * ar01s03.html
11692 * ar01s04.html
11693 * ar01s05.html
11694 * ar01s06.html
11695 * ar01s07.html
11696 * ar01s08.html
11697 * index.html
11698 * xmltutorial.pdf
11699 * xmltutorial.xml
11700 add index to tutorial
11701
11702Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
11703
11704 * doc/xmlcatalog.1
11705 * doc/xmlcatalog_man.html
11706 * doc/xmlcatalog_man.xml
11707 belatedly fixing bug #93622 (adds rewriteURI type to
11708 "--add" option in xmlcatalog man page
11709
11710Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11711
11712 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
11713 Julio Merino, closing #104475
11714
11715Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11716
11717 * relaxng.c: more work on Relax-NG
11718 * test/relaxng/* result/relaxng/*: augmented/updated the
11719 regression tests
11720
11721Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11722
11723 * relaxng.c: more work on Relax-NG
11724 * test/relaxng/* result/relaxng/*: augmented/updated the
11725 regression tests
11726
11727Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11728
11729 * README: updated the policy on private mail answers
11730 * relaxng.c: more work on Relax-NG
11731 * test/relaxng/* result/relaxng/*: augmented/updated the
11732 regression tests
11733
11734Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
11735
11736 * error.c parser.c tree.c: applied a documentation patch from
11737 Stefan Kost
11738
11739Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11740
11741 * relaxng.c: more work on Relax-NG
11742 * doc/*: regenerated the docs
11743 * test/relaxng/* result/relaxng/*: updated and augmented the
11744 Relax-NG regression tests and results
11745
11746Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11747
11748 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
11749 First commit of the new Relax-NG validation code, not generally
11750 useful yet.
11751 * test/relaxng/* result/relaxng/*: current state of the regression
11752 tests
11753
11754Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11755
11756 * tree.c: minimized the memory allocated for GetContent
11757 and a bit of cleanup.
11758
11759Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11760
11761 * python/generator.py: seems there is no good reasons to
11762 not generate bindings for XPointer
11763
11764Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11765
11766 * xmlreader.c doc/apibuild.py: applied a new patch from
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011767 Stéphane Bidoul for cleanups
William M. Brack11be2d02007-01-24 19:17:19 +000011768 * doc/libxml2-api.xml: rebuilt the API description with
11769 new entry points
11770
11771Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11772
11773 * xmlreader.c python/drv_libxml2.py python/generator.py
11774 python/libxml.c python/libxml.py python/libxml_wrap.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011775 python/types.c: patch from Stéphane Bidoul for better per
William M. Brack11be2d02007-01-24 19:17:19 +000011776 context error message APIs
11777 * python/tests/ctxterror.py python/tests/readererr.py:
11778 update of the tests
11779
11780Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11781
11782 * doc/guidelines.html
11783 grammar and spelling cleanup
11784
11785Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11786
11787 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11788 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011789 a patch from Stéphane Bidoul to allow per XMLtextReader error
William M. Brack11be2d02007-01-24 19:17:19 +000011790 and warning handling
11791 * python/tests/Makefile.am python/tests/readererr.py: adding the
11792 specific regression test
11793
11794Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11795
11796 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11797 should raise a syntax error
11798
11799Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11800
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011801 * python/libxml.c: cleanup patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011802
11803Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11804
11805 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11806
11807Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11808
11809 * python/generator.py python/libxml.c python/libxml.py
11810 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011811 from Stéphane Bidoul to provide per parser error handlers at the
William M. Brack11be2d02007-01-24 19:17:19 +000011812 Python level.
11813 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11814 regression test for it.
11815
11816Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11817
11818 * xmlreader.c: fixed the streaming property of the reader,
11819 it was generating tree faster than consuming it. Pointed out
11820 by Nate Myers
11821 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11822
11823Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11824
11825 * win32/libxml2.def.src: added more xmlreader and other exports
11826
11827Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11828
11829 * xpath.c: fix to the XPath implementation for parent and
11830 ancestors axis when operating on a Result Value Tree.
11831 Fixes bug #100271
11832
11833Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11834
11835 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11836 to fix some URI/file escaping problems
11837
11838Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11839
11840 * python/generator.py: fixed a bug raised by Raymond Wiker,
11841 docSetRootElement() should not raise an exception if the
11842 return is None
11843
11844Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11845
11846 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11847 fixed bug #102181 by applying the suggested change and fixing
11848 the generation/registration problem.
11849
11850Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11851
11852 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11853 routines.
11854
11855Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11856
11857 * parser.c: one more IsEmptyElement crazyness, that time in
11858 external parsed entities if substitution is asked.
11859 * python/tests/reader3.py: added a specific test.
11860
11861Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11862
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011863 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
William M. Brack11be2d02007-01-24 19:17:19 +000011864 support and improved error handler registration
11865
11866Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11867
11868 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11869 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11870 * README: fixed a link
11871
11872Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11873
11874 * configure.in doc/* NEWS: preparing 2.5.1 release
11875 * SAX.c parser.c: fixing XmlTextReader bug
11876
11877Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11878
11879 * SAX.c: fuck, I introduced a memory leak on external parsed
11880 entities in 2.5.0 :-(
11881
11882Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11883
11884 * xmllint.c: another fix needed as pointed by Christophe Merlet
11885 for --stream --debug if compiled without debug support.
11886
11887Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11888
11889 * doc/xmllint.xml
11890 * doc/xmllint.1:
11891 update man page with --stream and --chkregister
11892
11893Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11894
11895 * globals.c: fixed --with-threads compile
11896 * xmllint.c: fixed --without-debug compile
11897 * include/libxml/globals.h: cleanup
11898 * include/libxml/schemasInternals.h: add a missing include
11899
11900Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11901
11902 * configure.in NEWS: preparing 2.5.0 release
11903 * SAX.c: only warn in pedantic mode about namespace name
11904 brokeness
11905 * globals.c: fix a doc generation problem
11906 * uri.c: fix #101520
11907 * doc/*: updated and rebuilt the doc for the release, includuding
11908 stylesheet update
11909 * python/Makefile.am: fix a filename bug
11910
11911Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11912
11913 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11914 should not be called.
11915
11916Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11917
11918 * libxml-2.0.pc.in: applied the patch to fix #101894
11919
11920Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11921
11922 * tree.c : applied patch from Lukas Schroeder for register callbacks
11923 * valid.c: modified patch from Lukas Schroeder to test
11924 register callbacks with --chkregister
11925
11926Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11927
11928 * xmlreader.c: seriously changed the way data are pushed to
11929 the underlying parser, go by block of 512 bytes instead of
11930 tryng to detect tag boundaries at that level. Changed the
11931 way empty element are detected and tagged.
11932 * python/tests/reader.py python/tests/reader2.py
11933 python/tests/reader3.py: small changes mostly due to context
11934 reporting being different and DTD node being reported. Some
11935 errors previously undetected are now caught and fixed.
11936 * doc/xmlreader.html: flagged last section as TODO
11937
11938Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11939
11940 * python/libxml.py: integrated the Python 2.2 optimizations
11941 from Hannu Krosing, while maintaining compatibility with
11942 1.5 and 2.1
11943
11944Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11945
11946 * xmllint.c: a bit of cleanup
11947 * xmlreader.c: small fix
11948 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11949 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11950
11951Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11952
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011953 * python/setup.py.in: patch from Stéphane Bidoul to include
William M. Brack11be2d02007-01-24 19:17:19 +000011954 drv_libxml2.py in setup.py
11955
11956Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11957
11958 * doc/xmlreader.html: starting documenting the new XmlTextReader
11959 interface.
11960
11961Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11962
11963 * xmllint.c: added the --stream flag to use the TextReader API
11964 * xmlreader.c: small performance tweak
11965
11966Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11967
11968 * xmlreader.c python/tests/reader2py: okay the DTD validation
11969 code on top of the XMLTextParser API should be solid now.
11970
11971Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11972
11973 * xmlreader.c python/tests/reader2py: Fixing some more mess
11974 with validation and recursive entities while using the
11975 reader interface, it's getting a bit messy...
11976
11977Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11978
11979 * xmlreader.c python/tests/reader.py: another couple of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011980 related to IsEmptyElement reported by Stéphane Bidoul needed
William M. Brack11be2d02007-01-24 19:17:19 +000011981 some fixes.
11982
11983Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11984
11985 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011986 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011987 based on the python XmlTextReader interface.
11988
11989Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11990
11991 * tree.c: backing out one change in the last patch which broke the
11992 regression tests
11993
11994Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11995
11996 * global.data globals.c tree.c include/libxml/globals.h: applied
11997 an old patch from Lukas Schroeder to track node creation and
11998 destruction. Probably missing a lot of references at the moment
11999 and not usable reliably.
12000
12001Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
12002
12003 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
12004 from doc/news.html and a stylesheet
12005
12006Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
12007
12008 * xmlreader.c python/tests/reader.py: fixed another couple of
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012009 xmlreader bugs reported by Stéphane Bidoul and added tests.
William M. Brack11be2d02007-01-24 19:17:19 +000012010
12011Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
12012
12013 * xmlreader.c python/tests/reader2.py: fixed another validity
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012014 checking in external parsed entities raised by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000012015 and added a specific regression test.
12016 * python/tests/reader3.py: cleanup
12017
12018Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12019
12020 * xmlreader.c python/tests/reader2.py: fixed a problem with
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012021 validation within entities pointed by Stéphane Bidoul, augmented
William M. Brack11be2d02007-01-24 19:17:19 +000012022 the tests to catch those.
12023
12024Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12025
12026 * python/generator.py: modified the generator to allow keeping
12027 class references when creating new classes, needed to fix a bug
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012028 pointed by Stéphane Bidoul where the input buffer of the
William M. Brack11be2d02007-01-24 19:17:19 +000012029 xmlTextReader instance gets destroyed if the python wrapper for
12030 the input is not referenced anymore.
12031
12032Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
12033
12034 * xmlreader.c python/tests/reader.py: fixed another pair of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012035 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
William M. Brack11be2d02007-01-24 19:17:19 +000012036
12037Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12038
12039 * xmlreader.c python/tests/reader.py: fixed another problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012040 pointed by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000012041
12042Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12043
12044 * xmlreader.c python/tests/reader.py: fixed a limit case problem
12045 with "<a/>"
12046
12047Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12048
12049 * SAX.c: warn on xmlns:prefix="foo"
12050 * xmlreader.c python/tests/reader.py: fixed a couple of problem
12051 for namespace attributes handling.
12052
12053Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12054
12055 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
12056 a really nasty problem raised by a DocBook XSLT transform
12057 provided by Sebastian Bergmann
12058
12059Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
12060
12061 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012062 by Stéphane Bidoul and integrated it into the tests
William M. Brack11be2d02007-01-24 19:17:19 +000012063
12064Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
12065
12066 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
12067 extended the XmlTextReader API a bit, addding accessors for
12068 the current doc and node, and an entity substitution mode for
12069 the parser.
12070 * python/libxml.py python/libxml2class.txt: related updates
12071 * python/tests/Makefile.am python/tests/reader.py
12072 python/tests/reader2.py python/tests/reader3.py: updated a bit
12073 the old tests and added a new one to test the entities handling
12074
12075Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12076
12077 * python/generator.py python/libxml2class.txt
12078 python/tests/reader.py python/tests/reader2.py: changed the
12079 generator to provide casing for the XmlTextReader similar to
12080 C# so that examples and documentation are more directly transposable.
12081 Fixed the couple of tests in the suite.
12082
12083Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
12084
12085 * doc/guidelines.html: added a document on guildeline for
12086 publishing and deploying XML
12087
12088Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12089
12090 * valid.c xmlreader.c: final touch running DTD validation
12091 on the XmlTextReader
12092 * python/tests/Makefile.am python/tests/reader2.py: added a
12093 specific run based on the examples from test/valid/*.xml
12094
12095Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
12096
12097 * python/libxml.py: added a few predefined xmlTextReader parser
12098 configuration values.
12099
12100Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12101
12102 * python/libxml_wrap.h: trying to fix #102037
12103
12104Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12105
12106 * SAX.c: fixing bug #95296, when the predefined entities
12107 are redefined in the DTD the default one must be used
12108 instead anyway.
12109
12110Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
12111
12112 * doc/xmllint.xml
12113 * doc/xmllint.1
12114 Add discussion of XML_DEBUG_CATALOG to xmllint man
12115 page - bug #100907
12116
12117Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12118
12119 * xmlreader.c: Fixed the empty node detection to avoid reporting
12120 an inexistant close tag.
12121
12122Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12123
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012124 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000012125 for Python 2.1
12126
12127Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12128
12129 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
12130
12131Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12132
12133 * doc/libxml2-api.xml python/tests/reader.py: one really need
12134 to provide the base URI information when creating a reader parser
12135 from an input stream. Updated the API and the example using it.
12136
12137Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12138
12139 * testReader.c xmlreader.c valid.c include/libxml/tree.h
12140 include/libxml/valid.h include/libxml/xmlreader.h: working on
12141 DTD validation on top of xml reader interfaces. Allows to
12142 validate arbitrary large instances. This required some extensions
12143 to the valid module interface and augmenting the size of xmlID
12144 and xmlRef structs a bit.
12145 * uri.c xmlregexp.c: simple cleanup.
12146
12147Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12148
12149 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
12150 work on the xml reader interfaces.
12151 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
12152 Web page for the Windows binaries.
12153
12154Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12155
12156 * xmlIO.c: applied a patch for VMS following the report by
12157 Nigel Hall
12158
12159Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12160
12161 * parser.c: the parseStartTag bug fix wasn't complete.
12162
12163Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12164
12165 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
12166 parseStartTag, fixing it.
12167 * test/att4 result/att4 result/noent/att4: adding the test
12168 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12169 more methods to XmlTextReader.
12170
12171Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12172
12173 * win32/libxml2.def.src: added more xml reader exports
12174 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
12175 to the build
12176
12177Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
12178
12179 * doc/tutorial/xmltutorial.xml
12180 plus generated html and pdf
12181 Updating tutorial again based on further comments from Niraj
12182 Tolia on the last iteration
12183
12184Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
12185
12186 * doc/tutorial/xmltutorial.xml
12187 * doc/tutorial/includekeyword.c
12188 * doc/tutorial/includegetattribute.c
12189 plus generated html and pdf
12190 Adding fix from Niraj Tolia to tutorial to properly free memory.
12191
12192Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12193
12194 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12195 more methods of XmlTextReader.
12196 * python/libxml2class.txt python/tests/reader.py: this increased the
12197 methods in the bndings, augmented the test to check those new
12198 functions.
12199
12200Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12201
12202 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
12203 methods of XmlTextReader.
12204 * python/generator.py python/libxml_wrap.h python/types.c
12205 python/libxml2class.txt: added the reader to the Python bindings
12206 * python/tests/Makefile.am python/tests/reader.py: added a specific
12207 test for the Python bindings of the Reader APIs
12208 * parser.c: small cleanup.
12209
12210Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12211
12212 * xinclude.c: fallback was only copying the first child not the
12213 full child list of the fallback element, closes #89684 as reopened
12214 by Bernd Kuemmerlen
12215
12216Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12217
12218 * win32/libxml2.def.src: exported htmlNodeDumpOutput
12219
12220Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12221
12222 * configure.in: preparing release of 2.4.30
12223 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
12224 gives enum values, fix functype return type, put back fields in
12225 structs
12226 * doc/*: updated the docs rebuilt
12227
12228Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12229
12230 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
12231 about htmlNodeDumpOutput location.
12232 * xpath.c: removed an undefined function signature
12233 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
12234 too many symbols in the API breaking the python bindings.
12235 Updated with the libxslt/libexslt changes.
12236
12237Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12238
12239 * configure.in: preparing release of 2.4.29
12240 * doc/*: rebuilt the docs and API
12241 * xmlreader.c: a few more fixes for the XmlTextReader API
12242
12243Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12244
12245 * include/win32config.h: applied mingw patch from Magnus Henoch
12246
12247Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12248
12249 * catalog.c doc/libxml2-api.xml: a bit more cleanup
12250
12251Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12252
12253 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
12254 building Python script, does the C parsing directly, generates
12255 a better API description including structure fieds defs and
12256 enums. Still a couple of bugs, but good enough for the python
12257 wrappers now.
12258 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
12259 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
12260 include/libxml/schemasInternals.h include/libxml/tree.h: more
12261 cleanup based on the python analysis script reports.
12262 * libxml.spec.in: make sure the API XML description is part of the
12263 devel package.
12264
12265Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12266
12267 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
12268 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
12269 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
12270 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
12271 code cleanup, especially the function comments.
12272 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
12273
12274Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12275
12276 * Makefile.am xmlreader.c include/libxml/Makefile.am
12277 include/libxml/xmlreader.h: Adding a new set of APIs based on
12278 the C# TextXmlReader API but converted to C. Allow to parse
12279 in constant memory usage, far simpler to program and explain
12280 than the SAX like APIs, unfinished but working.
12281 * testReader.c: test program
12282
12283Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12284
12285 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
12286
12287Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12288
12289 * tree.c: Chip turner indicated that XHTML1 serialization
12290 rule for style actually break on both IE and Mozilla,
12291 try to avoid the rule if escaping ain't necessary
12292
12293Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12294
12295 * nanhttp.c: handle HTTP URL escaping, problem reported by
12296 Glen Nakamura and Stefano Zacchiroli
12297
12298Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12299
12300 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
12301
12302Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12303
12304 * uri.c: Johann Richard pointed out some XPointer problems for
12305 URN based URI references in XInclude. Modified the URI parsing
12306 and saving routines to allow correct parsing and saving of
12307 XPointers, especially when attached to "opaque" scheme accordingly
12308 to RFC 2396
12309
12310Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12311
12312 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
12313 of refactoring to the HTML saving code.
12314 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
12315 in the doc.
12316
12317Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12318
12319 * tree.c include/libxml/tree.h: refactored the XML dump of a node
12320 to a buffer API to reuse the generic dump to an OutputIO layer,
12321 this reduces code, fixes xmlNodeDump() for XHTML, also made
12322 xmlNodeDump() now return the number of byte written.
12323
12324Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
12325
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012326 * python/setup.py.in: another patch from Stéphane Bidoul for
William M. Brack11be2d02007-01-24 19:17:19 +000012327 Python bindings on Windows
12328 * doc/parsedecl.py: small cleanup
12329
12330Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12331
12332 * libxml.spec.in configure.in: add a line in %changelog for releases
12333
12334Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12335
12336 * parser.c: patch from Marcus Clarke fixing a problem in entities
12337 parsing that was detected in KDe documentations environment.
12338
12339Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12340
12341 * python/libxml.c (libxml_prev): Return the previous as opposed to
12342 the next node (I guess this is the result of some cut & paste programming:)
12343
12344Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12345
12346 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
12347
12348Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12349
12350 * python/generator.py python/libxml.c python/setup.py.in: trying
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012351 to fix the Python bindings build on Windows (Stéphane Bidoul)
William M. Brack11be2d02007-01-24 19:17:19 +000012352
12353Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12354
12355 * win32/configure.js: added option for python bindings
12356 * win32/libxml2.def.src: added more exports
12357
12358Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12359
12360 * win32/Makefile.mingw: fixed unresolved symbols when linking with
12361 pthreads
12362 * win32/wince/*: applied updates to Windows CE port from Javier
12363
12364Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12365
12366 * configure.in: preparing 2.4.28
12367 * libxml.spec.in doc/Makefile.am: some cleanup
12368 * doc/*: updated the news and regenerated.
12369
12370Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12371
12372 * HTMLparser.c: final touch at closing #87235 </p> end tags
12373 need to be generated.
12374 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
12375 this change slightly the output of a few tests
12376 * doc/*: regenerated
12377
12378Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12379
12380 * parserInternals.c: fixing bug #99190 when UTF8 document are
12381 parsed using the progressive parser and the end of the chunk
12382 is in the middle of an UTF8 multibyte character.
12383
12384Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12385
12386 * threads.c: fixed initialization problem in xmlNewGlobalState
12387 which was causing crash.
12388 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
12389 in xmlInitializeGlobalState.
12390 * parserInternals.c: cleaned up ctxt->sax initialisation.
12391
12392Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12393
12394 * tree.c include/libxml/tree.h: modified the existing APIs
12395 to handle XHTML1 serialization rules automatically, also add
12396 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
12397 libxslt serialization uses it when needed without changing
12398 the library API.
12399 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
12400 result/xhtml1: added a new test specifically for xhtml1 output
12401 and updated the result of one XHTML1 test
12402
12403Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12404
12405 * xinclude.c parserInternals.c encoding.c: fixed #99082
12406 for xi:include encoding="..." support on text includes.
12407 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
12408 test/XInclude/ents/isolatin.txt : added a specific regression test
12409 * python/generator.py python/libxml2class.txt: fixed the generator
12410 the new set of comments generated for doc/libxml2-api.xml were
12411 breaking the python generation.
12412
12413Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12414
12415 * doc/Makefile.am: repair some problem if gtk-doc fail or such
12416 * configure.in: patch for Solaris on new autoconf closes #98880
12417 * doc/parsedecl.py: repair the frigging API building script,
12418 did I say that python xmllib sucks ?
12419 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
12420 and some comment are no more truncated.
12421
12422Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12423
12424 * parser.c: Martin Stoilov pointed out a potential leak in
12425 xmlCreateMemoryParserCtxt
12426
12427Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12428
12429 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
12430 included in HTML documents and using the push parser.
12431
12432Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12433
12434 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
12435 specified, look for the Python interpreter not just in the
12436 specified root but also in the specified location. Fixes #98825
12437
12438Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12439
12440 * python/libxml.c: fixing bug #98792 , node may have no doc
12441 and dereferencing without checking ain't good ...
12442
12443Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12444
12445 * configure.in: preparing release 2.4.27
12446 * doc/* : updated and rebuilt the docs
12447 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
12448 and all the docs are actually packaged and in the final RPMs
12449 * parser.c parserInternals.c include/libxml/parser.h: restore
12450 xmllint --recover feature.
12451
12452Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12453
12454 * parser.c xpath.c: fixing #96925 wich was also dependent on the
12455 processing of parsed entities, and XPath computation on sustitued
12456 entities.
12457 * testXPath.c: make sure entities are substitued.
12458
12459Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12460
12461 * parser.c: fixed #96594, which was totally dependent on the
12462 processing of internal parsed entities, which had to be changed.
12463
12464Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12465
12466 * Makefile.am python/Makefile.am python/tests/Makefile.am:
12467 trying to fix bug #98517 about building outside the source tree
12468 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
12469
12470Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12471
12472 * include/win32config.h: cleanup
12473 * win32/Makefile.mingw: integrated mingw in JScript configure
12474 * win32/Makefile.msvc: modified to allow mingw coexistence
12475 * win32/configure.js: integrated mingw
12476 * win32/Readme.txt: cleanup
12477
12478Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12479
12480 * HTMLparser.c: strengthen the guard in the Pop macros,
12481 like in the XML parser, closes bug #97315
12482
12483Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12484
12485 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
12486 callback is never used.
12487
12488Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12489
12490 * parserInternals.c: fixed the initialization of the SAX structure
12491 which was breaking xsltproc
12492 * xpath.c: patch from Petr Pajas for CDATA nodes
12493 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
12494 * parser.c include/libxml/parser.h: patch from Peter Jones
12495 removing a leak in xmlSAXParseMemory() and adding the
12496 function xmlSAXParseMemoryWithData()
12497
12498Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
12499
12500 adding pdf of tutorial, changing web page to link to it
12501 * doc/tutorial/xmltutorial.pdf
12502 * doc/xml.html
12503 * doc/docs.html
12504
12505Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
12506
12507 * doc/tutorial/ar01s08.html
12508 adding file what I forgot for tutorial
12509
12510Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
12511
12512 Adding encoding discussion to tutorial
12513 Added:
12514 * doc/tutorial/images/*.png: DocBook admonition image files
12515 * doc/tutorial/apf.html, apg.html: new generated html
12516 * doc/tutorial/includeconvert.c: conversion code entity file
12517 changed:
12518 * doc/tutorial/xmltutorial.xml: DocBook original
12519 * doc/tutorial/*.html: generated html
12520
12521Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12522
12523 * include/libxml/*.h: retired xmlwin32version.h
12524 * doc/Makefile.am: retired xmlwin32version.h
12525 * win32/configure.js: retired xmlwin32version.h
12526
12527Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12528
12529 * win32/libxml2.def.src: exported additional symbols
12530 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
12531 sisterhood
12532
12533Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12534
12535 * globals.c: fixed a typo pointed out by Igor
12536 * xpath.c: try to speed up node compare using line numbers
12537 if available.
12538
12539Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12540
12541 * tree.c: make xmlFreeNode() handle attributes correctly.
12542
12543Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12544
12545 * catalog.c: completed the #96963 fix, as reported by Karl
12546 Eichwalder
12547
12548Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12549
12550 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
12551
12552Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12553
12554 * Makefile.am: switched the order of a couple of includes
12555 to fix bugs #97100
12556
12557Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12558
12559 * catalog.c: fixed bug #96963, reverted to the old behaviour of
12560 xmlLoadCatalogs that used to separate directories with a ':'.
12561
12562Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12563
12564 * threads.c: improvements to the Windows-side of thread handling
12565 * testThreads.c: conditionally excluded unistd.h
12566 * testThradsWin32.c: broke overlong lines
12567 * include/win32config.h: adapted thread-related macros to the new
12568 scheme and for pthreads on Windows
12569 * win32/Makefile.msvc: introduced a more flexible thread build,
12570 added testThreads[Win32].c to the build
12571 * win32/configure.js: introduced a more flexible thread config
12572
125732002-10-31 John Fleck <jfleck@inkstain.net>
12574
12575 * doc/xml.html (and, by implication, FAQ.html)
12576 added UTF-8 conversaion FAQ from Marcus Labib Iskander
12577
12578Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12579
12580 * configure.in: removed xmlwin32version.h
12581 * include/libxml/Makefile.am: removed xmlwin32version.h
12582
12583Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12584
12585 * tree.c: applied patch from Brian Stafford to fix a bug
12586 in xmlReconciliateNs()
12587
12588Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12589
12590 * tree.c: applied patch from Christian Glahn to allow
12591 xmlNewChild() on document fragment nodes
12592
12593Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12594
12595 * parser.c: Christian Glahn found a problem with a recent
12596 patch to xmlParseBalancedChunkMemoryRecover()
12597 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
12598 problems
12599 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
12600 test/schemas/seq*: added the test cases from Charles
12601
12602Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12603
12604 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
12605 serious cleanup of the spec file and associated changes
12606 in the Makefiles.
12607 * valid.c: try to remove some warnings on x86_64
12608
12609Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12610
12611 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
12612 fix bug #96586
12613
12614Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12615
12616 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12617 parsing, applied his patch
12618 * result/HTML/attrents.html result/HTML/attrents.html.err
12619 result/HTML/attrents.html.sax test/HTML/attrents.html:
12620 added the test and result case provided by Mikhail Sogrine
12621
12622Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12623
12624 * vms/build_libxml.com vms/config.vms vms/readme.vms
12625 include/libxml/parser.h include/libxml/parserInternals.h
12626 include/libxml/tree.h include/libxml/xmlIO.h
12627 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12628 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
12629 Applied the VMS update patch from Craig A. Berry
12630 * doc/*.html: update
12631
12632Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12633
12634 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
12635
12636Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12637
12638 * debugXML.c: adding a grep command to --shell in xmllint
12639 for T.V. Raman
12640
12641Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12642
12643 * xmlcatalog.c: tried to fix some of the problem with --sgml
12644
12645Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
12646
12647 * parser.c: tried to fix bug #91500 where doc->children may
12648 be overriden by a call to xmlParseBalancedChunkMemory()
12649
12650Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12651
12652 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
12653 identifiers in SGML catalogs containing '&'
12654
12655Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12656
12657 * python/types.c: fixed bugs when passing result value tree
12658 to Python functions.
12659
12660Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12661
12662 * configure.in: preparing the release of 2.4.26
12663 * doc/*: updated and rebuilt the documentation
12664
12665Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12666
12667 * parser.c: fixed a XML Namespace compliance bug reported by
12668 Alexander Grimalovsky
12669
12670Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12671
12672 * HTMLtree.c: fixed serialization of script and style when
12673 they are not lowercase (i.e. added using the API to the tree).
12674
12675Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12676
12677 * valid.c: make xmlValidateDocument emit a warning msg if there
12678 is no DTD, pointed by Christian Glahn
12679
12680Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12681
12682 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
12683 content model when some of the blocks have min or max, and a couple
12684 of bugs found in the process.
12685 * result/schemas/list0* test/schemas/list0*: added some specific
12686 regression tests
12687
12688Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
12689
12690 * README: updated the contact informations
12691
12692Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12693
12694 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12695 misses it, reported by Peter Bray.
12696
12697Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12698
12699 * tree.c: investigating xmlNodeGetContent() on namespace nodes
12700 and removed a few warnings
12701
12702Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
12703
12704 * parser.c: Christian Glahn found a small bug in the push parser.
12705 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
12706 public
12707
12708Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12709
12710 * xmlschemas.c include/libxml/xmlschemas.h: added
12711 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
12712 * testSchemas.c: added --memory to test the new interface
12713
12714Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12715
12716 * doc/index.py doc/search.php: integrated the XSLT indexing,
12717 a few fixed in the indexer, added a scope selection at the
12718 search level.
12719
12720Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12721
12722 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
12723 this was due to uninitialized parts of the validation context
12724
12725Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12726
12727 * debugXML.c: applied patch from Mark Vakoc except the API
12728 change, preserved it.
12729 * doc/*: updated the docs to point to the search engine for
12730 information lookup or before bug/help reports.
12731
12732Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12733
12734 * doc/index.py doc/search.php: added mailing-list archives
12735 indexing and lookup
12736
12737Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12738
12739 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
12740
12741Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12742
12743 * doc/index.py: improved HTML indexing
12744 * doc/search.php: make the queries also lookup the HTML based indexes
12745
12746Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12747
12748 * doc/index.py: added HTML page indexing
12749
12750Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12751
12752 * xmlIO.c: extended Windows path normalisation to fix the base
12753 problem in libxslt.
12754 * catalog.c: fixed list handling in XML_CATALOG_FILES
12755
12756Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12757
12758 * valid.c: typo/bug found by Christian Glahn
12759
12760Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12761
12762 * xmlIO.c: applied Windows CE patch from Javier.
12763 * win32/wince: new directory, contains support for the PocketPC
12764 with Windows CE from Javier.
12765 * include/win32config.h: reorganised, removed duplicate
12766 definitions and applied WinCE patch from Javier.
12767 * include/wsockcompat.h: new file, now contains WinSock
12768 compatibility macros.
12769 * win32/Makefile.msvc: introduced double-run compilation.
12770
12771Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12772
12773 * configure.in include/libxml/xmlwin32version.h: preparing release
12774 of 2.4.25
12775 * doc/*: updated and regenerated teh docs and web pages.
12776
12777Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12778
12779 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12780 error were not covering namespace declarations.
12781 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12782 it was missing the attribute declaration for the namespace
12783 * result/VC/NS3: the fix now report breakages in that test
12784
12785Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12786
12787 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12788
12789Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12790
12791 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12792 and regenerated the docs and web site
12793
12794Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12795
12796 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12797 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12798 not before
12799
12800Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12801
12802 * python/generator.py python/libxml2class.txt: fixed a stupid error
12803 breaking the python API
12804
12805Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12806
12807 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12808 triostr.c triostr.h: applied a trio update patch from
12809 Bjorn Reese which should work with MinGW
12810
12811Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12812
12813 * tree.c: improving some documentation comments
12814 * xmlregexp.c: found and fixed a mem leak with python regression tests
12815 * doc/*: rebuilt the doc and the API XML file including the
12816 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12817 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12818 python/types.c: added access to the XML Schemas regexps from
12819 python
12820 * python/tests/Makefile.am python/tests/regexp.py: added a
12821 simple regexp bindings test
12822
12823Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12824
12825 * doc/xml.html:
12826 fixing ftp links - thanks to Vitaly Ostanin
12827
12828Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12829
12830 * xmlregexp.c: fixed the data callback on transition functionality
12831 which was broken when using the compact form
12832 * result/schemas/*: updated the results, less verbose, all tests
12833 pass like before
12834 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12835 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12836 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12837 annoying warnings
12838 * xpath.c: try to provide better error report when possible
12839
12840Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12841
12842 * Makefile.am: fixed a breakage raised by Jacob
12843
12844Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12845
12846 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12847 which don't use sockets
12848
12849Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12850
12851 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12852 * win32/configure.js: applied zlib patch from Daniel Gehriger
12853
12854Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12855
12856 * win32/configure.js: applied the patch from Mark Vakoc for
12857 regexp support
12858 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12859 for regexp support
12860
12861Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12862
12863 * xmlschemastypes.c: as pointed by Igor Float and Double
12864 parsing ain't finished yet
12865
12866Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12867
12868 * Makefile.am configure.in: trying to fix #88412 by bypassing
12869 all the python subdir if python ain't detected
12870
12871Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12872
12873 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12874 made configuring with regexps/automata/unicode the default
12875 but without schemas ATM
12876 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12877 fixed the regexp based DTD validation performance and memory
12878 problem by switching to a compact form for determinist regexps
12879 and detecting the determinism property in the process. Seems
12880 as fast as the old DTD validation specific engine :-) despite
12881 the regexp built and compaction process.
12882
12883Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12884
12885 * valid.c: determinism is debugged, new DTD checking code now works
12886 but xmlFAComputesDeterminism takes far too much CPU and the whole
12887 set usues too much memory to be really usable as-is
12888
12889Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12890
12891 * tree.c: fixed another stupid bug in xmlGetNodePath()
12892 * xmllint.c: --version now report the options compiled in
12893
12894Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12895
12896 * HTMLparser.c: small cleanup
12897 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12898 when configured with them. A bit of debugging around the determinism
12899 checks is still needed
12900
12901Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12902
12903 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12904
12905Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12906
12907 * xmlIO.c: small portability glitch fixed.
12908
12909Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12910
12911 * xmlschemastypes.c: incomplete steps for real/double support
12912 * testAutomata.c include/libxml/xmlautomata.h
12913 include/libxml/xmlregexp.h: avoiding a compilation problem
12914 * valid.c include/libxml/valid.h: starting the work toward using
12915 the regexps for actual DTD validation
12916
12917Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12918
12919 * hash.c: cosmetic cleanup
12920 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12921 integrating a DTD validation layer based on the regexps
12922
12923Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12924
12925 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12926 the determinism was tested before eliminating the epsilon
12927 transitions :-(
12928
12929Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12930
12931 * python/generator.py python/libxml.c python/libxml.py
12932 python/libxml2-python-api.xml python/libxml2class.txt
12933 python/libxml_wrap.h python/types.c: updated the python
12934 bindings, added code for easier File I/O, and the ability to
12935 define a resolver from Python fixing bug #91635
12936 * python/tests/Makefile.am python/tests/inbuf.py
12937 python/tests/outbuf.py python/tests/pushSAXhtml.py
12938 python/tests/resolver.py python/tests/serialize.py: updated
12939 and augmented the set of Python tests.
12940
12941Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12942
12943 * win32/configure.js: added more readme info for the binary
12944 package.
12945
12946Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12947
12948 * xmlIO.c: fixed a stupid out of bound array error
12949
12950Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12951
12952 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12953 messing around with support for Windows path, cleanups,
12954 trying to identify and fix the various code path to the
12955 filename access. Added xmlNormalizeWindowsPath()
12956
12957Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12958
12959 * error.c valid.c: working on better error reporting of validity
12960 errors, especially providing an accurate context.
12961 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12962 error reports in those cases.
12963
12964Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12965
12966 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12967 parser.c parserInternals.c xmlIO.c: get rid of all the
12968 perror() calls made in the library execution paths. This
12969 should fix both #92059 and #92385
12970
12971Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12972
12973 * xmllint.c: memory leak reporting was broken after a change
12974 of the preprocessor symbol used to activate it.
12975
12976Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12977
12978 * tree.c: try to make the copy function work for node of
12979 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12980 DOM layers though, not libxml2 itself.
12981
12982Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12983
12984 * valid.c: try to provide file and line informations, not all
12985 messages are covered, but it's a (good) start
12986
12987Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12988
12989 * xinclude.c: reimplemented a large part of the XInclude
12990 processor, trying to minimize resources used, James Henstridge
12991 provided a huge test case which was exhibiting severe memory
12992 consumption problems.
12993
12994Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12995
12996 * python/Makefile.am: applied patch from Christophe Merlet to
12997 reestablish DESTDIR
12998
12999Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
13000
13001 * libxml.spec.in: fixes libary path for x86_64 AMD
13002
13003Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
13004
13005 * doc/tutorial/includekeyword.c
13006 * doc/tutorial/xmltutorial.xml:
13007 (plus resulting generated html files)
13008 fixing one spot I missed in the tutorial where I hadn't freed
13009 memory properly
13010
13011Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
13012
13013 * doc/tutorial/includeaddattribute.c
13014 * doc/tutorial/includeaddkeyword.c
13015 * doc/tutorial/includegetattribute.c
13016 * doc/tutorial/includekeyword.c
13017 * doc/tutorial/xmltutorial.xml
13018 * doc/tutorial/*.html:
13019 update tutorial to properly free memory (thanks to Christopher
13020 R. Harris for pointing out that this needs to be done)
13021 * doc/tutorial/images/callouts/*.png:
13022 added image files so the callouts are graphical, making it
13023 easier to read ( use "--param callout.graphics 1" to generate
13024 html with graphical callouts)
13025
13026Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
13027
13028 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
13029 nice logos generated by Marc Liyanage
13030 * doc/site.xsl *.html: changed the stylesheet to show the new
13031 logo and regenerated the pages
13032
13033Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13034
13035 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
13036
13037Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13038
13039 * xpath.c: possible mem leak patch from Jason Adams
13040
13041Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13042
13043 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
13044 in the XQuery namespace
13045 * configure.in: preparing 2.4.24
13046 * doc/*.html: updated the web pages
13047
13048Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13049
13050 * python/generator.py: closing bug #85258 by generating conditional
13051 compile check to avoid linking to routines not configured in.
13052
130532002-08-22 Havoc Pennington <hp@pobox.com>
13054
13055 * autogen.sh: update error message for missing automake
13056
13057Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13058
13059 * python/Makefile.am: typo in target name resulted in libxml2.py
13060 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
13061
13062Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
13063
13064 * win32/win32/Makefile.mingw: updated with version from
13065 Elizabeth Barham at http://soggytrousers.net/repository/
13066
13067Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13068
13069 * win32/Makefile.msvc: added the prefix location to the include
13070 and lib search path.
13071
130722002-08-18 Havoc Pennington <hp@pobox.com>
13073
13074 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
13075 both automake 1.6 and 1.4 installed get the right automake. Means
13076 compilation from CVS will now require the latest automake 1.4
13077 release, or manually creating symlinks called "automake-1.4" and
13078 "aclocal-1.4"
13079
13080Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13081
13082 * configure.in python/Makefile.am: more AMD 64 induced changes from
13083 Frederic Crozat
13084
13085Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13086
13087 * xinclude.c: oops I was missing the xml:base fixup too
13088 * result/XInclude/*.xml: this adds xml:base attributes to most
13089 results of the tests
13090
13091Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
13092
13093 * xinclude.c: quick but apparently working implementation of
13094 xi:fallback, should close bug #89684
13095 * Makefile.am test/XInclude/docs/fallback.xml
13096 result/XInclude/fallback.xml: added a basic test for fallback,
13097 and run with --nowarning to avoid a spurious warning
13098 * configure.in: applied patch from Frederic Crozat for python
13099 bindings on AMD 64bits machines.
13100
13101Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
13102
13103 * parser.c: xmlSAXUserParseMemory() really ought to fail if
13104 the caller don't pass a SAX callback block.
13105
13106Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13107
13108 * tree.c: applied the same fix for the XML-1.0 namespace to
13109 xmlSearchNsByHref() as was done for xmlSearchNs()
13110
13111Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
13112
13113 * libxml.3: small cleanup of the man page
13114 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
13115 when serializing HREF attributes generated by XSLT.
13116
13117Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13118
13119 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
13120 version of Marc Liyanage' patch for boolean attributes in HTML
13121 output
13122
13123Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
13124
13125 * python/tests/serialize.py: fixed the test results, indenting
13126 behaviour changed slightly
13127
13128Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
13129
13130 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
13131 new c14n function to Windows def files
13132
13133Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
13134
13135 * c14n.c: fixed a memory leak in c14n code
13136
13137Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
13138
13139 * parser.c include/libxml/parser.h: adding a new API for Christian
13140 Glahn: xmlParseBalancedChunkMemoryRecover
13141 * valid.c: patch from Rick Jones for some grammar cleanup in
13142 validation messages
13143 * result/VC/* result/valid/*: this slightly change some of the
13144 regression tests outputs
13145
13146Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
13147
13148 * tree.c: trying to fix a problem in namespaced attribute handling
13149 raised by Christian Glahn
13150
13151Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13152
13153 * encoding.c include/libxml/encoding.h: Opening the interface
13154 xmlNewCharEncodingHandler as requested in #89415
13155 * python/generator.py python/setup.py.in: applied cleanup
13156 patches from Marc-Andre Lemburg
13157 * tree.c: fixing bug #89332 on a specific case of loosing
13158 the XML-1.0 namespace on xml:xxx attributes
13159
13160Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
13161
13162 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
13163 corner case from new Merlin's test suite and added a callback
13164 that will be used to improve xmlsec performance
13165
13166Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
13167
13168 * HTMLtree.c: trying to fix the <style> escaping problem in
13169 HTML serialization bug #89342
13170
13171Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
13172
13173 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
13174 and rebuilt the web site.
13175
13176Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
13177
13178 * include/libxml/tree.h: added _private member to xmlNs struct
13179
13180Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
13181
13182 * HTMLparser.c: fixing bug #84876 based on the xml working
13183 code.
13184
13185Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13186
13187 * python/Makefile.am: enhanced to fix bug 72012 (errors
13188 when using '-jX' make parameter)
13189
13190Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13191
13192 * xpath.c: small additional enhancement for booleans
13193 compared to nodesets
13194
13195Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13196
13197 * HTMLtree.c: changed the order of the encoding declaration
13198 attributes in the meta tags due to a bug in IE/Mac
13199
13200Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13201
13202 * xpath.c: enhanced handling of booleans (especially '='
13203 and '!=' for nodesets) - fixes bug 85256. Added new
13204 routine xmlXPathNotEqualValues for more proper handling
13205 of '!=' when nodesets are involved.
13206
13207Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13208
13209 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
13210 doc/xmlcatalog_man.xml to the source distribution
13211
13212Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13213
13214 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
13215 asked for this.
13216
13217Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
13218
13219 * configure.in: preparing 2.4.23
13220 * doc/*: rebuilt the docs
13221
13222Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
13223
13224 * parser.c: fixing bug #84169 by fixing the
13225 comment of xmlCreatePushParserCtxt to describe the
13226 encoding detection parameters better.
13227
13228Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13229
13230 * valid.c: fixing bug #79331 in one path the lookup for
13231 ID attributes on a namespaced node wasn't handled correctly :-\
13232
13233Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13234
13235 * HTMLparser.c: trying to fix 87235 about discarded white
13236 spaces in the HTML parser.
13237 * result/HTML/*: this changes the output of a number of HTML
13238 regression tests
13239
13240Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13241
13242 * xpath.c: applied patch from Richard Jinks for the namespace
13243 axis + fixed a memory error.
13244 * parser.c parserInternals.c: applied patches from Peter Jacobi
13245 removing ctxt->token for good.
13246 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
13247 popped out by the regression tests.
13248 * Makefile.am: patch for threads makefile from Gary Pennington
13249
13250Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13251
13252 * xpath.c: enhanced behaviour of position() after usage of
13253 expressions involving preceding-sibling (et al).
13254
13255Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13256
13257 * hash.c: applied a patch from Peter Jacobi to solve a problem
13258 when compiling with the Watcom C on Win32
13259 * result/schemas/*.err: the change of hashing algo generated
13260 permutations in the output
13261
13262Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13263
13264 * hash.c: applied patch from Sander Vesik improving the quality of
13265 the hash function.
13266
132672002-06-14 Aleksey Sanin <aleksey@aleksey.com>
13268
13269 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
13270 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
13271 xmllint.c xpath.c: replaced sprintf() with snprintf()
13272 to prevent possible buffer overflow (the bug was pointed
13273 out by Anju Premachandran)
13274
13275Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13276
13277 * parser.c: removed an uninitialized data error popped by valgrind
13278 on PE references
13279
13280Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
13281
13282 * doc/xml.html
13283 adding tutorial reference to the web page
13284
13285Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
13286
13287 * doc/tutorial/xmltutorial.xml
13288 * doc/tutorial/ar01s07.html
13289 * doc/tutorial/ape.html
13290 * doc/tutorial/includegetattribute.c
13291 adding section to tutorial about retrieving an attribute
13292 value
13293
13294Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13295
13296 * parser.c: applied a couple of patches from Peter Jacobi to start
13297 to get rid of ctxt->token, with a possible significant speed
13298 improvement to be gained once done. Better compliance with PE
13299 references constructs in DTDs too.
13300 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
13301 from Peter too
13302
13303Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13304
13305 * parser.c: Babak Vahedipour-Kunze reported that openTag in
13306 xmlParseElement was likely to have been deallocated at the
13307 time of the report, possibly leading to segfault. Just report
13308 the tag name now.
13309
13310Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13311
13312 * xpath.c: patch from Richard Jinks for XPath substring() function
13313 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
13314
133152002-06-06 Aleksey Sanin <aleksey@aleksey.com>
13316
13317 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
13318
13319Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
13320
13321 *doc/FAQ.html
13322 fixing typos in FAQ, thanks to Robert Funnell for the
13323 editing help
13324
13325Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13326
13327 * NEWS: got complaints from rpmlint that it was empty
13328
13329Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
13330
13331 * added doc/tutorial, including:
13332 apa.html
13333 apb.html
13334 apc.html
13335 apd.html
13336 ar01s02.html
13337 ar01s03.html
13338 ar01s04.html
13339 ar01s05.html
13340 ar01s06.html
13341 includeaddattribute.c
13342 includeaddkeyword.c
13343 includekeyword.c
13344 includestory.xml
13345 index.html
13346 xmltutorial.xml
13347 libxml tutorial, including generated html
13348
13349Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
13350
13351 * result/c14n/exc-without-comments/merlin-c14n-two-*
13352 result/c14n/without-comments/merlin-c14n-two-*
13353 test/c14n/exc-without-comments/merlin-c14n-two-*
13354 test/c14n/without-comments/merlin-c14n-two-*
13355 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
13356 c14n/exc-c14n and slightly modified test script to handle
13357 these test cases
13358 * c14n.c: fixed bugs for complicated nodes set (namespace
13359 without node and others from merlin-c14n-two.tar.gz)
13360 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
13361 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
13362 for xmlsec performance patch
13363 * xpath.c: fixed self::node() for namespaces and attributes
13364
13365Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
13366
13367 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
13368 but with the format parameter
13369 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
13370
13371Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
13372
13373 * Makefile.am: updated c14n tests suite
13374 * c14n.c: performance improvement for previous c14n patch
13375
13376Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13377
13378 * parser.c: another peroformance patch from Peter Jacobi, that
13379 time on parsing attribute values.
13380
13381Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
13382
13383 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
13384 into LibXML2 test suite
13385
13386Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
13387
13388 * c14n.c: propagating xpath ancesstors node fix to c14n
13389 plus small performance improvement to reduce number of
13390 mallocs
13391 * xpath.c: fixed ancestors axis processing for namespace nodes
13392
13393Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13394
13395 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
13396 Peter Jacobi
13397
13398Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
13399
13400 * configure.in: preparing 2.4.22
13401
13402Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13403
13404 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
13405 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
13406 a public entry point.
13407 * doc/*: rebuilt the API and docs
13408
13409Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
13410
13411 * xpath.c: patch from Richard Jinks to fix a problem introduced
13412 in the previous patch and pointed by Norm
13413
13414Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13415
13416 * libxml.spec.in: fixing bug #81112
13417
13418Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13419
13420 * uri.c: fixing bug #82848
13421
13422Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13423
13424 * result/catalogs/mycatalog.full: Aleksey's commit changed the
13425 output of one catalog test
13426
13427Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13428
13429 * global.data globals.c tree.c include/libxml/globals.h
13430 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
13431 default value for global parameter xmlIndentTreeOutput to 1 and
13432 introduced new global parameter xmlTreeIndentString (the string
13433 used to do one-level indent) with default value " " (as it was
13434 in tree.c)
13435
13436Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13437
13438 * Makefile.am: Merijn Broeren pointed out a problem when compiling
13439 with trio and schemas.
13440
13441Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13442
13443 * xpath.c: patch from Richard Jinks to fix the problem raised in
13444 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
13445
13446Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13447
13448 * xmlschemas.c: a bit of work on import.
13449 * xmlschemastypes.c: Charles Bozeman provided a compare function
13450 for date/time types so min/max facet restrictions should work,
13451 indeterminate comparisons return an error instead of equal.
13452 * test/schemas/date_0* result/schemas/date_0_0: specific test
13453 from Charles Bozeman too
13454
13455Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13456
13457 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
13458 from Christian Cornelssen fixing the man pages and the Catalog
13459 building script.
13460 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
13461 next step is <xs:import> I now have a reasonable understanding
13462 of how it works.
13463
13464Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13465
13466 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
13467
13468Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13469
13470 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
13471
13472Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13473
13474 * xpath.c: fixing an XPath function evalutation bug pointed out
13475 by Alexey Efimov where the context was lost when evaluating
13476 the function arguments
13477
13478Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13479
13480 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
13481 function public for XMLSec performance optimizations
13482
13483Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13484
13485 * python/generator.py python/libxml2class.txt : fixed a problem
13486 with the HTML parser pointed by Gary Benson
13487 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
13488 example
13489
13490Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13491 * parser.c: fixed bug #81159 (memory growth in SAX)
13492
13493Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13494 * xpath.c: fixed bug #78858 (the real fix)
13495
13496Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13497 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
13498
13499Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
13500
13501 * tree.c: modified xmlNodeSetBase to allow changing the
13502 base of a document.
13503
13504Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13505
13506 * xmlschemastypes.c: patch Charles Bozeman for validation of
13507 all the date, time, and duration types
13508 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
13509 * configure.in: fixed an error pointed by an user
13510 * xml2-config.in: fixed an error pointed by an user
13511
13512Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13513
13514 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
13515 win32/libxml2.def.src xmlIO.c: exported default
13516 'file:', 'http:' and 'ftp:' protocols input handlers
13517 and maked protocols comparisson case insensitive
13518
13519Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13520
13521 * configure.in: Neven Has detected a typo
13522
13523Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
13524
13525 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
13526 as one of the persons allowed to commit directly to the
13527 module.
13528
13529Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13530
13531 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
13532 * valid.c: raised a too low limit
13533 * doc/*: rebuilt the docs
13534
13535Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13536
13537 * test/XPath/expr/floats test/XPath/expr/functions
13538 result/XPath/expr/floats result/XPath/expr/functions
13539 xpath.c: another XPath conformance patch from Richard Jinks
13540
13541Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
13542
13543 * xmlschemas.c: fixed validation of attribute groups.
13544 * test/schemas result/schemas: added an example from the primer
13545
13546Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
13547
13548 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
13549 * test/schemas result/schemas: updated the test list
13550
13551Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13552
13553 * TODO: updated a bit
13554 * parser.c: made a comment more specific
13555 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
13556 Schemas conformance.
13557 * test/schemas result/schemas: updated the test list
13558
13559Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13560
13561 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
13562 implementing xs:all with minOccurs = 0
13563 * tes/schemas/* result/schemas/*: added more tests covering
13564 xs:all
13565
13566Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13567
13568 * xmlregexp.c: first implementation of the all particle, this
13569 may need to be revisited for case where not all transitions
13570 must be crossed.
13571
13572Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13573
13574 * tree.c: another entity processing update from Markus Henke
13575
13576Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
13577
13578 * trionan.c: fixed crash on OSF/1
13579
13580Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13581
13582 * xmlschemas.c: more Schemas work
13583 * test/schemas/* result/schemas/*: added more tests coming
13584 from the spec.
13585
13586Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13587
13588 * c14n.c: patch from Aleksey Sanin reflecting a change in the
13589 ExcC14N specification
13590
13591Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13592
13593 * tree.c: patch from Markus Henke, fix for recursive entities.
13594
13595Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13596
13597 * xpath.c: fix a problem with string() on a document node.
13598
13599Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13600
13601 * Makefile.am xmlschemas.c: more Schemas work
13602 * test/schemas/* result/schemas/*: added more tests coming
13603 from the spec.
13604
13605Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13606
13607 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
13608 * result/HTML/*: this changes a few things in the results
13609
13610Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13611
13612 * include/libxml/tree.h: eliminated 'declaration different than
13613 prototype' warning
13614 * include/win32config.h: "resolved" conflicts with errno.h
13615
13616Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
13617
13618 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
13619 on the automata interfaces and debug of counted choices
13620 * test/schemas/* result/schemas/*: added a number of tests
13621
13622Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13623
13624 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
13625 a bit of work on Schemas
13626 * testSchemas.c: try to make it more useful
13627 * test/schemas/* result/schemas/* Makefile.am: changed the
13628 Schemas regression test procedure, started adding a few samples
13629
13630Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13631
13632 * include/libxml/encoding.h: Patch for the Borland C++ builder
13633 * include/libxml/tree.h: Patch for the Borland C++ builder
13634 * threads.c: Patch for the Borland C++ builder
13635 * win32/bcb5: New directory for the Borland C++ builder
13636 project files
13637
13638Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13639
13640 * win32/Makefile.msvc: Update for XML Schema support
13641 * win32/configure.js: Update for XML Schema support
13642 * win32/libxml2.def.src: Update for XML Schema support
13643
13644Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13645
13646 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
13647 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
13648 xmlunicode.c include/libxml/Makefile.am
13649 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
13650 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
13651 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
13652 include/libxml/xmlversion.h.in : merged the current state of
13653 XML Schemas implementation, it is not configured in by default,
13654 a specific --schemas configure option has been added.
13655 * test/automata test/regexp test/schemas Makefile.am
13656 result/automata result/regexp result/schemas:
13657 merged automata/regexp/schemas regression tests
13658
13659Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
13660
13661 * xpath.c: Gary found a compile time problem, fixes #78823
13662
13663Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13664
13665 * configure.in: release of 2.4.20
13666 * doc/*: updated and rebuilt the docs
13667
13668Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13669
13670 * python/Makefile.am: patch from Cristian Gafton to build on
13671 Red Hat 6.2, should also fix #75779
13672
13673Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13674
13675 * valid.c: first part of fixing #78729
13676
13677Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
13678
13679 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
13680 escaping of URI when saving HTML files.
13681 * result/HTML/*: this impacted some tests
13682
13683Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
13684
13685 * configure.in: trying to fix #77441
13686
13687Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13688
13689 * include/libxml/xmlIO.h: Hallski complained it could not be
13690 included by itself.
13691
13692Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13693
13694 * configure.in: applied an IEEE flag patch for OSF/1 #77825
13695
13696Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13697
13698 * win32/configure.js: patch from Nilo for the c14n option
13699 * win32/Makefile.msvc: fixed libxml2.def generation with threads
13700
13701Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13702
13703 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
13704 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
13705 LIBXML_THREAD_ENABLED
13706
13707Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13708
13709 * xpath.c: another patch from Richard Jinks for substring conformance
13710 * test/XPath/expr/floats test/XPath/expr/strings
13711 result/XPath/expr/floats result/XPath/expr/strings: update of the
13712 test suite to check those.
13713
13714Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13715
13716 * xpath.c: patch from Richard Jinks for .x float parsing.
13717
13718Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
13719
13720 * parser.c: patch from Markus Henke when an encoding ain't recognized
13721
13722Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13723
13724 * libxml.m4: got a report that #include <string.h> was needed
13725
13726Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13727
13728 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13729
13730Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
13731
13732 * doc/example.html: fixing typo
13733
13734Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13735
13736 * xpath.c: fixed a bug in the nodeset to boolean comparison code
13737 pointed out by Melvyn Sopacua.
13738
13739Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13740
Daniel Veillard25a1ce92008-06-02 16:04:12 +000013741 * libxml.m4: Frédéric Crozat gave a patch related to the change
William M. Brack11be2d02007-01-24 19:17:19 +000013742 of Include paths breaking the libxml.m4
13743
13744Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13745
13746 * xpath.c: Fix bug #76927 forgot to save some context
13747 when evaluating binary expressions
13748
13749Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13750
13751 * configure.in: fixed configure for MPE/iX from Markus Henke
13752 * xmlmemory.c: fixed initialization problems
13753 * xpath.c: another set of patches from Richard Jinks this
13754 fixes "make XPathtests" on linux
13755
13756Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
13757
13758 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
13759 * test/XPath/expr/compare test/XPath/expr/equality
13760 test/XPath/expr/floats test/XPath/expr/functions
13761 test/XPath/expr/strings result/XPath/expr/compare
13762 result/XPath/expr/equality result/XPath/expr/floats
13763 result/XPath/expr/functions result/XPath/expr/strings: Updated
13764 tests though they show a divergence on Linux
13765
13766Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13767
13768 * xpath.c trionan.c: previous commit also included patches
13769 from Richard Jinks on some IEEE support corner case
13770
13771Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13772
13773 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
13774 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
13775 that $(datadir) should be used for docs
13776
13777Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13778
13779 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13780 could leak filedescriptors
13781
13782Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13783
13784 * configure.in nanohttp.c: applied patch from Allan Clark for
13785 UnixWare/OpenServer
13786
13787Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13788
13789 * configure.in: preparing 2.4.19
13790 * doc/*: rebuilt the docs
13791
13792Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13793
13794 * nanohttp.c: fixing #76043, got fed up with non-portability
13795 of that piece of code.
13796
13797Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13798
13799 * valid.c SAX.c: Never commit without running "make tests" :-(
13800 fix a couple of stupidities in the previous commit
13801 * result/*: a few changes in some attribute order result of previous
13802 commit.
13803
13804Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13805
13806 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13807 the internal subset should not raise duplicate ID errors,
13808 also there was a small bug in conjunction to namespace
13809 declarations defaulted and xml:xxx attributes DTD definitions.
13810
13811Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13812
13813 * xpath.c: Richard Jinks also raised some rounding problems
13814 this tries to fix them
13815
13816Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13817
13818 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13819 behaviour in xmlXPathCastToString()
13820
13821Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13822
13823 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13824 raised by Morus Walter
13825
13826Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13827
13828 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13829 from Igor
13830
13831Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13832
13833 * xpath.c: fixing #75619, related to a problem when trying
13834 to evaluate condition when the current node set resulting
13835 from that sub-step evaluation is empty. Also fixes 2 potential
13836 problem with previous-sibling and next-siblings axis.
13837
13838Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13839
13840 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13841 HTML support is not configured in.
13842
13843Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13844
13845 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13846 include/libxml/tree.h: dohh I really didn't intended to commit
13847 this test version :-(
13848
13849Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13850
13851 * testSAX.c: I wanted to see the real speed at the SAX interface
13852 after a little too many Ximianer started complaining about the
13853 parser speed.
13854 added a --quiet option:
13855 paphio:~/XML -> ls -l db100000.xml
13856 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13857 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13858 3200006 callbacks generated
13859 real 0m1.270s
13860 Which means 16MBytes/s and 3Mcallback/s
13861
13862Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13863
13864 * xpath.c: valgrind spotted another error that time when running
13865 on libxslt regression tests
13866
13867Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13868
13869 * Makefile.am: adding "make valgrind" running the full regression
13870 tests (except python ones) under Valgrind (using valgrind -q
13871 which was kindly added by the author).
13872 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13873 passes cleanly now except an obcure floating point initialization
13874 raised in log10() in one XPath regression test ???
13875 * tree.c: edited some comments to close #75244
13876
13877Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13878
13879 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13880 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13881 context of ScrollKeeper, made sure that if the number is
13882 an integer, the serialization follows the description at
13883 http://www.w3.org/TR/xpath#section-String-Functions
13884
13885Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13886
13887 * configure.in: preparing 2.4.18
13888 * doc/*: updated and rebuilt the web site
13889 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13890 the Windows and Cygwin maintainers.
13891 * parser.c: humm, changed the way the SAX parser work when
13892 xmlSubstituteEntitiesDefault(1) is set, it will then
13893 do the entity registration and loading by itself in case the
13894 user provided SAX getEntity() returns NULL.
13895 * testSAX.c: added --noent to test the behaviour.
13896
13897Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13898
13899 * parser.c: Wilfried Teiken provided a hackish but working
13900 way to get context reported back on entities when parsing
13901 with SAX and without breaking the DOM build.
13902
13903Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13904
13905 * c14n.c: applied a new patch from Aleksey Sanin
13906 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13907 to reference Aleksey implementation of XML digital Signatures
13908
13909Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13910
13911 * xpath.c: small fix to avoid potential problem due to
13912 ordering of freeing data
13913 * python/Makefile.am: people were complaining about
13914 the generated file in python dir not being built
13915
13916Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13917
13918 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13919 python/generator.py python/libxml.c python/types.c: Cleanup
13920 of the python Makefiles based on Jacob and James feedback,
13921 fixed the spec file accordingly, fixed the number of warning
13922 that passing my pedantic CFLAGS was generating. Conclusion
13923 is that Python includes are real crap.
13924
13925Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13926
13927 * configure,in: it was reported quite a few times that
13928 xml2-config --cflags should not output
13929 -I$includeprefix/libxml2/libxml because libxml2 header names
13930 clashes with existing names like list.h from C++ stl.
13931 Includes should be #include<libxml/xxx.h> so ...
13932
13933Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13934
13935 * c14n.c: another patch from Aleksey Sanin
13936
13937Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13938
13939 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13940 canonicalization algorithm
13941 * doc/xml.html doc/index.html: added the C14N references on the
13942 index page.
13943
139442002-03-13 jacob berkman <jacob@ximian.com>
13945
13946 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13947 usage, redundant, and gcc specific
13948
13949Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13950
13951 * xpath.c: speedup some node selection operations, this can
13952 have a significant impact on DocBook Norm's stylesheets
13953 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13954 make sure it's always the case
13955 * debugXML.c: distinguish CDATA and comments in ls operations
13956
13957Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13958
13959 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13960 to generate better API descriptions etc...
13961
13962Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13963
13964 * c14n.c: Fixing #74186, made sure all boolean expressions
13965 get fully parenthesized, ran indent on the output
13966 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13967 include/libxml/tree.h: also #74186 related, removed the
13968 --with-buffers option, and all the preprocessor conditional
13969 sections that were resulting from it.
13970
13971Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13972
13973 * valid.c: applied patch from Dodji Seketeli fixing an
13974 uninitailized variable in xmlValidGetValidElements()
13975
13976Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13977
13978 * c14n.c: fixed a few comments
13979 * doc/*.html doc/*/*.html: regenerated the docs and added
13980 the C14N API
13981 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13982
13983Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13984
13985 * check-xml-test-suite.py: fix to adapt varaiations in the
13986 bindings
13987 * configure.in python/setup.py python/setup.py.in: fixed to
13988 have the version of the python scripts automatically updated
13989
13990Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13991
13992 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13993 in xmlCopyProp()
13994
13995Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13996
13997 * configure.in: preparing 2.4.17 release
13998 * doc/*: updated and rebuilt the docs
13999 * xpath.c: fixed a comment
14000 * python/libxml.c: fixed a possible reentrancy problem
14001
14002Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
14003
14004 * tree.c python/tests/Makefile.am python/tests/attribs.py:
14005 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
14006 added a specific regression test
14007 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
14008 not raise exceptions when failing to find the attribute.
14009
14010Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14011
14012 * configure.in xmllint.c: owen pointed out a problem with the
14013 ftme fix, gettimeofday() was not detected by configure and
14014 the ftime header wasn't included, dohhh
14015
14016Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
14017
14018 * configure.in xmllint.c: trying to fix #71457 for timing
14019 precision when gettimeofday() is not availble but ftime() is
14020
14021Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14022
14023 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
14024 are now copied on install and part of the -devel RPM
14025
14026Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
14027
14028 * xpath.c: trying to avoid bug #72150 which was apparently
14029 caused by a gcc bug (or a processor problem) as detailed
14030 at http://veillard.com/gcc.bug
14031
14032Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14033
14034 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
14035 fixed xmlReconciliateNs(), added a Python test/example for
14036 inter-document cut'n paste
14037 * python/libxml.py: fixed node.doc on document nodes and added
14038 xpathEval() onto node objects
14039
14040Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
14041
14042 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
14043 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
14044 fixup and integrated tests for the serialization stuff
14045
14046Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
14047
14048 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
14049 moved the libxml man page to section 3
14050
14051Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
14052
14053 * tree.c: fix bug #72490
14054 * python/libxml.c python/libxml.py: added methods serialize()
14055 and saveTo() to all node elements.
14056
14057Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
14058
14059 * xmlIO.c: closed #73430, don't read from an input source
14060 which indicated an end-of-file or an error.
14061
14062Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14063
14064 * parser.c: make sure SAX endDocument is always called as
14065 this could result in a Python memory leak otherwise (it's
14066 used to decrement ref-counting)
14067 * python/generator.py python/libxml.c python/libxml.py
14068 python/libxml2-python-api.xml python/libxml2class.txt
14069 python/tests/error.py python/tests/xpath.py: implemented
14070 the suggestions made by Gary Benson and extended the tests
14071 to match it.
14072
14073Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14074
14075 * python/generator.py: applied patch fixing #73450
14076
14077Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
14078
14079 * xpath.c: fixing #61290 "namespace nodes have no parent"
14080 long standing divergence from the XPath REC. NodeSets
14081 simply hold a copy of namespace nodes and those node ->next
14082 points to the parent (which may not be the node carrying the
14083 definition).
14084 * include/libxml/xpath.h: flagged but didn't added a possible
14085 speedup
14086 * DOCBparser.c HTMLparser.c: removed some warnings from push
14087 parser due to new state being added.
14088 * tree.c: new fix from Boris Erdmann
14089 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
14090 the XML Canonalization support from Aleksey Sanin
14091
14092Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14093
14094 * tree.c: patch from Boris Erdmann fixing some namespace odities
14095 with xmlCopyNode()
14096
14097Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14098
14099 * xmlIO.c: fix bug #72706 when loading a NULL entity
14100
14101Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14102
14103 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
14104 actually change in a future XML Namespace revision.
14105
14106Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14107
14108 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
14109 added the possibility of returning nodesets from XPath extension
14110 functions written in Python
14111
14112Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
14113
14114 * python/*: commiting some Python bindings work done while travelling
14115
14116Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14117
14118 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
14119 explicitely with memory debugging switched on
14120
14121Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
14122
14123 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14124 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14125 Added wrapper for the xmlURIPtr type, provided accessors, fixed
14126 the accessor generator for strings
14127 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
14128 regression test.
14129
14130Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
14131
14132 * python/README python/generator.py python/libxml.c python/setup.py:
14133 added the 'usual' setup.py to allow building a libxml2-python
14134 module based on the same code. The initialization is however
14135 different the 2 .so files fo libxml2 and libxslt are identical and
14136 they entry point initialize both libraries. this is done to avoid
14137 some possible nasty problem since the Python don't merge the maps
14138 of all shared modules.
14139
14140Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14141
14142 * parser.c: fixed a push/encoding bug reported by Michael
14143 on librsvg
14144
14145Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
14146
14147 * include/libxml/parserInternals.h: fixes a misplaced #endif
14148
14149Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14150
14151 * parser.c valid.c: found and fixed a couple of allocation bugs
14152
14153Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
14154
14155 * doc/xml.html doc/python.html doc/*: added a Python and binding
14156 page describing the current state of the Python bindings and
14157 giving pointers to the other languages wrappers.
14158
14159Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14160
14161 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
14162 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
14163 rebuilt the API and web site
14164 * xpath.c: fixed #71978 portability bugs
14165
14166Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
14167
14168 * SAX.c: oops broke automatic defaulting of namespaces attributes.
14169
14170Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14171
14172 * include/libxml/parserInternals.h parser.c: had to change
14173 2 internal parsing API when processing document content
14174 to check the start and end of element content are defined
14175 in the same entity
14176 * valid.c include/libxml/valid.h: attribute normalization can
14177 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
14178 with the context to report it.
14179 * SAX.c: fixed the last known bugs, crazy validation constraints
14180 when a document is standalone seems correctly handled. There
14181 is a couple of open issues left which need consideration especially
14182 PE93 on external unparsed entities and standalone status.
14183 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
14184 The 2 tests left failing are actually in error. Cleanup done.
14185
14186Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14187
14188 * valid.c: implemented E59 spaces in CDATA does not match the
14189 nonterminal S
14190
14191Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14192
14193 * SAX.c parser.c valid.c: more validation test fixups
14194 * check-xml-test-suite.py: added duration info for the tests
14195
14196Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14197
14198 * parser.c valid.c: a couple of errors were reported but not
14199 saved back as such in the parsing context. Down to 1% failure rate
14200 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
14201
14202Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14203
14204 * xmlInternald.c: isExtender was missing a char
14205 * parser.c include/libxml/parser.h: % are acceptable in the
14206 internal subset if within a PUBLIC ID
14207
14208Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
14209
14210 * SAX.c parserInternals.c valid.c: more work on the conformance
14211 suite. Took the step to finally block documents with encoding
14212 errors. It's a fatal error per the spec, people should have fixed
14213 their documents by now.
14214
14215Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
14216
14217 * check-xml-test-suite.py: fixed the test script after some discussion
14218 on the semantic of TYPE="error"
14219 * Makefile.am: added the script to the distrib
14220
14221Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14222
14223 * SAX.c entities.c: fixed a couple of conformances issues deep
14224 into the validation code (standalone and undeclared Notations)
14225
14226Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14227
14228 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
14229 stayed there for years !
14230
14231Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14232
14233 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
14234 missing
14235
14236Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14237
14238 * check-xml-test-suite.py: improved the behaviour a bit as
14239 well as the logs
14240 * parser.c valid.c SAX.c: fixed a few more bugs
14241 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
14242
14243Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14244
14245 * check-xml-test-suite.py: python script to run regression tests
14246 against the XML Test suite of W3C/OASis
14247 * SAX.c: fixed a validation bug
14248 * parser.c: fixed 3 errors pointed by the test suite
14249 * doc/buildDocBookCatalog: fixed a typo pointed by drake
14250 * python/Makefile.am: fixed a dependendy
14251
14252Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14253
14254 * xmlmemory.c: avoid a warning bug #71594
14255
14256Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14257
14258 * xmlmemory.c: Jesse Perry provided a patch to remove a few
14259 warning on alpha/Tru64
14260
14261Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14262
14263 * include/libxml/entities.h: fixing a comment
14264 * valid.c: fixing some troubles with validity check on namespaces
14265 * result/VC/NS3 test/VC/NS3: added a specific regression test
14266
14267Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14268
14269 * tree.c: Fixing #71342 serializing '\n' in attribute values
14270 * result/noent/att3 result/att3 test/att3: added a specific
14271 test.
14272
14273Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
14274
14275 * python/libxml.c: couple of bug fixes
14276
14277Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
14278
14279 * python/*.py: removed tabs and used spaces.
14280
14281Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14282
14283 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
14284 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
14285
14286Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14287
14288 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
14289 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
14290
14291Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14292
14293 * include/libxml/encoding.h include/libxml/entities.h
14294 include/libxml/globals.h include/libxml/parser.h
14295 include/libxml/threads.h include/libxml/tree.h
14296 include/libxml/xmlmemory.h: trying to fix the include mess
14297
14298Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14299
14300 * include/libxml/xmlmemory.h: reverted part of the previous
14301 attempt to provide #69655, this was breaking the build.
14302
14303Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
14304
14305 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
14306 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
14307 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
14308 include/libxml/parserInternals.h include/libxml/tree.h
14309 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
14310 Tentatively fixed #69655 , make compiling with -Wredundant-decls
14311 clean.
14312 * python/libxml.c: fixed a warning.
14313
14314Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
14315
14316 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
14317 copying of node, merge back IDs in the target document.
14318 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
14319 test/XInclude/ents/ids.xml: test case
14320 * result/VC/ElementValid4: output changed due to a typo fix
14321
14322Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14323
14324 * python/Makefile.am: seems some version of automake didn't
14325 generate the dependencies right as Jacob found out. Add
14326 an extra dependency rule.
14327
14328Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14329
14330 * parserInternals.c valid.c: Justin Fletcher found some parts
14331 of the code needing cleanup
14332 * libxml.spec.in python/Makefile.am python/generator.py
14333 python/libxml.c python/libxml.py: Fixed the python Makefiles
14334 corrected a bug showing up on ia64, changed the name of the
14335 python internal module too
14336
14337Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
14338
14339 * Makefile.am: applied patch from Andris Pavenis for binary
14340 name suffixes
14341
14342Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
14343
14344 * xmllint.c win32/win32config.h: fixing #68748
14345
14346Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
14347
14348 * valid.c: fixing #70166
14349
14350Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14351
14352 * valid.c: fixing #70077
14353
14354Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14355
14356 * Copyright Makefile.am README configure.in libxml.spec.in:
14357 Changed to the MIT Licence
14358 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
14359 doc/xmlio.html: updated the doc accordingly
14360 * include/libxml/xmlwin32version.h configure.in: preparing
14361 2.4.14 release
14362 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14363 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14364 fixed the const xmlChar * wrapper and generator, XPath extension
14365 functions now use the context as first argument
14366 * python/tests/tstxpath.py python/tests/xpath.py
14367 python/tests/xpathext.py: Updated the tests accordingly
14368 * tree.c: fixed bug #70067
14369
14370Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14371
14372 * Makefile.am: cleanup
14373 * debugXML.c: always use stdout if output is NULL
14374 * xmlIO.c: don't close filedescriptors passed to outputBuffers
14375 * python/Makefile.am python/generator.py python/libxml2class.txt
14376 python/libxml_wrap.h python/types.c: augmented the number of bindings
14377 handling FILE * and XPath contexts
14378 * python/tests/Makefile.am: avoid a stupid problem due to the
14379 use of TEST.
14380
14381Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
14382
14383 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
14384
14385Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14386
14387 * python/TODO python/libxml.c: cleanup the extension function lookup
14388 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
14389
14390Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14391
14392 * configure.in python/Makefile.am: do not install outside
14393 of prefix
14394
14395Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14396
14397 * python/TODO python/libxml.c: started adding SAX interfaces
14398 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
14399 SAX test
14400
14401Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14402
14403 * tree.c: hardened the addChild function
14404 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14405 python/libxml2class.txt python/libxml_wrap.h python/TODO:
14406 added accessors needed for xmlNode, a bit more testing and
14407 extension of interfaces
14408 * python/tests/Makefile.am python/tests/build.py: added a test
14409 build from scratch/save/load/check
14410
14411Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14412
14413 * parserInternals.c: change a small bit in the way valididy
14414 error messages get initialized
14415 * python/TODO python/libxml.c python/libxml2-python-api.xml
14416 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14417 added some memory debugging to track leaks at the libxml2 level
14418 * python/tests/*.py: changed all tests to check for leaks,
14419 there is just one left in XPath extension registrations.
14420
14421Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
14422
14423 * python/TODO python/generator.py python/libxml2-python-api.xml
14424 python/libxml2class.txt: more accessor classes for the parser
14425 context, allow to switch on and check validity
14426 * python/tests/Makefile.am python/tests/error.py
14427 python/tests/invalid.xml python/tests/valid.xml
14428 python/tests/validate.py: attded more test and and added error.py
14429 which I forgot to commit in the last step
14430
14431Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14432
14433 * python/Makefile.am python/types.c: cleanup
14434 * python/libxml.c python/libxml.py python/libxml_wrap.h
14435 python/generator.py python/libxml2-python-api.xml
14436 python/libxml2class.txt: added class for parser context, added
14437 first cut for push mode support. Added a framework to generate
14438 accessors functions.
14439 * python/tests/Makefile.am python/tests/push.py: added a push
14440 test
14441
14442Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14443
14444 * python/Makefile.am python/TODO python/libxml.py: fixed a small
14445 bug a bit of cleanup.
14446
14447Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
14448
14449 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
14450 python/libxml2class.txt: adding error redirections and preformat
14451 to a python handler
14452 * python/tests/Makefile.am python/tests/*.py: cleanup made all
14453 tests self checking
14454
14455Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14456
14457 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
14458 a function
14459
14460Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14461
14462 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
14463 python/libxml.c python/libxml2-python-api.xml
14464 python/libxml2class.txt: Progressing through the TODOs, class
14465 description output, extra XML API, RPM now builds the wrappers
14466 for all python installed versions
14467
14468Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
14469
14470 * configure.in libxml.spec.in python/Makefile.am python/TODO
14471 python/generator.py python/libxml2class.txt: added more informations
14472 in the libxml2-python package including docs. Slightly changed
14473 the class hierarchy
14474 * python/tests/*: added basic regression tests infrastructure too
14475
14476Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14477
14478 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
14479 added libxml2-python as part of the packages installed
14480
14481Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14482
14483 * python/Makefile.am python/generator.py python/libxml.c
14484 python/libxml.py: more work, now able to extend the
14485 XPath interpreter with functions written in python.
14486
14487Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14488
14489 * python/Makefile.am: Jacob sent a patch to allow building from
14490 tarfile.
14491
14492Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14493
14494 * python/Makefile.am python/libxml.c configure.in Makefile.am:
14495 inserted the python wrappers build, I hope this won't be too
14496 unportable
14497
14498Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14499
14500 * xpath.c: minor optimization
14501 * python/generator.py python/libxml.c python/libxml.py
14502 python/libxml_wrap.h: more work on the python bindings,
14503 they now support XPath and there is no evident leak
14504
14505Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14506
14507 * python/generator.py python/libxml.c python/libxml.py:
14508 more work on the python bindings generator.
14509
14510Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14511
14512 * python/generator.py python/libxml.c python/libxml_wrap.h:
14513 more work on the python bindings.
14514
14515Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14516
14517 * python/generator.py python/libxml.c python/libxml.py
14518 python/libxml_wrap.h: commited early version of a python binding
14519 for private use only ATM
14520
14521Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14522
14523 * entities.c tree.c include/libxml/entities.h: applied patch
14524 from Anthony Jones to implement copy of DTD subtree too. Had
14525 just to keep 2 function private which really ought to become
14526 public ones.
14527
14528Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14529
14530 * xmllint.c: added pointers to the web pages in the usage()
14531
14532Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14533
14534 * tree.c: more fixes from Petr Kozelka for attribute handling
14535 in the tree API to align the semantic with DOM.
14536
14537Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14538
14539 * valid.c tree.c entities.c: another set of patches from
14540 Anthony Jones for copy operations cleanup and robustness
14541
14542Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14543
14544 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
14545 an alphabetic index based on comments content
14546 * doc/*: rebuilt the web site with the new references
14547
14548Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14549
14550 * parserInternals.h: Greg Sjaardema suggested to use an
14551 eponential buffer groth policy in xmlParserAddNodeInfo()
14552
14553Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14554
14555 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
14556 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
14557 doc/parsedecl.py doc/Makefile.am: updated the python extractor
14558 to generate cross-references, and added/updated the stylesheets
14559 to generate and link API indexes. The generic keyword index
14560 is not done yet.
14561 * doc/*.html: regenerated all the usual docs too
14562
14563Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14564
14565 * debugXML.c: added an xpath function to the shell for T. V. Raman
14566
14567Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14568
14569 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
14570 debug routines.
14571
14572Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14573
14574 * tree.c: apply an patch from Petr Kozelka for unlink and replace
14575 support of attribute nodes
14576
14577Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14578
14579 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
14580 hopefully near complete and fully documented of the API in XML
14581 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
14582 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
14583 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
14584 include/libxml/parserInternals.h include/libxml/valid.hi
14585 include/libxml/xmlIO.h include/libxml/xmlerror.hi
14586 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
14587 include/libxml/xpath.h include/libxml/xpathInternals.h:
14588 Cleaned up the doc comments a lot in the process, the interface
14589 coverage is now 100%
14590
14591Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14592
14593 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
14594 extracts comments from the gtk-doc DocBook output (a bit
14595 convoluted but seems to work).
14596
14597Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14598
14599 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
14600 added an XML description of the API, moved the script generating
14601 it here. Added a "make api" target
14602
14603Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14604
14605 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
14606
14607Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14608
14609 * xpath.c include/libxml/xpathInternals.h: the change made to
14610 xmlXPathFuncLookupFunc was incompatible roll it back
14611
14612Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14613
14614 * SAX.c: cleanup patch from Anthony Jones
14615 * doc/Makefile.am: fix the headers to avoid in make scan
14616 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
14617 includes, * vs Ptr and general cleanup
14618 * parsedecl.py: first version of a script to extract the
14619 module interfaces, the goal will be to provide .decl or XML
14620 specification of the interfaces to build wrappers.
14621
14622Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14623
14624 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
14625 now provides return codes in case of errors
14626
14627Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
14628
14629 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
14630 Upgraded to trio baseline 1.6
14631 * strio.h strio.c: Replaced by triostr.h and triostr.c
14632
14633Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
14634
14635 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
14636 of strdup usage in the code
14637
14638Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14639
14640 * parser.c error.c: Keith Isdale complained rightly that
14641 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
14642
14643Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14644
14645 * tree.c: fixed the funxtion to set the xml: attributes
14646 * debugXML.c: added "setbase" to test it.
14647
14648Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14649
14650 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
14651 to allow updating an attribute content
14652
14653Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14654
14655 * libxml.h: try to avoid problems when compiling on Windows
14656
14657Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
14658
14659 * hash.c: patch from Anthony Jones for hash.c allocation size
14660 * Makefile.am: trying to work around Yet Another Libtool Madness
14661 and build the 2.4.13 release finally ...
14662
14663Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14664
14665 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
14666 * doc/* : update of the documentation
14667
14668Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14669
14670 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
14671 at fixing #61290 :-(
14672
14673Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14674
14675 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
14676 Fixes bug #67229
14677
14678Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14679
14680 * tree.c: trying to avoid troubles when a subtree is copied
14681 and coalesced in part with the target tree. Should fix
14682 bug #67407
14683
14684Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14685
14686 * valid.c: fixed validation of attributes content of type
14687 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
14688 values, very old bug. Fixes #67671
14689
14690Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14691
14692 * parser.c include/libxml/parserInternals.h tree.c: integrated
14693 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
14694 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
14695
14696Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14697
14698 * threads.c: applied Serguei Narojnyi's patch to add native
14699 thread support on the Win32 platform
14700 * testThreadsWin32.c Makefile.am: added the test program also
14701 from Serguei, Win32 specific
14702 * include/win32config.h include/libxml/xmlwin32version.h.in:
14703 added patch from Igor for the Windows thread specific defines.
14704
14705Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14706
14707 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
14708
14709Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14710
14711 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
14712 output page into XMLinfo.html. Close bug #66951 and
14713 raised by Robert Collins too.
14714
14715Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
14716
14717 * encoding.c: Paul Keogh pointed out a possibility of segfault
14718 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
14719 Closes bug # 68238
14720
14721Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
14722
14723 * doc/*.html: updated the Gdome2 links
14724
14725Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14726
14727 * libxml.h: Applied following patches from Robert Collins
14728 and make sure IN_LIBXML is defined when compiling it
14729 -------
14730 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
14731 as well as Visual C.
14732 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14733 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14734 * strio.c (PLATFORM_UNIX): Define for Cygwin.
14735 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
14736 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
14737 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
14738 xmlSysIDExists xmlNoNetExists).
14739 * xmllint.c: Don't include winsock2.h for Cygwin.
14740
14741Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14742
14743 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
14744 when the version info is not present.
14745
14746Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14747
14748 * tree.c: Anthony Jones pointed out a problem in
14749 xmlStringGetNodeList() and provided a fix for it
14750
14751Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14752
14753 * parser.c: patch from Frank J Franklin to remove a bug in
14754 xmlCreatePushParserCtxt() when the initial buffer passed
14755 is large.
14756
14757Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14758
14759 * win32/*: big cleanup of the Windows/MSVC project files
14760 from Igor Zlatkovic
14761
14762Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14763
14764 * doc/Makefile.am: should fix #67674 and avoid troubles if
14765 xsltproc is not available or fails in the prefix provided
14766
14767Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
14768
14769 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14770
14771Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14772
14773 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
14774 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
14775 Fixed a few other problems raised by Charlie Bozeman.
14776 * result/VC/ElementValid[5-7]: fixed the output
14777
14778Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14779
14780 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14781 patches from Charlie Bozeman. Regenerated the HTML docs.
14782
14783Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14784
14785 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14786 for Windows from Igor
14787
14788Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14789
14790 * xmllint.c: applied Justin Fletcher patch for --output or -o
14791
14792Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14793
14794 * win32/libxml2/libxml2.def.src: close #67019
14795
14796Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14797
14798 * xmllint.c: applied Justin Fletcher generic timing patch
14799 similar to the one already applied to xsltproc.
14800
14801Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14802
14803 * include/libxml/tree.h tree.c: applied documentation patches
14804 from Charlie Bozeman
14805
14806Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14807
14808 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14809
14810Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14811
14812 * valid.c: fix the xmlStrdup() used in the previous patch.
14813 * valid.c: added --dropdtd
14814 * tree.c: fixed xmlUnlinkNode so it also removes the references
14815 from the document if the node is a DTD
14816
14817Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14818
14819 * HTMLtree.c valid.c: cleanup some static declarations
14820
14821Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14822
14823 * xmllint.c: removed another strdup()
14824 * doc/FAQ: removed the HP/UX entry
14825
14826Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14827
14828 * valid.c: fix bug #66816 when validating.
14829 * xmllint.c: don't use sys/time.h if configure did not found it
14830
14831Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14832
14833 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14834 xmlcatalog_man.xml
14835
14836Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14837
14838 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14839 xmlInitMemory() was declared twice
14840
14841Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14842
14843 * globals.c: do not reference strdup() !
14844 * configure.in libxml-2.0.pc.in: trying to fix the libs
14845 of the various config extraction modules
14846
14847Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14848
14849 * configure.in : preparing 2.4.12
14850 * doc/* : updated and rebuilt the docs
14851
14852Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14853
14854 * uri.c: closed bug #66159
14855 * testURI.c: added --escape option
14856 * configure.in: some cleanup for xml2-config --cflags
14857
14858Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14859
14860 * globals.c testThreads.c: removed some misplaced includes
14861 of xmlversion.h
14862
14863Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14864
14865 * threads.c: patch from Gary Pennington fixing a possible
14866 problem at initialization time.
14867
14868Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14869
14870 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14871 Eric Lavigne contribution to build libxml2 on MacOS using
14872 CodeWarrior.
14873
14874Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14875
14876 * xmllint.c: applied Geert Kloosterman's patch to fix
14877 --repeat --timing output
14878
14879Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14880
14881 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14882 where non-wellformed XML declaractions were not detected.
14883
14884Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14885
14886 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14887
14888Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14889
14890 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14891 gets reset by xmlCleanupInputCallbacks() and this makes the
14892 function useless. Same for output.
14893
14894Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14895
14896 * xmlIO.c: robert pointed out a loop error in callback cleanups
14897
14898Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14899
14900 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14901 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14902 they are not really tied to debugging
14903
14904Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14905
14906 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14907 * xmllint.c: better --catalogs description
14908
14909Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14910
14911 * tree.c: fixed a couple of problems in xmlSetProp()
14912
14913Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14914
14915 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14916 unappropriate stdout output.
14917
14918Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14919
14920 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14921 by Denis Beurive, closes #65111
14922
14923Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14924
14925 * valid.c: in case of content model validity error, don't
14926 print it if validity warnings were not requested.
14927
14928Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14929
14930 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14931 * parserInternals.c: removed the last exit() call. Print an
14932 unmaskable error on stderr instead (library mismatch detection)
14933
14934Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14935
14936 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14937 shell instructions from Heiko Rupp
14938
14939Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14940
14941 * catalog.c: use the URL notation file:// for default catalog paths
14942
14943Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14944
14945 * include/libxml/tree.h: better comments for _private fields
14946 * tree.c: removed a problem when copying an entity reference.
14947
14948Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14949
14950 * vms/*: updated instructions and diffs from John A Fotheringham
14951
14952Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14953
14954 * include/libxml/xmlerror.h: avoid an include problem if
14955 #include <libxml/xmlerror.h> happens first in code
14956 seems to be the case in KDE libs
14957
14958Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14959
14960 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14961 from Igor for Windows
14962
14963Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14964
14965 * Makefile.am: Gary Pennington pointed out a missing prefix
14966
14967Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14968
14969 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14970 * doc/*: upgraded and rebuilt the docs
14971
14972Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14973
14974 * HTMLparser.c: fix comment in scripts element parsing.
14975 * result/HTML/doc3*: updated the results.
14976
14977Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14978
14979 * uri.c: another URI bug fix #63336, using Joel Young patch.
14980
14981Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14982
14983 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14984 a cleaned up version of the Pwd shell string generation.
14985
14986Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14987
14988 * valid.c include/libxml/tree.h: trying to fix namespaces +
14989 validation problems for good, closing #63619 in the process
14990 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14991 wrong in this respect, fixed it.
14992
14993Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14994
14995 * xmllint.c: Morus Walter patch to allow --format and --encode
14996
14997Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14998
14999 * debugXML.c: Stefan Kost provided an help command for the shell
15000
15001Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
15002
15003 * debugXML.c: Heiko Rupp pointed that the shell would crash
15004 on empty nodesets returns.
15005
15006Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
15007
15008 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
15009 migh need the history libraries
15010
15011Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
15012
15013 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
15014 handle the case of < in quoted attributes, Bastian Kleineidam
15015
15016Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
15017
15018 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
15019 fixing catalog breakages
15020 * Makefile.am catalog.c result/catalogs/catal
15021 result/catalogs/mycatalog.* test/catalogs/catal*:
15022 fixed more problems in catalog support, added more regression tests
15023 for both XML and SGML catalog handling
15024
15025Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
15026
15027 * debugXML.c: applied an improvement to xmlGetLineNo() from
15028 Keith Isdale
15029
15030Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
15031
15032 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
15033 Side effect of the progressive catalog loading
15034
15035Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
15036
15037 * Makefile.am: confexecdir and confexec_DATA were defined twice
15038 pointed out by Karl Eichwalder
15039
15040Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
15041
15042 * xmlcatalog.c: avoid unlink() and use remove() instead.
15043
15044Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
15045
15046 * libxml.spec.in: cleanup
15047 * include/libxml/xmlwin32version.h: updated with 2.4.8
15048
15049Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
15050
15051 * encoding.c global.data globals.c testThreads.c: fix bug #63752
15052 of compiling libxml with a non standard set of options
15053
15054Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
15055
15056 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
15057 document --sgml option, fixing gnome bugzilla #63382
15058
15059Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
15060
15061 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
15062 breakage of 2.4.7, added a couple of really needed APIs
15063 like xmlCatalogIsEmpty() and xmlNewCatalog()
15064 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
15065 for install-catalog
15066 * configure.in: preparing 2.4.8
15067
15068Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
15069
15070 * HTMLtree.c tree.c include/libxml/HTMLtree.h
15071 include/libxml/tree.h include/libxml/xmlIO.h: more include
15072 cleanups, export cleanly one html output + format function.
15073
15074Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
15075
15076 * parser.c: removed initGenericErrorDefaultFunc call from
15077 xmlInitParser() since it could destroy previous calls to
15078 xsltSetGenericErrorFunc() effects
15079
15080Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
15081
15082 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
15083 keyword.
15084
15085Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
15086
15087 * Makefile.am: cleanup
15088 * threads.c: cleanup too
15089 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
15090 from xsltproc
15091 * include/libxml/tree.h include/libxml/parser.h: trying to break a
15092 dependency loop.
15093
15094Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
15095
15096 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
15097 was not used anymore !
15098
15099Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
15100
15101 * configure.in: preparing 2.4.7
15102 * Makefile.am doc/Makefile.am: switched to the latest xmllint
15103 manual page from John
15104 * doc/*: updated the doc and rebuilt the generated pages
15105
15106Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
15107
15108 * xmlIO.c: closing bug #62711, the library should never
15109 close stdin or stdout.
15110
15111Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
15112
15113 * uri.c: second pass at fixing #63336, using Joel Young
15114 final patch. looks okay.
15115
15116Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
15117
15118 * uri.c include/libxml/uri.h: trying to clear #63336
15119 allowing the escaping routine to parse unconformant
15120 URI-References.
15121
15122Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
15123
15124 * vms/readme.vms vms/build_libxml.com nanoftp.c
15125 include/libxml/xmlversion.h.in: a few VMS updates from
15126 John A Fotheringham
15127 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
15128 and xmlCleanupOutputCallbacks() for the Perl binding people.
15129
15130Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
15131
15132 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
15133 apply fixes to close #63271 and avoid segfaults when
15134 the error routine gets callbed before xmlInitParser()
15135 get called.
15136 * nanoftp.c error.c: Applied patches from Justin Fletcher
15137 correcting some xmlGenericError misuses.
15138
15139Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
15140
15141 *doc/xmllint.xml, doc/xmllint.1
15142 New and improved man page for xmllint - .xml is the original, .1
15143 is the generated man page
15144
15145Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
15146
15147 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
15148 the web site from the main HTML document.
15149
15150Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15151
15152 * parser.c: fixed an erroneous validation bug when PE refs
15153 occurs in external parsed entities referenced from the
15154 internals subset
15155 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
15156 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
15157 added the associated testcase, it's a nice one.
15158 * HTMLparser.c: generate the DTD node as HTML still ...
15159 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
15160
15161Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15162
15163 * HTMLparser.c: fixed a bug in htmlNewDoc()
15164
15165Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15166
15167 * test/threads/*: added entities testing to the Thread test
15168 * testThreads.c: make the test reasonable
15169 * DOCBparser.c: fix the DTD public and system ID
15170 * xmllint.c: added --sgml for SGML DocBook importing
15171 * Makefile.am: added Docbtests target
15172
15173Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15174
15175 * nanoftp.c: use only "anonymous@" string for anonymous passwds
15176 * testThreads.c: removed bogus include
15177
15178Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15179
15180 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
15181 fixed a very serious (looping) validation bug
15182
15183Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
15184
15185 * include/libxml/globals.h include/libxml/threads.h threads.c
15186 testThreads.c: far more testing, cleaning up bugs
15187 * *.c : make sure globals.h is always included.
15188
15189Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
15190
15191 * HTMLparser.c: try to get rid of parser loops for good.
15192
15193Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
15194
15195 * configure.in: fixed some bugs in CFLAGS passing.
15196 * test/threads Makefile.am testThreads.c: added a specific
15197 threaded test case (really nasty, guaranteed).
15198
15199Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
15200
15201 * catalog.c: serious cleanup on the management of the
15202 XML catalog tree, more tests done, especially with
15203 the catalog PI.
15204
15205Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
15206
15207 * catalog.c: avoid a problem in catalog cleanup on SMP if
15208 catalogs were not initialized.
15209
15210Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
15211
15212 * catalog.c xpath.c: trying to cleanup the not thread safe
15213 parts of the library.
15214
15215Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
15216
15217 * include/libxml/globals.h configure.in global.data: make
15218 the allocation be per-thread a configure option
15219 * encoding.c include/libxml/parser.h: fixed compilation
15220 errors
15221
15222Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15223
15224 * include/libxml/parser.h: Norm reported that a few lines
15225 added were breaking libxslt compile, removed them for now
15226
15227Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
15228
15229 * parser.c parserInternals.c threads.c: debugged and fixed
15230 initialization problems which were giving troubles on SMP
15231 boxes.
15232
15233Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15234
15235 * include/libxml/Makefile.am: missing globals.h
15236
15237Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15238
15239 * globals.c: added a couple of standard includes.
15240
15241Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15242
15243 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
15244 include/libxml/parserInternals.h include/libxml/tree.h
15245 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
15246 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
15247 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
15248 Applied the last patches from Gary, cleanup, activated threading
15249 all user accessible global variables are now handled in globals.[ch]
15250 Still a bit rought but make tests passes with either
15251 --with-threads defined at configure time or not.
15252 * Makefile.am example/Makefile.am: added globals.[ch] and threads
15253 linking options
15254
15255Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15256
15257 * Makefile.am include/libxml/Makefile.am
15258 include/libxml/globals.h globals.c include/libxml/threads.h
15259 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
15260 configure.in: started integrating the core of the thread support
15261 not activated yet but half integrated. The code should still
15262 compile and work anyway.
15263
15264Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15265
15266 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
15267 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
15268 integrating the non-controversial parts of Gary Pennington
15269 multithread patches
15270 * catalog.c: corrected a small bug introduced
15271
15272Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15273
15274 * catalog.c include/libxml/catalog.h: very serious cleanup,
15275 isolating unportable code and as much as possible the accesses
15276 to the global shared catalog. May need more testing !
15277
15278Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15279
15280 * include/libxml/debugXML.h debugXML.c tree.c: integrating
15281 Keith Isdale patches for the XSLT debugger interfaces. Some
15282 cleanup
15283
15284Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15285
15286 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
15287 * DOCBparser.c: generate line nubers in elements
15288
15289Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15290
15291 * configure.in: preparing 2.4.6 release
15292 * doc/xml.html doc/html/*: updated and rebuilt the docs
15293 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
15294
15295Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
15296
15297 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
15298 adding documentation for DV's supercatalog support
15299
15300Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15301
15302 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
15303 super catalog support adding one API and one flag --sgml to
15304 xmlcatalog
15305
15306Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
15307
15308 * doc/xmlcatalog_man.xml, xmlcatalog.1
15309 One more crack at
15310 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
15311
15312Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15313
15314 * xpath.c: implemented xmlXPathObjectCopy for external objects
15315 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
15316
15317Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
15318
15319 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15320 finishing up fix to
15321 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
15322 the xmlcatalog man page display more elegantly
15323
15324Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
15325
15326 * configure.in: closing bug #61832
15327 * HTMLparser.c: removed a warning
15328
15329Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15330
15331 * xpath.c: fixing #61673 part I, do not loose doc information
15332 when copying result value trees.
15333
15334Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15335
15336 * xpath.c: trying to harden the XPath interpreter
15337
15338Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
15339
15340 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
15341 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
15342
15343Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15344
15345 * HTMLparser: repaired another loop problem
15346
15347Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15348
15349 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
15350 parsing.
15351 * xpath.c: fix bug #61291 the default XML namespace node is
15352 missing from the namespace axis.
15353 * tree.c: refuse to create namespaces nodes with prefix "xml"
15354
15355Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
15356
15357 * SAX.c: ouch a non-defined namespace could lead to a crash,
15358 fixed #61215
15359
15360Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15361
15362 * parserInternals.c: closed bug #61054
15363
15364Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15365
15366 * include/libxml/Makefile.am: closing #60708
15367
15368Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15369
15370 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
15371 adding xmlSAXParseFileWithData following Marco Stipek suggestion
15372
15373Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15374
15375 * valid.c: close bug #61550 when xml: wasn't considered a namespace
15376
15377Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15378
15379 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
15380 * DOCBparser.c HTMLparser.c parser.c: fixed typos
15381
15382Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
15383
15384 * catalog.c: Justin Fletcher provided cleaup code in case
15385 HAVE_STAT is not defined
15386 * include/win32config.h: Igor Zlatkovic suggested to have
15387 HAVE_STAT defined there
15388
15389Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15390
15391 * catalog.c - fixed typing error reported by M. Barros
15392
15393Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
15394
15395 * xmllint.c - fixing typo
15396
15397Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15398
15399 * HTMLparser.c: small enhancement to prevent loop on
15400 unrecognizable data
15401
15402Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15403
15404 * parserInternals.c: applying patch from bug #60757 this
15405 should close it
15406
15407Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15408
15409 * catalog.c xmlcatalog.c: removed a couple of warning
15410 * xpath.c: try to solve the linking problem on platforms
15411 needing trio to compile
15412
15413Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15414
15415 * Makefile.am libxml.spec.in: backing up non-documented changes
15416 commited without review or aproval by Jens Finke <jens@gnome.org>
15417 * HACKING: made 100% clear that no commit should be done directly
15418
15419Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15420
15421 * configure.in: Joe Orton provided a patch fixing a problem
15422 when iconv is specified to be in a non-standard directory
15423 but wasn't exported in xml2-config --cflags
15424
15425Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15426
15427 * configure.in: let's ship 2.4.5 before getting too much
15428 troubles with 2.4.4 errors.
15429
15430Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15431
15432 * encoding.c entities.c: do not output hexadecimal charrefs
15433 when serializing HTML since some version of Netscape can't
15434 grok it, generate decimal ones.
15435 * result/HTML/doc3.htm: output changed due to previous test
15436 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
15437
15438Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
15439
15440 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
15441 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
15442
15443Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15444 Released 2.4.4
15445
15446 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
15447 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
15448 updated the configuration scripts systems accordingly
15449
15450Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15451
15452 * configure.in: preparing for 2.4.4
15453 * doc/xml.html doc/html/*: updated and rebuilt the docs
15454
15455Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15456
15457 * win32/dsp/libxml2.def.src: tried to incorporate comments
15458 from bug #59220
15459
15460Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15461
15462 * parser.c result/noent/wml.xml: fixed bug #59981 related
15463 to handling of '&' in attributes when entities are substitued
15464
15465Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15466
15467 * libxml.h include/libxml/xmlversion.h.in
15468 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
15469 Tried to close bug #60131
15470
15471Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15472
15473 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
15474
15475Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
15476
15477 * SAX.c: fixing bug #59946 on xmlns=""
15478
15479Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15480
15481 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
15482 but allocates a new error code.
15483
15484Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15485
15486 * xmllint.c: John Fleck fixed typos in the options output
15487 * parser.c SAX.c: fix ignorable white space SAX selection
15488
15489Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15490
15491 * entities.c: Steve Underwood found the possibility of an
15492 ininite loop in case of error.
15493
15494Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15495
15496 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
15497
15498Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15499
15500 * parser.c: warn if version is not 1.0 but it's not
15501 strictly speaking an error after analyzing the spec
15502
15503Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
15504
15505 *doc/catalog.html - add link to the html version of the
15506 man page, other linguistic cleanups
15507
15508Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
15509
15510 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15511 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
15512 file, has not yet been included in the build.
15513
15514Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15515
15516 * catalog.c: removed a duplicate affectation Justin Fletcher
15517
15518Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
15519
15520 * tree.c: Armin Sander pointed a possible text coalescing
15521 problem, completed his patch.
15522
15523Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15524
15525 * trionan.c: Fixed const and volatile re-definition problem
15526
15527Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
15528
15529 * libxml.4 parser.c: doc updates from Heiko Rupp
15530 * parserInternals.c: 2 sanity checks from Heiko Rupp
15531
15532Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15533
15534 * tree.c: applied patch from Armin Sander to make some pointers
15535 const in xmlCopyNode()
15536 * include/libxml/tree.h: added fix to the header
15537
15538Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15539
15540 * xpath.c: hum, restrict the integer usage gcc bug workaround
15541 to only gcc compilers so that other architecture don't get
15542 penalized by this limitation.
15543 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
15544
15545Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15546
15547 * valid.c: fixed a Windows compiler warning (Chris Poblete)
15548 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
15549
15550Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15551
15552 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
15553 --convert option to xmlcatalog to convert SGML ones to
15554 the XML syntax.
15555 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
15556
15557 2.4.3 got released at that point
15558Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15559
15560 * catalog.c xmlIO.c: started some serious testing and fixed
15561 a few bug and optmization needs.
15562
15563Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15564
15565 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15566 preparing for a 2.4.3 release even if it may not be ready yet
15567 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
15568 all file parsing lookup to go through the entity resolver, add
15569 to add an API to bypass it (needed to load catalogs themselves),
15570 some cleanup on the catalog code too.
15571 * nanoftp.c: small cleanup
15572 * doc/catalog.html: small update
15573
15574Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15575
15576 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
15577 Jun Kuriyama
15578
15579Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15580
15581 * doc/catalog.html: finished the catalog documentation
15582
15583Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15584
15585 * doc/catalog.html doc/xml.html: added documentation about
15586 Catalog support, misses an API description
15587 * doc/html/*: reextracted the API pages
15588
15589Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15590
15591 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
15592 Added the part about section 7.2 on URI resolution,
15593 fixed a side effect in the HTML parser, look complete
15594 and ready to rock except the URI/SystemID part!
15595
15596Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15597
15598 * include/libxml/catalog.h include/libxml/parser.h
15599 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
15600 xmlIO.c: added support and APIs needed for the catalog PI
15601 * include/libxml/xmlIO.h: cleanup
15602
15603Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15604
15605 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
15606 include/libxml/catalog.h: starts to look okay, really
15607 plugged the new framework, cleaned a lot of stuff,
15608 added some APIs, except the PI's support missing this
15609 should be mostly complete
15610 * result/catalogs/* test/catalogs/*: added new test, enriched
15611 the existing one with URN ID tests
15612
15613Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15614
15615 * catalog.c: fixed nextCatalog
15616 * result/catalogs/docbook test/catalogs/*: started adding
15617 a small regression test
15618
15619Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
15620
15621 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
15622 more work on the XML catalog support.
15623 * parser.c include/libxml/parser.h: small cleanup seems using
15624 list as a public parameter name can give portability troubles
15625 * trionan.c trionan.h xpath.c include/libxml/trionan.h
15626 include/libxml/xpath.h include/libxml/Makefile.am: removed
15627 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
15628 wrappers
15629
15630Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15631
15632 * Makefile.am trio.c triodef.h trionan.c xpath.c
15633 include/libxml/Makefile.am include/libxml/trionan.h:
15634 Re-worked Not-A-Number and Infinity support.
15635 * xmlcatalog.c: added readline include files
15636
15637Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15638
15639 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
15640 testCatalog as xmlcatalog, making it an installed app
15641 adding a shell, and preparing it to be a /etc/xml/catalog
15642 management tool, though not ready yet
15643 * catalog.c include/libxml/catalog.h: adding support for
15644 XML Catalogs http://www.oasis-open.org/committees/entity/
15645 not finished, there is some interesting tradeoffs and a
15646 few open questions left.
15647
15648Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
15649
15650 * xmllint.c: fixed a line formatting problem
15651
15652Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15653
15654 * SAX.c: removed a couple of unused variable (Albert Chin)
15655
15656Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15657
15658 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15659 trying to fix some troubles w.r.t. function returning
15660 const xxxPtr.
15661
15662Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15663
15664 * win32/dsp/libxml2.def.src: another set of symbols conditionally
15665 defined
15666
15667Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15668
15669 * xpointer.c: removed unused var
15670
15671Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15672
15673 * testXPath.c: another small cleanup closing bug #59110
15674
15675Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15676
15677 * win32/dsp/libxml2.def.src: small cleanup closing bug
15678 #59108
15679
15680Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15681
15682 * example/gjobread.c: add xmlCleanupParser() before leaving
15683
15684Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
15685
15686 * config.h.in configure.in include/libxml/xmlwin32version.h:
15687 released 2.4.2
15688
15689Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
15690
15691 * include/libxml/valid.h debugXML.c valid.c: deprecate
15692 the non-boundchecking Sprintf functions, add Snprintf
15693 this should close bug #57984
15694
15695Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
15696
15697 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
15698 URIs before doing the lookups (pointed by Mark Vakoc)
15699
15700Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15701
15702 * xpath.c: serious changes on Result Value Trees and NodeSets
15703 w.r.t. deallocation and collect operations. Probably not
15704 100% clean (merge of allocated trees smells like a problem).
15705 Seems sufficient to close #58943
15706
15707Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15708
15709 * xmllint.c: adding a --format option
15710
15711Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
15712
15713 * xpath.c: count() was broken on Result Value Tree
15714 * xmlIO.c: fixed file:/// accesses on _WIN32
15715
15716Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15717
15718 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
15719 macro was renamed, this should close bug #58683
15720
15721Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15722
15723 * SAX.c: small fix fixing bug #58539 reported by coolo, in
15724 entity substitution mode text at the end of the entity might
15725 be added due to text coalescing.
15726 * nanoftp.c parser.c: small cleanup
15727
15728Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15729
15730 * HACKING: added John Fleck right to commit in the doc subdir
15731
15732Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15733
15734 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
15735 allow to inherit attributes from the DTD directly in the
15736 tree, this is needed for XPath and can be a useful feature.
15737 Inherited namespaces are always provided at the tree level now
15738 * test/defattr* result/defattr* result/noent/defattr*: added a couple
15739 of tests for this feature (XSLT being the prime user).
15740
15741Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15742
15743 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
15744 testSAX.c xmlIO.c xmllint.c include/win32config.h
15745 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
15746 include/libxml/xmlwin32version.h.in win32/README.MSDev
15747 win32/dsp/*: applied Win32 Facelift No.2 patches from
15748 Igor Zlatkovic for Windows/MSC
15749
15750Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
15751
15752 * SAX.c: unparsedEntityDecl() the URI computation of the
15753 entity wasn't done breaking XSLT unparsed-entity-uri()
15754
15755Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
15756
15757 * xpath.c: fixed a bug when walking the descendants and
15758 the current node has no children
15759 * debugXML.c: show up when a text node is supposed to not be escaped
15760
15761Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15762
15763 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
15764 worked like the set:leading() function)
15765 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
15766
15767Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15768
15769 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
15770
15771Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15772
15773 * include/libxml/xmlIO.h: apply change to close #58141
15774 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
15775
15776Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15777
15778 * parser.c: when the internal subset uses a PE, then the
15779 included entity can use conditional sections.
15780
15781Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15782
15783 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15784 when walking the namespace axis showing up in
15785 libxst/tests/general/bug-12
15786 * xmlmemory.c: added the possibility to trace a given block
15787 defined by its address
15788
15789Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15790
15791 * parser.c: don't override existing encoding specified before
15792 starting xmlParseDocument()
15793
15794Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15795
15796 * include/libxml/xmlwin32version.h: reinserted, needed for
15797 Windows users of CVS
15798
157992001-07-27 Darin Adler <darin@bentspoon.com>
15800
15801 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15802 * testCatalog.c: Add include of <libxml/parser.h>.
15803
158042001-07-27 Darin Adler <darin@bentspoon.com>
15805
15806 * include/libxml/.cvsignore:
15807 * include/libxml/xmlwin32version.h:
15808 Remove this file from CVS because it's generated.
15809
15810Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15811
15812 * parser.c include/libxml/parser.h: applied const patches from
15813 Tom Moog #58002
15814
15815Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15816
15817 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15818 lookup framework
15819
15820Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15821
15822 * tree.c: fixed xmlCopyNode() for documents
15823
15824Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15825
15826 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15827
15828Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15829
15830 * parser.c: fixes bug #57652 reported by Morus Walter
15831
15832Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15833
15834 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15835
15836Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15837
15838 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15839 errors, lesson don't add new functions at 1am before a release
15840 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15841 from XPath initialization when possible.
15842
15843Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15844
15845 * result/scripts/base*: removing history/readline changed
15846 this slightly
15847 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15848 xmllint.c: make element content line number generation
15849 optionnal to avoid breaking old apps added interface to switch
15850
15851Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15852
15853 * configure.in: get rid of the readline and libhistory
15854 dependencies by default, release 2.4.1 with IA64 fix
15855 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15856 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15857 John Kroll fixes to allow saving to HTTP via PUT (or
15858 POST of needed).
15859 * doc/html/*.html: regenerated the docs
15860
15861Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15862
15863 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15864 xmlHashScanFull and xmlHashScannFull3 to get passed the
15865 three keys as arguments to the callback function
15866
15867Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15868
15869 * configure.in Makefile.am: removed libxml softlink for good
15870 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15871 100% coverage by gtk-doc
15872
15873Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15874
15875 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15876 fixed serious troubles due to size_t vs. int mismatch
15877
15878Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15879
15880 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15881
15882Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15883
15884 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15885 convenient extension API for value and context managing
15886 Now handles external objects through xmlXPathPopExternal,
15887 xmlXPathWrapExternal and xmlXPathReturnExternal.
15888 Added functions for sets operations (intersection, etc.)
15889
15890Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15891
15892 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15893 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15894 HTMLparser.c: cleanup of global variables, marking some
15895 const or private.
15896
15897Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15898
15899 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15900 fixed xmlXPathNodeSetItem when passing index=0
15901
15902Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15903
15904 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15905
15906Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15907
15908 * xmllint.c: fixed compilation under Cygwin #57503
15909 * TODO: update
15910
159112001-07-13 Peter Williams <peterw@ximian.com>
15912
15913 * config.h.in: add #undef HAVE_DLFCN_H
15914
15915 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15916 builddir.
15917
15918Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15919
15920 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15921 raised by #57348 and #57381
15922
15923Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15924
15925 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15926 tree.c xpointer.c: store the line numbder in element->content,
15927 may break some software, need a configuration mechanism
15928
159292001-07-10 Darin Adler <darin@bentspoon.com>
15930
15931 * .cvsignore:
15932 * example/.cvsignore:
15933 * include/.cvsignore:
15934 * include/libxml/.cvsignore:
15935 Various things that are generated and should be ignored.
15936
15937Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15938
15939 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15940 * doc/xml.html doc/html/*: updated the docs
15941
15942Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15943
15944 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15945 validation occured on content with element child
15946
15947Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15948
15949 * tree.c: fixed XML Base computation which was broken
15950 * debugXML.c: added a base function to the shell
15951 * Makefile.am result/scripts/* test/scripts/*: added scripts
15952 based regression tests, and adding 2 XML Base tests
15953
15954Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15955
15956 * tree.c: set properties doc and call xmlSetListDoc for properties
15957 content when grafting them in a different tree.
15958 * aclocal.m4: remove from CVS
15959
15960Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15961
15962 * win32/libxml2/libxml2.def.src: added some missing entry point
15963 for XPath (Mark Vakoc)
15964
15965Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15966
15967 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15968 layer should URI-Unescape before trying to open resources.
15969
15970Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15971
15972 * xpath.c: fix the name() bug for elements in the default
15973 namespace reported by Charlie Bozeman
15974
15975Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15976
15977 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15978 led to an XPath fix, improvements of SAX initialization, and
15979 an added option --nocdata to testXPath
15980
15981Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15982
15983 * doc/libxml-doc.el: Felix Natter provided anew version working
15984 with XEmacs too
15985
15986Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15987
15988 * include/libxml/xpath.h: small cleanup
15989 * doc/xml.html: update
15990
15991Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15992
15993 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15994 released 2.3.14
15995
15996Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15997
15998 * doc/html/*: rebuilt the docs for the release
15999 * doc/xml.html: added 2.3.14 release.
16000
16001Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16002
16003 * xpath.c: a bug reported by Stephan Kulow empty nodesets
16004 were not equal to empty strings
16005
16006Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16007
16008 * SAX.c: fixed a URI-Reference computation problem when validating
16009 * xmlIO.c: small cleanup
16010
16011Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16012
16013 * parser.c: improved the description of a couple of interfaces
16014 upon Larry Stamper suggestion
16015
16016Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16017
16018 * SAX.c entities.c parser.c: changed completely the way entities
16019 are handled when running the parser in entity substitution mode.
16020 This fixes a bug reported by Stephan Kulow and nearly divides
16021 by 3 the amount of memory required by libxslt to load and process
16022 DocBook TDG.
16023
16024Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16025
16026 * HTMLparser.c: fixing a too early root closing problem raised
16027 byt Prashanth Naidu
16028
16029Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16030
16031 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
16032 raised by Mark Vakoc.
16033
16034Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16035
16036 * example/Makefile.am: fixed the include path to add srcdir/include
16037 * Makefile.am configure.in: fix from Albert Chin for iconv detection
16038 and some cleanup
16039
16040Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16041
16042 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
16043 lot of optimization work, results in significant improvements
16044 when handling really complex XPath queries. Add a small optimizer
16045 for unions, improve [n] and [last()], avoid some costly ops.
16046
16047Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16048
16049 * include/libxml/parser.h parser.c: xmlStrstr args are both const
16050 * xpath.c: small cleanup
16051 * xmlGetNsList: reformated, fixed problems if used on Entities
16052
16053Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16054
16055 * doc/xml.html: added 1.8.14 and 2.3.13 releases
16056
16057Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16058
16059 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
16060 * Makefile.am example/Makefile.am: workaround automake generating
16061 erroneous deps
16062
16063Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16064
16065 * include/win32config.h: bug #56801 Yon Derek provided a patch
16066 to the windows config file.
16067
16068Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16069
16070 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
16071 libxml.h : Yon Derek provided a set of changes to compile from
16072 CVS on Windows/MSC
16073
16074Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16075
16076 * parser.c: fixed UTF8 BOM support in push mode
16077 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
16078 added a specific testcase
16079
16080Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16081
16082 * Makefile.am: added --push regression tests
16083 * parserInternals.c: the XML parser segfaulted in --push mode
16084
16085Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16086
16087 * configure.in: moved the symlinks detection within a CVS
16088 check, this is not portable and will be removed soon.
16089 * xpath.c: small cleanup/speedup
16090
16091Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16092
16093 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
16094 release of 2.3.12
16095 * parser.c: make an error message if unknow entities in all cases
16096
16097Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16098
16099 * uri.c: fixed 2 uri normalization bugs on '//' reduction
16100
16101Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16102
16103 * include/libxml/Makefile.am: Laszlo Peter pointed out that
16104 includes were installed in the wrong dir
16105
16106Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16107
16108 * doc/html.xml: warn against sending code to exhibit bugs.
16109
16110Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16111
16112 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
16113 Tru64 from Thomas Leitner
16114
16115Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16116
16117 * AUTHORS: added William and Bjorn
16118 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
16119 daniel@veillard.com hopefully I won't have to do this again
16120 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
16121 docs can be rebuilt cleanly now
16122 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
16123 from CVs it's generated, added include/libxml/xmlwin32version.h
16124 also generated but which should change far less frequently.
16125 * catalog.c nanoftp.c: made sure to include libxml.h not
16126 libxml/xmlversion.h directly
16127 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
16128 when compiling on WIN32 and MSC
16129
16130Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16131
16132 * include/Makefile.am include/libxml/Makefile.am configure.in:
16133 fixed make distcheck and rebuilding the rpms
16134
16135Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16136
16137 * configure.in: should finish the migration of exported includes
16138 into a real include/libxml in CVS, at least for CVS users.
16139 * removed the exported headers, added in include/libxml (as well
16140 as xmlversion.h.in).
16141
16142Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16143
16144 * configure.in: fixed the way to detect symlink
16145
16146Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16147
16148 * configure.in: updated, include/libxml is now a real CVS dir
16149
16150Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16151
16152 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
16153 version works with both libxml1 and libxml2 (it autodetects
16154 the prefix of the html-files) from Felix Natter.
16155 * doc/xml.html: updated doc accordingly
16156
16157Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16158
16159 * xpath.c: fixed the bug generating a template loop in libxslt
16160 when using docbook-xsl-1.4, * should filter out document nodes
16161 * HACKING: added William
16162 * TODO: updated
16163
16164Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16165
16166 * doc/FAQ.html: added a warning about gcc-3.0
16167 * doc/xml.html: added reference to gdome2 and removed a confusing
16168 sentence
16169
16170Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16171
16172 * xmlversion.h: okay this is a generated file, but Windows
16173 users need it and they can't generate it, and I want CVS
16174 Windows users ...
16175 * win32/libxml2/libxml2_so.dsp: Windows project file for
16176 the shared lib version of libxml2
16177 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
16178 resources needed for libxslt/xsltproc by Yon Derek
16179
16180Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16181
16182 * trio.c: MSVC fix (provided by Igor Zlatkovic)
16183
16184Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16185
16186 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
16187
16188Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16189
16190 * include/win32config.h: Yon Derek provided a first fix
16191 to be able to compile libxslt/xsltproc on Windows
16192
16193Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16194
16195 * xpath.c: attempt to work around what seemed a gcc optimizer
16196 bug when handling floats on i386 http://veillard.com/gcc.bug
16197 * tree.c entities.c encoding.c: doing some cleanups while
16198 chasing it
16199
16200Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16201
16202 * Makefile.am: cleanup when --without-debug is specified
16203 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
16204 w.r.t. --without-debug and other include points
16205 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
16206 Catalogs
16207 * configure.in entities.h tree.h HTMLparser.c: removed
16208 --without-corba, made the _private field mandatory
16209
16210Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16211
16212 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
16213 outputs a BOM in UTF8, an errata has been issued to avoid the
16214 problem, that was the most reasonable solution... Add support
16215 for a leading UTF8 BOM in entities.
16216
16217Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16218
16219 * valid.c: fixed a bug found when post validating an entity ref
16220 * xmllint.c: added --loaddtd and sligly changed --postvalid to
16221 activate it too
16222
16223Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16224
16225 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
16226 weakness in the node copy the XPointer and the XInclude
16227 implementations. Serious cleanup.
16228
16229Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16230
16231 * Makefile.am: Kjartan Maraas provided a small patch to
16232 add xml2-config.in to EXTRA_DIST
16233
16234Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16235
16236 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
16237 provided another failing case found in KDE, the way the
16238 ctxt->vctxt.nodeTab was allocated and freed changed over
16239 time but it wasn't completely cleaned up. This should fix it.
16240
16241Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16242
16243 * parser.c: Stephan Kulow also raised the fact that line number
16244 could get miscounted making debug harder, fixed the problem
16245 in xmlParseCharData()
16246
16247Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16248
16249 * valid.c: Stephan Kulow pointed out a problem when validating
16250 and using an empty entity, forgot a 'break' in a case.
16251
16252Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16253
16254 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
16255 * doc/xml.html: updated with 2.3.11
16256
16257Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16258
16259 * TODO: updated adding cleanup of generated doc
16260 * configure.in: prepared to release 2.3.11
16261 * xmllint.c: added --version for bug reporting
16262 * doc/html/*.html: rebuilt the doc
16263
16264Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16265
16266 * xpath.c: first part of the work on selecting namespace to
16267 fix bug #56115
16268
16269Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16270
16271 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
16272 when using -liconv
16273 * TODO: updated
16274
16275Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16276
16277 * HTMLtree.[ch]: more work on the HTML serialization routnes,
16278 cleanup, encoding support.
16279
16280Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16281
16282 * xpath.c: Thomas Broyer suggested a better patch for the / arg
16283
16284Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16285
16286 * xpath.c: bug detected by Ankh when / is used as a function arg
16287
16288Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16289
16290 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
16291 of element and use it to avoid outputting formatting spaces at
16292 the wrong place. Implemented the format parameter for HTML save.
16293 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
16294 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
16295 result/HTML/wired.html: of course this impact the result of a
16296 number of HTML tests
16297
16298Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16299
16300 * HTMLtree.[ch]: started augmenting the HTML save API with
16301 encoding and formatting parameters
16302
16303Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16304
16305 * HTMLtree.h: cleanup and started evaluating the work needed on
16306 revamping the HTML output code
16307
16308Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16309
16310 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
16311
16312Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16313
16314 * valid.c: fixed bug #56049, forgot one check in the
16315 validation routine
16316
16317Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16318
16319 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
16320
16321Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16322
16323 * libxml.h: fixed an error in last commit
16324 * doc/FAQ.html: added an entry for compilation from CVS
16325
16326Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16327
16328 * xmlversion.h.in libxml.h: Cygwin patches
16329 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
16330 * tree.h: cleanup
16331
16332Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16333
16334 * tree.c: patched xmlFreeNode() to avoid freeing() a static
16335 memory block in a strange case where libxml is linked twice
16336 in the binary.
16337
16338Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16339
16340 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
16341 state far too often, simple fix used to avoid it.
16342
16343Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16344
16345 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
16346 being processed, applied his patch
16347 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
16348
16349Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16350
16351 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
16352 provided fixes to compile on MSCC again
16353 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
16354 also provided an update for the project files.
16355
16356Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16357
16358 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
16359 bug #55810
16360
16361Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16362
16363 * tree.c: fixed xmlGetNsProp() to close bug #55683
16364 Note this requires libxslt to use it's own function instead.
16365
16366Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16367
16368 * HTMLtree.c: when in a pre element no formatting space should
16369 be added.
16370 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
16371
16372Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16373
16374 * configure.in: added tests for signal() and signal.h
16375
16376Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16377
16378 * xpath.c: robert pointed out xmlXPathNINF was not initialized
16379
16380Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16381
16382 * doc/libxml-doc.el: Felix Natter provided a new version for
16383 libxml2
16384
16385Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16386
16387 * HTMLtree.c: when in a pre element no formatting space should
16388 be added.
16389
16390Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16391
16392 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
16393
16394Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16395
16396 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
16397 hack
16398 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
16399 * uri.c: fixed a warning
16400
16401Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16402
16403 * HTMLtree.c: trying to close bug #55772 escaping in script
16404 elements
16405 * doc/xml.html: suggest to send mail to the list
16406
16407Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16408
16409 * error.c: attempt to fix the xmlGetVarStr breakage once and for
16410 good. Use a macro and based on the solution provided in
16411 vsnprintf manual page from GNU.
16412
16413Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16414
16415 * error.c: Workaround for non-preserving variadic list.
16416 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
16417
16418Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16419
16420 * doc/xml.html: added 2.3.10 release
16421
16422Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16423
16424 * configure.in: releasing 2.3.10
16425
16426Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16427
16428 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
16429
16430Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16431
16432 * encoding.c: Robert Collins provided a patch to add the
16433 "US-ASCII" encoding alias
16434
16435Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16436
16437 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
16438 string oriented functions and started cleaning the related areas
16439 in xpath.c which needed fixing in this respect
16440
16441Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16442
16443 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
16444 #55380
16445 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
16446
16447Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16448
16449 * TODO: updated
16450 * nanohttp.[ch] : started adding APIs to get the redirected URL
16451 when this occurs (needed for further base computation
16452 * tree.h: cleanup
16453 * encoding.c: cleanup
16454 * SAX.c: minor change around ctxt->loadsubset
16455
16456Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16457
16458 * Makefile.am include/Makefile.am: small change to have
16459 include/libxml rebuilt if working from CVS.
16460 * uri.c: applied another patch from Carl Douglas for URI escaping,
16461 this should close bug #51876
16462
16463Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16464
16465 * xinclude.c: fixed XInclude recursive behaviour bug #54678
16466 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
16467 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
16468 added specific regression test
16469 * parser.h: preparing for the XSLT mode where DTD inherited
16470 attributes are added to the tree.
16471
16472Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16473
16474 * xinclude.[ch]: Updated the namespace for the Last Call version
16475 * result/XInclude/include test/XInclude/include: updated the
16476 testsuite accordingly
16477
16478Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16479
16480 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
16481 related to bug #51876
16482
16483Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16484
16485 * tree.c: fixed a gross mistake in base computation, xml:base is
16486 not completely correct yet (need cascade).
16487 * xpath.[ch]: added the few things needed to find a function name
16488 and URI from the XPath context when it is called.
16489
16490Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16491
16492 * catalog.[ch]: fixes and add xmlLoadCatalogs()
16493 * DOCBparser.c: small cleanup
16494 * xmllint.c: added a --catalogs option to load catalogs from
16495 $SGML_CATALOG_FILES
16496 * tree.c: cleanup
16497 * configure.in: iconv library fixup, ICONV_LIBS
16498
16499Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16500
16501 * catalog.c: handling of CATALOG entries. detection of recursion,
16502 and a few bugfixes
16503 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
16504 against the default namespace
16505
16506Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16507
16508 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
16509
16510Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16511
16512 * parser.c: fixed propagation context info when parsing an
16513 external entity.
16514 * doc/html/*.html: regenerated a couple of docs
16515
16516Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16517
16518 * doc/xml.html: update with 2.3.9 informations
16519
16520Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16521
16522 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
16523 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
16524 * doc/html/* : rebuilt the docs
16525 * valid.c: small patch which may improve some case when
16526 validating.
16527
16528Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16529
16530 * HTMLparser.c: Closed bug #54891
16531 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
16532 to the suite
16533
16534Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16535
16536 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
16537 applied a documentation patch from LotR and filled in a few missing
16538 descriptions
16539
16540Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16541
16542 * xpath.c tree.c parser.c: speed optimizations at the parser level
16543 document tree freeing and xpath evaluation
16544
16545Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16546
16547 * parser.c parser.h parserInternals.h: fixed a couple of
16548 interfaces for handling memory buffer input to const char *
16549 upon suggestion of JamesH.
16550
16551Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16552
16553 * configure.in: LoTR sent a patch fixing the previous commit
16554
16555Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16556
16557 * configure.in: trying to deal again with the stoopid -R linking
16558 flag of Solaris
16559
16560Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16561
16562 * xpath.h: two nodeset access macros from Thomas Broyer
16563
16564Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16565
16566 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
16567 patch from Thomas Broyer
16568
16569Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16570
16571 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
16572 case
16573 * INSTALL: was empty added stuff from the FAQ
16574
16575Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16576
16577 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
16578 attributes handling and #54433 by adding xmlUnsetProp()
16579 and xmlUnsetNsProp()
16580
16581Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16582
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016583 * HTMLparser.c: Patch from Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016584 (htmlGetEndPriority): New function, returns
16585 the priority of a certain element.
16586 (htmlAutoCloseOnClose): Only close inline elements if they
16587 all have lower or equal priority.
16588 * result/HTML: this of course changed a number of tests results.
16589
16590Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16591
16592 * xmlIO.c catalog.c: plugged in the default catalog resolution
16593 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
16594 documentations
16595 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
16596
16597Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16598
16599 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
16600 integrating catalogs
16601 * catalog.[ch] testCatalog.c: adding a small catalo API
16602 (only SGML catalog support).
16603 * parser.c: restaured xmlKeepBlanksDefault(0) API
16604
16605Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16606
16607 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
16608
16609Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16610
16611 * parser.c: added xmlParseExternalEntityPrivate() to allow
16612 propagation of ctxt->_private when parsing external entities
16613
16614Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16615
16616 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
16617
16618Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16619
16620 * configure.in: fixed a small portability problem with AM_CONDITIONAL
16621
16622Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16623
16624 * valid.c: warn when indeterminist content model is detected
16625 * result/VC/ElementValid8: this adds a message
16626 * Makefile.am: add --novalid for VCM tests
16627 * parserInternals.c: added a call to Init memory
16628
16629Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16630
16631 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16632 when both parameters are NULL.
16633
16634Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16635
16636 * valid.c: applied small patch from Gary Pennington, reindented
16637 some part of the code.
16638
16639Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16640
16641 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
16642 release, updated and regenerated the docs
16643
16644Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16645
16646 * xpath.c result/XPath/expr/floats : clarified and cleanup
16647 printing of abnormal floats in tests.
16648
16649Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16650
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016651 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016652 * results/HTML/ : a few changes in the output of the HTML tests as
16653 a result.
16654 * configure.in: tying to fix -liconv where needed
16655
16656Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16657
16658 * Makefile.am: fixed a stupid error
16659
16660Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16661
16662 * configure.in Makefile.am: make the inclusion of the trio
16663 modules in the library conditional
16664
16665Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16666
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016667 * DOCBparser.c: patche from László Kovács, fixed entities refs
William M. Brack11be2d02007-01-24 19:17:19 +000016668 in attributes handling
16669
16670Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16671
16672 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
16673 flushing
16674
16675Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16676
16677 * xpath.c: fix of an XSLT namespace bug reported on the list
16678 general/bug-8-
16679
16680Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16681
16682 * strio.h trio.c: Dan McNichol suggested a couple of small
16683 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
16684
16685Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16686
16687 * tree.c parser.c encoding.c: spent a bit more time looking
16688 at the parsing speed and DOM handling. Added a few more
16689 speedups.
16690
16691Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16692
16693 * parser.c: small but effective parsing speed improvement
16694
16695Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16696
16697 * configure.in: default on the DocBook parser inclusion (for Gnome)
16698 * DOCBparser.h: fixed a header reference
16699
16700Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16701
16702 * configure.in xpath.c: applied Bjorn patches for FPE on the
16703 alpha
16704
16705Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16706
16707 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
16708 xmlSaveFormatFileTo()
16709
16710Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16711
16712 * xpath.c: simple and efficient optimization, XPath functions
16713 aways bind to the same code, cache this
16714 * TODO: updated (by saying some is obsolete)
16715
16716Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16717
16718 * xpath.c: more cleanup work on XPath name parsing routines
16719
16720Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16721
16722 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
16723 xmlXPathParseName
16724 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
16725 * debugXML.c: avoid compilation problems if compiling without
16726 HTML support, Igor Zlatkovic
16727 * win32/libxml2/libxml2.def.src: being able to compile without
16728 XPath on Windows
16729
16730Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16731
16732 * libxml.m4: yet another patch from Toshio Kuratomi
16733
16734Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16735
16736 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16737
16738Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16739
16740 * tree.[ch]: added xmlSaveFormatFile interface for saving
16741 and indenting a file.
16742
16743Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16744
16745 * xpath.c: fixed bug #53689 related to processing-instruction()
16746
16747Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16748
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016749 * DOCBparser.c: patche from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016750
16751Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16752
16753 * parser.c: applied fixes from Christian Glahn bug report #53391
16754
16755Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16756
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016757 * error.c: Jean François Lecomte provided a complete description
William M. Brack11be2d02007-01-24 19:17:19 +000016758 and a fix to bug #53537
16759
16760Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16761
16762 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
16763
16764Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16765
16766 * DOCBparser.c SAX.c: a bit more work on entities processing.
16767 Still Need to cleanup XML output and references in attributes
16768
16769Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16770
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016771 * DOCBparser.c include/Makefile.am: two patches from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016772
16773Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16774
16775 * tree.c: trying to fix #53574, not completely complete,
16776 I would like xmllint --copy --debug test/ent1 and
16777 xmllint --debug test/ent1 to show the same result.
16778 * xpath.c: fix a bug when trying to sort namespace nodes
16779
16780Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16781
16782 * HTMLtree.c: real fix for #53402
16783
16784Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16785
16786 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16787 PIs when using xsl:output
16788 * valid.c: closing #53537 some case generate segfaults if there
16789 is validity errors
16790
16791Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16792
16793 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16794 of external parsed entities, added --noent to testDocbook
16795 * valid.c: Garry Pennington found an uninitialized variable
16796 access in xmlValidateElementContent()
16797
16798Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16799
16800 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16801 with madness
16802 * result/HTML/ : this modified the result of the regression tests
16803 a lot.
16804
16805Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16806
16807 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16808 to doc where it wasn't checked against NULL reported by
16809 Jens Laas
16810
16811Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16812
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016813 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
William M. Brack11be2d02007-01-24 19:17:19 +000016814 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16815
16816Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16817
16818 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16819 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16820 * SAX.[ch]: cleanup and updates for DocBook
16821 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16822 ex SGML identifier changes
16823 * valid.c: removed a static unused function.
16824
16825Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16826
16827 * HTMLtree.c: applied change for Paul Sponagl on script saving
16828 * Makefile.am: the warning about entity title.xml are normal.
16829
16830Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16831
16832 * configure.in: release of 2.3.7
16833 * Makefile.am: fixing make distcheck
16834
16835Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16836
16837 * doc/html/* doc/xml.html: updated and regenerated the docs
16838
16839Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16840
16841 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16842
16843Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16844
16845 * tree.c: fixed #53388 with the provided patch
16846
16847Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16848
16849 * valid.c: Bjorn detected an invalid memory access. Fixed
16850 vstateVPush()
16851
16852Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16853
16854 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16855
16856Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16857
16858 * libxml.h: new header used only for the compilation of libxml
16859 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16860 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16861 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16862 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16863 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16864 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16865 baseline (version 1.2 plus a single patch).
16866 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16867 scientific notation for numbers. Tests added.
16868 * xpath.c: formatting of numbers changed to use sprintf
16869 (contribution from William Brack)
16870
16871Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16872
16873 * valid.c: cleanup, more useful debugging
16874 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16875 * xmlIO.c: entity loading is printed as an error when validating
16876
16877Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16878
16879 * valid.c: fixed to validate within entities
16880 * test/VCM/v22.xml: added a specific testcase
16881
16882Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16883
16884 * valid.c: forgot an epsilon transition in for ()+
16885 * test/VCM/v21.xml : added a specific test case
16886
16887Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16888
16889 * valid.c: removed a state explosion exhibited by RSS
16890 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16891 from bug #51872
16892
16893Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16894
16895 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16896 validation without using an ugly NFA -> DFA algo in the source.
16897 Made a specific algorithm easier to maintain, using a single
16898 stack and without recursion.
16899 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16900 * hash.c: made the growing routine static
16901 * tree.h parser.c: added the parent information to an
16902 xmlElementContent node.
16903
16904Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16905
16906 * SAX.c parser.c xpath.c: generating IDs when not validating
16907 from an external parsed entity was poisoning the ID has table
16908 with removed values. This was killing XSLT on the KDE help
16909 browser.
16910
16911Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16912
16913 * entities.h: andrew@ugh.net.au detected a double declaration
16914
16915Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16916
16917 * debugXML.c hash.c tree.h valid.c : some changes related to
16918 the validation suport to improve speed with DocBook
16919 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16920 the way validation errors get reported
16921
16922Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16923
16924 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16925 by P C Chow and William M. Brack for XSLT HTML output
16926
16927Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16928
16929 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16930 Igor Zlatkovic patches for MSC compilation and added his
16931 updates
16932
16933Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16934
16935 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16936 prefix lookup.
16937 * parserInternals.c: fixed the bug reported by Morus Walter
16938 due to an off by one typo in xmlStringCurrentChar()
16939
16940Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16941
16942 * HTMLparser.c result/HTML/*: revamped the way the HTML
16943 parser handles end of tags or end of input
16944
16945Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16946
16947 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16948
16949Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16950
16951 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16952 bug where the linktime verions of free() won't work ...
16953
16954Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16955
16956 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16957
16958Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16959
16960 * doc/xml.html: added 2.3.6 release
16961
16962Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16963
16964 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16965 * result/wml.xml: resulted in a small output change
16966
16967Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16968
16969 * tree.c: xmlNewDoc was missing the charset initialization
16970 * xmllint.c: added --auto to autogenerate a doc, allow to
16971 reproduce the problem fixed on xmlNewDoc
16972
16973Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16974
16975 * xpath.c: trying to get 52979 solved
16976 * tree.c result/ result/noent/: trying to get 52712 solved, this
16977 also made me clean up the fact that XML output in general should
16978 not add formating blanks by default, this changed the output of
16979 a few tests
16980
16981Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16982
16983 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16984
16985Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16986
16987 * configure.in: finally released 2.3.6
16988
16989Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16990
16991 * xpath.c: checking for null pointer generated by new code
16992
16993Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16994
16995 * xpath.c: fixed a [] evaluation problem reported
16996 * test/XPath/tests/simpleaddr: extended test
16997 * result/XPath/simpleaddr: updated result
16998
16999Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17000
17001 * xmllint.c: Dan Timis reported a portability problem
17002 on Macs without mmap, fixed it.
17003
17004Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17005
17006 * testXPath.c : added a --tree option allowing to display the
17007 tree dump of the XPath expression
17008
17009Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17010
17011 * xpath.c: fixed a memleak when comparing nodesets
17012 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
17013 * tree.c: added a TODO
17014
17015Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17016
17017 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
17018 we need string functions
17019 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
17020 to be able to use them where needed. Applied some changes
17021 to reduce name linking pollution and compile in only what's
17022 needed.
17023 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
17024 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
17025 for the string manipulation functions
17026 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
17027 to the free() function of xmlmemory.c
17028 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
17029 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
17030 usage.
17031
17032Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17033
17034 * error.c: applied the context output patch of the error
17035 handling submitted by Chuck Griffith
17036 * error/VC/*: this slightly change some error logs
17037
17038Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17039
17040 * parser.c: fixed line number reporting on error
17041
17042Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17043
17044 * parser.c: Sullivan and Darin found a parser bug,
17045 applied the patch.
17046
17047Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17048
17049 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
17050 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
17051 xmlversion.h.in xpointer.c: of course the way I defined
17052 UNUSED breaks on old gcc version. Try to be smart and
17053 also define it directly in xmlversion.h
17054 * configure.in: removed -ansi flag from the pedantic set
17055
17056Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17057 Huge cleanup, I switched to compile with
17058 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
17059 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
17060 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
17061 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
17062 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
17063 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
17064 encoding.h entities.c error.c list.[ch] nanoftp.c
17065 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
17066 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
17067 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
17068 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
17069 Cleanup, staticfied a number of non-exported functions,
17070 detected and cleaned up a dozen of problem found this way,
17071 avoided a lot of public function name/typedef/system names clashes
17072 * doc/xml.html: updated
17073 * configure.in: switched private flags to the really pedantic ones.
17074
17075Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17076
17077 * configure.in: 2.3.5
17078 * doc/html/*: rebuilt the docs
17079
17080Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17081
17082 * parser.c: fixed a reported bug in NOTATION parsing
17083 * uri.c: accepted but not fixed bug 51876, added TODO
17084 * Makefile.am: fixed bug 51876
17085
17086Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17087
17088 * config.h.in configure.in error.c: fix a compilation problem
17089 on platforms without vsnprintf (xml@thewrittenword.com)
17090
17091Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17092
17093 * parser.c: fixed a function name header typo
17094 * SAX.c: notations can also occur in external subset.
17095
17096Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17097
17098 * error.c: removed a C++ like comment
17099
17100Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17101
17102 * parser.c: fixing bug 52299 strange condition leading
17103 to a parser crash due to a buffer overflow
17104 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
17105 added the specific test case
17106
17107Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17108
17109 * xpath.[ch]: still a lot of cleanup based on XSLT, added
17110 xmlXPathConvert{String,Number,Boolean} to be able to make
17111 type casts without a context stack, fixed some implementation
17112 problems related to the absence of context at parse-time,
17113 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
17114 in the public API too
17115 * xpointer.c xpathInternals.h: we need to know at parse time
17116 whether we are compiling an XPointer
17117
17118Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17119
17120 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
17121 cleaned up the parser internals, refactored XPath code, added
17122 new compilation based APIs and cleanly separated public and
17123 private APIs.
17124
17125Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17126
17127 * xpath.h: the comp field must be added at the end to avoid
17128 killing binary compat.
17129
17130Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17131
17132 * Makefile.am: detect XPath memleaks in regreson tests
17133 * error.c: fixed and error w.r.t. error reporting still using
17134 stderr
17135 * hash.c: added new line at end of file
17136 * tree.h: minor cleanup
17137 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
17138 expression parsing from evaluation, resulted in a number of
17139 changes internally, and in XPointer. Likely to break stuff
17140 using xpathInternals.h but should remain binary compatible,
17141 new interfaces will be added.
17142
17143Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17144
17145 * configure.in: fixed a couple of problems reported by
17146 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
17147 without gcc on non linux platforms.
17148
17149Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17150
17151 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
17152 a fix for --with-html-dir= configure support. I hope it won't
17153 break rpm generation
17154
17155Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17156
17157 * xmlIO.c: one function comment cleanup.
17158
17159Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17160
17161 * SAX.c: external subset notations were improperly registered
17162 in the internal subset.
17163
17164Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17165
17166 * README.cvs-commits: added, pointing to HACKING
17167 * HACKING: updated
17168
17169Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17170
17171 * parser.c: and Matt Sergeant found one in the XML push
17172 parser (erroneous check I forgot to remove when I fixed the
17173 main parser).
17174
17175Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17176
17177 * xpath.c: ptittom found a small bug in UnaryExpr
17178
17179Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17180
17181 * configure.in: bumped to 2.3.4
17182 * error.c: fixed bug #51860
17183 * tree.c: fixed bug #51861
17184 * valid.c: cleanup, more debug, failed to fix one bug crap ...
17185 * tree.[ch] : added xmlDefaultBufferSize
17186 * nanoftp.c: typo in function name header block
17187 * doc/xml.html : updated, added link to XML::LibXSLT
17188 * doc/html/* : rebuilt the docs
17189
17190Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17191
17192 * parser.c SAX.c: the new content parsing code raised an
17193 ugly bug in the characters() SAX callback. Found it
17194 just because of strangeness in XSLT XML Rec ouptut :-(
17195
17196Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17197
17198 * Makefile.am: Martin Baulig suggested to add -lm
17199 * tree.c: found another bug in xmlNodeGetContent()
17200
17201Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17202
17203 * xpath.c: Bjorn found the error related to strictness of comparison.
17204
17205Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17206
17207 * parser.c: trying to fix the Dtd parsing problem reported
17208 by Gary, side effect of last week speed optimizations.
17209
17210Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17211
17212 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
17213 * parserInternals.c: removed unneeded test raised by Stric
17214
17215Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
17216
17217 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
17218 and fixed by William Brack). Added xmlXPathFormatNumber.
17219 Changed the sorting slightly.
17220 * configure.in Makefile.am example/Makefile.am: Added -lm.
17221 Please note that applications linking with libxml2, must
17222 also like with the math library from now on.
17223
17224Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17225
17226 * HTMLparser.c: fixed loop reported by Marc Sanfacon
17227
17228Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17229
17230 * parser.c: one must report spaces even if the Dtd element
17231 content proves that this is not part of the element content.
17232 * result/valid/*.xml: this changed the ouptu slightly
17233
17234Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17235
17236 * configure.in: bumped to 2.3.3
17237 * doc/xml.html: updated
17238
17239Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17240
17241 * tree.c: minor doc fix
17242 * xpath.c: deallocation issues when a result tree has been
17243 converted to a node-set
17244
17245Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17246
17247 * doc/xml.html: oops corrected dates s/2000/2001
17248
17249Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17250
17251 * valid.c: new patch from Gary Pennington
17252
17253Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17254
17255 * doc/xml.html: applied patch from Ankh
17256
17257Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17258
17259 * xinclude.c: fixed a problem building on Mac
17260
17261Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17262
17263 * parser.c: more work on increasing parsing ferformances
17264
17265Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17266
17267 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
17268 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
17269 avoiding memcpy in production builds MEM_CLEANUP macro use
17270 * parser.[ch] parserInternals.c: optimizations of the tightest
17271 internal loops inside the parser. Better checking of I/O
17272 flushing/loading conditions
17273 * xmllint.c : added --timing
17274
17275Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17276
17277 * configure.in: bumped to 2.3.2
17278 * doc/xml.html: updated for release
17279
17280Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17281
17282 * xpath.c: found a memleak and fixed a nasty bug
17283
17284Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17285
17286 * xmllint.[c1] : added return code errors for xmllint
17287 * xpath.c: specific debug dump function for result value trees
17288
17289Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17290
17291 * xpath.c: finally implemented xmlXPathCompareNodeSets
17292 * test/XPath/expr/floats results/XPath/expr/floats: added
17293 a test for float expressions
17294
17295Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17296
17297 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
17298 * parserInternals.[ch]: trying to speed up parsing
17299 * xpath.c : speeded up node set equality op
17300
17301Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17302
17303 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
17304 better handling of ID/IDREF and the list modules associated
17305 * configure.in: small CFLAGS cleanup
17306
17307Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17308
17309 * configure.in: fixed iconv detection on AIX (stric)
17310
17311Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17312
17313 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
17314
17315Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
17316
17317 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
17318 and optimized xmlXPathNodeSetSort
17319
17320Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17321
17322 * xpath.c: bug fix when context size is 0
17323 * parser.c: I like Norm's Dtd because they still manage to break
17324 the parser occasionally
17325
17326Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17327
17328 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
17329
17330Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17331
17332 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
17333 attributes within the XML-1.0 namespace
17334
17335Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17336
17337 * xpathInternals.h: exported a few axis functions
17338 * doc/xml.html: updated the doc
17339
17340Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17341
17342 * configure.in: applied patch from Daniel van Balen for OpenBSD
17343 and bumped version to 2.3.1
17344 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
17345 attempt to find autoclosing was simply broken, removed it,
17346 updated the examples, this is better
17347
17348Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17349
17350 * hash.[ch]: added Paolo Casarini patch to provide Delete from
17351 hash functionnalities.
17352 * doc/html/* : rebuild the doc
17353
17354Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17355
17356 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
17357 on predicate
17358 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
17359 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
17360 really want to have tags closed on output even if we accept
17361 unclosed ones on input
17362
17363Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17364
17365 * xpath.c: ouch don't free NULL, rare case fixed
17366 * tree.c: don't coalesce text nodes if they don't have the
17367 same behaviour wrt escaping on output
17368
17369Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17370
17371 * xpath.c: small fixup
17372 * SAX.c: don't warn on empty namespaces.
17373
17374Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17375
17376 * README: a bit of cleanup
17377 * configure.in: preparing for 2.3.0 release
17378
17379Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17380
17381 * hash.[ch]: added a first version of xmlHashSize()
17382 * valid.c: another bug fix from Gary Pennington
17383
17384Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17385
17386 * valid.c: couple of bug fixes pointed by Gary Pennington
17387 * HTMLtree.c: #if 0 cleanup
17388
17389Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17390
17391 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
17392 which removes a time consuming check of xmlXPathNodeSetAdd()
17393 and use it in places where we are sure to not break unicity
17394
17395Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17396
17397 * xpath.c: bug fixes found from XSLT
17398 * tree.c: preserve node->name special values when copying nodes.
17399 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
17400 external subset are fetched when available but without full
17401 validation. Added xmlLoadExtDtdDefaultValue, need a function.
17402 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
17403 output with encoding disabled.
17404
17405Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17406
17407 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
17408 xmlCheckFilename should not be called from xmlFileOpenW
17409 and xmlGzfileOpenW
17410
17411Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17412
17413 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
17414 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
17415 added the new tests for URI normalization
17416 * testURI.c: fixed stoopid bugs
17417 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
17418 the URI in the error messages are now properly normalized
17419
17420Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17421
17422 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
17423
17424Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17425
17426 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
17427
17428Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17429
17430 * xpath.c: fixed mod operator
17431
17432Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17433
17434 * parser.c: fixed xmlStrcat doc
17435 * tree.c: 2 fixes form Anders Carlson for copying nodes and
17436 trees.
17437
17438Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17439
17440 * xpath.c result/XPath/tests/chaptersbase
17441 result/XPath/tests/simplebase: fixed XPath node()
17442 * tree.c: small fix in xmlNewNs()
17443 * Makefile.am: removed extraneous xml2Conf.sh rule
17444
17445Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17446
17447 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
17448 Changed the library name, in order to get libxml-devel and
17449 libxml2-devel to coexist on a single system
17450 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
17451 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
17452
17453Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17454
17455 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
17456 libxml2-devel installable in // as libxml-devel.
17457
17458Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17459
17460 * doc/Makefile.am: fixed make rebuild in doc
17461 * doc/html/*.html: rebuilt the docs
17462
17463Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17464
17465 * tree.c: patch from Bjorn Reese on xmlBufferCCat
17466
17467Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17468
17469 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
17470 the HTML doc to go into the -devel RPM ...
17471 * aclocal.m4 config.h.in: some updates due to auto* magic
17472
17473Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17474
17475 * xpath.h: added a hook in the context structure allowing to
17476 link to extra support, needed for XSLT
17477
17478Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17479
17480 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
17481 xmlXPtrCmpPoints to use it.
17482 * propagated the following patch from Alejandro Forero
17483 * include/win32config.h xmlIO.c: applied further suggestions
17484 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
17485 * example/gjobread.c: fixed warnings, now that it builds
17486
17487Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
17488
17489 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
17490
17491 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
17492 filename points to a valid file (not a directory).
17493 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
17494 Added calls to xmlCheckFilenameDir.
17495
17496 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
17497 `path' (rather than `filename') as the parameter to gzopen and open.
17498
17499Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17500
17501 * Makefile.am: fixed a problem with EXTRA_DIST
17502
17503Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17504
17505 * Makefile.am example/Makefile.am: finally found the trick
17506 to build the example, i.e. add "." in SUBDIRS before example
17507 in the list <grin/>
17508
17509Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17510
17511 * doc/xml.html: updated with an XSLT section, removed pointer to
17512 W3C CVS base.
17513
17514Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17515
17516 * xpath.c: when copying a XSLT tree object teh tree need to be copied
17517 too, and deallocation need to occur the same way.
17518
17519Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17520
17521 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
17522 type correponding to an XSLT result tree fragment. Share most
17523 of the data format with node set, as well as operators.
17524 * HTMLtree.c: added a newline at the end of the doctype output
17525 whe this one is not present initially.
17526 * tree.c: make sure taht the parent and doc pointers are properly
17527 set when copying attributes (lists).
17528
17529Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17530
17531 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
17532
17533Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17534
17535 * xpath.c: seems I finally killed that ugly path evaluation
17536 context bug (tagged 9999 in case is is wrong)
17537
17538Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17539
17540 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
17541 for XSLT
17542
17543Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17544
17545 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
17546 for xmlGzfileOpen() bug
17547
17548Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17549
17550 * xpath.c: removed an error found by XSLT usage
17551 * tree.c parserInternals.h: use a predefined static string
17552 for text and comment nodes, avoid freeing them in xmlFreeNode,
17553 exported the string name in parserInternals.h and added
17554 another value to disable encoding at output (for XSLT),
17555 gain memory, time.
17556
17557Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17558
17559 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
17560 win32/libxml2/libxml2_so.dsp: new makefiles and update
17561 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
17562
17563Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17564
17565 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
17566 Gary Pennington
17567
17568Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17569
17570 * xpath.c: fixed the comaprision of values and nodelists,
17571 need to compare nodelist still ...
17572 * debugXML.c: avoided a possible core dump
17573 * HTMLparser.c: cleanup
17574 * nanohttp.c: contributed fix.
17575 * tree.c: fixes in properties handling added xmlSetNsProp
17576 needed by libxslt
17577 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
17578 comment
17579 * TODO: updated
17580
17581Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17582
17583 * parser.c parserInternals.c: applied Bjorn Reese optimization
17584 patch
17585
17586Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17587
17588 * Makefile.am: applied patch fro make check from Martin Vidner
17589
17590Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17591
17592 * configure.in: preparing 2.2.11
17593 * doc/html/*: rebuild the HTML files
17594 * doc/xml.html : updated
17595
17596Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17597
17598 * tree.c: fixed a stupid bug
17599 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
17600 patches related to validation of an XInclude processing result
17601 * TODO: updated
17602
17603Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17604
17605 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
17606 on large files
17607
17608Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17609
17610 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
17611
17612Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17613
17614 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000017615 reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000017616 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
17617
17618Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17619
17620 * testXPath.c xpath.c: fixing the XPath union expressions problem
17621 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
17622
17623Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17624
17625 * xmllint.c: Made is so if the file name is "-" is will read form
17626 standard input. Sven Heinicke <sven@zen.org>
17627 * tree.c: fixed a problem when growing buffer
17628 * tree.h: fixed the comment of the node types following andersca
17629 comment
17630 * TODO: updated
17631
17632Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17633
17634 * HTMLparser.[ch]: added a way to avoid adding automatically
17635 omitted tags. htmlHandleOmittedElem() allows to change the
17636 default handling.
17637 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
17638 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
17639 of xmllint too when using --memory flag, added a memory test
17640 suite at the Makefile level.
17641 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
17642 with namespace use when encountering QNames in XPath evalation,
17643 added xmlns() scheme in XPointer.
17644 * nanoftp.c : incorporated a fix
17645 * parser.c xmlIO.c: fixed problems raised with encoding when using
17646 the memory I/O
17647 * parserInternals.c: closed bug 25934 reported by
17648 torsten.landschoff@innominate.de
17649 * TODO: updated
17650
17651Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17652
17653 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
17654 on a non-updated tree :-(, made a 2.2.10 release to correct the
17655 situation
17656
17657Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17658
17659 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
17660 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
17661 integrated a set of OpenVMS changes from Howard Taylor
17662 <Howard.Taylor@pacoast.com>
17663
17664Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17665
17666 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
17667 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
17668
17669Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17670
17671 * HTMLparser.c: some fixes on auto-open of html/head/body
17672 * encoding.c: fixed a compilation error on some gcc env
17673 * xpath.c xpointer.[ch] xpathInternals.h: improved the
17674 XPointer implementation
17675 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17676 related XPointer tests and associated results
17677
17678Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17679
17680 * doc/xmldtd.html doc/xml.html: following a short step by step
17681 guidance on IRC to help maciej with DTDs I started a small
17682 page on the subject.
17683
17684Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17685
17686 * HTMLparser.c: fixed handling of broken charrefs
17687 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
17688 patches
17689
17690Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17691
17692 * doc/xml.html doc/html/* : rebuilt the docs after adding
17693 xinclude and updated page for 2.2.7 and 2.2.8
17694 * configure.in: releasing 2.2.8
17695
17696Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17697
17698 * parser.[ch] parserInternals.c: applied the conditional
17699 section processing fix from Jonathan P Springer
17700 <jonathan.springer2@gte.net>
17701 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
17702 project file, fixed iconv default non support
17703 * xpath.c: fixed the problem of evaluating relative expressions
17704 when a node context is provided.
17705
17706Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17707
17708 * nanoftp.c: fixed gcc 2.95 new warnings
17709 * SAX.c: fixed a stupid bug
17710 * tree.c: fixed a formatting problem when round-tripping
17711 from/to memory
17712 * xinclude.c: chased memleak, fixed a base problem
17713 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
17714 xmlXPtrBuildNodeList()
17715 * TODO: updated
17716 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
17717 adding a first small set of regression tests for XInclude
17718
17719Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17720
17721 * nanohttp.[ch]: applied Wayne Davison patches to access
17722 the WWW-Authorization header.
17723 * parser.c: Closed Bug#30847: Problems when switching encoding
17724 in short files by applying Simon Berg's patch.
17725 * valid.c: fixed a validation problem
17726 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
17727 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
17728 Wayne Davison
17729 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
17730 need to be extended to non full nodes selections.
17731 * xinclude.c: starts to work decently
17732
17733Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17734
17735 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
17736 debugXML.c xmlversion.h.in: Started adding XInclude support,
17737 this is a new xmllint option
17738 * tree.c xpath.c: applied TOM patches for XPath
17739 * xpointer.c: fixed a couple of errors.
17740 * uri.c: added an escaping function needed for xinclude
17741 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
17742 new warning from RH70 gcc's version
17743
17744Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17745
17746 * HTMLparser.c: fixed loop on invalid char in scripts
17747 * parser.c: update to description of xmlIOParseDTD()
17748 * libxml.m4 xmlversion.h.in: changes contributed by
17749 Michael Schmeing <m.schmeing@internet-factory.de>
17750 * configure.in: preparing for 2.2.7
17751 * Makefile.am: trying to avoid config.h and acconfig.h
17752 being included in the distrib
17753 * configure.in: released 2.2.7
17754
17755Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17756
17757 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
17758 like namespaces for good. Unified xmlNs and xmlNode somewhat.
17759
17760Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17761
17762 * parser.[ch]: added xmlIOParseDTD()
17763 * xpointer.c: added support for the 2 extra parameters of
17764 string-range, fixed a stoopid error when '0' was present
17765 in XPointer expressions
17766 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17767 testsuite for the above
17768
17769Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17770
17771 * libxml.spec.in: improved package descriptions
17772
17773Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17774
17775 * xpath.c xpathInternals.h: applied a large cleaning patch
17776 from TOM <ptittom@free.fr>, it also add namespace support
17777 for function and variables registration.
17778
17779Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17780
17781 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17782 * Makefile.mingw: Wayne Davison's update adding hash.c
17783
17784Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17785
17786 * xpath.c: fixed the root evaluation problems
17787 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17788 ignorable spaces with <b> <bold> <em>
17789 * tree.c: fixed a loop in xmlSearchNsByHref()
17790
17791Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17792
17793 * xpath.c: applied another XPath patch from TOM
17794 * xpath.c include/makefile.am: applied another patch from
17795 china@thewrittenword.com (cleanup on IRIX).
17796
17797Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17798
17799 * xml-config.1: received a fixed version from Fredrik Hallenberg
17800 <hallon@lysator.liu.se>
17801
17802Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17803
17804 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17805 cleanup patch for XPath
17806
17807Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17808
17809 * patched to redirrect all "out of context" error messages to
17810 a reconfigurable routine. The changes are:
17811 * xmlerror.h : added the export of an error context type (void *)
17812 an error handler type xmlGenericErrorFunc there is an interface
17813 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17814 to reset the error handling routine and its argument
17815 (by default it's equivalent to respectively fprintf and stderr.
17816 * all the c files: all wild accesses to stderr or stdout within
17817 the library have been replaced to calls to the handler.
17818
17819Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17820
17821 * configure.in: release 2.2.6
17822 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17823 exporting the inner functions of xpath for extension modules
17824 * doc/*: updated and rebuilt the doc
17825
17826Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17827
17828 * nanohttp.c : applied Wayne HTTP cleanup patch
17829 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17830 and xmlNodeSetSpacePreserve()
17831
17832Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17833
17834 * xpath.c: closing bug #29260
17835
17836Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17837
17838 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17839 multikey tuples, made hash structure opaque
17840 * valid.[ch]: moved elements, attributes, notations decalarations
17841 as well as ID and refs to hash tables.
17842 * entities.c: hash cleanup
17843 * xmlmemory.c: fixed a dump problem in debug mode
17844 * include/Makefile.am: problem passing in DESTDIR= values patch
17845 from Marc Christensen <marc@calderasystems.com>
17846 * nanohttp.c: removed debugging remains
17847 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17848 * HTMLparser.c parser.c: fixing a number of problems with the
17849 macros in the *parser.c files (Wayne).
17850 * HTMLparser.c: close the previous option when opening a new one
17851 (Marc Sanfacon).
17852 * result/HTML/*: updated the HTML results accordingly
17853
17854Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17855
17856 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17857 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17858 XPath functions and XML entities table to them. More to come...
17859 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17860
17861Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17862
17863 * tree.c: coalesce adjacent text nodes
17864 * valid.c: handling of blank nodes in DTd validation (raised
17865 by problems with a posteriori validation).
17866 * nanohttp.c: changing behaviour on HTTP write stuff.
17867 * HTMLtree.c: forced body and html to be explicitely closed.
17868 * xpath.h: exported more XPath functions.
17869
17870Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17871
17872 * Release of 2.2.5
17873 * xpointer.c: range() range-inside and other helper functions
17874 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17875
17876Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17877
17878 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17879 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17880
17881Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17882
17883 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17884 and XPointer modules
17885
17886Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17887
17888 * SAX.h: closed #25107
17889
17890Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17891
17892 * testSAX.c: fixed problem with cdata reporting
17893 * SAXresult/* : updated
17894
17895Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17896
17897 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17898 Closed bug #27499, added to regression tests
17899 * TODO: updated
17900
17901Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17902
17903 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17904 support for SCRIPT and STYLE with help from Bjorn Reese
17905 * test/HTML/* result/HTML/*: added simple testcase and updated
17906 the existing ones.
17907
17908Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17909
17910 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17911 string-range for empty strings
17912 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17913 test/XPath/xptr/strrange: augmented the XPointer testsuite
17914
17915Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17916
17917 * doc/xml.html doc/xmlmem.html: added a module describing memory
17918 interfaces and use, updated the main page.
17919
17920Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17921
17922 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17923 nanoftp code work on Windows too now
17924
17925Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17926
17927 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17928 * xpointer.c: implemented string-range() at least a good first version
17929 * test/XPath/docs/str test/XPath/xptr/strrange
17930 result/XPath/xptr/strrange: the string-range() tests
17931
17932Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17933
17934 * Makefile.am include/Makefile.am include/win32config.h
17935 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17936 and make distcheck
17937
17938Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17939
17940 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17941 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17942 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17943
17944Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17945
17946 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17947 patch for socklen_t detection by
17948 Albert Chin-A-Young <china@thewrittenword.com>
17949
17950Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17951
17952 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17953 and added a --dtdvalid option to xmllint used to test it
17954
17955Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17956
17957 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17958 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17959
17960Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17961
17962 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17963 handlings (registration, lookup, cleanup)
17964
17965Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17966
17967 * configure.in Makefile.am include/makefile.am: adding XPointer
17968 and XPtrtests target
17969 * xpointer.[ch] : new files for XPointer support
17970 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17971 more XPath tests
17972
17973Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17974
17975 * configure.in: fixed, very broken, make distcheck works again
17976
17977Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17978
17979 * More work toward 2.2.5, integrated a number of patches
17980 * configure.in Makefile.am win32config.h.in: trying to cleanup
17981 make distcheck .... huh ...
17982 * include/Makefile.am include/win32config.h: new directory
17983 for includes
17984 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17985 updated teh makefiles and instructions for WIN32
17986 * xpath.c: small fixes
17987 * test/XPath/ results/XPath: updated the testcases and results
17988 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17989 suggested patches
17990 * valid.c: fixed an ID bug
17991
17992Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17993
17994 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17995 the automake bug where wrong dependencies were generated.
17996 * xpath.[ch]: worked on XPointer
17997
17998Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17999
18000 * configure.in Makefile.am: 2.2.5, ship the include in an
18001 include/libxml subdirectory, use symlinks when using CVS
18002 * testSAX.c: fixed small bug
18003 * testXPath.c: changed the way testfiles are parsed
18004 * debugXML.c: same kind of cleanup when parsing an argument expression
18005 XPath/XPointers can have blanks embedded
18006 * xpath.[ch]: more cleanup, reorgs for XPointer work
18007 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
18008 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
18009
18010Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18011
18012 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
18013 in the XPath engine, rewrote large parts of it, now it's far
18014 cleaner and in sync with the REC not an old WD. Fixed a parsing
18015 problem in the interactive XML shell found when testing XPath.
18016
18017Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18018
18019 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
18020 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
18021 examples with the extra test
18022
18023Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18024
18025 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
18026 the global init function.
18027
18028Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18029
18030 * HTMLparser.c: Doohhh, attribute name parsing was still case
18031 sensitive ! Fixed this ...
18032 * result/HTML/* : updated the tests results accordingly
18033
18034Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18035
18036 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
18037 engine, should be far more stable, incorporated a new version of
18038 preceding/following axis, need testing
18039 * uri.c: fixed file:///c:/a/b/c problem
18040 * test/XPath/tests/idsimple: augmented the XPath tests
18041
18042Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18043
18044 * doc/* rebuilding docs for 2.2.4 release
18045
18046Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18047
18048 * configure.in: releasing 2.2.4
18049 * parser.[ch]: added xmlStrEqual()
18050 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
18051 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
18052 use xmlStrEqual instead
18053 * TODO: updated
18054 * added an XPath test
18055
18056Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18057
18058 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
18059 * entities.h: exported xmlInitializePredefinedEntities
18060 * parser.[ch] : added xmlInitParser()
18061 * parserInternals.h : had to export htmlInitAutoClose()
18062
18063Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18064
18065 * xpath.[ch] : fixed some serious XPath Predicate evaluation
18066 problems
18067 * Makefile.am : added XPath regression tests to normal tests
18068 * uri.c: fixed a problem with local paths, cleanup
18069 * parser.c: fixed a problem with large CData sections
18070
18071Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18072
18073 * configure.in xml-config.in: patch from "Ben Taylor"
18074 <sol7x86@hotmail.com> for solaris shared libs lookup
18075
180762000-09-30 Martin Baulig <baulig@suse.de>
18077
18078 * libxml-2.0.pc.in: Provide pkg-config script.
18079
18080 * configure.in: Create the libxml-2.0.pc script from the
18081 libxml-2.0.pc.in templates.
18082 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
18083 script in `$(libdir)/pkgconfig'.
18084
18085Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18086
18087 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
18088 when compiling with MSC
18089
18090Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18091
18092 * xpath.c: patch for normalize-string() substring-before(),
18093 substring-after() and translate() functions from Bjorn Reese
18094 <breese@mail1.stofanet.dk>
18095 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
18096 Fredrik Hallenberg <hallon@lysator.liu.se>
18097 * TODO: updated
18098
18099Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18100
18101 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
18102 problem of socklen_t being undefined on a number of platforms
18103 * debugXML.c: fixed a compilation problem when without snprintf
18104
18105Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18106
18107 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
18108 an URI bug and a fix for the control-character-induced infinite loop
18109 * nanohttp.c: preventive fix for compiling on WIN32
18110
18111Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18112
18113 * xmlint.c: closing bug #25000
18114
18115Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18116
18117 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
18118 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
18119 modified slightly Wayne Davison patch adding xmlStrcasecmp and
18120 related function, fixing xmlStrncmp(), and associated cleanup
18121 * result/HTML/entities.html.sax: updating result
18122
18123Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18124
18125 * uri.c: applied patch for URI escaping from Wayne Davison
18126 <wayned@blorf.net>
18127 * tree.c parserInternals.c HTMLparser.c: memset checks patches
18128 from Denis Barbier <barbier@imacs.polytechnique.fr>
18129 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
18130 patch from Wayne Davison
18131
18132Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18133
18134 * doc/xml.html : updated with new releases, adding "how to help"
18135
18136Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18137
18138 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
18139 removed a few warnings in pedantic mode ...
18140 * parserInternals.c parser.c: moved encoding switching function
18141 to parserInternals.c
18142 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
18143
18144Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18145
18146 * HTMLparser.c parser.c: set ctxt->errNo before calling the
18147 error or warning handlers
18148
18149Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18150
18151 * parserInternals.c parserInternals.h parser.c Makefile.am:
18152 created a new module parserInternals.c, moved most of the
18153 code shared by the various parsers there, as well as
18154 deprecated code from parser.c. More cleanup of parser.c
18155 * uri.c: fixed a problem when URI is NULL
18156 * valid.c: speedup when looking for an attribute declaration
18157
18158Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18159
18160 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
18161 the cleanup of the computation of URI references when seeking
18162 external entities. The URI reference string and the resulting
18163 URI are both stored now.
18164 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
18165 large s(n)printf checks and cleanup from Denis Barbier
18166 <barbier@imacs.polytechnique.fr>
18167 * xmlversion.h.in tree.h: couple of SGML declarations for a
18168 possible docbook module.
18169 * result/VC/ : a couple of test output changed due to the change
18170 of the entities URI
18171
18172Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18173
18174 * parser.h: added a _private field for linking user's data
18175
18176Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18177
18178 * parser.c parserInternals.h: demacroified most of the IS_XXX
18179 the gain in size is significant so ...
18180
18181Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18182
18183 * entities.c: cases where looking up entities with doc==NULL
18184 covered
18185
18186Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18187
18188 * uri.c: applied Wayne Davison patch
18189 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
18190
18191Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18192
18193 * uri.c testUri.c: applied Wayne Davison patches
18194 * test/URI/uri.data result/URI/uri.data: first set of tests/results
18195 * Makefile.in: added URItest and included thenin "make tests"
18196
18197Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18198
18199 * xmlversion.h.in: closed bug 22941
18200
18201Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18202
18203 * doc/xmlio.html: added doc and example for entity loader
18204 redefinition.
18205
18206Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18207
18208 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
18209 used by libxml
18210
18211Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18212
18213 * parser.c: Fixed bug on invalid ontent characters and when using
18214 push.
18215 * xmllint.c: fixed xmllint endling of errors in push mode
18216
18217Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18218
18219 * HTMLparser.c testHTML.c: applied two new patches from
18220 Wayne Davison <wayned@users.sourceforge.net>
18221 * result/HTML/*.sax: regenerated HTML SAX output
18222 * parser.c: more cleanup.
18223
18224Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18225
18226 * HTMLparser.[ch] testHTML.c: applied the second set of
18227 patches from Wayne Davison <wayned@users.sourceforge.net>,
18228 adding htmlEncodeEntities()
18229 * HTMLparser.c: fixed an ignorable white space detection bug
18230 occuring when parsing with SAX only
18231 * result/HTML/*.sax: updated since the output is now HTML
18232 encoded...
18233
18234Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18235
18236 * HTMLparser.[ch]: applied some of Wayne Davison
18237 <wayned@users.sourceforge.net> patches
18238
18239Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18240
18241 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
18242 undeclared namespace prefix was used, added a warning.
18243 Cleaned up support w.r.t. entities, spilling out a warning
18244 and being pedantic on lookups.
18245 * test/warning/ent9 : added testcase for previous example.
18246 * TODO: updated
18247 * parserInternals.h parser.c: changed the way names are parsed
18248 now allow infinite size and decrease penalty for normal use
18249 * parser.c: Started a big cleanup/check of the parser code,
18250 fixed some of the most tortuous entity code, spotted code
18251 unused anymore
18252 * test/*: added tests for very long names and related nasty
18253 things.
18254
18255Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18256
18257 * doc/encoding.html: added encoding aliases doc
18258 * doc/xml.html: updates
18259 * encoding.[ch]: added EncodingAliases functions
18260 * entities.[ch] valid.[ch] debugXML.c: removed two serious
18261 bottleneck affecting large DTDs like Docbook
18262 * parser.[ch] xmllint.c: added a pedantic option, will be
18263 useful
18264 * SAX.c: redefinition of entities is reported in pedantic mode
18265 * testHTML.c: uninitialized warning from gcc
18266 * uri.c: fixed a couple of bugs
18267 * TODO: added issue raised by Michael
18268
18269Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18270
18271 * doc/encoding.html: propagated Martin Duerst suggestions
18272
18273Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18274
18275 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
18276 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
18277 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
18278 by Wayne Davison
18279
18280Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18281
18282 * nanoftp.c nanohttp.c: small cleanup
18283 * TODO: updated
18284
18285Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18286
18287 * added an old VC testcase and updated title.xml entity
18288
18289Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18290
18291 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
18292 done on auto-opening of <p> tags and cleanup of SAX output
18293
18294Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18295
18296 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
18297
18298Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18299
18300 * doc/xml.html libxml.* structure.*: updated the doc a bit
18301
18302Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18303
18304 * testSAX.c testHTML.c result/HTML/: cleanup of the output
18305 of SAX tests
18306
18307Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18308
18309 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18310 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
18311
18312Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18313
18314 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
18315 * testHTML.c: fix core dump on Solaris 2.x systems
18316 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
18317 * result/HTML/*.sax: previous bug fix lead to new results
18318
18319Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18320
18321 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18322 * configure.in: added --with-readline=DIR to accept alternate
18323 path for readline include/library
18324 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
18325 for ANSI under HP-UX
18326 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
18327 includes @LIBS@
18328
18329Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18330
18331 * doc/* : rebuilt the docs
18332 * getting ready for 2.2.2 release
18333
18334Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18335
18336 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
18337 and xmlAddFeature()
18338 * tree.[ch]: added xmlAddChildList()
18339 * xmllint.c: MAP_FAILED macro test
18340 * parser.h: added xmlParseCtxtExternalEntity()
18341 * valid.c: applied bug fixes removed warning
18342 * tree.c: added CDATA block to elements content
18343 * testSAX.c: cleanup of output
18344 * testHTML.c: added SAX testing
18345 * encoding.c: better error recovery
18346 * SAX.c, parser.c: fixed one of the external entity processing
18347 of the OASis testsuite
18348 * Makefile.am: added HTML SAX regression tests
18349 * configure.in: bumped to 2.2.2
18350 * test/HTML/ result/HTML: added a few of HTML tests, and added the
18351 SAX results
18352
18353Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18354
18355 * configure.in: patch for HP compiler
18356
183572000-08-04 Sven Heinicke <sven@zen.org>
18358
18359 * xmllint.c: Was coredumping sometimes when the file given didn't
18360 exist.
18361
18362Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18363
18364 * parser.c xmlIO.[ch]: fixed the problem of encoding support
18365
18366 when using in memory parsing. Need some cleanup.
18367 * xmllint.c configure.in: added a --memory flag to test memory
18368 parsing
18369
18370Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18371
18372 * nanohttp.c: fixed socklen_t replacement to unsigned int
18373 * parser.c: fixed a space handdling missing at the end of
18374 production 28 DOCTYPE.
18375 * xmlmemory.c: fixed a stupid bug on the routine to override
18376 allocation functions
18377 * TODO: updated
18378
18379Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18380
18381 * doc/ regenerated the docs
18382
18383Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18384
18385 * doc/encoding.html doc/xml.html: added I18N doc
18386 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
18387 improvements, both parser and filters, added ASCII & HTML,
18388 fixed the ISO-Latin-1 one
18389 * xmllint.c testHTML.c: added/made visible --encode
18390 * debugXML.c : cleanup
18391 * most .c files: applied patches due to warning on Windows and
18392 when using Sun Pro cc compiler
18393 * xpath.c : cleanup memleaks
18394 * nanoftp.c : added a TESTING preprocessor flag for standalong
18395 compile so that people can report bugs more easilly
18396 * nanohttp.c : ditched socklen_t which was a portability mess
18397 and replaced it with unsigned int.
18398 * tree.[ch]: added xmlHasProp()
18399 * TODO: updated
18400 * test/ : added more test for entities, NS, encoding, HTML, wap
18401 * configure.in: preparing for 2.2.0 release
18402
18403Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18404
18405 * nanoftp.c: fixed the way the control connection is handled
18406 * libxml.spec.in: fixed the dependencies and cleanup
18407
18408Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18409
18410 * doc/xml.html: changed the xmlsoft.org structure, updated the
18411 examples w.r.t. root and childs
18412
18413Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18414
18415 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
18416
18417Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18418
18419 * HTMLparser.c: Work on character encoding support for the HTML parser
18420 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
18421 * encoding.c: Fixed a potential memleak in the encoding stuff
18422
18423Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18424
18425 * doc/FAQ.html doc/Makefile.am : added a FAQ
18426
18427Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18428
18429 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
18430 of the HTML parser to force it to not bypass SAX
18431
18432Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18433
18434 * win32config.h.in: updated
18435 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
18436 lacks iconv support :-( need to release 2.1.1
18437 * configure.in: release 2.1.1
18438 * HTMLparser: fixed bug #14784
18439 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
18440 by Windows compiler
18441 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
18442 the SAX startDocument() callback.
18443 * TODO: updated
18444
18445Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18446
18447 * added xmlStopParser()
18448
18449Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18450
18451 * configure.in: 2.1.0 prerelease
18452 * Large resync between W3C and Gnome tree
18453 * nanoftp, nanohttp.c: fixed stalled connections probs
18454 * HTMLtree.c SAX.c : support for attribute without values in
18455 HTML for andersca
18456 * valid.c: Fixed most validation + namespace problems
18457 * HTMLparser.c: start document callback for andersca
18458 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
18459 * parser.h, SAX.c: serious speed improvement for large
18460 CDATA blocks
18461 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
18462 different encoding
18463 * example/Makefile.am example/gjobread.c tree.h: work on
18464 libxml1 libxml2 convergence.
18465 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
18466 and the LIBXML_TEST_VERSION macro
18467
18468Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18469
18470 * doc/xml.html: various patches and improvements typo fixed by
18471 Felix Natter
18472 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
18473 from Felix Natter <fnatter@gmx.net>
18474
18475Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18476
18477 * doc/upgrade.html: updated with instructions for support of both
18478 libxml-1.x and libxml-2.x
18479 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
18480 for 2.x support and also fixed includes
18481
18482Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18483
18484 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
18485 the encoding support, added iconv support, so now libxml if
18486 compiled with iconv automatically support japanese encodings
18487 among others. Work based on initial patch from Yuan-Chen Cheng
18488 I may have broken binary compat in the encoding handler
18489 registration scheme, but that was so utterly broken I don't
18490 expect anybody to have used this feature until now.
18491 * parserInternals.h: fixup on the CHAR range macro
18492 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
18493 code.
18494 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
18495 * uri.c: added xmlParseURI() I can't believe I forgot to
18496 implement this one in 2.0 !!!
18497 * SAX.c: moved doc->encoding update in the endDocument() call.
18498 * TODO: updated.
18499
18500Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18501
18502 * tree.h: removed extraneous xmlRemoveProp definition
18503 * TODO: added item about --disable-corba configure switch
18504 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
18505 * nanoftp.c: fixed include problems giving troubles on AIX and
18506 slowlaris
18507 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
18508 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
18509 comment and headers changes to lower gtk-doc number of warnings
18510 * doc/html/*: rebuilt docs
18511
18512Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18513
18514 * HACKING: documented the tag for 1.x and instructions
18515
18516Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18517
18518 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
18519 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
18520 xmlCreateIOParserCtxt
18521 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
18522 significant overall improvement
18523 * xmllint.c: added I/O test to xmllint
18524 * testSAX.c: added a speed test
18525 * doc/* : updated/regenerated
18526
18527Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18528
18529 * xpath.c uri.h parserInternals.h: cosmetic changes from
18530 "Timur I. Bakeyev" <timur@bat.ru>, including making
18531 xmlCreateURI() public
18532
18533Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18534
18535 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
18536 and the code at the same time. Added a clean mechanism for
18537 overload or added input methods: xmlRegisterInputCallbacks()
18538 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
18539 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
18540 * TODO: updated
18541 * doc/* : updated/regenerated
18542 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
18543 source dir
18544
18545Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18546
18547 * testURI.c: yet another forgotten commit, I should get some sleep !
18548
18549Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18550
18551 * xmllint.c: forgot to commit this too ?
18552
18553Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18554
18555 * xmlversion.h.in : forgot to commit this previously
18556
18557Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18558
18559 * configure.in: preparing libxml-2.0.0 version looks Ok so far
18560 * README TODO: updated for release
18561 * uri.c uri.h: added authority parsing/saving
18562 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
18563 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
18564 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
18565 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
18566 Makefile.am : added compile-time customization of libxml
18567 --with-ftp --with-http --with-html --with-xpath --with-debug
18568 --with-mem-debug
18569 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
18570 #include <libxml/xxx.h> I hope it won't break too much stuff
18571 and will be manageable in the future...
18572 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
18573 and added xmllint to the installed programs
18574 * uri.h: added xmlFreeURI()
18575
18576Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18577
18578 * uri.c uri.h: finished the escaping handling, the base support
18579 and the URI path normalization. Looks good just lacks the
18580 authority content parsing code.
18581 * Makefile.am: added instructions to generate testURI
18582 * TODO: updated
18583 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
18584 added links and icons for W3C and Gnome
18585
18586Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18587
18588 * xmlmemory.[ch] : seems I forgot to actually update the files in
18589 the last commit :-)
18590 * doc/xml.html doc/html/* : updated and uploaded the docs
18591
18592Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18593
18594 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
18595 * TODO: updated
18596 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
18597 libxml default allocation function with another set (like gmalloc/
18598 gfree).
18599 * Makefile.am, uri.c, uri.h: added a set of functions to do
18600 exact (litteraly copied from the RFC 2396 productions) parsing
18601 and handling of URI. Will be needed for XLink, one XML WFC,
18602 XML Base and reused in the nano[ftp/http] modules. Still work
18603 to be done.
18604
18605Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18606
18607 * configure.in, libxml.spec.in : libxml2
18608 * doc/* : updated the doc page, rebuilt the docs
18609
18610Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18611
18612 * all: tagged LIB_XML_1_X
18613 * *.c *.h : updated from W3C CVS tree
18614 * configure.in : 2.0.0-beta
18615 * libxml.spec.in : libxml2 package nam
18616 * result/* : new version of the tests output
18617
18618Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18619
18620 * doc/xml.html, doc/update.html: updated docs, 1.8.7
18621
18622Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18623
18624 * doc/* : rebuilt the docs
18625 * parser.c: final patch on #6766
18626 * valid.c: small patch on validity checks.
18627
18628Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18629
18630 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
18631 added
18632 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
18633 compatibility w.r.t. XML spec and existing code.
18634
18635Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18636
18637 * parser.c: seems a better solution to <a> </a> exists,
18638 will try it for a while
18639
18640Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18641
18642 * parser.c: tried to remove the <a> </a> generating <a/>
18643 this is hard. Left a flag for that purpose. Fixed bug #6766
18644 * configure.in: prepared 1.8.7 not released, due to previous
18645 problem
18646
18647Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18648
18649 * doc/xml.html : applied second patch from Paul DuBois
18650
18651Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18652
18653 * doc/xml.html : applied patch from Paul DuBois
18654
18655Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18656
18657 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18658
18659Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18660
18661 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
18662 compilation warnings on various platforms.
18663 * parser.c: Fixed #5281 validity error callbacks are now desactived
18664 by default if not validating.
18665
18666Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18667
18668 * nanoftp.c, win32config.h.in: patches to compile on WIN32
18669
18670Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18671
18672 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
18673 <gkatsi@cs.toronto.edu>
18674
18675Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18676
18677 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
18678 processing URLs
18679
18680Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18681
18682 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
18683 xmlNanoFTPUpdateURL for persistent control connections.
18684 * configure.in: 1.8.6
18685
18686Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18687
18688 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
18689 * tree.[ch] : added xmlSaveNoEmptyTags
18690
186912000-01-29 James Henstridge <james@daa.com.au>
18692
18693 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
18694
18695 * Makefile.am: added nanoftp.[ch] to the build.
18696
18697Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18698
18699 * nanoftp.[ch]: cleanup, comments, API
18700 * debugXML.c : fixed a bug in the cat command
18701 * doc/*: regenerated the docs
18702
18703Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18704
18705 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
18706 * debugXML.c : fixed a bug in the cat command
18707 * valid.c: fixing some small probs
18708 * libxml.spec.in: get rid of the SNAP suffix
18709 * doc/xml.html: updated the status
18710
18711Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18712
18713 * xml-config.in: xml-config --version to just return the
18714 version number
18715 * xpath.c: some cleanup w.r.t. axis when the current node is
18716 an attribute.
18717 * TODO: updated
18718
18719Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18720
18721 * configure.in: prepared for libxml-1.8.5
18722 * doc/* recompiled the documentation
18723
187242000-01-17 Jody Goldberg <jgoldberg@home.com>
18725
18726 * configure.in : WARNING autoconf subtlety alert :
18727 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
18728 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18729 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
18730 get defined by AC_CHECK_HEADERS.
18731
18732Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18733
18734 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
18735 Rune.Djurhuus@fast.no
18736
18737Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18738
18739 * TODO: updated
18740 * tree.c, parser.c: made sure that only memory alloc problems
18741 and internal parser errors are allowed to write to stdout or
18742 stderr.
18743
18744Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18745
18746 * tree.c : restored xmlNewGlobalNs since this seems used by
18747 a lot of existing code :-(, fixed a bug in xmlNewNs
18748 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
18749 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18750 to exit() from the library code.
18751 * xpath.c, parser.c: removed bugs or unused code detected by
18752 Windows compilers
18753 * parser.c: started adding interfaces for parsing well balanced
18754 XML fragments
18755 * configure.in: releasing 1.8.4
18756 * doc/* : rebuilt the docs
18757
18758Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18759
18760 * tree.[ch] : added xmlNewDocFragment() for DOM
18761 * testHTML.c: uninitialized variable.
18762
18763Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18764
18765 * doc/* : rebuild the docs
18766
18767Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18768
18769 * acconfig.h: readline and history patch
18770 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
18771 * tree.c: added check and handling when possibly removing an ID
18772 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18773 and saving.
18774 * test/HTML/entities.html result/HTML/entities.html* : test for
18775 various entities reference cases
18776 * result/HTML/* : as a result output of some testcase have
18777 changed
18778 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18779 by previous example. added xmlParseTryOrFinish().
18780 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18781 entities.h debugXML.h HTMLparser.h: changed the way struct are
18782 declared to allow gtk-doc to expose those
18783 * parser.c: closed bug #4960
18784 * Makefile.am configure.in: Applied patch from
18785 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18786 and math/socket libs detection
18787
18788Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18789
18790 * configure.in, Makefile.am: link tester against readline
18791 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18792
18793Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18794
18795 * tree.[ch]: added xmlRemoveProp
18796 * win32config.h.in nanohttp.c: avoid including the Windows
18797 socket stuff in every C files
18798 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18799 the XmL parser(s)
18800 * test/ns4 result/ns4 etc...: added test case for previous prob
18801 * tree.c: xmlNewNs wasn't checking for double definition
18802 * Makefile.in: fixed a problem with dist-hook duplicates
18803 * parser.[hc], xmlIO.c: fixed the loading of external entities
18804 APIs, now xmlLoadExternalEntity() is used everywhere and
18805 setting up an app specific front-end using the
18806 * SAX.c parser.c: some fixes, now the xhtml spec validates
18807 with the xhtml DTD.
18808 * error.c: fixed crashes in case of no input stream
18809 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18810 to the validation tests and results
18811
18812Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18813
18814 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18815 too htmlCreatePushParserCtxt() and htmlParseChunk()
18816 * parser.c: a bit of cleanup.
18817 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18818 to XML) removed the last mem leak known
18819 * HTMLtree.c: output message cleanup
18820 * xmlmemory.c: display content info about memory blocks
18821 * result/HTML/wired.* : missing att value warning change
18822
18823Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18824
18825 * doc/* : rebuilt the documentation
18826
18827Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18828
18829 * parser.[ch] parserInternals.h: Push parser for XML,
18830 seems to work fine now
18831 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18832 --push for push testing
18833 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18834 * testSAX.c: added --push
18835 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18836 subtree
18837 * xmlIO.[ch] : enriched API + fixes for push mode
18838 * entities.[ch]: added the entity content length to the struct.
18839 * xmlmemory.[ch]: new API to show the last entries for the shell
18840 * valid.c: added required attribute testing
18841 * SAX.c: the cdata callback now merge contiguous fragments
18842 * HTMLparser.c: cleanup of some macros
18843
18844Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18845
18846 * parser.c: fix for PIs name starting with xml
18847 * tree.c: fixed a potential problem with || and && ops
18848 * *.c, configure.in win32config.h.in : generate win32config.h for
18849 those on the Other Side !
18850
18851Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18852
18853 * parser.c: fixed a stupid = vs. == bug :-(
18854 * doc/gnome-xml.sgml: s/glade/xml/
18855
18856Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18857
18858 * configure.in, doc/xml.html : bug fix release 1.8.2
18859 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18860 Hopefully the end of that silly C++ include problem
18861 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18862 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18863 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18864 troubles with autoclosed elements when the stree shape doesn't
18865 follow the DtD specs. Added htmlIsAutoClosed() and
18866 htmlAutoCloseTag()
18867 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18868 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18869 * debugXML.c: fixed a bug on printing default namespaces.
18870 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18871
18872Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18873
18874 * result/HTML/*.htm[l] : updated the HTML regression tests according
18875 to the new output
18876 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18877 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18878 problem due to intermix of extern "C" { ... } declarations for C++
18879 and recursive includes in the headers
18880
188811999-12-20 Chris Lahey <clahey@umich.edu>
18882
18883 * HTMLtree.c: Made it so that html nodes with a single child do
18884 not insert a carriage return before or after the child node.
18885
18886Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18887
18888 * configure.in, doc/xml.html : bug fix release 1.8.1
18889 * parser.c: fixed bug #4344
18890 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18891 added the glue to avoid C++ problems
18892 * doc/* : regenerated the documentation
18893
18894Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18895
18896 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18897 namespace recognition, and Dia as a resul :-(
18898 * encoding.c: closed bug #3950
18899
18900Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18901
18902 * valid.c: debugging a posteriori validation, except URI expansion
18903 stuff this should be fixed now
18904 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18905 Carl Nygard <cnygard@bellatlantic.net>
18906 * tester.c: added --postvalid, cleaning of the code
18907 * tree.[ch]: added xmlDocGetRootElement()
18908
18909Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18910
18911 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18912 c++ losage.
18913
18914Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18915
18916 * configure.in, doc/xml.html : bumped to 1.8.0
18917 * xlink.[ch], Makefile.am : added framework for link detection
18918 * parser.h: added nbChars to parser context, needed for cleanup.
18919 * xmlmemory.c: removed a nasty bug when out of mem
18920 * valid.[ch]: adding namespace support for attribute decl
18921 * tester.c: added --debugent option
18922 * debugXML.[ch]: added xmlDebugDumpEntities()
18923 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18924 buffers instead, this was really needed, validation was breaking
18925 in strange ways due to that. Added xmlParseStringPEReference()
18926 and other parsing from strings functions. Entities processing
18927 modified again, but PERef are still not handled correcly but
18928 unless you're Eve Maller you won't notice :-)
18929 * HTMLparser.c: large changes toward reliability, and switched to
18930 lowercase internal tags, XHTML is lowercase, so it will help
18931 that output is closer to next version.
18932 * doc/* : regenerated the documentation, it is now hosted at
18933 http://xmlsoft.org/ (same bits I just bought the domain :-)
18934
18935Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18936
18937 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18938 doc generation
18939 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18940 in the SAX API
18941 * doc/*: rebuilt the doc making sure everything appears in the
18942 HTML files
18943
18944Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18945
18946 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18947 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18948 which allow impressive speed improvement on dataset with
18949 large text pieces, but at the cost of broken binary
18950 compatibility and slightly bigger memory usage.
18951 Configure with --with-buffers to activate them, they
18952 are protected with XML_USE_BUFFER_CONTENT define.
18953 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18954 goal is 0 memory left allocated once parser is no more used
18955 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18956 call xmlCleanupParser() and xmlMemoryDump()
18957
18958Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18959
18960 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18961 * parser.[ch] encoding.[ch]: added memory cleanup routines
18962 * parser.c: closing bug #3788
18963 * doc/*: rebuilt the doc
18964
18965Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18966
18967 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18968 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18969 * tester.c: added --compress option
18970 * doc/*: rebuilt the documentation
18971
18972Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18973
18974 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18975 if given /proc/kcore as input !
18976 * doc/xml.html doc/*: updated and rebuilt the documentation
18977
18978Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18979
18980 * parser.c: Fixed some wrongly space collapsing code due to
18981 a misreading of the spec.
18982 * result/*: fixed the output accordingly
18983
18984Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18985
18986 * encoding.c: bug fix and typos
18987 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18988 * parser.c: added attribute normalization closing bug #3597
18989 * test/att* result/att* SAXresult/att*: testcase for attribute
18990 normalization
18991
18992Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18993
18994 * configure.in: closing bug #3163 by adding extra flags for the
18995 cc compiler on HP-UX
18996
18997Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18998
18999 * valid.[ch] : removed a typo and an enumerated type bug in the
19000 xmlAddElementDecl() function
19001 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
19002 call to xmlEncodeEntitiesReentrant() so that the functions
19003 New, Set and Get are at the same level.
19004 * parser.c HTMLparser.c: extra memory allocation bug for
19005 attributes detected by someone using libxml in embedded systems :-)
19006
19007Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19008
19009 * xmlmemory.h: turned off mem debug :-\
19010
19011Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19012
19013 * parser.c: closed bug #2784 a one line fix, but worth pushing
19014 a new release out
19015 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
19016 some structures, comments before and after the
19017 main element, and other nastyness
19018 * HTMLtree.c tree.c: accomodate the extended HTML supported
19019 * configure.in: pushing 1.7.4
19020 * test/ent8 and related outputs : added a new test for bug #2784
19021 * test/HTML/wired.html and related output: a nasty HTML example
19022 * Makefile.am: improved the test scripts
19023 * docs/* : reran the documentation extractor, updated xml.html
19024
19025Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19026
19027 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
19028 HTMLparser and debugged the HTML related code. HTML documents
19029 now have their own type
19030 * entities.c: do not dump &apos; for HTML output
19031 * xmlmemory.c: improvement, breakpoint mechanism
19032 * testHTML.c: added --sax --repeat ...
19033 * Makefile.am: improved the HTML tests
19034 * valid.[ch]: added xmlValidGetValidElements and
19035 xmlValidGetPotentialChildren
19036 * tester.c: added --insert to test the 2 new functions
19037 * test//* result//* SAXresult//* : regression test cleanup
19038 and extension.
19039 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
19040 gnome-xml-nanohttp.html
19041
19042Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19043
19044 * HTMLparser.c: fixed problems with some autoclose tags
19045 * tree.c: fixed XML output problems.
19046 * result/* SAXresult/*: update of the tests output
19047
19048Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19049
19050 * Makefile.am: Arturo patch for xmlConf.sh version info
19051 * parser.c: Tim Josling patch for single quoted items
19052 * tester.c: Tim Josling patch for tester options usage
19053 * tree.h: indent cleanup
19054
19055Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19056
19057 * HTMLparser.c parser.h : Fixed problems with HTML parsing
19058 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
19059
19060Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19061
19062 * tree.c : Raph patch for initialization of CORBA fields
19063 * parser.c, xpath.c, ...: modification of doc comments
19064 * xpath.c : allow spaces in xpath expressions
19065
19066Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19067
19068 * xmlmemory.h: turning off memory debug :-(
19069
19070Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19071
19072 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
19073 better SAX interfaces.
19074 * testSAX.c: uses the new SAX routine, avoid fetching any remote
19075 entity.
19076 * configure.in: 1.7.2
19077
19078Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19079
19080 * libxml.spec.in: fixed the URL
19081 * doc/xml.html: improved the documentation front-end
19082
19083Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19084
19085 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
19086
19087Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19088
19089 * libxml.spec.in: fixed the alpha compile problem
19090 * parser.[ch]: changed errno to errNo in the parser context :-(
19091 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
19092 * doc/xml.html: changed CHAR to xmlChar
19093 * doc/html/*: recompiled the documentation
19094 * configure.in: 1.7.1
19095
19096Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19097
19098 * parser.h: modified the parser context struct to regain 1.4.0
19099 binary compatibility
19100 * parser.c, xml-error.h: added errno ot teh context and defined
19101 a set of errors values with update of errno
19102 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
19103 DTDs and entities
19104 * *.h, *.c: complete cleanup of the use of config.h and include
19105 protection depending on the current setup.
19106 * overalll debugging, maintenance and bug-fixing on all modules
19107 * updated the documentation
19108 * ready for 1.7.0
19109
19110Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19111
19112 * HTMLparser.c : cleanup
19113 * SAX.c valid.c valid.h: added ID/IDREF checking
19114 * tree.c tree.h: extended doc structure for refs
19115 * configure.in: 1.6.2
19116 * parser.c: patched bug in SAX user arg call
19117 * parserInternals.h: patched missing close in C++ wrapping
19118 * testXPath.c xpath.c xpath.h: prepared for extensibility,
19119 especially upcoming XPointer implementation.
19120 * doc/xml.html: augmented, typo
19121
19122Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
19123
19124 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
19125 not all invocations of install understand -d.
19126
19127Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
19128
19129 * Makefile.am: prepend all the test* calls with $(top_builddir) -
19130 to make 'check' works, when builddir != srcdir.
19131
19132Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19133
19134 * doc/xml.html : updated the documentation
19135
19136Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19137
19138 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
19139 not deallocated memory blocks
19140 * *.c : replaces all calls to malloc() free() and realloc() to
19141 the wrapper functions/macros
19142 * tree.c : removed memory leaks dues to calling xmlFreeNode()
19143 instead of xmlFreeNodeList()
19144
19145Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19146
19147 * HTMLparser.c: corrected a stupid bug leading to core dump at
19148 tree deallocation. Removed warnings indicated by
19149 Stephane.Conversy@lri.fr
19150 * entities.c: Fixes Yet Another Stupid Bug, entities were not
19151 looked for in the external subset
19152
19153Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19154
19155 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
19156 on SGI by Stephane.Conversy@lri.fr
19157
19158Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19159
19160 * all .h : changed the prototype declaration indent as in gtk
19161 * most .c : working on reducing the TODOs in the code
19162 * most .c : cleanup though -pedantic and Insure++
19163 * improvements on validation ID checkings.
19164 * tree.[ch] SAX.c: added support for namespace on attributes #2022
19165 * xml-config.in: closed #1810
19166
19167Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19168
19169 * tree.h, valid.c, valid.h: more work on validity, IDs
19170 * xpath.c: added/fixed comparidon and equlity, added a new isinf
19171 definition for AIX
19172
19173Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19174
19175 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
19176 the distribution due to a cut'n paste error at last commit
19177
19178Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19179
19180 * configure.in: upgraded to version 1.4.0
19181 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
19182 Big update, added a large part of the validation process,
19183 it should be usable, but some parts are missing
19184 * xpath.c: improved the implementation w.r.t. root.
19185 * Makefile.am: added more tests
19186 * test and result trees: added a lot of tests
19187 * libxml.spec.in: export libxml.so.0 and libxml.so.1
19188
19189Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19190
19191 * Added an HACKING file
19192
19193Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19194
19195 * xpath.[ch] : improvements and debug of the XPath implementation
19196 * parser.c, HTMLparser.c : modified the parsers to be progressive
19197 * tree.[ch] : extended the Buffer promitives
19198 * xmlIO.[ch] : added basic I/O routines providing progressive
19199 parsing and ready for I18N conversion plugins
19200 * SAXresult/* : the SAX callback sequence maybe slightly different
19201 now
19202 * test*.c : improved/updated the tests programs
19203 * doc/* : recompiled the docs.
19204
192051999-07-26 Michael Meeks <michael@edenproject.org>
19206
19207 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
19208
19209 * tree.c: Ditto.
19210
19211Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19212
19213 * configure.in: upgraded to version 1.4.0
19214 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
19215 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
19216 XML query language, see http://www.w3.org/TR/xpath for more details.
19217 * parser.c, parser.h: added CHAR* related string functions for XPath
19218 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
19219 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
19220 rebuild the docs.
19221 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
19222 and regression testing capabilities for XPath.
19223
19224Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19225
19226 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
19227 closing bug #1646
19228
19229Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19230
19231 * Makefile.am, example/Makefile.am: closed bug #1683
19232
19233Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19234
19235 * example/Makefile.am, configure.in: added the makefile for the
19236 gjobread example
19237
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019238Sat Jul 10 14:19:11 CEST 1999 Tomasz KÅ‚oczko <kloczek@pld.org.pl>
William M. Brack11be2d02007-01-24 19:17:19 +000019239
19240 * doc/Makefile.am:
19241 - fix which allow "make install DESTDIR=</install/prefix>".
19242
19243Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19244
19245 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
19246 which fixed a problem on the file reading-code.
19247
19248Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19249
19250 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
19251 output.
19252 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
19253
19254Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19255
19256 * parser.h : Oops removed the binary compatibility problem
19257 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
19258 * parser.c, HTMLparser.c: applied patches for reading from stdin
19259
19260Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19261
19262 * parser.c, entities.c, valid.c: cleanup bug #1591
19263 * configure.in: cleanup bug #1592
19264 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
19265 the same tree back-end. Hence gdome will be available for it.
19266 * doc/Makefile.am: close bug #617
19267
19268Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19269
19270 * parser.c: alloctate a per parser context SAX interface block
19271
19272Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19273
19274 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
19275 and xmlEncodeEntitiesReentrant with the correct one :-\
19276
19277Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19278
19279 * commit of my internal XML base changes, quite a lot of
19280 changes, cleanups, better entities support, framework for
19281 new I/O and charset detection and handling
19282 * Fixed the configure/Makefile stuff to generate shared libs
19283 with the proper version info, so we jumped on rev from
19284 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
19285 xmlEncodeEntities() result need to be freed now, and a string
19286 xmlParserVersion provide the current library version.
19287
19288Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
19289
19290 * parser.c: fixed a buffer overrun for when you have a very long
19291 attribute with no entities in it.
19292
19293Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19294
19295 * added example directory
19296 * added example/gjobs.xml gjobread.c, still need a Makefile.in
19297
19298Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19299
19300 * Release of libxml-1.1, nearly everything has been touched for
19301 this.
19302 * Added more regression tests
19303 * Updated the documentation
19304
19305Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19306
19307 * tree.[ch]: unified the XML_NO_CORBA defines.
19308 * parser.c encoding.[ch]: started plugging in char encoding detection
19309
19310Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
19311
19312 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
19313 Also freed allocated buffer.
19314
19315Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19316 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
19317 reentrancy problem at printing. One is left in entities.c, to
19318 remove ASAP
19319 * testSAX.c : added a test example showing the use of the SAX
19320 interface if one doesn't want to build the DOM tree.
19321 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
19322
19323Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19324
19325 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
19326 large revamping of the parser to use SAX callbacks
19327 http://www.megginson.com/SAX/ (or at least a C like interface
19328 a la Expat). It's now possible to set up your own callbacks
19329 and the parser will not build a DOM tree.
19330 * test/* result/*: updated the test suite, I finally removed
19331 the old Namespace draft support (PI based).
19332
19333Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19334
19335 * Makefile.am: added test result to EXTRA_DIST for make tests
19336
19337Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19338
19339 * parser.c, parserInternals.h: moved the chars macro definitions
19340 to parserInternals.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019341 * parser.c, error.c: applied patches from "Knut Ã…kesson"
William M. Brack11be2d02007-01-24 19:17:19 +000019342 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
19343
19344Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19345
19346 * xml-config.in : applied patch to make --version work
19347
193481999-03-05 Raja R Harinath <harinath@cs.umn.edu>
19349
19350 * Makefile.am (check-local): Alias for `tests' target. This will
19351 cause `make check' to do the right thing.
19352 (tests): Don't run tests in srcdir. Also, replaced calls to
19353 basename with a `sed' "equivalent".
19354
19355Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19356
19357 * Renamed error.h to xml-error.h, corrected Makefile.am to list
19358 it in the header and not the sources, updated the doc.
19359 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
19360 pointing this out.
19361
19362Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19363
19364 * parser.c, parser.h, parserInternals.h: memory leak hunting,
19365 exported the inputStream routines.
19366 * doc/html/* : updated accordingly
19367
19368Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19369
19370 * parser.c, parser.h, parserInternals.h: added a few extra
19371 internal calls to allocate and free parser contexts ...
19372 * doc/html/* : updated accordingly
19373
19374Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19375
19376 * configure.in, Makefile.am, doc/makefile.am : General changes for
19377 1.0.0 release and including the generated HTML documentation.
19378
19379Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19380
19381 * makefile.am : added parserInternals.h, oops.
19382
19383Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19384
19385 * parserInternals.h: added this header giving access to the parser
19386 internal functions.
19387 * doc/Makefile.am : added a rebuild target which rebuilds the full
19388 set of documentations
19389 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
19390 the internal subset.
19391 * *.c *.h: modifications needed to generate the documentation using
19392 gtk-doc, cleanup of functions blocks, reorganisation of struct
19393 declarations.
19394
19395Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19396
19397 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
19398 the tar and spec file to include the beginning of the doc.
19399
194001999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
19401
19402 * doc/.cvsignore: Added this file.
19403
19404Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19405
19406 * tree.c: fixed xmlGetProp to return "" when the attribute
19407 exists, even if the node-list is NULL.
19408
19409Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19410
19411 * tree.c: patched an error outputting empty attribute values.
19412 * Makefile.am and doc/makefile.am: have been updated during the
19413 week-end. Sorry for an empty CVS log, I got a shell problem.
19414
19415Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19416
19417 * tree.h: cleaned up using enums instead of defines
19418 * parser.c, valid.[ch]: more work on parsing/output of element
19419 declarations
19420
19421Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19422
19423 * valid.[ch], tree.c, parser.c : more work toward full parsing
19424 of XML DTDs.
19425 * README: added informations about mailing-list and on-line
19426 documentation
19427
194281999-01-27 Raja R Harinath <harinath@cs.umn.edu>
19429
19430 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
19431
19432Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19433
19434 * parser.c, tree.[ch] : more work toward conformance testing,
19435 added a last element to accelerate parsing of very flat structures
19436 started working on internal subset Element content declaration.
19437 * valid.[ch] : first cut at adding code toward validation.
19438 * previous changes had also small impact on most files, especially
19439 the conformance testing using James Clark test suite.
19440
19441Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19442
19443 * test/* : updated the examples, most of them were not well
19444 formed (humm), and added rdf2.
19445 * result/* : resulting changes in the output.
19446
19447Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19448
19449 * tree.c: changed the behaviour of xmlGetProp on NULL values.
19450
19451Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19452
19453 * tree.c: patched a bug in the generation of empty attributes
19454
19455Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19456
19457 * entities.[ch], tree.[ch], tester.c: added copy interfaces
19458 for node/trees/documents/... Biggest problem is namespace
19459 support when copying subtrees.
19460
19461Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19462
19463 * parser.c, entities.c: improve entities and char ref encoding,
19464 and cleanups of error messages.
19465
19466Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19467
19468 * parser.c, entities.c: simple bug hunting done during rpm2html and
19469 rpmfind integration.
19470
19471Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19472
19473 * parser.[ch]: Added interfaces allowing to specify a SAX
19474 handler before parsing.
19475
19476Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19477
19478 * parser.c: redirrect all errors reporting through the SAX
19479 error function
19480
19481Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19482
19483 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
19484 * libtool, tlmain ...: update of the libtool files
19485
194861998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
19487
19488 * entities.c: Use g_snprintf insteda of snprintf.
19489
19490Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19491
19492 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
19493 added ent5 test for this purpose.
19494 * parser.c, parser.h: formatting, comments and UTF-8 planning.
19495
19496Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19497
19498 * parser.c: fixed? a strange error due to compression on a GWP
19499 document.
19500
19501Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19502
19503 * tree.[ch]: bug fixing
19504 * entities.[ch]: defined a specific type for predefined entities
19505 * doc/xml.html: more documentation on the library, how to use it,
19506 overview of the interfaces.
19507
19508Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19509
19510 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
19511
19512Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19513
19514 * tree.c: corrected a small bug
19515 * doc/xml.html: continuing writing documentation.
19516
19517Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19518
19519 * debugXML.h debugXML.c: added debugging utilities.
19520 * tester.c: added --debug switch.
19521 * tree.c: patched an incorrect node->type assignment.
19522 * parser.c: formatting, ensure that node->doc != NULL in attributes
19523
19524Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19525
19526 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
19527 entity support and provide an internal representation close to
19528 DOM one (entity ref nodes, and attribute value as tree). I tried
19529 to preserve the interface but this will surely break some apps
19530 (I have to change rpm2html/rpmfind for example). I had to change
19531 two interfaces, and the generated tree is somewhat different.
19532 * doc/* : started documenting the XML library, the tree and
19533 DOM/Corba. This is a first step.
19534
19535Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19536
19537 * parser.c: Set up the fonctions comment block, boring but useful.
19538 * parser.h, SAX.c, parser.c: now attributes are processed through
19539 the SAX interface. The problem is that my SAX interface diverged
19540 quite a bit from the original one, well this is not an official
19541 spec, and translating it from Java to C is hairy anyway...
19542
19543Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19544
19545 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
19546 fonctions comment block, boring but useful.
19547
19548Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19549
19550 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
19551 conversion routines. However they are not yet used to convert the
19552 inputs. The core will run with UTF-8.
19553
19554Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19555
19556 * tree.c : make sure that the type id is properly set-up when
19557 a new object is allocated, needed for DOM.
19558
19559Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19560
19561 * tree.h, tree.c: Ok, the main objects in the tree will be native
19562 corba objects, it costs 8 bytes per Node, Attribute and Document
19563 but it simplifies the Corba integration a lot (no extra interface
19564 objects to allocate/free).
19565
19566Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19567
19568 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
19569 and changed NODEs contants for conformity with DOM Level 1
19570
19571Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19572
19573 * added hooks to keep track of servants when creating objects
19574 xmlDoc and xmlNode (for Corba export).
19575
19576Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19577
19578 * added xml-config script.
19579
19580Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19581
19582 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
19583 to autoupdate libtool and automake conf files.
19584
195851998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
19586
19587 * Makefile.am: Use '?' to separate the sed
19588 commands as ',' is used when people pass -Wl,something.
19589
19590Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19591
19592 * tree.c, tree.h: added a per-document compression interface.
19593
19594Tue Sep 22 20:47:38 EDT 1998
19595
19596 * tree.c, tree.h: added saving with compression and added interfaces
19597 to control the compression level (xmlGetCompressMode,
19598 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
19599
19600Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19601
19602 * parser.c: corrected a loop for files of size 0
19603
196041998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19605
19606 * error.h: New file. Contains prototyes from `error.c'.
19607
19608Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
19609
19610 * Makefile.am (xmlincdir): New macro.
19611 (xmlinc_HEADERS): Renamed from include_HEADERS.
19612
19613Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19614
19615 * applied small patch on numeric entities from
19616 Christopher Blizzard <blizzard@appliedtheory.com>
19617
19618Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19619
19620 * New release 0.2, removed the old xml_* files so that it's
19621 coherent with the other CVS base (W3C), far better conformance
19622 to standard, new namespaces, decent entities support, beginning
19623 of a SAX-like interface. Nearly nothing left intact, even the
19624 test examples ...
19625
196261998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19627
19628 * .cvsignore: Add .deps dir
19629
19630Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19631
19632 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
19633
19634Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19635
19636 * configure.in: added test for CPP
19637 * AUTHORS, Changelog: the original ones didn't get commited but the
19638 glib ones instead, fixed.
19639 * Makefile.am: corrected an error in library naming
19640
19641Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19642
19643 * integrated code developped at W3C
19644 * changed the original Copyright
19645 * migrated to automake
19646 * prefixed the filenames by xml_ to avoid filename clashes
19647
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019648#
19649# vim: set enc=utf-8
19650#