blob: 790fe5e2b416fa3be404d18c4287abbcb8d2db99 [file] [log] [blame]
Aleksey Sanin83868242009-07-09 10:26:22 +02001Thu Jul 9 10:21:00 CEST 2009 Daniel Veillard <daniel@veillard.com>
2
3 Aleksey Sanin support for c14n 1.1
4 * c14n.c include/libxml/c14n.h: adds support for C14N 1.1,
5 new flags at the API level
6 * runtest.c Makefile.am testC14N.c xmllint.c: add support in CLI
7 tools and test binaries
8 * result/c14n/1-1-without-comments/* test/c14n/1-1-without-comments/*:
9 add a new batch of tests
10
Daniel Veillard44af2322009-07-09 09:02:11 +020011Thu Jul 9 08:52:35 CEST 2009 Daniel Veillard <daniel@veillard.com>
12
13 * config.h.in: update of libtool seems to have modified it
14 * python/libxml2class.txt: python update modified the order
15 of classes apparently
16
Daniel Veillardab2a7632009-07-09 08:45:03 +020017Thu Jul 9 08:43:06 CEST 2009 Daniel Veillard <daniel@veillard.com>
18
19 * tree.c: avoid calling xmlAddID with NULL values
20 * parser.c: add a few xmlInitParser in some entry points
21
Rob Richards798743a2009-06-19 13:54:25 -040022Fri Jun 19 19:51:08 CEST 2009 Rob Richards <rrichards@cdatazone.org>
23
24 * parser.c: use options from current parser context when creating
25 a parser context within xmlParseCtxtExternalEntity
26 * xmlwriter.c: fix error message when unable to create output file
27
Daniel Veillardbccae2d2009-06-04 11:22:45 +020028Thu Jun 4 11:17:23 CEST 2009 Daniel Veillard <daniel@veillard.com>
29
30 * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c
31 valid.c xmlschemas.c xmlwriter.c xpath.c: use %s to printf string
Daniel Veillardab2a7632009-07-09 08:45:03 +020032 patch by Christian Persch, fixes #581612
Daniel Veillardbccae2d2009-06-04 11:22:45 +020033
Daniel Veillard7dd70802009-06-04 11:08:39 +020034Thu Jun 4 11:06:07 CEST 2009 Daniel Veillard <daniel@veillard.com>
35
36 * parser.c threads.c: change the threading initialization sequence
37 as suggested by Igor Novoseltsev to avoid crash if xmlInitParser()
38 is called from a thread which is not the main one, should fix
39 #584605
40
Daniel Veillard4d3e2da2009-05-15 17:55:45 +020041Fri May 15 17:54:48 CEST 2009 Daniel Veillard <daniel@veillard.com>
42
43 * HTMLparser.c: make sure we keep line numbers fixes #580705
44 based Aaron Patterson patch
45
Roland Steiner04f8eef2009-05-12 09:16:16 +020046Tue May 12 09:13:58 CEST 2009 Daniel Veillard <daniel@veillard.com>
47
48 * HTMLparser.c: a broken HTML table attributes initialization,
Daniel Veillard4d3e2da2009-05-15 17:55:45 +020049 fixes #581803, by Roland Steiner <rolandsteiner@google.com>
Roland Steiner04f8eef2009-05-12 09:16:16 +020050
veillard494ed592009-05-12 08:54:59 +020051Tue May 12 08:54:20 CEST 2009 Daniel Veillard <daniel@veillard.com>
52
53 * libxml2.doap: adding RDF dope file.
54
veillard97c7be62009-05-12 08:43:54 +020055Tue May 12 08:42:52 CEST 2009 Daniel Veillard <daniel@veillard.com>
56
57 * configure.in: adapt the extra version detection code to git
58
Rob Richards2c8c7722009-04-29 10:09:05 -040059Wed Apr 29 16:09:38 CEST 2009 Rob Richards <rrichards@cdatazone.org>
60
61 * parser.c: do not set error code in xmlNsWarn
62
Daniel Veillardf076f342009-04-15 09:20:25 +000063Wed Apr 15 11:18:24 CEST 2009 Daniel Veillard <daniel@veillard.com>
64
65 * include/libxml/parser.h include/libxml/xmlwriter.h
66 include/libxml/relaxng.h include/libxml/xmlversion.h.in
67 include/libxml/xmlwin32version.h.in include/libxml/valid.h
68 include/libxml/xmlschemas.h include/libxml/xmlerror.h: change
69 ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name
70 collisions with other packages and headers as reported by
71 Belgabor and Mike Hommey
72
Daniel Veillard719f3972009-04-02 12:04:35 +000073Thu Apr 2 13:57:15 CEST 2009 Daniel Veillard <daniel@veillard.com>
74
75 * error.c: fix structured error handling problems #564217
76
Rob Richards9c0aa472009-03-26 18:10:19 +000077Thu Mar 26 19:08:08 CET 2009 Rob Richards <rrichards@cdatazone.org>
78
79 * parser.c: use options from current parser context when creating
80 an entity parser context
81
Daniel Veillarda4f85b92009-03-25 10:45:20 +000082Wed Mar 25 11:40:34 CET 2009 Daniel Veillard <daniel@veillard.com>
83
84 * doc/*: updated SVN URL for GNOME as pointed by Vincent Lefevre
85 and regenerated docs
86
Daniel Veillardc6561462009-03-25 10:22:31 +000087Wed Mar 25 11:21:26 CET 2009 Daniel Veillard <daniel@veillard.com>
88
89 * parser.c: hide the nbParse* variables used for debugging
90 as pointed by Mike Hommey
91
Daniel Veillard48b3eb22009-03-25 09:51:19 +000092Wed Mar 25 10:50:05 CET 2009 Daniel Veillard <daniel@veillard.com>
93
94 * include/wsockcompat.h win32/Makefile.bcb xpath.c: fixes for
95 Borland/CodeGear/Embarcadero compilers by Eric Zurcher
96
Daniel Veillarddb3ce962009-03-25 09:43:49 +000097Wed Mar 25 10:43:07 CET 2009 Daniel Veillard <daniel@veillard.com>
98
99 * xpath.c: xmlXPathRegisterNs should not allow enpty prefixes
100
Daniel Veillard43bc89c2009-03-23 19:32:04 +0000101Mon Mar 23 20:27:15 CET 2009 Daniel Veillard <daniel@veillard.com>
102
103 * tree.c: add a missing check in xmlAddSibling, patch by Kris Breuker
104 * xmlIO.c: avoid xmlAllocOutputBuffer using XML_BUFFER_EXACT which
105 leads to performances problems especially on Windows.
106
William M. Brackec5b1fd2009-03-03 06:31:43 +0000107Tue Mar 3 14:30.28 HKT 2009 William Brack <wbrack@mmm.com.hk>
108
109 * trio.h: changed include of config.h to be surrounded by
110 quotation marks #570806
111
Daniel Veillard01101202009-02-21 09:22:04 +0000112Sat Feb 21 10:20:34 CET 2009 Daniel Veillard <daniel@veillard.com>
113
114 * threads.c parser.c: more warnings about xmlCleanupThreads and
115 xmlCleanupParser to avoid troubles like #571409
116
Daniel Veillardcb0ae192009-02-20 08:40:55 +0000117Fri Feb 20 09:40:04 CET 2009 Daniel Veillard <daniel@veillard.com>
118
119 * xmlwriter.c: cleanups and error reports when xmlTextWriterVSprintf
120 fails, by Jinmei Tatuya
121
Daniel Veillardeb0a0b22009-02-20 08:19:53 +0000122Fri Feb 20 09:18:56 CET 2009 Daniel Veillard <daniel@veillard.com>
123
124 * xmlwriter.c: remove a couple of leaks on errors reported by
125 Jinmei Tatuya
126
Daniel Veillard97ff9b32009-01-18 21:43:30 +0000127Sun Jan 18 22:37:59 CET 2009 Daniel Veillard <daniel@veillard.com>
128
129 * configure.in doc/xml.html doc/*: preparing 0.7.3 release
130 * include/libxml/parserInternals.h SAX2.c: fix a typo in a name
131
Daniel Veillardf63085d2009-01-18 20:53:59 +0000132Sun Jan 18 21:48:28 CET 2009 Daniel Veillard <daniel@veillard.com>
133
134 * include/libxml/parser.h include/libxml/xmlwriter.h
135 include/libxml/relaxng.h include/libxml/xmlversion.h.in
136 include/libxml/xmlwin32version.h.in include/libxml/valid.h
137 include/libxml/xmlschemas.h include/libxml/xmlerror.h:
138 port patch from Marcus Meissner to add gcc checking for
139 printf like functions parameters, should fix #65068
140 * doc/apibuild.py doc/*: modified the script accordingly
141 and regenerated
142 * xpath.c xmlmemory.c threads.c: fix a few warnings
143
Daniel Veillardd032a5b2009-01-18 19:41:26 +0000144Sun Jan 18 20:40:42 CET 2009 Daniel Veillard <daniel@veillard.com>
145
146 * include/libxml/xmlwin32version.h.in: windows header should
147 get the same define
148
Daniel Veillardd4d47052009-01-18 17:26:02 +0000149Sun Jan 18 18:22:33 CET 2009 Daniel Veillard <daniel@veillard.com>
150
151 * include/libxml/xmlversion.h.in include/libxml/xmlmemory.h:
152 apply patch from Marcus Meissner to add gcc attribute alloc_size
153 should fix #552505
154 * doc/apibuild.py doc/* testapi.c: regenerate the API
155 * include/libxml/parserInternals.h: fix a comment problem raised
156 by apibuild.py
157
Daniel Veillardd4a3f242009-01-18 15:41:30 +0000158Sun Jan 18 16:39:01 CET 2009 Daniel Veillard <daniel@veillard.com>
159
160 * threads.c: also remove pthread key when stopping thread
161 support, patch based on Alex Ott one should fix #564723
162
Daniel Veillardbf2ebff2009-01-18 14:57:04 +0000163Sun Jan 18 15:55:18 CET 2009 Daniel Veillard <daniel@veillard.com>
164
165 * threads.c: patch from Daniel Zimmermann fixing a memory leak
166 in an edge case, solves #562230
167
Daniel Veillard1fb2e0d2009-01-18 14:08:36 +0000168Sun Jan 18 15:06:05 CET 2009 Daniel Veillard <daniel@veillard.com>
169
170 * include/libxml/parserInternals.h SAX2.c: add a new define
Daniel Veillard97ff9b32009-01-18 21:43:30 +0000171 XML_MAX_TEXT_LENGTH limiting the maximum size of a single text
Daniel Veillard1fb2e0d2009-01-18 14:08:36 +0000172 node, the defaultis 10MB and can be removed with the HUGE
173 parsing option
174
Rob Richardsb9ed0172009-01-05 17:28:50 +0000175Mon Jan 05 18:28:41 CET 2009 Rob Richards <rrichards@cdatazone.org>
176
177 * include/libxml/parser.h parser.c: add XML_PARSE_OLDSAX parser
178 option to enable pre 2.7 SAX behavior.
179
Rob Richards810a78b2008-12-31 22:13:57 +0000180Wed Dec 31 23:11:37 CET 2008 Rob Richards <rrichards@cdatazone.org>
181
182 * tree.c: set doc on last child tree in xmlAddChildList for
183 bug #546772. Fix problem adding an attribute via with xmlAddChild
184 reported by Kris Breuker.
185
Rob Richards5a7d8bd2008-12-27 13:17:43 +0000186Sun Dec 27 14:16:13 CET 2008 Rob Richards <rrichards@cdatazone.org>
187
188 * xmlwriter.c: fix indenting in xmlTextWriterFullEndElement for
189 bug# 554353.
190
Daniel Veillardbe2bd6a2008-11-27 15:26:28 +0000191Thu Nov 27 16:24:52 CET 2008 Daniel Veillard <daniel@veillard.com>
192
193 * include/libxml/tree.h tree.c python/generator.py: adds
194 element traversal support
195 * valid.c: avoid a warning
196 * doc/*: regenerated
197
Daniel Veillard1dc9feb2008-11-17 15:59:21 +0000198Mon Nov 17 16:56:18 CET 2008 Daniel Veillard <daniel@veillard.com>
199
200 * SAX2.c parser.c: fix for CVE-2008-4226, a memory overflow
201 when building gigantic text nodes, and a bit of cleanup
202 to better handled out of memory problem in that code.
203 * tree.c: fix for CVE-2008-4225, lack of testing leads to
204 a busy loop test assuming one have enough core memory.
205
Daniel Veillard6b099012008-11-06 13:47:39 +0000206Thu Nov 6 14:34:35 CET 2008 Daniel Veillard <daniel@veillard.com>
207
208 * xmllint.c: Matthias Kaehlcke reported a build problem when
209 not compiling HTML support in.
210
Daniel Veillardb40744e2008-10-17 13:26:44 +0000211Fri Oct 17 15:24:08 CEST 2008 Daniel Veillard <daniel@veillard.com>
212
213 * configure.in doc/Makefile.am: patch from Adrian Bunk which
214 adds --disable-rebuild-docs to avoid rebuilding them
215
Daniel Veillard7f4547c2008-10-03 07:58:23 +0000216Fri Oct 3 09:43:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
217
218 * configure.in doc/* NEWS: preparing the release of 2.7.2
219 * dict.c: fix the Solaris portability issue
220 * parser.c: additional cleanup on #554660 fix
221 * test/ent13 result/ent13* result/noent/ent13*: added the
222 example in the regression test suite.
223 * HTMLparser.c: handle leading BOM in htmlParseElement()
224
Daniel Veillard34a7fc32008-10-02 20:55:10 +0000225Thu Oct 2 22:53:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
226
227 * parser.c: fix a nasty bug introduced when cleaning up
228 entities processing in 2.7.x , fixes #554660
229
Daniel Veillarda57ba4c2008-09-25 16:06:18 +0000230Thu Sep 25 18:04:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
231
232 * HTMLparser.c: fix an HTML parsing error on large data sections
233 reported by Mike Day
234 * test/HTML/utf8bug.html result/HTML/utf8bug.html.err
235 result/HTML/utf8bug.html.sax result/HTML/utf8bug.html: add the
236 reproducer to the test suite
237
Daniel Veillard2e36da92008-09-25 15:36:43 +0000238Thu Sep 25 17:35:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
239
240 * runxmlconf.c: fix compilation if XPath is not included
241
Daniel Veillard7e65fad2008-09-25 14:55:21 +0000242Thu Sep 25 16:54:04 CEST 2008 Daniel Veillard <daniel@veillard.com>
243
244 * xmlreader.c: patch from Riccardo Scussat fixing custom error
245 handlers problems.
246
Daniel Veillard856d9282008-09-25 14:31:40 +0000247Thu Sep 25 16:30:11 CEST 2008 Daniel Veillard <daniel@veillard.com>
248
249 * include/libxml/xmlsave.h xmlsave.c: new options to serialize
250 as XML/HTML/XHTML and restore old entry point behaviours
251
Daniel Veillarda7036d92008-09-01 14:50:19 +0000252Mon Sep 1 16:49:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
253
254 * doc/xml.html doc/news.html configure.in python/setup.py NEWS:
255 prepare release of 2.7.1
256
Daniel Veillard074f37e2008-09-01 13:38:22 +0000257Mon Sep 1 15:35:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
258
259 * schematron.c xpath.c: applied a couple of patches from Martin
260 avoiding some leaks, fixinq QName checks in XPath, XPath debugging
261 and schematron code cleanups.
262 * python/tests/Makefile.am python/tests/xpathleak.py: add the
263 specific regression tests, just tweak it to avoid output by default
264
Daniel Veillardda3fee42008-09-01 13:08:57 +0000265Mon Sep 1 15:02:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
266
267 * trionan.c: Borland C fix from Moritz Both
268 * testapi.c: regenerate, workaround a problem for buffer testing
269 * xmlIO.c HTMLtree.c: new internal entry point to hide even better
270 xmlAllocOutputBufferInternal
271 * tree.c: harden the code around buffer allocation schemes
272 * parser.c: restore the warning when namespace names are not absolute
273 URIs
274 * runxmlconf.c: continue regression tests if we get the expected
275 number of errors
276 * Makefile.am: run the python tests on make check
277 * xmlsave.c: handle the HTML documents and trees
278 * python/libxml.c: convert python serialization to the xmlSave APIs
279 and avoid some horrible hacks
280
Daniel Veillard15724252008-08-30 15:01:04 +0000281Sat Aug 30 16:58:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
282
283 * configure.in, doc/*: preparing 2.7.0 release
284 * tree.c: remove some testing traces
285 * parser.c xmlIO.c xmlschemas.c: remove some warnings
286
Daniel Veillarde83e93e2008-08-30 12:52:26 +0000287Sat Aug 30 14:50:16 CEST 2008 Daniel Veillard <daniel@veillard.com>
288
289 * include/libxml/tree.h tree.c: make a new kind of buffer where
290 shrinking and adding in head can avoid reallocation or full
291 buffer memmoves
292 * encoding.c xmlIO.c: use the new kind of buffers for output
293 buffers
294
Daniel Veillard28b7b4b2008-08-30 08:19:02 +0000295Sat Aug 30 10:18:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
296
297 * doc/* testapi.c: regenerated
298
Daniel Veillard4cc67bb2008-08-29 19:58:23 +0000299Fri Aug 29 21:53:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
300
301 * doc/examples/reader3.c: patch from Robert Schwebel , allows to
302 compile the example if configured without output support fixes
303 #545582
304 * Makefile.am: add testrecurse to the make check tests
305 * HTMLparser.c: if the parser got a encoding argument it should be
306 used over what the meta specifies, patch fixing #536346
307
Daniel Veillardcba68392008-08-29 12:43:40 +0000308Fri Aug 29 14:41:38 CEST 2008 Daniel Veillard <daniel@veillard.com>
309
310 * parser.c: a couple more fixes
Daniel Veillard4cc67bb2008-08-29 19:58:23 +0000311 * nanohttp.c nanoftp.c: patch from Andreas Färber to compile on Haiku
312 fixes #527880
Daniel Veillardcba68392008-08-29 12:43:40 +0000313 * doc/examples/*: regenerated
314
Daniel Veillard0161e632008-08-28 15:36:32 +0000315Thu Aug 28 17:31:46 CEST 2008 Daniel Veillard <daniel@veillard.com>
316
317 * parser.c include/libxml/parser.h: completely different fix for
318 the recursion detection based on entity density, big cleanups
319 in the entity parsing code too
320 * result/*.sax*: the parser should not ask for used defined versions
321 of the predefined entities
322 * testrecurse.c: automatic test for entity recursion checks
323 * Makefile.am: added testrecurse
324 * test/recurse/lol* test/recurse/good*: a first set of tests for
325 the recursion
326
Daniel Veillard49d44052008-08-27 19:57:06 +0000327Wed Aug 27 21:55:34 CEST 2008 Daniel Veillard <daniel@veillard.com>
328
329 * include/libxml/xmlerror.h parser.c: a bit of cleanup and
330 added checks based on the regression tests of the xmlconf suite
331
Daniel Veillardf582d142008-08-27 17:23:41 +0000332Wed Aug 27 19:22:35 CEST 2008 Daniel Veillard <daniel@veillard.com>
333
334 * uri.c: bug in parsing RFC 3986 uris with port numbers
335
Daniel Veillardbfa5cf12008-08-27 15:33:28 +0000336Wed Aug 27 17:30:48 CEST 2008 Daniel Veillard <daniel@veillard.com>
337
338 * configure.in Makefile.am: add an --with-coverage configure option
339 and a 'make cov' target based on gcc profiling and the lcov
340 tool. Currently at 68.9% coverage out of 'make check' and
341 runsuite executions.
342 * xmlreader.c: remove warnings due to C++ comments
343
Daniel Veillarda8f09ce2008-08-27 13:02:01 +0000344Wed Aug 27 15:00:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
345
346 * include/libxml/parserInternals.h parser.c: cleanup entity
347 pushing error handling based on a patch from Ashwin
348
Daniel Veillard2cba4152008-08-27 11:45:41 +0000349Wed Aug 27 13:41:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
350
351 * threads.c: fix a small initialization problem raised by Ashwin
352 * testapi.c gentest.py: increase testing especially for document
353 with an internal subset, and entities
354 * tree.c: fix a deallocation issue when unlinking entities from
355 a document.
356 * valid.c: fix a missing entry point test not found previously.
357 * doc/*: regenerated the APIs, docs etc.
358
Daniel Veillard8915c152008-08-26 13:05:34 +0000359Tue Aug 26 15:02:58 CEST 2008 Daniel Veillard <daniel@veillard.com>
360
361 * include/libxml/parser.h parser.c xmllint.c: strengthen some
362 of the internal parser limits, add an XML_PARSE_HUGE option
363 to bypass them all. More internal parser limits will still need
364 to be added.
365
Daniel Veillardbf9c1da2008-08-26 07:46:42 +0000366Tue Aug 26 09:42:08 CEST 2008 Daniel Veillard <daniel@veillard.com>
367
368 * Makefile.am: add the testchar to 'make check'
369 * xmlschemas.c: Volker Grabsch pointed out a typo
370 * xmlregexp.c: production [19] from XML Schemas regexps were a
371 mistake removed in version REC-xmlschema-2-20041028, Volker Grabsch
372 provided a patch to remove it
373 * test/schemas/regexp-char-ref_0.xml test/schemas/regexp-char-ref_0.xsd
374 test/schemas/regexp-char-ref_1.xsd result/schemas/regexp-char-ref_0_0
375 result/schemas/regexp-char-ref_1_0: Volker Grabsch also provided
376 regession tests for this
377
Daniel Veillard54bd29b2008-08-26 07:26:55 +0000378Tue Aug 26 09:25:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
379
380 * include/libxml/parser.h xinclude.c xmllint.c: patch based on
381 Wieant Nielander contribution to add the option of not doing
382 URI base fixup in XInclude
383
Daniel Veillardaa6de472008-08-25 14:53:31 +0000384Mon Aug 25 16:52:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
385
386 * xmlreader.c: applied patch from Aswin to fix tree skipping
387 * include/libxml/entities.h entities.c: fixed a comment and
388 added a new xmlNewEntity() entry point
389 * runtest.c: be less verbose
390 * tree.c: space and tabs cleanups
391
Daniel Veillardf4f4e482008-08-25 08:57:48 +0000392Mon Aug 25 10:56:30 CEST 2008 Daniel Veillard <daniel@veillard.com>
393
394 * include/libxml/entities.h entities.c SAX2.c parser.c: rework
395 the patch to avoid some ABI issue with people allocating
396 entities structure directly
397
Daniel Veillard4bf899b2008-08-20 17:04:30 +0000398Wed Aug 20 19:02:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
399
400 * include/libxml/parser.h include/libxml/entities.h entities.c
401 parserInternals.c parser.c: fix for CVE-2008-3281
402
Rob Richards117baa02008-08-10 17:07:33 +0000403Sun Aug 10 17:06:13 CEST 2008 Rob Richards <rrichards@ctindustries.net>
404
405 * dict.c: fix non GNUC builds.
406
Daniel Veillard0765ae82008-08-08 12:14:37 +0000407Fri Aug 8 14:13:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
408
409 * makefile.am: adding a check-valgrind target
410
Daniel Veillardd330f182008-08-08 12:03:22 +0000411Fri Aug 8 14:01:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
412
413 * Makefile.am testdict.c: add the new test in 'make check' and
414 update it to check subdictionaries processing.
415
Daniel Veillardd68f8912008-08-08 10:09:19 +0000416Fri Aug 8 12:07:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
417
418 * testdict.c: added a program to regression test the dictionary code
419 * dict.c: improve the lookup efficiency by caching the key.
420
Daniel Veillardffda65f2008-08-07 16:33:49 +0000421Thu Aug 7 18:30:55 CEST 2008 Daniel Veillard <daniel@veillard.com>
422
423 * dict.c: chased and found a couple of nasty issues
424
CEST 2008 Sven Herzbergdc41d862008-08-07 13:52:30 +0000425Thu Aug 7 15:51:31 CEST 2008 Sven Herzberg <sven@imendio.com>
426
427 Bug 546629 – runtests doesn't pass on my mac
428 Reviewed by William M. Brack.
429
430 * runtest.c: use libpthread on Mac OS X as well
431
Daniel Veillard84c45df2008-08-06 10:26:06 +0000432Wed Aug 6 12:24:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
433
434 * uri.c: allow [ and ] in fragment identifiers, 3986 disallow them
435 but it's widely used for XPointer, and would break DocBook
436 processing among others
437
Daniel Veillard424785e2008-08-06 09:35:25 +0000438Wed Aug 6 11:32:21 CEST 2008 Daniel Veillard <daniel@veillard.com>
439
440 * dict.c: change the big key algorithm to work properly with QName
441 too, fix a bug with dict size and sub dictionaries
442
Daniel Veillardd7af5552008-08-04 15:29:44 +0000443Mon Aug 4 17:27:27 CEST 2008 Daniel Veillard <daniel@veillard.com>
444
445 * uri.c include/libxml/uri.h: rewrite the URI parser to update to
446 rfc3986 (from 2396)
447 * test/errors/webdav.xml result/errors/webdav.xml*: removed the
448 error test, 'DAV:' is a correct URI under 3986
449 * Makefile.am: small cleanup in make check
450
Daniel Veillardae0765b2008-07-31 19:54:59 +0000451Thu Jul 31 21:49:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
452
453 * runxmlconf.c: more progresses against the official regression tests
454 * runsuite.c: small cleanup for non-leak reports
455 * include/libxml/tree.h: parsing flags and other properties are
456 now added to the document node, this is generally useful and
457 allow to make Name and NmToken validations based on the parser
458 flags, more specifically the 5th edition of XML or not
459 * HTMLparser.c tree.c: small side effects for the previous changes
460 * parser.c SAX2.c valid.c: the bulk of teh changes are here,
461 the parser and validation behaviour can be affected, parsing
462 flags need to be copied, lot of changes. Also fixing various
463 validation problems in the regression tests.
464
Daniel Veillard37334572008-07-31 08:20:02 +0000465Thu Jul 31 10:15:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
466
467 * runxmlconf.c: added a skipped list, insert rmt-ns10-035
468 * Makefile.am: improve 'make check'
469 * include/libxml/xmlerror.h parser.c: clean up namespace errors
470 checking and reporting, errors when a document is labelled
471 as UTF-16 while it is parsed as UTF-8 and no encoding was given
472 explicitely.
473 * result/errors/webdav.xml.*: some warnings are no recategorized
474 as Namespace errors
475
Daniel Veillard09459bf2008-07-30 12:58:11 +0000476Wed Jul 30 14:55:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
477
478 * include/libxml/xmlmemory.h xmlmemory.c: add xmlMemDisplayLast to
479 help debug incremental memory leaks, and some cleanups
480 * runxmlconf.c: use that new call and avoid ever touching the
481 system catalog in the regression tests
482
Daniel Veillard40ec29a2008-07-30 12:35:40 +0000483Wed Jul 30 14:33:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
484
485 * parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load
486 an 1.1 entity
487 * runxmlconf.c: when using entities make sure we load them
488
Daniel Veillard051d52c2008-07-29 16:44:59 +0000489Tue Jul 29 18:43:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
490
491 * parser.c: fix a bug not detecting cross entity comments probably
492 when comment parsing got optimized.
493 * Makefile.am: add make check
494 * runxmlconf.c: fix the log file name
495
Daniel Veillard7e5c3f42008-07-29 16:12:31 +0000496Tue Jul 29 18:09:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
497
498 * runxmlconf.c Makefile.am: add a C program to run the W3C test
499 suite, work in progress
500 * xmllint.c: add a new option --oldxml10 to use the old parser
501 * parser.c: fix the XML_PARSE_OLD10 processing of the new option
502 and a bug in version parsing
503
Daniel Veillard45490ae2008-07-29 09:13:19 +0000504Tue Jul 29 11:12:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
505
506 * xpath.c: space and tabs cleanup
507
Daniel Veillard34e3f642008-07-29 09:02:27 +0000508Tue Jul 29 10:59:36 CEST 2008 Daniel Veillard <daniel@veillard.com>
509
510 * include/libxml/parser.h include/libxml/xmlerror.h parser.c:
511 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
512 to stick to old behaviour
513 * testapi.c gentest.py: modified slightly and regenerated
514 * Makefile.am: add testchar
515
Daniel Veillardabade012008-07-24 15:05:38 +0000516Thu Jul 24 16:57:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
517
518 * Makefile.am testchar.c Makefile.tests README.tests: add a
519 new regression test program for testing character ranges and
520 UTF8 encoding/decoding
521
Daniel Veillardbf0324f2008-07-23 13:35:50 +0000522Wed Jul 23 15:32:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
523
524 * libxml.spec.in: fix the build root
525
William M. Brackf8477002008-07-17 05:29:16 +0000526Wed Jul 16 22:28:48 PDT 2008 William Brack <wbrack@mmm.com.hk>
527
528 * pattern.c: fix problem with xmlStreamPop when pattern includes
529 a "." element (see discussion on libxslt list)
530
Daniel Veillard45efd082008-07-07 13:52:52 +0000531Mon Jul 7 15:49:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
532
533 * SAX2.c: fix line number on text nodes, problem raised by Ralf Junker
534
Rob Richardsc6947bb2008-06-29 15:04:41 +0000535Sun Jun 29 17:04:28 CEST 2008 Rob Richards <rrichards@ctindustries.net>
536 * xmlschemas.c: fix crash with invalid whitespace facet
537
Daniel Veillard984e5692008-06-11 08:14:22 +0000538Wed Jun 11 10:13:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
539
540 * doc/xml.html doc/FAQ.html: add a section in the FAQ about
541 multithread and xmlCleanupParser
542
Daniel Veillard63806b52008-06-10 14:56:11 +0000543Tue Jun 10 16:52:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
544
545 * catalog.c: apply a couple of fixes based on a Coverity report
546 forwarded by Derrick Price.
547 * VxWorks/README VxWorks/Makefile VxWorks/build.sh: instructions
548 Makefile, and shell script to build on VxWorks 6.4+ provided by
549 Jim Wert.
550
Daniel Veillard39801e52008-06-03 16:08:54 +0000551Tue Jun 3 18:07:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
552
553 * python/generator.py python/setup.py: apply patch from Martin fixing
554 python whitespaces
555 * NEWS: following previous commit rebuilt now in UTF-8
556
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000557Mon Jun 2 17:39:42 CEST 2008 Daniel Veillard <daniel@veillard.com>
558
559 * ChangeLog: patch from Hans de Goede to switch the file to UTF-8
560 * doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of
561 ISO-8859-1
562
Daniel Veillardad559982008-05-12 13:15:35 +0000563Mon May 12 15:12:44 CEST 2008 Daniel Veillard <daniel@veillard.com>
564
565 * xmlregexp.c: avoid a regexp crash, should fix #523738
566
Daniel Veillard438ebbd2008-05-12 12:58:46 +0000567Mon May 12 14:56:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
568
569 * xmlschemas.c runtest.c testapi.c include/libxml/xmlreader.h
570 python/types.c python/libxml_wrap.h python/libxml.c: fx compilation
571 when configured without the reader should fix #513110
572 * doc/*: regenerated
573
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000574Sat May 3 14:33:29 CEST 2008 Rob Richards <rrichards@ctindustries.net>
575
576 * dict.c: check for stdint.h and define types when using MSVC
577
Daniel Veillard87303e32008-04-28 18:07:29 +0000578Mon Apr 28 20:06:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
579
580 * parserInternals.c: applied patch from Ashwin to avoid a potential
581 double-free
582
Daniel Veillarded86dc22008-04-24 11:58:41 +0000583Thu Apr 24 13:56:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
584
585 * uri.c: applied patch from Ashwin fixing a number of realloc problems
586 * HTMLparser.c: improve handling for misplaced html/head/body
587
Daniel Veillarde9100a52008-04-22 08:28:50 +0000588Tue Apr 22 10:27:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
589
590 * dict.c: improvement on the hashing of the dictionnary, with visible
591 speed up as the number of strings in the hash increases, work from
592 Stefan Behnel
593
Daniel Veillarddee23482008-04-11 12:58:43 +0000594Fri Apr 11 14:44:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
595
596 * include/libxml/xmlschemas.h xmlschemas.c: added new function
597 xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
598 * doc/apibuild.py doc/*: regenerated the doc, chased why the new
599 function didn't got any documentation, added more checking in the
600 generator
601 * include/libxml/relaxng.h include/libxml/schematron.h
602 include/libxml/xmlschemas.h include/libxml/c14n.h
603 include/libxml/xmlregexp.h include/libxml/globals.h
604 include/libxml/xmlreader.h threads.c xmlschemas.c: various changes
605 and cleanups following the new reports
606
607
Daniel Veillard33fe2882008-04-10 08:09:25 +0000608Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
609
610 * Makefile.am: extend the cleanup rule
611 * xmlschemas.c: space cleanup
612
Rob Richardsc3e24352008-04-09 17:49:09 +0000613Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
614
615 * include/wsockcompat.h: support older win32 platforms when building
616 with newer versions of VS
617
Daniel Veillard596da972008-04-08 14:58:41 +0000618Tue Apr 8 16:56:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
619
620 * configure.in NEWS doc/*: preparing release of 2.6.32
621
Daniel Veillarded939f82008-04-08 08:20:08 +0000622Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
623
624 * tree.c: fix a bug introduced when fixing #438208 and reported by
625 Ashwin
626 * python/generator.py: fix an infinite loop bug
627
Daniel Veillard354cf5c2008-04-07 12:46:48 +0000628Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com>
629
630 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
631 * docs/*: rebuilt
632
Daniel Veillard2135fc22008-04-04 16:10:51 +0000633Fri Apr 4 18:09:50 CEST 2008 Daniel Veillard <daniel@veillard.com>
634
635 * parser.c: improve the *Recover* functions documentation
636
Daniel Veillard6ccc56d2008-04-03 12:59:06 +0000637Thu Apr 3 14:57:15 CEST 2008 Daniel Veillard <daniel@veillard.com>
638
639 * parser.c: patch from Mark Rowe fixing BOM or encoding detection
640 in external parsed entities, should fix #440415
641
Daniel Veillard8f6c2b12008-04-03 11:17:21 +0000642Thu Apr 3 13:16:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
643
644 * tree.c: fix some problems with the *EatName functions when
645 running out of memory raised by Eric Schrock , should fix #438208
646
Daniel Veillardbfc42632008-04-03 10:43:52 +0000647Thu Apr 3 12:41:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
648
649 * xmlschemastypes.c: horror around the definition of the lexical
650 values for decimal and derived types, fixing to reject empty
651 values, should fix #503268
652
Daniel Veillardf1245392008-04-03 09:46:34 +0000653Thu Apr 3 11:44:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
654
655 * encoding.c: buffer may not be large enough to convert to
656 UCS4, patch from Christian Fruth , fixes #504015
657
Daniel Veillard36de63e2008-04-03 09:05:05 +0000658Thu Apr 3 11:02:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
659
660 * HTMLparser.c: apparently it's okay to forget the semicolumn after
661 entity refs in HTML, fixing char refs parsing accordingly based on
662 T. Manske patch, this should fix #517653
663
Daniel Veillardfa750972008-04-03 07:31:25 +0000664Thu Apr 3 09:30:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
665
666 * error.c: avoid a scary realloc() loop should fix #520383
667
Daniel Veillarda4ba09d2008-04-03 06:24:04 +0000668Thu Apr 3 08:22:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
669
670 * parser.c: more realloc problems pointed out by Ashwin
671
Daniel Veillardff8b5412008-04-03 05:41:28 +0000672Thu Apr 3 07:40:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
673
674 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean,
675 fixes #520387
676
Daniel Veillarde43579b2008-04-03 04:56:04 +0000677Thu Apr 3 06:52:32 CEST 2008 Daniel Veillard <daniel@veillard.com>
678
679 * include/libxml/xpath.h: small doc improvement for xmlXPathContext
680 from Jack Jansen, fixes #524759
681 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
682
Daniel Veillardf88d8492008-04-01 08:00:31 +0000683Tue Apr 1 09:59:22 CEST 2008 Daniel Veillard <daniel@veillard.com>
684
685 * xpath.c: two patches from Alvaro Herrera to avoid problem when
686 running out of memory in XPath evaluations.
687
Daniel Veillard68b6e022008-03-31 09:26:00 +0000688Mon Mar 31 11:23:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
689
690 * parser.c: lot of out of memory handling fixes from Ashwin
691 * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
692 * include/libxml/threads.h: indenting cleanups
693
Daniel Veillard05b37c62008-03-31 08:27:07 +0000694Mon Mar 31 10:25:37 CEST 2008 Daniel Veillard <daniel@veillard.com>
695
696 * parser.c docs/*: trying to clarify even more the xmlCleanupParser()
697 use and the memory documentation
698
Daniel Veillarddc171602008-03-26 17:41:38 +0000699Wed Mar 26 18:39:58 CET 2008 Daniel Veillard <daniel@veillard.com>
700
701 * parser.c: changes based on Alex Khesin patch where xmlParseCharRef
702 seems to not be checked correctly, fixes #520198
703
Daniel Veillard6a31b832008-03-26 14:06:44 +0000704Wed Mar 26 15:03:49 CET 2008 Daniel Veillard <daniel@veillard.com>
705
706 * parser.c: patch from Ashwin to avoid a problem of attribute
707 redefinition in the DTD. Remove a warning too.
708
Daniel Veillardb3e45362008-03-26 13:39:31 +0000709Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
710
711 * xmlschemas.c: fix a problem in externalSubsetSplit with a patch
712 from Ashwin
713
Daniel Veillard97c9ce22008-03-25 16:52:41 +0000714Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
715
716 * parser.c: fix various attribute normalisation problems reported
717 by Ashwin
718 * result/c14n/without-comments/example-4
719 result/c14n/with-comments/example-4: this impacted the result of
720 two c14n tests :-\
721 * test/att9 test/att10 test/att11 result//att9* result//att10*
722 result//att11*: added 3 specific regression tests coming from the
723 XML spec revision and from Ashwin
724
Daniel Veillarde54c3172008-03-25 13:22:41 +0000725Tue Mar 25 14:20:49 CET 2008 Daniel Veillard <daniel@veillard.com>
726
727 * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
728 should fix #524253
729
Daniel Veillard8bf64ae2008-03-24 20:45:21 +0000730Mon Mar 24 21:42:33 CET 2008 Daniel Veillard <daniel@veillard.com>
731
732 * parser.c: fix a problem reported by Ashwin for system parameter
733 entities referenced from entities in external subset, add a
734 specific loading routine.
735 * test/valid/dtds/external.ent test/valid/dtds/external2.ent
736 test/valid/t11.xml result/valid/t11.xml*: added the test to
737 the regression suite
738
Daniel Veillard77fbc3e2008-03-24 14:06:19 +0000739Mon Mar 24 15:04:54 CET 2008 Daniel Veillard <daniel@veillard.com>
740
741 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
742 when testing with W3C test suite
743
Daniel Veillard14d465d2008-03-24 11:12:55 +0000744Mon Mar 24 12:12:00 CET 2008 Daniel Veillard <daniel@veillard.com>
745
746 * threads.c: check some allocation with Ashwin patch
747
Daniel Veillard24d87d92008-03-19 15:43:00 +0000748Wed Mar 19 16:41:52 CET 2008 Daniel Veillard <daniel@veillard.com>
749
750 * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
751
Daniel Veillardddbe38b2008-03-18 08:24:25 +0000752Tue Mar 18 09:23:05 CET 2008 Daniel Veillard <daniel@veillard.com>
753
754 * threads.c: check some malloc returns with Ashwin patch, add
755 error messages and reindent the module.
756
Daniel Veillard14dad702008-03-14 14:29:40 +0000757Fri Mar 14 15:28:43 CET 2008 Daniel Veillard <daniel@veillard.com>
758
759 * xmlreader.c: patch from Ashwin removing duplicate tests
760
Daniel Veillardc4b0deb2008-03-14 12:46:42 +0000761Fri Mar 14 13:44:29 CET 2008 Daniel Veillard <daniel@veillard.com>
762
763 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
764 applied patch from Tobias Minich to allow plugin schematron error
765 reporting in the normal error system, should fix #513998
766
Daniel Veillard37d2d162008-03-14 10:54:00 +0000767Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
768
769 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
770 leaks, should fix 512647
771
Daniel Veillard10bda622008-03-13 07:27:24 +0000772Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
773
774 * xmlregexp.c: found a nasty bug in regexp automata build,
775 reported by Ashwin and Bjorn Reese
776
Daniel Veillard35fcbb82008-03-12 21:43:39 +0000777Wed Mar 12 18:56:22 CET 2008 Daniel Veillard <daniel@veillard.com>
778
779 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
780 html within html bogus data, still not a complete fix though
781
Daniel Veillard5d279c92008-03-12 09:32:04 +0000782Wed Mar 12 10:22:01 CET 2008 Daniel Veillard <daniel@veillard.com>
783
784 * python/types.c: fix a memory errro when using namespace nodes
785 returned from XPath queries, should fix #521699
786 * python/tests/Makefile.am python/tests/xpathns.py: add a specific
787 regression test for it
788
Rob Richardsa544c182008-03-10 15:26:27 +0000789Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
790
791 * include/win32config.h: add ICONV_CONST define for win32 build
792 to satisfy encoding.c change in rev 3693
793
Daniel Veillardd0d2f092008-03-07 16:50:21 +0000794Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
795
796 * xmlsave.c parser.c: fix handling of empty CDATA nodes as
797 reported and discussed around #514181 and associated patches
798 * test/emptycdata.xml result/emptycdata.xml*
799 result/noent/emptycdata.xml: added a specific test in the
800 regression suite.
801
Daniel Veillard57c9db02008-03-06 14:37:10 +0000802Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
803
804 * encoding.c: poblem with encoding detection for UTF-16 reported by
805 Ashwin and found by Bill
806 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
807 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
808 the example to the regression tests
809
Daniel Veillardccc476f2008-03-04 13:19:49 +0000810Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
811
812 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
813 a text node.
814 * parser.c: fixed the comment for xmlParserCleanup
815 * globals.c: fixed indentation
816
Daniel Veillard70e20ad2008-02-25 15:44:43 +0000817Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
818
819 * testModule.c: patch from Florent Guiliani to fix build on
820 SCO OpenServer
821
Daniel Veillard30663512008-02-21 22:31:55 +0000822Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
823
824 * debugXML.c: made one of the changes suggested by Brian Krahmer
825 * testRegexp.c: allow to pass '--' on the command line to allow
826 regexps starting with the character '-'
827
Daniel Veillard5ac88232008-02-19 07:54:52 +0000828Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
829
830 * python/Makefile.am python/tests/Makefile.am: applied cleanup
831 patches for cross compilation and MinGW from Roumen Petrov
832
Daniel Veillardc4ba8a42008-02-16 10:08:14 +0000833Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
834
835 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
836 Bill
837
Daniel Veillard6f8611f2008-02-15 08:33:21 +0000838Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
839
840 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
841 to simplify the processing of xmlSetProp()
842
Daniel Veillard8e1a46d2008-02-15 07:47:26 +0000843Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
844
845 * config.h.in configure.in encoding.c: patch from Roumen Petrov
846 to detect if iconv() needs a const for the second parameter
847
Daniel Veillardf3da06d2008-02-15 07:43:00 +0000848Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
849
850 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
851 from Florent Guiliani
852
Daniel Veillard3ff24112008-02-13 10:17:41 +0000853Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
854
855 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
856 output at the end of document.
857
Daniel Veillard851b2d02008-02-08 10:57:57 +0000858Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
859
860 * doc/examples/examples.xml: regenerated, it was truncated.
861
Daniel Veillard643fb5d2008-02-08 10:49:46 +0000862Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
863
864 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
865 compilation problems with Mingw32
866
Daniel Veillard041b6872008-02-08 10:37:18 +0000867Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
868
869 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
870 when '.' is used in a posCharGroup
871 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
872 added the test to the regression suite
873
Daniel Veillardb242b082008-02-08 09:56:31 +0000874Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
875
876 * dict.c: applied patch from Florent Guilian to remove an
877 useless mutex in the xmlDict structure.
878
879Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
880
881 * SAX2.c: another leak reported by Ashwin
882 * xinclude.c: fixed the behaviour when XIncluding a fragment
883 of the current document, patch from Chris Ryan
884
William M. Brackead35832008-02-06 04:12:46 +0000885Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
886
887 * nanohttp.c: added space for port number (when not 80) in
888 xmlNanoHTTPMethodRedir, plus a few more comments. Should
889 fix #514521.
890
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +0000891Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
892
893 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
894 error about the SAX callback in cdataBlockSplit when streaming
895 XSD validation
896
Daniel Veillard69f8a132008-02-05 08:37:56 +0000897Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
898
899 * uri.c: applied a patch based on Petr Sumbera one to avoid a
900 problem with paths starting with //
901
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000902Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
903
904 * doc/xml.html doc/xmlmem.html: added a small section on returning
905 memory to the kernel by compacting the heap provided by Wolfram Sang
906
Rob Richards82fbf572008-01-25 19:03:37 +0000907Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
908
909 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
910 patch by David Wimsey
911
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000912Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
913
914 * parser.c: fix a memeory leak in internal subset parsing with
915 a fix from Ashwin
916 * test/errors/content1.xml result/errors/content1.xml*:
917 add test to regressions
918
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000919Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
920
921 * configure.in doc/*: preparing release of 2.6.31
922
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000923Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
924
925 * parser.c: avoid a warning on 64bits introduced earlier
926 * parserInternals.c: make more checking on the UTF-8 input
927
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000928Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
929
930 * HTMLparser.c: avoid stopping parsing when encountering
931 out of range characters in an HTML file, report and
932 continue processing instead, should fix #472696
933
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000934Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
935
936 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
937 Makefile.am python/tests/Makefile.am python/Makefile.am
938 check-xsddata-test-suite.py: patches from John Carr to
939 start cleaning up 'make diskcheck' problems c.f. #506228
940
Daniel Veillard5608b172008-01-11 06:53:15 +0000941Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
942
943 * xmllint.c: apply fix from Stefan Kost to avoid a crash
944 in xmllint, fixes 504284
945
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000946Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
947
948 * xml2-config.in: apply patch from Fred Crozat to avoid
949 outputting -L/usr/lib from xml2-config, fixes #497012
950
Daniel Veillard640f89e2008-01-11 06:24:09 +0000951Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
952
953 * HTMLparser.c: fix definition for <embed> to avoid error
954 when saving back, patch from Stefan Behnel fixing 495213
955
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000956Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
957
958 * parser.c: applied patch from Christian Schmidt fixing a
959 column counter update problem, fixes #472696
960
Daniel Veillardac4118d2008-01-11 05:27:32 +0000961Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
962
963 * parser.c: handle a erroneous parsing of attributes in
964 case said attribute has been redeclared in the DTD with a
965 different type
966 * hash.c: fix the hash scanner to not crash if a first element
967 from the hash list is been removed in the callback
968
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000969Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
970
971 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
972 as raised by Felipe Pena, should fix #508156
973
Rob Richards3108ba92007-12-06 10:08:52 +0000974Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
975
976 * pattern.c: fix crash from double free of name for bug #501760
977
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000978Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
979
980 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
981 reported by Hannes Eder
982
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000983Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
984
985 * xmlregexp.c: remove a cut-and-paste copy error
986
Rob Richards91eb5602007-11-16 10:54:59 +0000987Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
988
989 * globals.c threads.c include/libxml/threads.h:
990 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
991 Patch from Marc-Antoine Ruel.
992
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000993Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
994
995 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
996 schema document ownership for bug #495215
997
Daniel Veillard2a512da2007-10-30 20:24:40 +0000998Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
999
1000 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
1001 should fix #491651
1002
Daniel Veillard1bc8d852007-10-16 12:18:18 +00001003Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
1004
1005 * testURI.c: add a debug option printing all the fields within
1006 the parsed URI structure
1007
Daniel Veillarda76a81f2007-10-10 08:28:18 +00001008Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
1009
1010 * xmlsave.c: fix to avoid a crash when dumping an attribute from
1011 an XHTML document, patch contributed to fix #485298
1012
Daniel Veillardc821e032007-08-28 17:33:45 +00001013Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
1014
1015 * xmlregexp.c: another nasty regexp case fixed.
1016 * test/regexp/ranges2 result/regexp/ranges2: added to regression
1017 suite
1018
William M. Brackec720082007-08-24 02:57:38 +00001019Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
1020
1021 * nanohttp.c: Enhanced to include port number (if not == 80) on the
1022 "Header:" URL (bug #469681).
1023 * xmlregexp.c: Fixed a typo causing a warning message.
1024
Daniel Veillardcd2ebab2007-08-23 20:47:33 +00001025Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
1026
1027 * nanohttp.c: fix an open() call with creation without 3rd argument
1028 hopefully that interface is never used.
1029
Daniel Veillardc1b3fe02007-08-23 15:00:06 +00001030Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
1031
1032 * configure.in doc/*: preparing release of 2.6.30
1033
William M. Brackf1794562007-08-23 12:58:13 +00001034Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
1035
Daniel Veillardc1b3fe02007-08-23 15:00:06 +00001036 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +00001037 with object caching (bug #469410)
1038
Daniel Veillard3888f472007-08-23 09:29:03 +00001039Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
1040
1041 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
1042 applied patch from Frank Gross fixing Schemas IDC import bug
1043 #455953 and also add the test to the regression suite
1044
Daniel Veillard76d59b62007-08-22 16:29:21 +00001045Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1046
1047 * xmlregexp.c: try to fix for the nth time the automata generation
1048 in case of complex ranges. I suppose that time it is actually okay
1049
Daniel Veillard3dcd3192007-08-14 13:46:54 +00001050Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
1051
1052 * parser.c: aligned xmlSAXUserParseMemory() to match
1053 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
1054 cleanup
1055
Rob Richardsf779da32007-08-14 09:41:21 +00001056Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1057
1058 * xmlIO.c: fixed windows path determination (patch from
1059 Roland Schwarz, bug #462877)
1060 * win32/Makefile.mingw win32/configure.js: fixed mingw build
1061 (patch from Roland Schwarz, bug #462877)
1062
Daniel Veillardda629342007-08-01 07:49:06 +00001063Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
1064
1065 * parser.c: fixed a parser bug where invalid char in comment may
1066 not be detected, reported by Ashwin Sinha
1067 * test/errors/comment1.xml result/errors/comment1.xml*: added
1068 the example to the regression suite
1069
Daniel Veillard3814a362007-07-26 11:41:46 +00001070Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
1071
1072 * xmlsave.c: fixed problem reported on bug #460415
1073
William M. Brack50420192007-07-20 01:09:08 +00001074Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
1075
1076 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
1077
William M. Brackb0a94e82007-07-18 18:04:55 +00001078Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
1079
1080 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
1081 Fixes bug #454608.
1082
Daniel Veillard65fcf272007-07-11 17:55:30 +00001083Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
1084
1085 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
1086 should fix bug #358125
1087
Daniel Veillardcaa19512007-07-04 15:42:46 +00001088Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
1089
1090 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
1091 uses of xmlTextWriterStartDocument()
1092
Daniel Veillard734e7662007-06-26 11:30:31 +00001093Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1094
1095 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
1096 argument occurs, should fix #450936
1097
William M. Brack31700e62007-06-13 20:33:02 +00001098Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
1099
1100 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
1101
Daniel Veillard38431c32007-06-12 16:20:09 +00001102Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
1103
Daniel Veillardc1b3fe02007-08-23 15:00:06 +00001104 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001105 * valid.c: patch from Dagfinn I. Mannsåker for idness of name
Daniel Veillard38431c32007-06-12 16:20:09 +00001106 in HTML, c.f. bug #305885.
1107
Daniel Veillarddbbd72b2007-06-12 15:15:52 +00001108Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
1109
1110 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
1111 should not have namespace processing.
1112
Daniel Veillarddfac9462007-06-12 14:44:32 +00001113Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
1114
1115 * parser.c: fixed the push mode when a big comment occurs before
1116 an internal subset, should close bug #438835
1117 * test/comment6.xml result//comment6.xml*: added a special
1118 test in the regression suite
1119
Daniel Veillardb9e5acc2007-06-12 13:43:00 +00001120Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
1121
1122 * parser.c: fix bug #414846 where invalid characters in attributes
1123 would sometimes not be detected.
1124 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
1125 test case to the regression tests
1126
Daniel Veillard3130fe92007-06-12 12:24:54 +00001127Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
1128
1129 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
1130 in GNU tar, should fix #396751
1131
Daniel Veillarddb670152007-06-12 10:04:37 +00001132Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
1133
1134 * python/types.c: try to allow compilation on old python version
1135 should fix #398125
1136
Daniel Veillardfcd02ad2007-06-12 09:49:40 +00001137Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
1138
1139 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
1140 fixes bug #438390
1141
Daniel Veillard5cdbbd22007-06-12 09:39:14 +00001142Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
1143
1144 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
1145
Daniel Veillardd8ed1052007-06-12 09:24:46 +00001146Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
1147
1148 * relaxng.c: fixed bug #407436 a crash in a specific case of
1149 Relax-NG validation
1150
Daniel Veillardbe8d9d32007-06-12 09:14:11 +00001151Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1152
1153 * catalog.c: fixed bug #383687, some case of recursion on next
1154 were not caught in the catalog code.
1155
Daniel Veillard861101d2007-06-12 08:38:57 +00001156Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1157
1158 * HTMLparser.c: fixed bug #381877, avoid reading over the end
1159 of stream when generating an UTF-8 encoding error.
1160
Daniel Veillard2e620862007-06-12 08:18:21 +00001161Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
1162
1163 * parser.c: fixed bug #366161, trivially added the check in
1164 xmlCtxtReset()
1165
Rob Richards90ee8df2007-06-08 19:47:37 +00001166Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1167
1168 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
1169 for VC8 build support to embed manifest within files. Under MS VC, build
1170 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
1171
Rob Richardse967f0b2007-06-08 19:36:04 +00001172Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1173
1174 * threads.c include/libxml/threads.h: use specified calling convention
1175 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
1176 add xmlDllMain to header for win32 when building for static dll
1177
Rob Richardsb8769d62007-06-08 08:50:47 +00001178Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
1179
1180 * xmlwriter.c: fixed problem with namespace declaration being
1181 written more than once per element start tag
1182
William M. Brack97ac8192007-06-06 17:19:24 +00001183Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
1184
1185 * xpath.c: fixed problem with xmlXPathNodeSetSort;
1186 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
1187
William M. Brackd611c882007-05-31 05:07:17 +00001188Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
1189
1190 * xpath.c: fixed problem with string value for PI node
1191 (bug #442275)
1192
Daniel Veillarde61d75f2007-05-28 14:16:33 +00001193Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1194
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001195 * uri.c: fix bug reported by François Delyon
Daniel Veillarde61d75f2007-05-28 14:16:33 +00001196
William M. Brack38d452a2007-05-22 16:00:06 +00001197Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
1198
1199 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
1200 by Mark Rowe (bug #440159)
1201 * include/libxml/xmlversion.h.in: Added check for definition of
1202 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
1203 Wendy Doyle and Mark Rowe, bug #346675)
1204 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
1205 changes to fix compilation warnings - no change to logic.
1206
William M. Bracke8827652007-05-16 05:19:13 +00001207Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
1208
1209 * nanohttp.c: small enhancement to last fix, pointed out
1210 by Alex Cornejo
1211
William M. Brackd2f682a2007-05-15 19:42:08 +00001212Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
1213
1214 * nanohttp.c: fixed problem on gzip streams (bug #438045)
1215 * xpath.c: fixed minor spot of redundant code - no logic change.
1216
William M. Brackca797882007-05-11 14:45:53 +00001217Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1218
1219 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
1220 in order to produce the required number of significant digits
1221 (bug #437179)
1222
Daniel Veillardf6cf57a2007-05-09 23:53:30 +00001223Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1224
1225 * list.c: applied patch to fix xmlListAppend() from
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001226 Georges-André SILBER
Daniel Veillardf6cf57a2007-05-09 23:53:30 +00001227 * valid.c: also fix the place wher it was called.
1228
Daniel Veillard1ca1be22007-05-02 16:50:03 +00001229Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
1230
1231 * parser.c: tried to fix an error problem on entity content failure
1232 reported by Michael Day
1233
Daniel Veillardc51f51c2007-05-02 16:25:45 +00001234Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
1235
1236 * configure.in: typo patch from Bjorn Reese
1237
Daniel Veillard491e58e2007-05-02 16:15:18 +00001238Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
1239
1240 * HTMLparser.c: applied patch from Michael Day to add support for
1241 <embed>
1242
Daniel Veillard4d1320f2007-04-26 08:55:33 +00001243Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1244
1245 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
1246 in htmlCreateDocParserCtxt.
1247
Daniel Veillarda1413b82007-04-26 08:33:28 +00001248Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
1249
1250 * uri.c include/libxml/uri.h: patch from Richard Jones to save
1251 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +00001252 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +00001253
Daniel Veillardcb4284e2007-04-25 13:55:20 +00001254Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
1255
1256 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
1257 patch from Richard Jones to for the silent flag on valgrind
1258 when doing "make valgrind"
1259 * xmlregexp.c: raise a regexp error when '\' is misused to escape
1260 a standard character.
1261
Daniel Veillardc9923322007-04-24 18:12:06 +00001262Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
1263
1264 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
1265
Daniel Veillarda44294f2007-04-24 08:57:54 +00001266Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
1267
1268 * uri.c: fix xmlURIUnescapeString comments which was confusing
1269
Daniel Veillard509ed2a2007-04-18 07:51:50 +00001270Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
1271
1272 * include/win32config.h libxml.h: new patch from Andreas Stricke to
1273 better integrate support for Windows CE
1274
Daniel Veillard39bcf942007-04-17 14:47:05 +00001275Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
1276
1277 * doc/* configure.in NEWS: release of libxml2 2.6.28
1278
Daniel Veillard59d3ed82007-04-17 12:44:58 +00001279Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1280
1281 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
1282 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
1283 patch from Andreas Stricke to ease the compilation on Windows CE
1284
Daniel Veillarded121382007-04-17 12:33:19 +00001285Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
1286
1287 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
1288 a libxml2 patch from Christian Ehrlicher
1289
Daniel Veillard42720242007-04-16 07:02:31 +00001290Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
1291
1292 * HTMLparser.c: change the way script/style are parsed to
1293 not try to detect comments, reported by Mike Day
1294 * result/HTML/doc3.*: affects the result of that test
1295
William M. Brack56578372007-04-11 14:33:46 +00001296Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1297
1298 * xmlregexp.c: small enhancement for quantifier range with
1299 min occurs of 0; fixes bug 425542.
1300
Daniel Veillardbd672bc2007-03-30 12:39:25 +00001301Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
1302
1303 * xmlIO.c: applied change from Michael Day to avoid a problem when
1304 compiled without zlib support.
1305
Daniel Veillard7ef51692007-03-21 16:47:12 +00001306Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1307
1308 * include/libxml/xpath.h: applied documentation patch from James Dennett
1309
William M. Bracka9cbf282007-03-21 13:16:33 +00001310Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
1311
1312 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
1313 * test/regexp/bug420596, result/regexp/bug420596: added regression
1314 test for this
1315
William M. Bracke978ae22007-03-21 06:16:02 +00001316Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
1317
1318 * HTMLparser.c: fixed memory access error on parsing of meta data
1319 which had errors (bug #382206). Also cleaned up a few warnings
1320 by adding some additional DECL macros.
1321
Daniel Veillardbd444842007-03-20 08:47:29 +00001322Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1323
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001324 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
Daniel Veillardbd444842007-03-20 08:47:29 +00001325 the silly __ss_familly problem on various AIXes, should fix #420184
1326
William M. Brack0c1e3012007-03-14 12:40:21 +00001327Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
1328
1329 * configure.in: corrected small error in last commit
1330 * xmlreader.c: corrected small typo in last commit
1331
William M. Brack06559b32007-03-14 09:34:15 +00001332Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
1333
1334 * xmlschemas.c: fixed problem with referenced attribute groups
1335 (bug #417621)
1336 * configure.in: re-ordered some includes for types.h / socket.h
1337 (bug #416001)
1338
Daniel Veillarda9c56772007-03-09 16:59:05 +00001339Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
1340
1341 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
1342 and state internal flags mixups
1343
William M. Brackee0b9822007-03-07 08:15:01 +00001344Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1345
1346 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
1347 cases when comparing identical nodes (bug #415567) with patch
1348 from Oleg Paraschenko
1349
William M. Brack7a12e572007-02-16 17:11:09 +00001350Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1351
1352 * python/libxml.py: fixed tab problem with patch from
1353 Andreas Hanke (bug #408626)
1354
1355Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +00001356
1357 * doc/xml.html: Changed all references to libxml2 CVS over to
1358 the corresponding SVN. A few other spelling/grammar/links
1359 also changed.
1360 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
1361
William M. Brack0bcec062007-02-14 02:15:19 +00001362Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
1363
1364 * xpath.c: Fixed memory bug with invalid function reported by
1365 Francois Delyon on mailing list
1366
William M. Brack53ce98c2007-02-13 00:37:20 +00001367Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
1368
1369 * xinclude.c: fixed problem with invalid char encountered
1370 during text include (reported on xslt mailing list)
1371
Daniel Veillardfde5b0b2007-02-12 17:31:53 +00001372Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
1373
1374 * Makefile.am: small cleanup to avoid packaging .svn
1375 * libxml.h threads.c parser.c: applied patch to avoid a problem
1376 in concurrent threaded initialization fix from Ted Phelps
1377
William M. Brackd46c1ca2007-02-08 23:34:34 +00001378Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
1379
1380 * parser.c: added a GROW when parsing complex comments (bug #405666)
1381 * gentest.py, testapi.c: added a hack to prevent destruction of any
1382 param with 'destroy' in it's description (i.e. param destroyed by
1383 the routine under test, so shouldn't be destroyed by testapi)
1384 * xmlreader.c: added freeing of 'input' param even on error
1385 (fixes leak detected by testapi)
1386
William M. Brackc1099be2007-01-31 18:38:56 +00001387Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1388
1389 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
1390 xmlwriter.c: repositioned #include for libxml.h to avoid
1391 compilation error on some architectures (bug #398277)
1392 * fixed screwed-up ChangeLog (deleted some duplicate entries)
1393
William M. Brack72239ba2007-01-31 18:25:12 +00001394Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +00001395
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001396 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
William M. Brack22242272007-01-27 07:59:37 +00001397
William M. Brack72239ba2007-01-31 18:25:12 +00001398Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +00001399
1400 * xpath.c: added checks for alloc fail on calls to
1401 xmlXPathNewContext (libxslt bug #400242)
1402
1403Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
1404
1405 * Re-generated the documentation (API chunks 27-29 were missing)
1406 (also causes changes to testapi.c, elfgcchack.h and
1407 win32/libxml2.def.src)
1408
1409Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
1410
1411 * python/libxml.c: fix a memory leak in the python string handling
1412 when SAX event are passed back to the python handlers
1413
1414Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
1415
1416 * xmlreader.c: fix xmlTextReaderSetup() description
1417 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
1418 test/relaxng/empty1_0.xml test/relaxng/comps.rng
1419 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
1420 test/relaxng/empty1_1.xml: tests which were apparently
1421 never commited to CVS
1422
1423Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
1424
1425 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
1426 expose xmlTextReaderSetup() function
1427
1428Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1429
1430 * configure.in: adapt the extra versioning code to SVN
1431
1432Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1433
1434 * python/generator.py python/libxml.py: apparently id() sometimes
1435 generate negative values and %X outputs -XXXX :-(
1436
1437Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
1438
1439 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
1440 and XML declaration detection, and associated documentation change
1441
1442Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
1443
1444 * xinclude.c: another XInclude user data propagation patch from
1445 Michael Day
1446
1447Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
1448
1449 * HTMLparser.c: applied patch from Steven Rainwater to fix
1450 UTF8ToHtml behaviour on code points which are not mappable to
1451 predefined HTML entities, fixes #377544
1452
1453Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
1454
1455 * xpath.c: fixed a bug where the principal node type of an axis
1456 wasn't tested on name check, fixes bug #377432
1457
1458Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1459
1460 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
1461 report and suggestion.
1462
1463Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1464
1465 * uri.c: applied patch from Igor for path conversion on Windows
1466
1467Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
1468
1469 * xmlregexp.c: another small change on the algorithm for the
1470 elimination of epsilon transitions, should help on #362989 too
1471
1472Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1473
1474 * tree.c: applied documentation patches from Markus Keim
1475 * xmlregexp.c: fixed one bug and added a couple of optimisations
1476 while working on bug #362989
1477
1478Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1479
1480 * HTMLparser.c: applied a reworked version of Usamah Malik patch
1481 to avoid growing the parser stack in some autoclose cases, should
1482 fix #361221
1483
1484Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1485
1486 * xpath.c: William spotted an obvious bug
1487
1488Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
1489
1490 * NEWS configure.in testapi.c doc//*: preparing release of
1491 libxml2-2.6.27
1492 * include/libxml/tree.h: fix a small problem with preproc flags
1493
1494Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
1495
1496 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
1497 * xmllint.c: order XPath elements when using --shell
1498
1499Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
1500
1501 * xmlregexp.c: applied fix from Christopher Boumenot for bug
1502 #362714 on regexps missing ']'
1503
1504Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1505
1506 * parserInternals.c: applied patch from Marius Konitzer to avoid
1507 leaking in xmlNewInputFromFile() in case of HTTP redirection
1508
1509Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
1510
1511 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
1512 and pointed in #340591
1513
1514Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1515
1516 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
1517 htmlReadIO() this should fix #340322
1518
1519Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
1520
1521 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
1522
1523Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
1524
1525 * HTMLparser.c: fixing HTML minimized attribute values to be generated
1526 internally if not present, fixes bug #332124
1527 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
1528 result/HTML/wired.html.sax: this affects the SAX event strem for
1529 a few test cases
1530
1531Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1532
1533 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
1534 * result/HTML/entities2.html* test/HTML/entities2.html: added to
1535 the regression suite
1536
1537Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1538
1539 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
1540 #342556
1541 * xmlsave.c: fixed #342556 easy and a whole set of problems with
1542 encodings, BOM and xmlSaveDoc()
1543
1544Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1545
1546 * HTMLparser.c: fix #348252 if the document clains to be in a
1547 different encoding in the meta tag and it's obviously wrong,
1548 don't screw up the end of the content.
1549
1550Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1551
1552 * HTMLparser.c: fix a chunking and script bug #347708
1553
1554Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
1555
1556 * HTMLparser.c: remove a warning
1557 * encoding.c: check with uppercase for AIX iconv() should fix #352644
1558 * doc/examples/Makefile.am: partially handle one bug report
1559
1560Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1561
1562 * parser.c: fix the patch for unreproductable #343000 but
1563 also fix a line/column keeping error
1564 * result/errors/attr1.xml.err result/errors/attr2.xml.err
1565 result/errors/name.xml.err result/errors/name2.xml.err
1566 result/schemas/anyAttr-processContents-err1_0_0.err
1567 result/schemas/bug312957_1_0.err: affected lines in error output
1568 of the regression tests
1569
1570Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1571
1572 * tree.c: fixing bug #344390 with xmlReconciliateNs
1573
1574Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
1575
1576 * xmllint.c: added --html --memory to test htmlReadMemory to
1577 test #321632
1578 * HTMLparser.c: added various initialization calls which may help
1579 #321632 but not conclusive
1580 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
1581 --with-minimum --with-sax1 and --with-minimum --with-schemas
1582 fixing #326442
1583
1584Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1585
1586 * relaxng.c: fix a Relax-NG bug related to element content processing,
1587 fixes bug #302836
1588 * test/relaxng/302836.rng test/relaxng/302836_0.xml
1589 result/relaxng/302836*: added to regression tests
1590
1591Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
1592
1593 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
1594
1595Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1596
1597 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
1598 Should fix #335085
1599 * testapi.c: reset the http_proxy env variable to not waste time
1600 on regression tests
1601
1602Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1603
1604 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
1605
1606Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1607
1608 * parser.c: fixed the heuristic used when trying to detect mixed-content
1609 elememts if the parser wants to treat ignorable whitespaces
1610 in a non-standard way, should fix bug #300263
1611
1612Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
1613
1614 * parser.c: fix a first arg error in SAX callback pointed out by
1615 Mike Hommey, and another one still hanging around. Should fix #342737
1616
1617Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1618
1619 * include/libxml/xmlversion.h.in: fix comment on versions
1620 * xmlmemory.c: do not spend too much time digging in dumped memory
1621
1622Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1623
1624 * valid.c: fixed a weird error where validity context whould not
1625 show up if warnings were disabled pointed out by Bob Stayton
1626 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
1627 * doc//* testapi.c: rebuilt the docs
1628
1629Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1630
1631 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1632 library flags for shared and static builds, fixes #344594. If this
1633 bites you, use xml2-config.
1634
1635Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1636
1637 * python/Makefile.am: remove the build path recorded in the python
1638 shared module as Peter Breitenlohner pointed out, should fix #346022
1639
1640Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
1641
1642 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
1643 of unescaping from URL to filepath, should fix #344588.
1644
1645Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1646
1647 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
1648 for wget detection and fix of a Python path problem, should fix
1649 #340993
1650
1651Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
1652
1653 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1654 fix entities behaviour when using SAX, had to extend entities
1655 content and hack on the entities processing code, but that should
1656 fix the long standing bug #159219
1657
1658Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1659
1660 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
1661 to provide a clean conversion when setting up a base
1662 * SAX2.c tree.c: use said function when setting up doc->URL
1663 or using the xmlSetBase function. Should fix #346261
1664
1665Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1666
1667 * xmlIO.c: applied a portability patch from Emelyanov Alexey
1668
1669Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
1670
1671 * parser.c: applied and slightly modified a patch from Michael Day to
1672 keep _private in the parser context when parsing external entities
1673
1674Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1675
1676 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
1677 Brian West and Stefan Anca to add XPointer suport to the Python bindings
1678
1679Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1680
1681 * xmlsave.c: fixed a comment
1682 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1683 to add a new function providing the _private field for the generated
1684 parser contexts xmlXIncludeProcessFlagsData()
1685
1686Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
1687
1688 * xmlIO.c: applied patch from Michael Day doing some refactoring
1689 for the catalog entity loaders.
1690
1691Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
1692
1693 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1694 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1695
1696Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1697
1698 * parser.c: applied patch from Ben Darnell on #321545, I could not
1699 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1700
1701Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1702
1703 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
1704 * parser.c: fix resulting tree corruption when using XML namespace
1705 with existing doc in xmlParseBalancedChunkMemoryRecover.
1706
1707Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1708
1709 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
1710 in the previous patch.
1711
1712Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1713
1714 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
1715 with file names in UTF-8 on Windows, and compat on older win9x
1716 versions.
1717
1718Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1719
1720 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
1721 on validation errors, the heuristic to guess is a vctxt user
1722 pointer is the parsing context was insufficient.
1723
1724Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1725
1726 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1727 applied patch to man pages from Daniel Leidert and regenerated
1728
1729Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1730
1731 * xmlwriter.c: Add a document to the xmlwriter structure and
1732 pass document when writing attribute content for encoding support.
1733
1734Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1735
1736 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
1737 for consistant handling.
1738
1739Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1740
1741 * xpath.c: Applied the proposed fix for the documentation
1742 of xmlXPathCastToString(); see bug #346202.
1743
1744Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1745
1746 * xmlschemas.c: While investigating bug #350247, I noticed
1747 that xmlSchemaIDCMatcher structs are massively recreated
1748 although only a maximum of 3 structs is used at the same
1749 time; added a cache for those structures to the
1750 validation context.
1751
1752Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1753
1754 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
1755 bug in xmlSchemaXPathEvaluate should close #351032
1756
1757Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1758
1759 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
1760 xmlSchemaClearValidCtxt
1761
1762Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
1763
1764 * python/generator.py: fixed the conversion of long parameters
1765
1766Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1767
1768 * xmlsave.c: Removed the automatic generation of CDATA sections
1769 for the content of the "script" and "style" elements when
1770 serializing XHTML. The issue was reported by Vincent Lefevre,
1771 bug #345147.
1772 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1773 results due to the serialization change described above.
1774
1775Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1776
1777 * configure.in parser.c xmllint.c include/libxml/parser.h
1778 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
1779 to expose if zlib support was compiled in, in the header, in the
1780 feature API and in the xmllint --version output.
1781
1782Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
1783
1784 * SAX2.c: refactor to use normal warnings for entities problem
1785 and not straight SAX callbacks.
1786
1787Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1788
1789 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
1790 The simple type, which was the content type definition
1791 of a complex type, which in turn was the base type of a
1792 extending complex type, was missed to be set on this
1793 extending complex type in the derivation machinery.
1794
1795Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1796
1797 * xpath.c: Changed xmlXPathCollectAndTest() to use
1798 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1799 NODE_TEST_TYPE (the ns-node was previously added plainly
1800 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1801 this specialized ns-addition function was already used,
1802 I assume it was missed to be used with NODE_TEST_TYPE.
1803
1804Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1805
1806 * HTMLparser.c: applied const'ification of strings patch from
1807 Matthias Clasen
1808
1809Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1810
1811 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1812 destroy the condition associated to the mutex.
1813
1814Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1815
1816 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1817 revealed by a Libxslt regression test.
1818
1819Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1820
1821 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1822 usable outside predicate evaluation; the intention is to
1823 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1824 like in <xsl:if test="/foo">.
1825
1826Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1827
1828 * xpath.c: Fix a memory leak which occurred when using
1829 xmlXPathCompiledEvalToBoolean().
1830
1831Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1832
1833 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1834 python/tests/Makefile.am:
1835 Added code submitted by Andreas Pakulat to provide node
1836 equality, inequality and hash functions, plus a single
1837 test program to check the functions (bugs 345779 + 345961).
1838
1839Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1840
1841 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1842 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1843 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1844 to be aware of a boolean result request. The new function
1845 is now used to evaluate predicates.
1846
1847Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1848
1849 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1850 introduced field @rewriteType on xmlXPathStepOp was not
1851 initialized to zero here; this could lead to the activation
1852 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1853 @rewriteType is randomly set to the value 1. A test
1854 (hardcoding the intial value to 1) revealed that the
1855 resulting incorrect behaviour is similar to the behaviour
1856 as described by Arnold Hendriks on the mailing list; so I
1857 hope that will fix the issue.
1858
1859Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1860
1861 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1862 was introduced with the addition of the d-o-s rewrite
1863 and made xpath.c unable to compile if XPATH_STREAMING
1864 was not defined (reported by Kupriyanov Anatolij -
1865 #345752). Fixed the check for d-o-s rewrite
1866 to work on the correct XPath string, which is ctxt->base
1867 and not comp->expr in this case.
1868
1869Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1870
1871 * xpath.c: Added optimization for positional predicates
1872 (only short-hand form "[n]"), which have a preceding
1873 predicate: "/foo[descendant::bar][3]".
1874
1875Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1876
1877 * parser.c: try to fix the crash raised by the parser in
1878 recover mode as pointed by Ryan Phillips
1879
1880Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1881
1882 * python/types.c: patch from Nic Ferrier to provide a better type
1883 mapping from XPath to python
1884
1885Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1886
1887 * runtest.c: applied patch from Boz for VMS and reporting
1888 Schemas errors.
1889
1890Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1891
1892 * testapi.c: applied patch from Felipe Contreras when compiling
1893 with --with-minimum
1894
1895Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1896
1897 * tree.c include/libxml/tree.h: Fixed a bug in
1898 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1899 very first given node had an attribute node :-( This was due
1900 to a missed check in the traversal mechanism.
1901 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1902 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1903 reusal; so the map-items don't need to be created for every
1904 cloning/adoption. Added a callback function to it for
1905 retrieval of xmlNsPtr to be set on node->ns; this is needed
1906 for my custom handling of ns-references in my DOM wrapper.
1907 Substituted code which created the XML namespace decl on
1908 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1909 those nastly "warnigns" from the docs of the clone/adopt
1910 functions; they work fine on my side.
1911
1912Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1913
1914 * result/pattern/namespaces: Adjusted the result of a
1915 regression test, since the fix of xmlGetNodePath() revealed a
1916 bug in this test result.
1917
1918Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1919
1920 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1921
1922Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1923
1924 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1925 for elements in the default namespace, rather than generating
1926 an unprefixed named node test and loosing the namespace
1927 information.
1928
1929Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1930
1931 * include/libxml/parser.h: Clarified in the docs that the tree
1932 must not be tried to be modified if using the parser flag
1933 XML_PARSE_COMPACT as suggested by Stefan Behnel
1934 (#344390).
1935
1936Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1937
1938 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1939
1940Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1941
1942 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1943 when the expression was not valid and @comp was NULL and I
1944 tried to do the d-o-s rewrite.
1945
1946Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1947
1948 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1949
1950Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1951
1952 * xpath.c: Enabled the compound traversal again; I added a
1953 check to use this only if the have an expression starting
1954 with the document node; so in the case of "//foo", we
1955 already know at compilation-time, that there will be only
1956 1 initial context node. Added the rewrite also to
1957 xmlXPathEvalExpr().
1958
1959Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1960
1961 * xinclude.c: fix bug #343968, include='text' can't lead to a
1962 recursion.
1963
1964Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1965
1966 * xpath.c: Disabled the compound traversal for the release;
1967 I need first to assure that this is done only if we have
1968 1 initial node.
1969
1970Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1971
1972 * xpath.c: fixed memory leak in xpath error reporting
1973
1974Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1975
1976 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1977
1978Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1979
1980 * xpath.c include/libxml/xpath.h runsuite.c:
1981 Changed the name of the recently added public function
1982 xmlXPathContextSetObjectCache() to
1983 xmlXPathContextSetCache(); so a more generic one, in
1984 case we decide to cache more things than only XPath
1985 objects.
1986
1987Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1988
1989 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1990 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1991 traversal of 2 axes when we have a "//foo" expression.
1992 This is done with a rewrite of the XPath AST in
1993 xmlXPathRewriteDOSExpression(); I added an additional field
1994 to xmlXPathStepOp for this (but the field's name should be
1995 changed). The mechanism: the embracing descendant-or-self
1996 axis traversal (also optimized to return only nodes which
1997 can hold elements), will produce context nodes for the
1998 inner traversal of the child axis. This way we avoid a full
1999 node-collecting traversal of the descendant-or-self axis.
2000 Some tests indicate that this can reduce execution time of
2001 "//foo" to 50%. Together with the XPath object cache this
2002 all significantly speeds up libxslt.
2003
2004Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2005
2006 * xmlschemas.c: A warning will now be reported in the value of
2007 the XSD attribute 'schemaLocation' does not consist of tuples
2008 (namespace-name, document-URI). A warning will be reported
2009 if a schema document could not be found at the specified
2010 location (via 'schemaLocation' or
2011 'noNamespaceSchemaLocation').
2012 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
2013 xmlParserErrors.
2014
2015Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2016
2017 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
2018 recreation (if possible) of the node-set which is used to
2019 collect the nodes in the current axis for the currect context
2020 node. Especially for "//foo" this will decrease dramatically
2021 the number of created node-sets, since for each node in the
2022 result node-set of the evaluation of descendant-or-self::node()
2023 a new temporary node-set was created. Added node iterator
2024 xmlXPathNextChildElement() as a tiny optimization for
2025 child::foo.
2026
2027Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2028
2029 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
2030 It sits on an xmlXPathContext and need to be explicitely
2031 activated (or deactivated again) with
2032 xmlXPathContextSetObjectCache(). The cache consists of 5
2033 lists for node-set, string, number, boolean and misc XPath
2034 objects. Internally the xpath.c module will use object-
2035 deposition and -acquisition functions which will try to reuse
2036 as many XPath objects as possible, and fallback to normal
2037 free/create behaviour if no cache is available or if the cache
2038 is full.
2039 * runsuite.c: Adjusted to deactivate the cache for XML Schema
2040 tests if a cache-creation is turned on by default for the whole
2041 library, e.g. for testing purposes of the cache. It is
2042 deactivated here in order to avoid confusion of the memory leak
2043 detection in runsuite.c.
2044
2045Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2046
2047 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
2048 seems we really need to walk the whole list, since those
2049 nastly namespace nodes need to be added with
2050 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
2051 A flag on the node-set indicating if namespace nodes are in
2052 the set would help here; this is the 3rd flag which would
2053 be usefull with node-sets. The current flags I have in mind:
2054 1) Is a node-set already sorted?
2055 This would allow for rebust and optimizable sorting
2056 behaviour.
2057 2) Of what type are the nodes in the set (or of mixed type)?
2058 This would allow for faster merging of node-sets.
2059 3) Are namespace nodes in the set?
2060 This would allow to skipp all the namespace node specific
2061 special handling. Faster node-set merging if the first
2062 set is empty; just memcpy the set.
2063
2064Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2065
2066 * xpath.c: Optimization of count(): eliminated sorting
2067 (see bug #165547). Optimization of XPATH_OP_FILTER if the
2068 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
2069 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
2070
2071Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
2072
2073 * tree.c: Revert behavior change in xmlSetProp to handle attributes
2074 with colons in name and no namespace.
2075
2076Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2077
2078 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
2079 for xmlXPathCmpNodesExt(). Tiny further enhancement of
2080 xmlXPathCmpNodesExt(). Added additional checks in various code
2081 parts to avoid calling sorting or merging functions if the
2082 node-set(s) don't need them; i.e., if they are empty or contain
2083 just one node.
2084
2085Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2086
2087 * xpath.c: Optimized the comparison for non-element nodes
2088 in xmlXPathCmpNodesExt(); the comparison is used for sorting
2089 of node-sets. This enhancement is related to bug #165547.
2090 There are other places where the old comparison function
2091 xmlXPathCmpNodes() is still called, but I currently don't
2092 know exactly what those calls are for; thus if they can be
2093 substituted (if it makes sense) for the new function.
2094
2095Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2096
2097 * xpath.c: Applied patch from Rob Richards, fixing a potential
2098 memory leak in xmlXPathTryStreamCompile(), when a list of
2099 namespaces was assigned to the XPath compilation context;
2100 here a new namespace list was created and passed to
2101 xmlPatterncompile(); but this list was not freed afterwards.
2102 Additionally we avoid now in xmlXPathTryStreamCompile() to
2103 compile the expression, if it has a colon - indicating
2104 prefixed name tests - and no namespace list was given. The
2105 streaming XPath mechanism needs a namespace list at
2106 compilation time (unlike normal XPath, where we can bind
2107 namespace names to prefixes at execution time).
2108 * pattern.c: Enhanced to use a string dict for local-names,
2109 ns-prefixes and and namespace-names.
2110 Fixed xmlStreamPushInternal() not to use string-pointer
2111 comparison if a dict is available; this won't work, since
2112 one does not know it the given strings originate from the
2113 same dict - and they normally don't do, since e.g.
2114 namespaces are hold on xmlNs->href. I think this would be
2115 worth an investigation: if we can add a @doc field to xmlNs
2116 and put the @href in to a additionan namespace dict hold
2117 in xmlDoc. Daniel will surely not like this idea :-) But
2118 evaluation of tons of elements/attributes in namespaces
2119 with xmlStrEqual() isn't the way we should go forever.
2120
2121Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2122
2123 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
2124 The code expected a node (xmlNodePtr) on the info for a
2125 non-existent default attribute, which clearly cannot be
2126 expected, since the attribute does not exist. I can only
2127 guess that this sneaked trying to eliminate the query
2128 for the owner-element, which is unavoidable actually.
2129 Note that creation of default attributes won't have an
2130 effect if validating via SAX/XMLReader; i.e., the processor
2131 won't fire additional start-attribute events (I'm not even
2132 sure if Libxml2 has such a SAX-event; I think it hands them
2133 all over in the start-element event).
2134
2135Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2136
2137 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
2138 In xmlSchemaBuildContentModelForSubstGroup(),
2139 xmlAutomataNewOnceTrans2() was incorrectly used instead of
2140 xmlAutomataNewTransition2() to mimic a xs:choice for
2141 substitution-groups.
2142 * test/schemas/subst-group-1_1.xsd
2143 test/schemas/subst-group-1_0.xml
2144 result/schemas/subst-group-1_0_1
2145 result/schemas/subst-group-1_0_1.err: Added regression test
2146 supplied by Michael Romer for bug #341150.
2147
2148Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
2149
2150 * relaxng.c: Fixed compilation error with patch supplied by
2151 Graham Bennett.
2152
2153Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2154
2155 * xmlschemas.c: We'll raise an internal error and stop
2156 validation now when an entity is found in the instance
2157 document, since we don't support automatic entity
2158 substitution by the schema processor (yet?) -
2159 see bug #340316, reported by Nick Wellnhofer.
2160
2161Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
2162
2163 * configure.in: applied another Python detection patch from Joseph Sacco
2164 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
2165 too
2166
2167Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
2168
2169 * xmlIO.c: fix a mix of code and declarations showing up on Windows
2170 patch from Kjartan Maraas, fixing #340404
2171
2172Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
2173
2174 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
2175 input buffer
2176
2177Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
2178
2179 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
2180 paths at the last moment
2181 * relaxng.c testapi.c tree.c: fix some comments
2182
2183Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
2184
2185 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
2186 file paths on Windows
2187
2188Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
2189
2190 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
2191
2192Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
2193
2194 * tree.c: fix compilation without tree
2195
2196Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
2197
2198 * xmllint.c: applied patch from Gary Coady to really make sure
2199 xmllint --nonet would not reach the network, should fix #337483.
2200
2201Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
2202
2203 * configure.in: applied patch from Joseph Sacco changing slightly
2204 the python detection scheme should fix bug #338526
2205
2206Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
2207
2208 * parser.c: fix the error message for invalid code point in content
2209 c.f. bug #339311
2210
2211Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2212
2213 * xmlschemas.c test/schemas/restriction-enum-1*
2214 result/schemas/restriction-enum-1*: Fixed incorrect
2215 validation of restricted enumerations. Added related
2216 regression tests.
2217
2218Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
2219
2220 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
2221 in case of errors, should fix bug #338303
2222
2223Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
2224
2225 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
2226 in case of errors, should fix bug #338306
2227
2228Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
2229
2230 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
2231 applied man page improvements from Daniel Leidert
2232
2233Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
2234
2235 * xmlschemas.c: removed unused code or variables, from Stefan Kost
2236 fixing #336163 and #336164
2237
2238Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
2239
2240 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
2241
2242Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
2243
2244 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
2245 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
2246 patches from Aivars Kalvans to make unicode tables const, fixes
2247 bug #336096, this also updates to Unicode 4.01 final with a couple
2248 of character ranges fixes.
2249
2250Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
2251
2252 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
2253 #335603 and resync'ed genChRanges.py to the expected output.
2254
2255Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
2256
2257 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
2258 #316338 and adding a couple of optimizations in the regexp
2259 compilation engine.
2260 * test/regexp/bug316338 result/regexp/bug316338: added regression
2261 tests based on the examples provided in the bug report.
2262
2263Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
2264
2265 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
2266 warning raised by gcc-4.1 and latests changes
2267
2268Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
2269
2270 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
2271 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
2272 pass on coverity reports.
2273
2274Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
2275
2276 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
2277 on coverity reports.
2278
2279Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
2280
2281 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
2282 python/libxml.c: more cleanups based on coverity reports.
2283
2284Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
2285
2286 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
2287 of small cleanups based on coverity reports.
2288
2289Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
2290
2291 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
2292
2293Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
2294
2295 * xml2-config.in: fix Red Hat bug #184170
2296
2297Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2298
2299 * tree.c: Simplified usage of the internal xmlNsMap. Added a
2300 "strict" lookup for namespaces based on a prefix. Fixed a
2301 namespace processing issue in the clone-node function, which
2302 occured if a @ctxt argument was given.
2303
2304Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
2305
2306 * valid.c: fix HTML attribute ID checking for input element.
2307 Maintain current attribute "name" behavior for now.
2308
2309Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2310
2311 * tree.c: Bundled lookup of attr-nodes and retrieving their
2312 values into the functions xmlGetPropNodeInternal() and
2313 xmlGetPropNodeValueInternal(). Changed relevant code
2314 to use those functions.
2315
2316Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2317
2318 * xpath.c: workaround HP-UX compiler bug by Rick Jones
2319
2320Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
2321
2322 * python/libxml2.py: remove a tab, as pointed out on IRC
2323
2324Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
2325
2326 * tree.c: Fix the add sibling functions when passing attributes.
2327 Modify testing for ID in xmlSetProp.
2328 No longer remove IDness when unlinking or replacing an attribute.
2329
2330Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
2331
2332 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
2333 if /etc/xml/catalog doesn't exist.
2334
2335Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
2336
2337 * doc//*: updated the Ruby bindings links, and regenerated the
2338 docs.
2339
2340Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
2341
2342 * catalog.c: improve catalog debugging message patch from Rick Jones
2343
2344Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
2345
2346 * python/types.c: Nic Ferrier found debug statement left in the
2347 XPath conversion code
2348
2349Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
2350
2351 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
2352 Daniel Leidert
2353
2354Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2355
2356 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
2357 The constructor needs a bucket to be assigned during component
2358 fixup.
2359
2360Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2361
2362 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
2363 the empty string (reported by Bas Driessen on the mailing-list).
2364 Fixed schema XSI-acquisition and construction: the schemata
2365 (xmlSchema) didn't get the targetNamespace in some cases, thus
2366 the component resolution mechanism failed to work. The XSI
2367 stuff needs to be tested more intensively; think about how
2368 to test this for regression.
2369
2370Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
2371
2372 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
2373 Daniel Leidert
2374
2375Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
2376
2377 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
2378 Leidert, c.f. #331290
2379
2380Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2381
2382 * xmllint.c: fix an error report when using --path and --valid
2383 closes bug #331290
2384
2385Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
2386
2387 * relaxng.c: trying to fix #331062, this is again a problem
2388 around interleave, there is no good fix unless reimplementing
2389 but this works around some cases and allow to validate in that
2390 case.
2391
2392Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2393
2394 * tree.c: Fixed bug #328896 reported by Liron. The path
2395 for text- and CDATA-section-nodes was computed incorrectly
2396 in xmlGetNodePath().
2397
2398Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
2399
2400 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
2401 and more thorough tests on atoms comparisons.
2402
2403Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
2404
2405 * include/wsockcompat.h: patch from Eric Zurcher to compile with
2406 Borland C++ 6
2407
2408Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
2409
2410 * parser.c: bill pointed out a missing block in xmlParseComment
2411 trying to fill with a normal processing of the given character.
2412
2413Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
2414
2415 * parser.c: fixed the comment streaming bug raised by Graham Bennett
2416 * test/badcomment.xml result//badcomment.xml*: added to the regression
2417 suite.
2418
2419Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2420
2421 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
2422 the header file.
2423
2424Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2425
2426 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
2427 the API. It will be used to reflect DOM's Node.cloneNode and
2428 Document.importNode methods.
2429 The pros: 1) non-recursive, 2) optimized ns-lookup
2430 (mostly pointer comparison), 3) user defined ns-lookup,
2431 4) save ns-processing. The function is in an unfinished
2432 and experimental state and should be only used to test it.
2433
2434Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
2435
2436 * uri.c: applied patch from Rob Richards fixing the URI regressions
2437 tests on Windows which seems to indicate bad escaping.
2438
2439Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2440
2441 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
2442 the previous addition of the removal of redundant ns-decls.
2443
2444Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2445
2446 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
2447 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
2448 was given. Note that I haven't moved this option to the
2449 header file yet; so just call this function with an @option
2450 of 1 to test the behaviour.
2451
2452Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2453
2454 * tapi.c win32/Makefile.*: Added changed as proposed on
2455 the mailing list by venkat naidu in order to compile
2456 testapi.c on windows.
2457
2458Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
2459
2460 * configure.in xml2-config.in: trying to fix windows/configure
2461 issues reported by Tim Van Holder
2462
2463Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
2464
2465 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
2466 when operating on an HTML document.
2467
2468Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2469
2470 * relaxng.c include/libxml/relaxng.h: Added
2471 xmlRelaxNGSetParserStructuredErrors() to the API.
2472
2473Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
2474
2475 * parser.c: reverted first patches for #319279 which led to #326295
2476 and fixed the problem in xmlParseChunk() instead
2477 * test/ent11 result//ent11*: added test for #326295 to the regression
2478 suite
2479
2480Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
2481
2482 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
2483 regenerated the docs, preparing for release of 2.6.23
2484 * pattern.c xmlschemas.c: fixed some comments
2485
2486Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2487
2488 * test/XPath/docs/nodes test/XPath/tests/nodespat
2489 result/XPath/tests/nodespat: Added regression tests for
2490 the latest XPath/pattern fixes.
2491
2492Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2493
2494 * pattern.c: Another fix to handle "foo//.": "foo" was not
2495 included in the resulting node-set.
2496
2497Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2498
2499 * pattern.c xpath.c include/libxml/pattern.h:
2500 Fixed bug #322928, reported by Erich Schubert: The bug was
2501 in pattern.c, which is used for a tiny subset of xpath
2502 expression which can be evaluated in an optimized way.
2503 The doc-node was never considered when evaluating "//"
2504 expressions. Additionally, we fixed resolution
2505 to nodes of any type in pattern.c; i.e. a "//." didn't work
2506 yet, as it did select only element-nodes. Due to this
2507 issue the pushing of nodes in xpath.c needed to be adjusted
2508 as well.
2509
2510Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
2511
2512 * parser.c: tiny refactoring patch from Bjorn Reese
2513
2514Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
2515
2516 * SAX2.c: fix bug #324432 with <xml:foo/>
2517 * test/ns7 resul//ns7*: added to the regression tests
2518
2519Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
2520
2521 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
2522 MinGW compilation problem, should close bug #324943
2523
2524Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2525
2526 * xmlschemas.c: Removed last dependency on the obsolete enum
2527 xmlSchemaValidError.
2528
2529Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
2530
2531 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
2532 and doc build fixes from Michael Day
2533
2534Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
2535
2536 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
2537 Sreeni Nair.
2538
2539Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2540
2541 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
2542 a child of an element (fix by Oleksandr Kononenko).
2543 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
2544
2545Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2546
2547 * xmlschemas.c xmlstring.c: Fixed a segfault during
2548 text concatenation when validating a node tree:
2549 xmlStrncat was called with a @len of -1; but unlike
2550 xmlStrncatNew, it does not calculate the length
2551 automatically in such a case (reported by Judy Hay
2552 on the mailing list).
2553 Updated the descriptions of the involved string
2554 functions to note this.
2555
2556Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
2557
2558 * nanohttp.c: applied patch from Gary Coady to accept gzipped
2559 http resources.
2560
2561Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2562
2563 * win32/configure.js: Added enable/disable of runtime
2564 debugging (LIBXML_DEBUG_RUNTIME).
2565
2566Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2567
2568 * include/libxml/xmlversion.h.in: Fixed to define
2569 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
2570
2571Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2572
2573 * test/schemas/bug321475* result/schemas/bug321475*:
2574 Added regression test for bug #321475 (reported by
2575 Gabor Nagy). Fixing of bug #323510 seemed to have
2576 fixed this bug as well.
2577
2578Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2579
2580 * test/schemas/bug323510* result/schemas/bug323510*:
2581 Added regression test for bug #323510.
2582
2583Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2584
2585 * xmlschemas.c: Workaround for bug #323510 (reported by
2586 Jonathan Filiatrault): substituted the epsilon transition
2587 for a labelled transition, in order to avoid a bug in
2588 xmlregexp.c which eliminated the epsilon transition and
2589 marked the initial state as final.
2590
2591Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
2592
2593 * xmlreader.c: Gary Coady pointed a memory leak in
2594 xmlTextReaderReadInnerXml() applied patch fixing #323864
2595
2596Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2597
2598 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
2599 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
2600 of warnings shown by HP-UX compiler and reported by Rick Jones
2601
2602Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2603
2604 * xmlwriter.c: Insert space between pubid and sysid when both
2605 passed to xmlTextWriterStartDTD and indenting not being used.
2606 Remove no longer used Mem callbacks.
2607
2608Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2609
2610 * runsuite.c: Changed to instantly mark instance-tests as
2611 failed if the corresponding schema was invalid. This
2612 reflects the side of the Python code for the XML Schema test
2613 suite. We now get the same number of failed tests on both
2614 sides.
2615
2616Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2617
2618 * xmlreader.c include/libxml/xmlreader.h: Added
2619 xmlTextReaderSchemaValidateCtxt() to the API.
2620
2621Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2622
2623 * xmlschemas.c: Fixed a segfault: the instance document was
2624 still tried to be validated, if the schema, dynamically
2625 acquired using XSI was invalid, thus mangled. The
2626 validation will stop (or rather won't validate) now in
2627 such a case. The schema parser error code will be set
2628 on the validion context now; this is somehow not nice,
2629 but it assures that the validation context indicates an
2630 error in there was a parser error.
2631
2632Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
2633
2634 * xmlreader.c: small doc patch from Aron Stansvik
2635 * legacy.c: another doc patch for a deprecated API
2636
2637Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2638
2639 * Makefile.am: Tiny change for 'make tests': raised
2640 the number of expected failures for James Clark's
2641 XML Schema datatype tests from 10 to 11. The additional
2642 reported error was agreed to be correct long time ago,
2643 but we missed to adjust the message reported by
2644 the testing script.
2645
2646Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2647
2648 * result/schemas/decimal* result/schemas/bug322411*:
2649 Added missing regression test results for the latest IDC
2650 and xs:decimal bugs.
2651
2652Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2653
2654 * test/schemas/decimal* test/schemas/bug322411*: Added
2655 regression tests for the latest IDC and xs:decimal bugs.
2656
2657Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2658
2659 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2660 parent's list of duplicates was filled with NULLs instead
2661 of the nodes under certain conditions. This lead to a
2662 segfault when the list's entries were accessed.
2663
2664Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2665
2666 * xmlschemastypes.c: Fixed parsing of xs:decimal to
2667 allow/deny special lexical forms. Fixed the totalDigits
2668 for values in the range (x < 1) && (x > -1) && (x != 0);
2669 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2670 Adjusted the comparison function for decimals due to this
2671 change. As a side effect comparison against zeroes was
2672 optimized.
2673
2674Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2675
2676 * xmlschemas.c: An assignment to a local variable, which was
2677 used to access the IDC node list, was missing after the
2678 reallocation of the list (reported by Fabrice GUY
2679 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
2680 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
2681 it is used to force bubbling of IDC node tables even
2682 if not necessary; this was intended to be used for test
2683 purposes, but I obviously missed to disable it (although
2684 it apparently helped finding the bug).
2685
2686Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2687
2688 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
2689 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
2690 this caused XSI-driven-dynamic schema acquisition to fail
2691 with @noNamespaceSchemaLocation (reported by Julien Lamy
2692 on the mailing list).
2693
2694Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2695
2696 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
2697 which caused the search for components to stop at the
2698 first encountered attribute group component.
2699 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
2700 designation of a not-found component was not reported.
2701
2702Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2703
2704 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
2705 in the date and time code raised on IRIX 6.5
2706
2707Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2708
2709 * xmlschemas.c include/libxml/xmlschemas.h:
2710 Added xmlSchemaSetParserStructuredErrors() to the API.
2711 Fixed channeling of error relevant information to
2712 subsequent parser/validation contexts.
2713
2714Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
2715
2716 * parserInternals.c: removed unreachable code pointed out by
2717 Oleksandr Kononenko, fixes bug #321695
2718
2719Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
2720
2721 * parser.c: use ctxt->standalone = -2 to indicate that the
2722 XMLDecl was parsed but no standalone attribute was found,
2723 suggested by Michael Day to detect if an XMLDecl was found.
2724
2725Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
2726
2727 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
2728 were not properly reported.
2729
2730Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
2731
2732 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
2733 which is not needed.
2734
2735Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2736
2737 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
2738 to use xmlSchemaGetCanonValueWhtspExt() in order to
2739 correctly report values for xs:anySimpleType.
2740 * test/schemas/idc-keyref-err1*
2741 result/schemas/idc-keyref-err1*: Added a test for this change.
2742
2743Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
2744
2745 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
2746 Return error condition not len if xmlwriter fails writing to buffer.
2747
2748Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
2749
2750 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
2751 applied patch from Geert Jansen to implement the save function to
2752 a xmlBuffer, and a bit of cleanup.
2753
2754Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2755
2756 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
2757 totalDigits value to be positiveInteger.
2758 Fixed crash in an error report function when we gave it
2759 the document node; only element and attribute nodes are
2760 processed now (reported by Rob Richards).
2761
2762Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
2763
2764 * xmlregexp.c: fix bug #319897, problem with counted atoms
2765 when the transition itself is counted too
2766 * result/regexp/hard test/regexp/hard: augmented the regression
2767 tests with the problem exposed.
2768
2769Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
2770
2771 * win32/Makefile.mingw include/win32config.h: applied patch from
2772 Mark Junker to fix compilation with MinGW
2773
2774Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2775
2776 * libxml.3: tiny fix from Albert Chin
2777 * runsuite.c runtest.c testapi.c: portability cleanup for arch
2778 needing trio for *printf
2779
2780Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2781
2782 * tree.c: add additional checks to prevent tree corruption. fix problem
2783 copying attribute using xmlDocCopyNode from one document to another.
2784
2785Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2786
2787 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2788 cleanup from Albert Chin
2789 * doc/Makefile.am: html/index.sgml doesn't exist anymore
2790
2791Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2792
2793 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
2794 HP-UX and AIX
2795
2796Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2797
2798 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
2799 module portability
2800
2801Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2802
2803 * error.c: fixing a portability problem on some old Unices with
2804 patch from Albert Chin
2805
28062005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2807
2808 * c14n.c result/c14n/exc-without-comments/test-2
2809 test/c14n/exc-without-comments/test-2.xml
2810 test/c14n/exc-without-comments/test-2.xpath: fixing
2811 bug in exc-c14n namespace visibility + test case (bug #319367)
2812
2813Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2814
2815 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2816
2817Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2818
2819 * valid.c xmlregexp.c include/libxml/valid.h
2820 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2821 as this seems to give troubles with VC6 and stl as reported by
2822 Samuel Diaz Garcia.
2823
2824Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2825
2826 * parserInternals.c: fix a problem in some error case on Solaris
2827 when passed a NULL filename, pointed by Albert Chin.
2828
2829Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2830
2831 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2832 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2833 to the regression suite
2834
2835Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2836
2837 * HTMLparser.c: typo fix from Michael Day
2838
2839Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2840
2841 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2842 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2843
2844Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2845
2846 * parser.c: fixed second spot where CRLF split between chunks
2847 could cause trouble (bug #319279)
2848 * gentest.py, testapi.c: fixed two problems involved with
2849 --with-minimum compilation (compilation errors with schematron
2850 and formal expressions tests)
2851
2852Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2853
2854 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2855
2856Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2857
2858 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2859 the London airport.
2860
2861Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2862
2863 * xmlschemas.c: Removed creation of a temporary parser context
2864 during validation when processing xsi:type; this previously
2865 added a string to the dict of the schema - to assure thread
2866 safety, we don't want to modify a given schema during
2867 validation.
2868
2869Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2870
2871 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2872 misuse of vsnprintf
2873 * configure.in, config.h.in: added a configuration check for
2874 va_copy and added a define for VA_COPY for xmlwriter.c fix
2875 * parser.c: fixed problem with CRLF split between chunks (bug
2876 #319279) (fix provided by Brion Vibber)
2877
2878Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2879
2880 * xmlschemas.c: Fixed a potential memory leak in
2881 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2882 Fixed setting of ctxt->err to the given error code in
2883 the parsing error functions.
2884 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2885 starting point for IDC XPath compilation; this and some other
2886 tiny changes fixes issues regarding whitespace in the
2887 expressions and IDC selector/field relevant restrictions of
2888 the subset of XPath. Fixed a missing blocking of attributes
2889 in xmlStreamPushInternal().
2890
2891Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2892
2893 * runtest.c: removed the error message
2894 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2895 documentation
2896 * include/libxml/schemasInternals.h: changed warning about API stability
2897 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2898 regexps and automata. Not fully finished but should be way better.
2899
2900Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2901
2902 * xmlschemas.c: Fixed a memory leak in
2903 xmlSchemaContentModelDump(). Added output of local types
2904 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2905 dump output.
2906
2907Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2908
2909 * tree.c pattern.c: Silenced intel compiler warnings (reported
2910 by Kjartan Maraas, bug #318517).
2911 * xmlschemas.c: The above changes in pattern.c revealed an
2912 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2913 we really pushed them beforehand; this was previously not
2914 checked for the case when we discover an element node to be
2915 invalid wrt the content model.
2916 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2917
2918Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2919
2920 * result/schemas/*.err: Adapted regression test results.
2921
2922Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2923
2924 * xmlschemas.c: Fixed some identity-constraint issues:
2925 Restructured IDC node-tables
2926 Allowed IDCs to resolve also to nodes of complex type with
2927 simple content.
2928 Added check for keyrefs with references to keyrefs.
2929 IDC target-nodes were interferring with IDC node-tables,
2930 since they used one list of entries only. I separated this
2931 one big list into 3 lists: 1 for IDC node-table entries,
2932 1 for _duplicates_ of IDC node-table entries and 1 for
2933 IDC target-nodes. More code, but cleaner and it works at last.
2934 Keyrefs will fail to resolve to duplicate key/unique entries.
2935 I thought this was already working this way, but it didn't.
2936 The wording of the definition for [node table] in the spec
2937 can lead to a scenario, where keyrefs resolve perfectly, even
2938 if the relevant key-sequences of the referenced key/unique have
2939 duplicates in the subtree. Currently only Saxon 8.5.1 is
2940 dissallowing resolution to duplicate entries correctly - we
2941 will follow Saxon here.
2942 Removed some intel compiler warnings (reported by
2943 Kjartan Maraas, bug #318517).
2944 * pattern.c: Fixed an IDC-XPath problem when resolving to
2945 attributes.
2946
2947Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2948 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2949 to use getaddrinfo() if supported in Windows build (bug# 317431).
2950
2951Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2952
2953 * result/schemas/*: Adapted regression test results.
2954
2955Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2956
2957 * xmlschemas.c include/libxml/schemasInternals.h
2958 include/libxml/xmlerror.h: Initial implementation for
2959 redefinitions; this still misses checks for restrictions
2960 of the content model of complex types.
2961 Fixed default/fixed values for attributes (looks like they
2962 did not work in the last releases).
2963 Completed constraints for attribute uses.
2964 Seperated attribute derivation from attribute constraints.
2965 Completed constraints for attribute group definitions.
2966 Disallowing <import>s of schemas in no target namespace if the
2967 importing schema is a chameleon schema. This contradicts
2968 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2969 W3C XML Schema WG, thinks it is correct to dissalow such
2970 imports.
2971 Added cos-all-limited constraints.
2972 Restructured reference resolution to model groups and element
2973 declarations.
2974 Misc cleanup.
2975
2976Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2977
2978 * schematron.c xmlregexp.c: remove warnings under Windows.
2979
2980Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2981
2982 * parser.c: applied patch from Massimo Morara fixing bug #317447
2983 about risk of invalid write in xmlStringLenDecodeEntities
2984
2985Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2986
2987 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2988
2989Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2990
2991 * xmlregexp.c: seems a test to avoid duplicate transition is
2992 really needed at all times. Luka Por gave an example hitting
2993 this. Changed back the internal API.
2994
2995Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2996
2997 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2998
2999Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3000
3001 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
3002
3003Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
3004
3005 * xmlregexp.c: detect combinatory explosion and return with
3006 a runtime error in those case, c.f. #316338 though maybe we
3007 should not see such an explosion with that specific regexp,
3008 more checking needs to be done.
3009
3010Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3011
3012 * include/libxml/schemasInternals.h: Added some comments for the
3013 struct fields.
3014
3015Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
3016
3017 * uri.c: fixed problem when xmlBuildRelativeURI was given a
3018 blank path (bug 316224)
3019
3020Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
3021
3022 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
3023 rebuild.
3024 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
3025 xmlSaveOption
3026 * xmlschemas.c: minor cleanups
3027
3028Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3029
3030 * test/schemas/import1_0.xsd: And adapting another one.
3031
3032Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3033
3034 * result/schemas/derivation-ok-extension_0_0: Adapted result.
3035
3036Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3037
3038 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
3039 result/schemas/changelog093_1_0.err
3040 result/schemas/derivation-ok-extension_0_0.err
3041 result/schemas/import1_0_0.err
3042 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
3043 Adapted regression results.
3044
3045Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3046
3047 * xmlschemas.c include/libxml/schemasInternals.h
3048 include/libxml/xmlerror.h: Completion of the schema graph.
3049 Centralisation, more robustness of the schema document
3050 aquisition story. Centralised and restructured component fixup.
3051 Fixed attribute derivation when 'prohibiting' attribute uses.
3052 Added warnings: when schema documents cannot be localized
3053 during imports; when we get duplicate and pointless attribute
3054 prohibitions. Changed error reports for IDCs to report
3055 the relevant IDC designation as well (requested by GUY Fabrice).
3056 Misc code-cleanup.
3057
3058Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3059
3060 * xmlsave.c: applied second patch from David Madore to be less intrusive
3061 when handling scripts and style elements in XHTML1 should fix #316041
3062 * test/xhtml1 result//xhtml1\*: updated the test accordingly
3063
3064Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3065
3066 * libxml.spec.in doc/devhelp/*: finished the integration with
3067 devhelp, completing the index and inserted into the gtk-doc
3068 database at "make install" stage
3069
3070Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
3071
3072 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
3073 and use option from xmlSaveCtxtPtr rather than global during output.
3074 * xmlsave.c: fix some output formatting for meta element under XHTML.
3075
3076Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3077
3078 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
3079 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
3080 * doc/Makefile.am: build devhelp before the examples.
3081 * doc/*: regenerated the API
3082
3083Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3084
3085 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
3086 given a document pointer instead of an element
3087
3088Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3089
3090 * doc/devhelp/devhelp.xsl: improvements on the html generation,
3091 should be complete with navigation, what is left done is glueing
3092
3093Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3094
3095 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
3096 doc/devhelp/*: started work needed to generate devhelp content,
3097 not too hard based on the existing format and extractor.
3098
3099Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
3100
3101 * parser.c: fixes bug #315617 when using push CDATA in some cases.
3102
3103Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3104
Daniel Veillard25a1ce92008-06-02 16:04:12 +00003105 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
William M. Brack11be2d02007-01-24 19:17:19 +00003106
3107Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3108
3109 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
3110 when handled a namespace node.
3111
3112Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
3113
3114 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
3115 releasing 2.6.21
3116 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
3117 * threads.c include/libxml/threads.h xmllint.c: added the more
3118 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
3119
3120Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3121
3122 * configure.in doc/* configure.in: prepare for release
3123 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
3124
3125Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3126
3127 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
3128 than initially expected as ctxt->error == NULL had behaviour side
3129 effects at the compilation level itself.
3130
3131Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3132
3133 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
3134 pattern induced XPath bug #314282
3135 * relaxng.c: reverted back last change it was seriously broken
3136
3137Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
3138
3139 * xmlsave.c: check for NULL to prevent crash with meta elements
3140
3141Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3142
3143 * relaxng.c: structured error reporting problem with Relax-NG
3144 should fix #314881 and #314759
3145
3146Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
3147
3148 * pattern.c: fixes a portability problem raised by C370 on Z/OS
3149
3150Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3151
3152 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
3153 but more generally related to attributes and ID handling, fixes
3154 #314358 among other things
3155
3156Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3157
3158 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
3159 first argument.
3160 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
3161 based on Andrew W. Nosenko idea.
3162 * doc/* elfgcchack.h: regenerated the API
3163
3164Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3165
3166 * configure.in: the use of AM_PATH_PYTHON is not portable enough
3167 reverting back to AM_PATH_PROG
3168
3169Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3170
3171 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
3172 changing the behaviour when text nodes are found in body
3173 * result/HTML/*: this changes the output of some tests
3174
3175Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
3176
3177 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
3178 c.f. #160598
3179
3180Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3181
3182 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
3183 bug #314853
3184
3185Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
3186
3187 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
3188 to serialization and no longer modify internal tree.
3189
3190Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3191
3192 * libxml.spec.in: the profiling usually don't work, disabled
3193 * doc/*: rebuilt
3194
3195Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3196
3197 * configure.in: trying to fix the first part of #310033 by
3198 detecting gcc <= 3.2
3199
3200Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
3201
3202 * error.c: fixed bug #310033, the URI extraction code given a
3203 node is a bit twisted and broke in the last months.
3204
3205Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3206
3207 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
3208 fix on test.
3209
3210Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3211
3212 * debugXML.c: change verbosity depending on API
3213 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
3214 to previous outputs
3215
3216Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3217
3218 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
3219 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
3220 added a parser XML_PARSE_COMPACT option to allocate small
3221 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
3222 directly within the node, various changes to cope with this.
3223 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
3224 slightly change the output
3225
3226Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3227
3228 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
3229 instead of $CC = 'gcc' because GCC may have a different name
3230
3231Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
3232
3233 * configure.in: changes the way the python binary is found, should
3234 also fix bug #308004
3235
3236Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3237
3238 * parser.c: found another bug while looking at #309616 on missing
3239 entities.
3240 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
3241 SAX stream in missing conditions for a few tests
3242
3243Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3244
3245 * encoding.c: applied the patch suggested #309565 which can avoid
3246 looping in error conditions.
3247
3248Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
3249
3250 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
3251 xmlGetLineNo() c.f. bug #309205
3252
3253Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3254
3255 * encoding.c error.c include/libxml/xmlerror.h: finally converted
3256 the encoding module to the common error reporting mechanism
3257 * doc/* doc/html/libxml-xmlerror.html: rebuilt
3258
3259Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3260
3261 * xpath.c: removed a potentially uninitialized variable error
3262 * python/generator.py: fixed a deprecation warning
3263 * python/tests/tstLastError.py: silent the damn test when Okay !
3264
3265Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3266
3267 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
3268 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
3269 when configured --without-sax1 and other cleanups fixes bug #172683
3270 * doc/* elfgcchack.h: regenerated
3271
3272Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3273
3274 * parser.c: fixed bug #170489 reported by Jirka Kosek
3275 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
3276 result/valid/objednavka*: added the test to the regression suite.
3277
3278Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3279
3280 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
3281 for the HTML parser based on the suggestions of bug #169834 by
3282 Paul Loberg
3283
3284Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3285
3286 * elfgcchack.h testapi.c doc/*: regenerated
3287 * schematron.c: fixed a compilation problem
3288 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
3289 * result/expr/base: slightly changes the number of Cons.
3290
3291Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3292
3293 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
3294 * xmlregexp.c: small cleanup
3295 * include/libxml/schematron.h include/libxml/xmlexports.h
3296 include/libxml/xmlversion.h.in: cleanup problems from code scanner
3297
3298Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3299
3300 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
3301 #313982
3302 * result/schemas/bug313982* test/schemas/bug313982*: also added
3303 the test case to the regression suite.
3304
3305Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
3306
3307 * testRegexp.c: printed the wrong string
3308
3309Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
3310
3311 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
3312 xmlExpExpDerive(), added it to the testRegexp command line
3313 tool when providing multiple expressions.
3314
3315Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3316
3317 * Makefile.am result/expr/base test/expr/base: added the first
3318 regression test suite set for the new expression support
3319
3320Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3321
3322 * valid.c: fixed an uninitialized variable
3323 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
3324 add the parser, serializer and some debugging
3325 * include/libxml/xmlversion.h.in: made the new support compiled
3326 by default if Schemas is included
3327 * testRegexp.c: cleanup and integration of the first part of the
3328 new code with a special switch
3329 * xmllint.c: show up Expr in --version if compiled in
3330 * include/libxml/tree.h: moved the xmlBuffer definition up
3331
3332Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3333
3334 * xmlschemas.c: Some preparation for the creation of a graph
3335 of imported/included/redefined schemas; this is needed for
3336 at least the redefinitions.
3337 Centralized the creation of the parser context in one function.
3338
3339Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3340
3341 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
3342 handling code to have it in CVs from now. Not plugged, and misses
3343 APIs it's not compiled in yet.
3344
3345Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3346
3347 * xmlreader.c: applied another patch from Rob Richards to fix
3348 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
3349
3350Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3351
3352 * xmlreader.c: applied patch from Rob Richards to fix
3353 xmlTextReaderGetAttribute behaviour with namespace declarations
3354
3355Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3356
3357 * xmlschemas.c include/libxml/xmlerror.h:
3358 Changed output for keyref-match errors; the target-node will
3359 be now reported rather than the scope-node of the keyref
3360 definition - allowing easier chasing of instance errors.
3361 This was reported by Guy Fabrice to the mailing list.
3362 Some initial parsing code for schema redefinitions.
3363 * result/schemas/bug303566_1_1.err
3364 result/schemas/bug312957_1_0.err: Adapted test results due
3365 to the keyref changes.
3366
3367Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3368
3369 * valid.c: applied patch from Derek Poon fixing bug #310692
3370
3371Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3372
3373 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
3374 context type was not always properly initialized.
3375
3376Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3377
3378 * relaxng.c: fixed bug #307377 about validation of choices in
3379 list values.
3380 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
3381 added examples to the regression tests, problem is that streaming
3382 version gives slightly more informations.
3383
3384Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3385
3386 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
3387
3388Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3389
3390 * result/schemas/any6_1_0*: Added missing test results.
3391
3392Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
3393
3394 * xmlregexp.c: fixed a determinism detection problem exposed by
3395 ##other tests commited by Kasimier, also added a small speedup
3396 of determinism detection.
3397 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
3398 the results to the regression tests now
3399
3400Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3401
3402 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
3403 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
3404 Added some more tests for element wildcards.
3405
3406Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3407
3408 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
3409 streaming XPath states were not popped in every case,
3410 thus failed to resolve correctly for subsequent input.
3411 * test/schemas/bug312957* result/schemas/bug312957*:
3412 Added the test submitted by Carol Hunter.
3413
3414Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3415
3416 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
3417 ##other issues
3418 * result/schemas/any7* test/schemas/any7: completed the tests
3419 and added the results
3420 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
3421 result/schemas/any5_1_0.err: this slightly chnages the output
3422 from 3 existing tests
3423
3424Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3425
3426 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
3427 Marcus Boerger to remove warnings on Windows.
3428
3429Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
3430
3431 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
3432 an xmlSaveOption to omit XML declaration
3433
3434Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3435
3436 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
3437 patch for HTML UTF-8 serialization
3438 * result/HTML/script2.html: this changed the output of that test
3439
3440Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3441
3442 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
3443 of count based transition, when going though the counter must
3444 be reset to 0
3445 * test/schemas/bug310264* result/schemas/bug310264*: added the
3446 regression test.
3447
3448Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3449
3450 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
3451 only freeing the first annotation in the list.
3452
3453Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3454
3455 * xmlreader.c: applied patch from Rob Richards fixing
3456 xmlTextReaderGetAttribute
3457
3458Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3459
3460 * HTMLparser.c: fixed an uninitialized memory access spotted by
3461 valgrind
3462
3463Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3464
3465 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
3466 installed DTD
3467 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
3468 cleanup the Path/URI conversion mess, needed fixing in various
3469 layers and a new API to the uri module which also fixes #306861
3470 * runtest.c: integrated a regression test specific to check the
3471 URI conversions done before calling the I/O handlers.
3472
3473Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3474
3475 * doc/XSLT.html doc/xml.html: small doc fix for #312647
3476
3477Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3478
3479 * win32/configure.js: applied patch from Rob Richards to allow
3480 disabling modules in win32, fixes #304071
3481
3482Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3483
3484 * python/libxml.c: applied fix from Jakub Piotr Clapa for
3485 xmlAttr.parent(), closing #312181
3486
3487Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3488
3489 * schematron.c: report improvement
3490 * test/schematron/zvon* result/schematron/zvon*: more tests
3491
3492Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3493
3494 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
3495 Richards to add schematron to the build on Windows
3496 * test/schematron/zvon3* result/schematron/zvon3*: second test
3497 * test/schematron/zvon10* result/schematron/zvon10*: this is the
3498 real second test 10 and 2 are swapped.
3499
3500Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3501
3502 * schematron.c: more bug fixes, improve the error reporting.
3503 * test/schematron/zvon2* result/schematron/zvon2*: second test
3504
3505Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3506
3507 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
3508 text error rendering
3509 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
3510 started integrating within "make tests"
3511
3512Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
3513
3514 * test/schematron/*: a few first tests from Zvon unfortunately
3515 with the old syntax
3516
3517Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
3518
3519 * schematron.c xmllint.c include/libxml/schematron.h: commiting
3520 work done on the plane last week-end
3521
3522Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
3523
3524 * runtest.c: allows an extra argument to subset the tests
3525 * xmlregexp.c: big speedup for validation, basically avoided
3526 transition creation explosion when removing epsilon transition
3527
3528Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3529
3530 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
3531 xmlwriter.c: more cleanups based on sparse reports, added
3532 "make sparse"
3533
3534Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
3535
3536 * python/libxml.c: don't output any message on failed resolver lookups,
3537 better done by the python user provided resolver layer.
3538
3539Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3540
3541 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
3542 runsuite.c runtest.c schematron.c testHTML.c testReader.c
3543 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
3544 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
3545 small cleanups based on Linus' sparse check output.
3546
3547Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3548
3549 * include/libxml/Makefile.am: added schematron.h, oops ...
3550
3551Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3552
3553 * xmlschemastypes.c: Added creation of the content type of
3554 xs:anyType. This is needed when trying to extend xs:anyType
3555 (although it makes no sense to extend it; IMHO the schema
3556 people should have ruled this out). This was reported
3557 by Yong Chen to the mailing list.
3558 * xmlschemas.c: Fixed handling of xs:anyType in
3559 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
3560 adjustment to an error report output.
3561 * test/schemas/extension2* result/schemas/extension2*:
3562 Added a test case provided by Young Chen.
3563
3564Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
3565
3566 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
3567 base to be in "relative" form
3568
3569Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
3570
3571 * schematron.c xmllint.c: started adding schematron to the xmllint
3572 tool, the report infrastructure is gonna be fun.
3573
3574Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3575
3576 * test/schemas/any6* test/schemas/any7*: Added regression tests
3577 (they fail currently), but did not added results yet.
3578
3579Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3580
3581 * xmlschemas.c: Removed the workaround code in
3582 xmlSchemaValidateElemWildcard() for the <any> wildcard
3583 with namespace == ##other. Support for such wildcards was
3584 implemented by Daniel at the automaton level recently, and
3585 the workaround code iterfered with it.
3586
3587Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
3588
3589 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
3590 signature to pass an int and not an enum since it can generate
3591 ABI compat troubles.
3592 * include/libxml/schematron.h schematron.c: adding the new
3593 schematron code, work in progress lots to be left and needing
3594 testing
3595 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
3596 Makefile.am configure.in: integration of schematron into the
3597 build
3598 * xpath.c include/libxml/xpath.h: adding flags to control compilation
3599 options right now just XML_XPATH_CHECKNS.
3600
3601Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3602
3603 * xmlschemas.c: Removed an "internal error" message from
3604 xmlSchemaBuildAContentModel() when an empty model group
3605 definition is hit.
3606
3607Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3608
3609 * pattern.c: Changed xmlCompileStepPattern() and
3610 xmlCompileAttributeTest() to handle the "xml" prefix without
3611 caring if the XML namespace was supplied by the user.
3612
3613Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3614
3615 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
3616 output the given string arguments correctly.
3617
3618Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
3619
3620 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
3621 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
3622 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
3623 include/libxml/valid.h include/libxml/xmlIO.h
3624 include/libxml/xmlerror.h include/libxml/xmlexports.h
3625 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
3626 to fix problems with calling conventions on Windows this should
3627 fix #309757
3628
3629Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3630
3631 * parser.c: an optimization of the char data inner loop,
3632 can gain up to 10% in pure SAX2 parsing speed
3633 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
3634 a bug in XML Schemas facet comparison #310893
3635
3636Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3637
3638 * xmlregexp.c xmlschemas.c: fixed the error reporting for
3639 not transitions
3640 * result/schemas/any5_0_0* result/schemas/any5_0_2*
3641 result/schemas/any5_1_0*: fixed output
3642
3643Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3644
3645 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
3646 bug #172215 about foreign namespaces by adding support for
3647 negated string transitions. Error messages still need to be
3648 improved.
3649 * test/schemas/any5* result/schemas/any5*: adding regression
3650 tests for this.
3651
3652Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3653
3654 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
3655 on namespaced attributes #310417.
3656
3657Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3658
3659 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3660 ducplicated
3661
3662Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3663
3664 * xmlschemas.c: fixed xsd:all when used in conjunction with
3665 substitution groups
3666 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
3667 regression tests, strangely missing from NIST/Sun/Microsoft
3668 testsuites
3669
3670Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3671
3672 * xmlschemas.c: fixed bug #307508, a bad automata was built but
3673 this showed as an indeterminist result
3674
3675Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3676
3677 * xmlschemastypes.c: found the last bug raised by NIST tests in
3678 comparing base64 strings, result from runsuite:
3679 ## NIST test suite for Schemas version NIST2004-01-14
3680 Ran 23170 tests (3953 schemata), no errors
3681
3682Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3683
3684 * testRegexp.c: fixed where xmlMemoryDump() should be called.
3685 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
3686 affecting NIST regression tests
3687
3688Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3689
3690 * configure.in: applied a patch from Gerrit P. Haase to add
3691 module support on cygwin
3692
3693Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3694
3695 * HTMLparser.c: fixed a potential buffer overrun error introduced
3696 on last commit to htmlParseScript() c.f. #310229
3697
3698Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
3699
3700 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
3701 return TRUE if a nodeset with a numeric value of NaN is compared
3702 for inequality with any numeric value (bug 309914).
3703
3704Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3705
3706 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
3707 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
3708 to route relaxng and schemas error messages when using the reader
3709 through the structured interface if activated.
3710 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
3711 to test.
3712
3713Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3714
3715 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3716 Jiri Netolicky
3717 * result/HTML/script2.html* test/HTML/script2.html: added the test
3718 case from the regression suite
3719
3720Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3721
3722 * nanohttp.c: fixed bug #310105 with http_proxy environments with
3723 patch provided by Peter Breitenlohner
3724
3725Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3726
3727 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
3728 * xmllint.c: removed a compilation problem
3729
3730Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3731
3732 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
3733 preparing to make testsuite releases along with code source releases
3734 * gentest.py testapi.c: fixed a couple of problem introduced by
3735 the new Schemas support for Readers
3736 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
3737 but simple way.
3738 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
3739 raised by the doc builder.
3740 * doc/*: made rebuild
3741
3742Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3743
3744 * xmlschemas.c: fixed a bug introduced on last commit
3745
3746Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3747
3748 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
3749 pointed by Jeroen Ruigrok
3750 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
3751 the APIs for xmlReader schemas validation support
3752 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
3753 implementation and testing as xmllint --stream --schema ...
3754
3755Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3756
3757 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
3758
3759Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3760
3761 * parser.c: fix for #309761 from Dylan Shell
3762 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
3763 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
3764 * xmllint.c: couple of fixes plus added descriptions for --sax and
3765 --sax1
3766
3767Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3768
3769 * xmlschemas.c: Added c-props-correct constraint to check
3770 for equal cardinality of keyref/key.
3771 * include/libxml/xmlerror.h: Added an error code.
3772
3773Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3774
3775 * pattern.c: Fixed evaluation of attributes. Actually only
3776 attribute at the first level were evaluated (e.g. "@attr");
3777 expression like "foo/@attr" always failed.
3778
3779Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3780
3781 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
3782 user-provided SAX handler is given.
3783
3784Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3785
3786 * parser.c: fix some potential leaks in error cases.
3787 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3788 various other combinations.
3789 * xmlschemas.c: fix a couple of tiny problems in
3790 xmlSchemaValidateStream()
3791
3792Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3793
3794 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
3795 xmlSchemaValidateStream() internally.
3796
3797Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3798
3799 * test/relaxng/docbook_0.xml: added the missing entity to the
3800 document internal subset to avoid errors if the DocBook catalogs
3801 are not there
3802 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3803 untested yet
3804
3805Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3806
3807 * parser.c: fixed problem with free on dupl attribute in
3808 dtd (bug309637).
3809 * test/errors/attr3.xml, result/errors/attr3.*: added
3810 regression test for this
3811
3812Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3813
3814 * win32/Makefile.msvc: try again to fix file format for Windows
3815
3816Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3817
3818 * win32/Makefile.msvc: removed spurious ^M
3819 * runtest.c: added check for option O_BINARY
3820 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3821 sticky tag to 'binary'
3822
3823Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3824
3825 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3826 in xmlCtxtGenericNodeCheck
3827 * runtest.c: changed "open" calls to include O_BINARY for Windows
3828
3829Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3830
3831 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3832 in areBlanks which failed.
3833 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3834 added the input file to the regression tests
3835
3836Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3837
3838 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3839 Anotolij.
3840 * test/schemas/bug309338* result/schemas/bug309338*:
3841 Added a regression test for the above bug.
3842
3843Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3844
3845 * Makefile.am: first steps toward a testsuite dist
3846 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3847
3848Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3849
3850 * runsuite.c runtest.c: Tiny portability adjustment for win.
3851 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3852 be created.
3853
3854Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3855
3856 * runsuite.c: first stb at unimplemnted detection
3857 * runtest.c: fixing Windows code
3858
3859Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3860
3861 * runsuite.c: fix on schemas error
3862 * runtest.c: portability glob() on Windows
3863
3864Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3865
3866 * runsuite.c runtest.c: cleanups, logfile and portability
3867 * xmllint.c: fixed a memory leak
3868
3869Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3870
3871 * parser.c: fixed a bug failing to detect UTF-8 violations in
3872 CData in push mode.
3873 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3874 to the regressions
3875
3876Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3877
3878 * debugXML.c: added enhancement for #309057 in xmllint shell
3879
3880Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3881
3882 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3883 bug in push mode
3884 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3885 regression suite
3886
3887Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3888
3889 * testapi.c tree.c: fixing a leak detected by testapi in
3890 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3891 seems to pass tests fine now.
3892 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3893 to push mode
3894 * error.c: remove a warning
3895 * runtest.c xmllint.c: avoid compilation errors if only some parts
3896 of the library are compiled in.
3897
3898Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3899
3900 * gentest.py testapi.c: fix a problem with previous patch to
3901 testapi.c
3902
3903Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3904
3905 * runsuite.c runtest.c tree.c: fixing compilations when
3906 disabling parts of the library at configure time.
3907
3908Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3909
3910 * parserInternals.c: fix bug raised by zamez on IRC
3911 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3912 * tree.c: added comments missing.
3913 * doc/*: regenerated
3914
3915Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3916
3917 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3918 assorted bugs
3919 * python/generator.py python/libxml2-python-api.xml: fixed
3920 conditionals in generator too
3921 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3922 cleanups too and rebuilt
3923
3924Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3925
3926 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3927
3928Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3929
3930 * runsuite.c: expanded test
3931 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3932
3933Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3934
3935 * runsuite.c: a bit of progresses on xstc
3936
3937Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3938
3939 * runsuite.c: completed the simple checks for Relax-NG suites
3940 back to the same 11 errors as in the Python runs.
3941
3942Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3943
3944 * runtest.c: complete, checking on other platforms is needed
3945 * README: updated
3946 * debugXML.c: fix a bug raised by bill on IRC
3947 * relaxng.c: fix a leak in weird circumstances
3948 * runsuite.c Makefile.am: standalone test tool agaisnt
3949 the regression suites, work in progress
3950
3951Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3952
3953 * runtest.c: adding URI tests
3954
3955Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3956
3957 * runtest.c: adding xml:id
3958
3959Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3960
3961 * runtest.c: finishing XPath, adding XPointer
3962
3963Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3964
3965 * runtest.c: adding more coverage, XInclude and starting XPath
3966
3967Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3968
3969 * tree.c include/libxml/tree.h: Added allocation/deallocation
3970 functions for the DOM-wrapper context.
3971
3972Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3973
3974 * tree.c: Commented the new functions to be experimental.
3975
3976Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3977
3978 * error.c valid.c: working some weird error reporting problem for
3979 DTD validation.
3980 * runtest.c: augmented with DTD validation tests
3981 * result/VC/OneID*: slight change in validation output.
3982
3983Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3984
3985 * runtest.c: added most HTML tests
3986
3987Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3988
3989 * test/namespaces/reconcile/tests.xml
3990 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3991 for some new DOM-wrapper helping functions.
3992
3993Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3994
3995 * xstc/xstc-to-python.xsl: Cleanup.
3996 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3997 Removed, those are not needed anymore due to the new test suite.
3998
3999Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
4000
4001 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
4002 missing.
4003 * runtest.c: added SAX1/SAX2 checks.
4004
4005Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4006
4007 * tree.c include/libxml/tree.h: Added
4008 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
4009 xmlDOMWrapRemoveNode() to the API. These are functions intended
4010 to be used with DOM-wrappers.
4011
4012Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
4013
4014 * runtest.c: continue to increase the tests
4015
4016Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
4017
4018 * runtest.c: continue to increase the tests
4019
4020Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4021
4022 * runtest.c: continue to increase the tests
4023
4024Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
4025
4026 * include/libxml/valid.h valid.c: avoid name glob in agruments as
4027 it matches the glob() routine.
4028 * runtest.c Makefile.am: first steps toward a C regression test
4029 framework.
4030
4031Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
4032
4033 * configure.in: fixed a problem with the detection of
4034 ss_family for ipV6, as reported on the mailing list by
4035 Doug Orleans.
4036
4037Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4038
4039 * test/schemas/empty-value* result/schemas/empty-value*:
4040 Added regression tests (from Dhyanesh).
4041
4042Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4043
4044 * xmlschemas.c: Fixed NULL values to be validated as empty
4045 string values (reported by Dhyanesh to the mailing list).
4046 Adjusted text concatenation of mixed content.
4047
4048Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4049
4050 * tree.c valid.c: applied patch from Rob Richards for removal
4051 of ID (and xml:id)
4052 * xmlreader.c: applied patch from James Wert implementing
4053 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
4054
4055Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4056
4057 * xmlschemas.c: Fixed SAX2 validation: grow of internal
4058 namespace list, appending of element character content.
4059 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
4060
4061Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4062
4063 * xmlschemastypes.c: Added missing function descriptions.
4064
4065Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
4066
4067 * xmllint.c: if sax1 is used and input is a file use the old
4068 API xmlParseFile()
4069 * xmlschemas.c: cleanups
4070 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
4071 for the new functions in Schemas.
4072
4073Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4074
4075 * xmlschemas.c include/libxml/xmlschemas.h: Added
4076 xmlSchemaValidateFile() to the public API. This will use
4077 SAX2-driven validation.
4078
4079Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4080
4081 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
4082 Added schema test results (Tom Browder, bug #306806).
4083
4084Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4085
4086 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
4087 Added schema tests submitted by Tom Browder (bug #306806).
4088
4089Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
4090
4091 * pattern.c: adjusted last change to xmlCompilePathPattern,
4092 fixed one compilation warning
4093
4094Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4095
4096 * pattern.c: Some changes/fixes to the streaming evaluation.
4097 * xmlschemas.c: A bit of support for parsing the schema for
4098 schema. Fixed attribute derivation when the use is
4099 "prohibited" and was "optional". Fixed an attribute construction
4100 bug, a left-over from the time, where <complexContent>,
4101 <extension>, etc. where created as structs.
4102
4103Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
4104
4105 * libxml-2.0.pc.in: removed a redundant include path
4106
4107Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4108
4109 * xstc/Makefile.am: Some more adjustments.
4110
4111Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4112
4113 * xstc/Makefile.am: Changed test extraction process, since some
4114 boxes don't know about "tar --strip-path".
4115
4116Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
4117
4118 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
4119 * result//compare0* test//compare0*: added the regression test in
4120 the suite as this went unnoticed !
4121
4122Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
4123
4124 * pattern.c, xpath.c, include/libxml/pattern.h: Further
4125 enhancement for XPath streaming, consolidated with
4126 schemas usage of pattern.c. Added a new enum
4127 xmlPatternFlags.
4128 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
4129 enum.
4130 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
4131 result/XPath/mixedpat: added regression test for problems
4132 reported in bug306348
4133
4134Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4135
4136 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
4137 default namespace if existent.
4138
4139Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4140
4141 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
4142 values were not duplicated corrently when creating a computed value
4143 in xmlSchemaValAtomicType.
4144
4145Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4146
4147 * xmlschemas.c result/schemas/include1_0_0.err:
4148 Fixed an attribute fixed/default value constraint error.
4149
4150Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4151
4152 * result/schemas/*: Adapted regression test results.
4153
4154Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4155
4156 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
4157 include/libxml/xmlschemastypes.h: Changed the validation process
4158 to be able to work in streaming mode. Some datatype fixes,
4159 especially for list and union types. Due to the changes the
4160 error report output has changed in most cases. Initial migration to
4161 functions usable by both, the parser and the validator. This should
4162 ease a yet-to-come XS construction API in the long term as well.
4163
4164Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
4165
4166 * parser.c: applied patch from Malcolm Rowe to avoid namespace
4167 troubles on rollback parsing of elements start #304761
4168 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
4169 added it to the regression tests.
4170
4171Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
4172
4173 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
4174 for xml:space and xml:lang handling with SAX2 api.
4175
4176Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
4177
4178 * globals.c: applied patch from Morten Welinder, closing bug #306901
4179 on compiling subsets of the library
4180
4181Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4182
4183 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
4184 XS tests to use the new release of tests and test-definitions.
4185
41862005-06-07 Aleksey Sanin <aleksey@aleksey.com>
4187
4188 * c14n.c: fix rendering of attributes when parent node
4189 is not in the node set
4190
41912005-06-06 Aleksey Sanin <aleksey@aleksey.com>
4192
4193 * c14n.c: fixed xml attributes processing bug in exc c14n
4194 * xmllint.c: added --exc-c14n command line option
4195
4196Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
4197
4198 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
4199 handling of depth/level for cases like union operator
4200 (bug #306348 reported by Bob Stayton). Also enhanced
4201 several comments throughout pattern.c.
4202 * doc/apibuild.py: fixed problem in handling of
4203 'signed' declaration. Rebuilt the docs.
4204
4205Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
4206
4207 * xinclude.c: Enhanced handling of xml:base for included
4208 elements, fixing bugs 169209 and 302353.
4209
4210Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4211
4212 * xmlschemas.c: Fixed facet errors to be channelled back for
4213 union type members; facet-validation will stop now on the
4214 first error. Reported by GUY Fabrice to the mailing-list.
4215 * xmlschemastypes.c: Changed to ignore lengh-related facet
4216 validation for QNames and NOTATIONs as proposed by the
4217 schema people.
4218 * test/schemas/union2* result/schemas/union2*: Added
4219 regression tests for union types (by GUY Fabrice).
4220
4221Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
4222
4223 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
4224 CDATA with NULL content.
4225
4226Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4227
4228 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
4229 the timezone to -840 to 840.
4230
4231Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4232
4233 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
4234 for "signed int" of the date-time timezone field. Silenced
4235 a warning.
4236
4237Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
4238
4239 * tree.c: applied patch for replaceNode from Brent Hendricks
4240
4241Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4242
4243 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
4244
4245Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
4246
4247 * testapi.c: applied patch from Steve Nairn tof fix the compilation
4248 problem exposed in bug #303640
4249
4250Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4251
4252 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
4253 Added regression a test provided by Heiko Oberdiek (bug #303566).
4254
4255Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4256
4257 * pattern.c: Changed the XPath "." to resolve only on the first
4258 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
4259 This should not affect pattern-like resolution on every level.
4260
4261Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
4262
4263 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
4264
4265Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
4266
4267 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
4268 * doc/apibuild.py: fixed __attribute() parsing problem
4269 * doc/* testapi.c: regenerated the descriptions and docs.
4270
4271Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
4272
4273 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
4274 to avoid linking with pthread library on non-threaded environments.
4275 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
4276 list allocation.
4277
4278Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4279
4280 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
4281 attributes were treated as being bound to the default namespace.
4282
4283Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4284
4285 * xmlschemastypes.c: Fixed date-time related validation
4286 (reported by David Crossley, bug #300576).
4287
4288Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4289
4290 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
4291 dereferences (reported by Andriy, bug #301074).
4292
4293Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4294
4295 * xpath.c: Added some code to avoid integer overflow for
4296 ceil, floor and round functions (bug 301162)
4297
4298Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4299
4300 * xmlschemas.c: Removed workaround for bug #172215, since it
4301 does more harm in some scenarios. Added some of the
4302 "Particle Restriction OK" constraints - not yet enabled.
4303
4304Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4305
4306 * result/schemas/changelog093*: Added test results.
4307
4308Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4309
4310 * xmlschemas.c: Added output of canonical values in
4311 identity-constraint error messages.
4312 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4313 Added xmlSchemaGetCanonValueWhtsp() to the API.
4314 Further enhancement of the canonical value
4315 conversion.
4316 * test/schemas/changelog093_0.*: Added test with an XSD
4317 submitted by Randy J. Ray.
4318
4319Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
4320
4321 * valid.c: Applied Daniel's fix for memory leak in dtd
4322 prefix (bug 300550).
4323 * xpath.c: minor change to comment only
4324
4325Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4326
4327 * xmlmemory.c: added the call to the breakpoint routine
4328 when a monitored block is reallocated or freed
4329
4330Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
4331
4332 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
4333 about HTTP query string parameter being lost
4334
4335Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4336
4337 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
4338 adding namespace removal at the python level #300209
4339 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
4340 test
4341
4342Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4343
4344 * xpath.c: fixed several places where memory cleanup was not
4345 properly done after an error was detected (problem was
4346 reported on the mailing list by Pawel Palucha)
4347
4348Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4349
4350 * xmlschemas.c: Added substitution group constraints; changed
4351 the build of the pre-computed substitution groups. Channeled
4352 errors during xsi assembling of schemas to the validation
4353 context. Fixed a big memory leak, which occured when using
4354 IDCs: the precomputed value of attributes was not freed if
4355 the attribute did not resolve to an IDC field (discovered
4356 with the help of Randy J. Ray's schema, posted to the
4357 xmlschema-dev maling list).
4358
4359Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4360
4361 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
4362 Added handling substitution groups inside <choice> and <sequence>;
4363 for <all> this is not supported yet. Changed circular checks for
4364 model groups definitions. "memberTypes" are processed at different
4365 levels now: component resolution first, construction later; this
4366 goes hand in hand with a global change to handle component
4367 resolution in a distinct phase. Fixed invalid default values for
4368 elements to mark the schema as invalid; this just resulted in an
4369 error report previously, but the schema was handled as valid.
4370 Separated the assignment of the model groups to referencing
4371 model group definition references (i.e. particles); this was
4372 needed to perform the circularity check for model group definitions.
4373 Added "Element Declaration Properties Correct (e-props-correct)"
4374 constraints. Separated component resolution for simple/complex
4375 types.
4376 * include/libxml/schemasInternals.h: Added a flag for substitution
4377 group heads.
4378
4379Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4380
4381 * win32/Makefile.*: make install cleanup
4382
4383Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4384
4385 * win32/Makefile.mingw: fixed mingw compilation
4386 * testModule.c: removed mingw warnings
4387
4388Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4389
4390 * .cvsignore: added Eclipse project files to ignore list
4391
4392Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4393
4394 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
4395 * result/XPath/tests/langsimple test/XPath/tests/langsimple
4396 test/XPath/docs/lang: added a regression test
4397
4398Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
4399
4400 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
4401
4402Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4403
4404 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
4405 and anchored them in the "Element Locally Valid (Element)"
4406 constraints. This restricts the type substitution via "xsi:type".
4407
4408Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
4409
4410 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
4411 facets validation messages.
4412
4413Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4414
4415 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
4416 rebuilding.
4417
4418Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4419
4420 * xstc/Makefile.am: integrated fixup-tests.py
4421
4422Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4423
4424 * xmlschemastypes.c: fixed a lack of comment and missing test for
4425 a pointer in the API.
4426
4427Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4428
4429 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
4430 files used for the tests.
4431
4432Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4433
4434 * xmlschemas.c include/libxml/schemasInternals.h
4435 result/schemas/src-element2-*.err result/schemas/element-*.err:
4436 Committing again, since the CVS server aborted.
4437
4438Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4439
4440 * xmlschemastypes.c: Corrected 'length' facet validation for
4441 QNames and notations. Corrected xmlSchemaGetCanonValue: some
4442 data types did not return a value if already in normalized
4443 form.
4444 * xmlschemas.c include/libxml/schemasInternals.h:
4445 Eliminated creation of structs for <restriction>, <extension>,
4446 <simpleContent>, <complexContent>, <list> and <union>: the
4447 information is now set directly on the corresponding simple/
4448 complex type. Added some more complex type constraints.
4449 Added facet derivation constraints. Introduced "particle"
4450 components, which seem to be really needed if applying
4451 constraints. Corrected/change some of the parsing functions.
4452 This is all a bit scary, since a significant change to the code.
4453 * result/schemas/src-element2-*.err result/schemas/element-*.err:
4454 Adapted regression test results.
4455
4456Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
4457
4458 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
4459 format to cope with gcc4 change of aliasing allowed scopes, had
4460 to add extra informations to doc/libxml2-api.xml to separate
4461 the header from the c module source.
4462 * *.c: updated all c library files to add a #define bottom_xxx
4463 and reimport elfgcchack.h thereafter, and a bit of cleanups.
4464 * doc//* testapi.c: regenerated when rebuilding the API
4465
4466Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4467
4468 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
4469 encoding UTF-8 should really be assumed. This may break if
4470 the HTTP headers indicates for example ISO-8859-1 since this
4471 then becomes a well formedness error.
4472
4473Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4474
4475 * SAX.c: fixed #172260 redundant assignment.
4476 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
4477 xmlParseDoc() signatures #172257.
4478
4479Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4480
4481 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
4482 is NULL as reported by bug #172255
4483
4484Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4485
4486 * relaxng.c: fixed a problem in Relax-NG validation #159968
4487 * test/relaxng/list.* result/relaxng/list_*: added the test
4488 to the regression suite
4489
4490Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
4491
4492 * python/libxml.c: fixed bug #168504
4493
4494Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
4495
4496 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
4497 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
4498 since apparently IBM can't avoid breaking common defines #166922
4499
4500Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
4501
4502 * encoding.c: fix unitinialized variable in not frequently used
4503 code bug #172182
4504
4505Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4506
4507 * python/generator.py python/libxml.py: another patch from Brent
4508 Hendricks to add new handlers with the various validity contexts
4509 * python/tests/Makefile.am python/tests/validDTD.py
4510 python/tests/validRNG.py python/tests/validSchemas.py: also
4511 added the regression tests he provided
4512
4513Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
4514
4515 * python/generator.py python/libxml.c: applied patch from Brent
4516 Hendricks to avoid leak in python bindings when using schemas
4517 error handlers.
4518
4519Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
4520
4521 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
4522
4523Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
4524
4525 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
4526 by Rob Richards
4527
4528Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
4529
4530 * gentest.py, testapi.c: fixed problem with 'minimal library'
4531 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
4532 by Greg Morgan
4533
4534Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4535
4536 * xmlschemas.c: Fixed call to a facet error report: the type of
4537 the error was wrong, resulting in a segfault (bug #171220, reported
4538 by GUY Fabrice).
4539
4540Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4541
4542 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
4543 failing to build a linked list correctly (bug #169898, reported
4544 by bing song, hmm...).
4545
4546Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4547
4548 * xmlschemas.c: Fixed a segfault, which occured during bubbling
4549 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
4550 a variable was missed to be reset in a loop. Deactivated bubbling,
4551 if not referenced by a keyref.
4552
4553Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4554
4555 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
4556 in c14n relative namespaces check and add structured error messages
4557 to c14n code
4558
4559Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4560
4561 * xmlschemas.c: Removed inheritance of "mixed" content type for
4562 short-hand restrictions of "anyType" (reported by Guy Fabrice
4563 to the mailing list). Added the namespace conversion (chameleon
4564 includes) for the base type reference of <restriction> and
4565 <extension>.
4566 * test/schemas/bug152470_1.xsd: Adapted due to the above change
4567 of "mixed" inheritance.
4568
4569Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
4570
4571 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
4572
4573Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4574
4575 * xmlschemas.c: more debug messages from Matthew Burgess
4576 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
4577
4578Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4579
4580 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
4581 by Daniel, which I overwrote with the previous commit.
4582
4583Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4584
4585 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
4586 Hopefully finished validation against facets to use the normalized
4587 value of both, the facets and instance values. Added
4588 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
4589 and xmlSchemaGetValType() to the schema API.
4590
4591Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4592
4593 * libxml.spec.in: do not package .la files
4594 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
4595 * xmlschemastypes.c: fixed a couple of missing tests of parameters
4596 at public API entry points.
4597
4598Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
4599
4600 * xmlschemastypes.c: a couple of more changes to various
4601 decimal-handling routines. Fixes python some problems
4602 turned up by the python tests.
4603 * Makefile.am: change SchemasPythonTests message to warn
4604 that there are 10 'expected' errors (rather than 6) since
4605 we now reject a '+' sign on an unsigned.
4606
4607Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4608
4609 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
4610 normalized values of facets during validation: changed the
4611 arguments of some string comparison functions; added a static
4612 xmlSchemaValidateFacetInternal() with more arguments to be
4613 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
4614 to use the comparison functions. Fixed some assignments in
4615 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
4616
4617Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4618
4619 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
4620 updated docs and rebuilt
4621 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
4622
4623Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4624
4625 * encoding.c: removed a static buffer in xmlByteConsumed(),
4626 as pointed by Ben Maurer, fixes #170086
4627 * xmlschemas.c: remove a potentially uninitialized pointer warning
4628
4629Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
4630
4631 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
4632 and much of the routine xmlSchemaCompareDecimals. The
4633 changes were necessary to fix a problem reported on the
4634 mailing list by John Hockaday.
4635
4636Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4637
4638 * xmlschemas.c: The schema parser will stop if components could
4639 not be resolved. This is not conforming to the spec but for now
4640 will avoid internal errors during type fixup and content model
4641 creation. Restructured inclusion/import of schemata: this avoids
4642 duplicate, self and circular inclusion. Chameleon includes are
4643 still workarounded. Added restriction to disallow references to
4644 non-imported namespaces. Corrected parsing of <group>.
4645 * result/schemas/bug167754_0_0*: Added a missing test result.
4646
4647Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
4648
4649 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
4650 link and foreword warning to avoid problem with ignorant
4651 programmers, c.f #169721
4652
4653Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
4654
4655 * python/tests/Makefile.am python/tests/readernext.py: added
4656 a regression test from Rob Richards for the previous bug
4657
4658Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4659
4660 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
4661 Rob Richards
4662
4663Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4664
4665 * xmlmodule.c: second patch from Rick Jones, portability fix for
4666 HP-UX
4667 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
4668 to avoid warnings.
4669
4670Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4671
4672 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
4673 patches, including a serious aliasing bug exposed in s390
4674 when trying to convert data pointer to code pointer.
4675
4676Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4677
4678 * xmlschemas.c: Tiny restructuring of the validation start-up
4679 functions. Added cleanup of the validation context at the
4680 end of validation. This takes care of the validation context
4681 being reused.
4682
4683Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4684
4685 * xmlschemastypes.c: Tiny changes in the comparison functions
4686 I forgot to commit last time.
4687
4688Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4689
4690 * xmlschemas.c: Added IDC validation of anySimpleType attribute
4691 values; anyway the IDC key comparison is restricted to
4692 anySimpleType <--> string based types. For other types we
4693 would possibly need the canonical lexical representation of
4694 them; this sounds not performant, since we would need to
4695 build such a representation each time we want to compare against
4696 anySimpleType. TODO: think about buffering the canonical values
4697 somewhere. Fixed error reports for default attributes to work
4698 without a node being specified. This all and the enabling of IDC
4699 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4700 not read his last name correctly from bugzilla).
4701
4702Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4703
4704 * xmlschemas.c: Enabled IDC parsing and validation.
4705 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4706 Added xmlSchemaCopyValue to the API; this was done due to
4707 validation of default attributes against IDCs: since IDC keys
4708 consume the precomputed value, one needs a copy.
4709 * pattern.c: Enabled IDC support; this is currently done
4710 via calling xmlPatterncompile with a flag arg of 1.
4711
4712Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4713
4714 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
4715 xstc/Makefile.am: try to fix a problem with valgrind.
4716 * python/generator.py python/libxml.c python/tests/Makefile.am
4717 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
4718 c.f. bug #165349
4719
4720Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4721
4722 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
4723 the prefix instead of the namespace name.
4724 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4725 Adapted invalid values of the "id" attribute, since they are
4726 validated now.
4727
4728Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
4729
4730 * threads.c: new version with fixes from Rob Richards
4731
4732Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4733
4734 * threads.c: applied patch from Rich Salz for multithreading on
4735 Windows.
4736
4737Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4738
4739 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
4740 of bugs in the writer
4741
4742Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4743
4744 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
4745 * xpath.c: fixed compilation warning, no change to logic.
4746 * xmlschemastypes.c: fixed compilation warning, no change to logic.
4747
4748Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4749
4750 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
4751 xmlTextWriterStartAttributeNS
4752
4753Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4754
4755 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
4756 and switched XPath to use it by default when possible
4757
4758Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4759
4760 * xmlschemastypes.c: a bit of cleanup
4761 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
4762 the documentation as a result.
4763
4764Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4765
4766 * xmlreader.c include/libxml/xmlreader.h: applied patch from
4767 Aron Stansvik to add xmlTextReaderByteConsumed()
4768 * testReader.c: added a test option
4769 * xmlschemastypes.c: fix a lack of pointer checking in APIs
4770
4771Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4772
4773 * test/schemas/bug167754_0*: Added the regression test of Frans
4774 Englich for bug #167754.
4775
4776Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4777
4778 * xmlschemas.c: Started support for IDC resolution to default
4779 attributes. If building the content model for <all>: ensured
4780 to put element declarations and not the particles into the
4781 content model automaton (this was bug #167754, reported by
4782 Frans Englich).
4783
4784Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4785
4786 * pattern.c pattern.h: Some experimental addition for parsing
4787 of expressions and streamable validation.
4788 Added xmlStreamPushAttr to the API.
4789
4790Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4791
4792 * xmlschemas.c: Added validation for the attribute "id" in the
4793 schemata; doing this needed error report fixes for notations,
4794 facets and group. Changed NOTATION validation to work with the
4795 declared NOTATIONs in the schema; this does have no impact on
4796 the validation via the relaxng module.
4797 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4798 Added xmlSchemaNewNOTATIONValue to the API to be able to do
4799 the NOTATION validation described above.
4800 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4801 Fixed the values of the "id" attributes, which were not validated
4802 previously.
4803
4804Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4805
4806 * xmlschemas.c: Fixed comparison for default/fixed attribute
4807 values, if the type was 'xsd:string'. Changed the comparison
4808 for IDCs to use the whitespace aware comparison function.
4809 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4810 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4811 xmlSchemaCompareValuesWhtsp to the API. Added functions
4812 to compare strings with whitespace combinations of "preserve",
4813 "replace" and "collapse".
4814
4815Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4816
4817 * xmlschemas.c: Further work on IDCs, especially evaluation for
4818 attribute nodes.
4819
4820Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4821
4822 * encoding.c: fix the comment to describe the real return values
4823 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4824 the patterns, pluggin in the XPath default evaluation, but
4825 disabled right now because it's not yet good enough for XSLT.
4826 pattern.h streaming API are likely to be changed to handle
4827 relative and absolute paths in the same expression.
4828
4829Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4830
4831 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4832 Made 'nil'ed elements work. Added a specific error message
4833 for 'strict' attribute wildcards.
4834 * include/libxml/xmlerror.h: Added an error code for
4835 wildcards.
4836 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4837
4838Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4839
4840 This change started out as a simple desire to speed up the
4841 execution time of testapi.c, which was being delayed by
4842 nameserver requests for non-existent URL's. From there it
4843 just sort of grew, and grew....
4844 * nanohttp.c, nanoftp.c: changed the processing of URL's
4845 to use the uri.c routines instead of custom code.
4846 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4847 * uri.c: added accepting ipV6 addresses, in accordance with
4848 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4849 * gentest.py, testapi.c: fixed a few problems with the
4850 testing of the nanoftp and nanohttp routines.
4851 * include/libxml/xmlversion.h: minor change to fix a
4852 warning on the docs generation
4853 * regenerated the docs
4854
4855Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4856
4857 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4858 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4859 (bug 166199)
4860 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4861 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4862 PYTHONPATH is set, to assure new libxml2 routines are used.
4863
4864Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4865
4866 * parser.c: fixed problem when no initial "chunk" was
4867 given to xmlCreatePushParser (bug 162613)
4868
4869Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4870
4871 * dict.c: fixed compilation warning
4872 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4873 * xmllint.c: changed to return non-zero status if error
4874 on xinclude processing
4875 * xmlsave.c: minor deletion of a redundant condition statement
4876
4877Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4878
4879 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4880
4881Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4882
4883 * pattern.c xmllint.c: fixed implementation for |
4884 * test/pattern/conj.* result/pattern/conj: added a specific regression
4885 test
4886
4887Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4888
4889 * pattern.c: first implementation for | support
4890
4891Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4892
4893 * pattern.c: fixed the namespaces support
4894 * tree.c: fixed xmlGetNodePath when namespaces are used
4895 * result/pattern/multiple result/pattern/namespaces
4896 test/pattern/multiple.* test/pattern/namespaces.*: added
4897 more regression tests
4898
4899Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4900
4901 * xmlschemas.c: fixed one internal function
4902 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4903 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4904
4905Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4906
4907 * Makefile.am: use the walker to test the patterns instead of
4908 the normal reader
4909 * pattern.c xmllint.c: bug fixes in the train including fixing the
4910 stupid build break.
4911
4912Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4913
4914 * pattern.c: more bug fixes for the XPath streaming code.
4915
4916Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4917
4918 * xmlschemas.c: Integrated the streaming pattern from the
4919 pattern module. Fixed some IDC code bugs. Changed
4920 fallback for attribute declaration addition to work like for
4921 element declarations.
4922
4923Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4924
4925 * pattern.c xmllint.c: bugfixes around the streaming patterns
4926
4927Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4928
4929 * Makefile.am configure.in result/pattern/simple
4930 test/pattern/simple.*: added first test for the patterns
4931 * pattern.c xmllint.c: a few fixes
4932
4933Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4934
4935 * pattern.c include/libxml/pattern.h xmllint.c: added a
4936 streaming pattern detector for a subset of XPath, should
4937 help Kasimier for identity constraints
Daniel Veillard25a1ce92008-06-02 16:04:12 +00004938 * python/generator.py: applied Stéphane Bidoul patch to find
William M. Brack11be2d02007-01-24 19:17:19 +00004939 paths without breaking.
4940
4941Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4942
4943 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4944
4945Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4946
4947 * xmlreader.c: implementation of xmlTextReaderReadString by
4948 Bjorn Reese
4949
4950Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4951
4952 * xmlschemas.c: Corrected an ambigious symbol-space for
4953 local attribute declarations. IFDEFed more IDC code to
4954 surpress compiler warnings.
4955
4956Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4957
4958 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4959 files for the Bakefile generator for Makefiles from Francesco
4960 Montorsi
4961 * win32/configure.js: fixes for Windows compilation with non-default
4962 flags by Joel Reed
4963
4964Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4965
4966 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4967 by Martijn Faassen
4968
4969Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4970
4971 * xmlschemas.c include/libxml/schemasInternals.h:
4972 Added an initial skeleton for indentity-constraints. This is all
4973 defined out, since not complete, plus it needs support from other
4974 modules.
4975 Added machanism to store element information for the
4976 ancestor-or-self axis; this is needed for identity-constraints
4977 and should be helpfull for a future streamable validation.
4978 * include/libxml/xmlerror.h: Added an error code for
4979 identity-constraints.
4980
4981Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4982
4983 * gentest.py testapi.c: had to fix generation and rebuild.
4984 * valid.c: the testapi found a bug in the last code of course !
4985
4986Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4987
4988 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4989 is generated, fixes bug #161386
4990 * dict.c: fix a comment typo
4991 * elfgcchack.h doc/*: regenerated
4992
4993Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4994
4995 * parser.c: found and fixed 2 problems in the internal subset scanning
4996 code affecting the push parser (and the reader), fixes #165126
4997 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4998 to the regression tests.
4999
5000Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
5001
5002 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
5003 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
5004 speedups, start to deprecate 3 ElementDef related entry point
5005 and replace them with better ones.
5006
5007Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
5008
5009 * xmlschemas.c: more hash dictionary interning changes
5010
5011Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
5012
5013 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
5014 the hash reuses the dictionnary for internal strings
5015 * entities.c valid.c parser.c: reuse that new API, leads to a decent
5016 speedup when parsing for example DocBook documents.
5017
5018Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
5019
5020 * parser.c: small speedup in skipping blanks characters
5021 * entities.c: interning the entities strings
5022
5023Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
5024
5025 * parser.c: boosting common commnent parsing code, it was really
5026 slow.
5027 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
5028 regression tests
5029
5030Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
5031
5032 * parser.c: small optimization back.
5033
5034Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
5035
5036 * dict.c parser.c include/libxml/dict.h: a single lock version
5037 mostly avoid the cost penalty of the lock in case of low
5038 parallelism, so applying that version instead.
5039
5040Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
5041
5042 * dict.c: patch from Gary Coady to fix a race in dict reference
5043 counting in multithreaded apps.
5044
5045Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
5046
5047 * parser.c: fixed bug #164556 where non-fatal errors stopped
5048 push parsing and xmlreader.
5049 * Makefile.am: fixup
5050 * test/errors/webdav.xml result/errors/webdav*: adding regression
5051 test for this problem.
5052
5053Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5054
5055 * xmlschemas.c: Corrected targetNamespace in
5056 xmlSchemaElementDump. Cosmetic changes to the dump output.
5057
5058Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
5059
5060 * configure.in NEWS doc/*: preparing release of 2.6.17,
5061 updated and rebuilt the docs
5062
5063Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
5064
5065 * parser.c: better fix for #151694 not killing c14n regression tests
5066 * xmlschemastypes.c: fixing bug #157653
5067
5068Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
5069
5070 * parser.c: fixing bug #151694, line should always be set in the
5071 elements.
5072
5073Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
5074
5075 * xmlschemastypes.c: trying to fix at least the message from
5076 bug #158628
5077 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
5078 for format, c.f. bug #159997
5079
5080Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
5081
5082 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
5083 bug #157872
5084
5085Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
5086
5087 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
5088
5089Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
5090
5091 * relaxng.c: fixed bug #157633 in relaxng choice optimization
5092 * result/relaxng/choice0* test/relaxng/choice0*: added regression
5093 tests about it.
5094 * doc/*: rebuilt
5095 * testdso.c: removed a warning due to a missing void in signature.
5096
5097Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5098
5099 * include/libxml/schemasInternals.h xmlschemas.c:
5100 Exposed targetNamespace for simple/complex types, model groups,
5101 attribute groups and notations (reported by Michael Hewarth
5102 to the mailing list). Added targetNamespace to xmlSchemaType,
5103 xmlSchemaAttributeGroup and xmlSchemaNotation.
5104 Tiny cosmetic change to the content model error report output.
5105 * result//all_*.err result//any3_0_0.err result//choice_*.err
5106 result//list0_0_1.err result//list0_1_1.err: Adapted output
5107 of regression tests.
5108
5109Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5110
5111 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
5112 back in, since I missed to update xmlschemas.c before doing
5113 the previous commit.
5114
5115Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
5116
5117 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
5118 from xmlregexp.c to report expected elements on content model errors.
5119 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
5120 Adapted output of regression tests.
5121
5122Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
5123
5124 * config.h.in configure.in xmlmodule.c: trying to work around
5125 the compilation problem on HP-UX
5126
5127Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
5128
5129 * pattern.c: fixed the fixed size array structure problem reported by
5130 Patrick Streule
5131
5132Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
5133
5134 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
5135 the API description, rebuilt, improved navigation in documentation
5136 a bit.
5137
5138Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
5139
5140 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
5141 and xmlRegExecNextValues() to return error transition strings too,
5142 and sink state detection and handling.
5143
5144Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
5145
5146 * xmlschemas.c: fixed bug #163641 when the value passed for
5147 an atomic list type is NULL.
5148
5149Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
5150
5151 * Makefile.am configure.in: fixed dependency on python 2.3,
5152 also small improvement for cygwin (bug 163273)
5153
5154Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
5155
5156 * gentest.py testapi.c: William noticed I forgot to add special
5157 support for xmlmodules.c define
5158 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
5159 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
5160 entry point and refactored to use both code.
5161
5162Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
5163
5164 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
5165 setting up a "private" library (after some list posts about
5166 people having trouble doing it)
5167
5168Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
5169
5170 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
5171 rollback
5172
5173Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
5174
5175 * TODO: small update
5176 * xmlregexp.c: trying to add an API to get useful error informations
5177 back from a failing regexp context.
5178
5179Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
5180
5181 * xpath.c: fixed problem with xmlXPathErr when error number
5182 subscript was out of range (bug 163055)
5183
5184Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
5185
5186 * uri.c: fixed problem with xmlURIEscape when query part was
5187 empty (actually fixed xmlURIEscapeStr to return an empty
5188 string rather than NULL for empty string input) (bug 163079)
5189
5190Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
5191
5192 * parser.c, parserInternal.c: fixed "col" calculation for
5193 struct _xmlParserInput (based on patch from Rob Richards)
5194 * include/libxml/xmlerror.h, error.c: propagated error column
5195 number in the xmlError structure
5196
5197Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
5198
5199 * parser.c: fixed namespace bug in push mode reported by
5200 Rob Richards
5201 * test/ns6 result//ns6*: added it to the regression tests
5202 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
5203 added an extra option argument to module opening and defined
5204 a couple of flags to the API.
5205
5206Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
5207
5208 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
5209 Bjorn Reese, plus some cleanups
5210 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
5211 add the new header
5212 * doc/* testapi.c: regenerated the API
5213
5214Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
5215
5216 * configure.in: making DSO support an option
5217 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
5218 and documentation cleanups
5219 * elfgcchack.h testapi.c doc/*: regenerated the docs and
5220 checks for new module
5221 * test/valid/REC-xml-19980210.xml: fix a small change introduced
5222 previously
5223
5224Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
5225
5226 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
5227 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
5228 include/libxml/Makefile.am include/libxml/xmlerror.h
5229 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
5230 include/libxml/xmlwin32version.h.in: applied DSO support
5231 patch 2 from Joel Reed
5232
5233Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
5234
5235 * configure.in: applied patch from Marcin Konicki for BeOS
5236
5237Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
5238
5239 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
5240
5241Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
5242
5243 Re-examined the problems of configuring a "minimal" library.
5244 Synchronized the header files with the library code in order
5245 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
5246 were the same in both. Modified the API database content to more
5247 accurately reflect the conditionals. Enhanced the generation
5248 of that database. Although there was no substantial change to
5249 any of the library code's logic, a large number of files were
5250 modified to achieve the above, and the configuration script
5251 was enhanced to do some automatic enabling of features (e.g.
5252 --with-xinclude forces --with-xpath). Additionally, all the format
5253 errors discovered by apibuild.py were corrected.
5254 * configure.in: enhanced cross-checking of options
5255 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
5256 doc/libxml2-api.xml, gentest.py: changed the usage of the
5257 <cond> element in module descriptions
5258 * elfgcchack.h, testapi.c: regenerated with proper conditionals
5259 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
5260 testSAX.c: cleaned up conditionals
5261 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
5262 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
5263 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
5264 synchronized the conditionals with the corresponding module code
5265 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
5266 added additional conditions required for compilation
5267 * doc/*.html, doc/html/*.html: rebuilt the docs
5268
5269Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5270
5271 * parserInternals.c: fixed to skip (if necessary) the BOM for
5272 encoding 'utf-16'. Completes the fix for bug #152286.
5273 * tree.c, parser.c: minor warning cleanup, no change to logic
5274
5275Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
5276
5277 * python/generator.py: added most required entires to
5278 foreign encoding table, plus some additional logic to
5279 assure only the 1st param uses the 't#' format. Fixes
5280 bug #152286, but may still have some other UTF-16 problems.
5281
5282Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5283
5284 * Makefile.am, gentest.py: enhanced for enabling build in
5285 a different directory. Added (optional) param to gentest.py
5286 to specify the source directory (bug #155468)
5287 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
5288 to (top_builddir) (bug #155468)
5289 * python/Makefile.am, python/generator.py: enhanced for enabling
5290 build in a different directory(bug #155468). Added (optional)
5291 param to generator.py to specify the source directory. Added
5292 a new table of functions which have possible "foreign" encodings
5293 (e.g. UTF16), and code to use python 't' format instead of
5294 'z' format (mostly solving bug #152286, but still need to
5295 populate the table).
5296
5297Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
5298
5299 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
5300 Change reference to new site for Solaris binaries, fixing bug
5301 160598
5302
5303
5304Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
5305
5306 * parser.c: reset input->base within xmlStopParser
5307 * xmlstring.c: removed call to xmlUTF8Strlen from within
5308 xmlUTF8Strpos (Bill Moseley pointed out it was not
5309 useful)
5310
5311Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
5312
5313 * valid.c: changed xmlErrValidWarning to use ctxt->warning
5314 instead of ctxt->error for its reports (bug #160662)
5315
5316Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
5317
5318 * python/generator.py: modified to allow the ns and nsDefs
5319 accessors to return None instead of error when no namespace
5320 is present (bug #)
5321
5322Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
5323
5324 * doc/Makefile.am: changed maintainer-clean dependency with
5325 suggestion from Crispin Flowerday (bug #157634)
5326 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
5327 were specified with debugDumpNode (bug #160621)
5328
5329Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
5330
5331 * valid.c: fixed ID deallocation problem based on patch from
5332 Steve Shepard fixes bug #160893
5333 * xmlmemory.c: improving comment.
5334 * testapi.c: new test for xmlDictExists() is generated.
5335
5336Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
5337
5338 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
5339 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
5340 warnings on function pointer <-> object pointer (a hack).
5341
5342Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5343
5344 * xpath.c: fixed a memory leak on errors in some circumstances #159812
5345
5346Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5347
5348 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
5349 a dead loop on bad data (bug 159550)
5350
5351Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5352
5353 * xmlschemas.c: Fixed strict/lax element wildcards: the children
5354 of elements for which a declaration existed were still processed
5355 by the wildcard mechanism (reported by philippe ventrillon to the
5356 mailing list).
5357 Changed the import and include machanism to share dictionaries.
5358
5359Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5360
5361 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
5362 go through the catalog resolution.
5363 * gentest.py testapi.c: fix a side effect wrning of the change
5364
5365Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5366
5367 * dict.c include/libxml/dict.h: added xmlDictExists() to the
5368 dictionnary interface.
5369 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
5370 from Rob Richards
5371
5372Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5373
5374 * xmlschemas.c: tiny enhancement for content model error reports
5375 (#157190, #143948). Removed abbreviations: CT, ST and WC
5376 (#157190, reported by Frans Englich).
5377 Initial: no report of local components.
5378 * result/schemas/all* result/schemas/any3_0_0.err
5379 result/schemas/choice*
5380 result/schemas/cos-st-restricts-1-2-err_0_0.err
5381 result/schemas/derivation-ok-extension-err_0_0.err
5382 result/schemas/derivation-ok-extension_0_0.err
5383 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
5384 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
5385 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
5386 result/schemas/facet-unionST-err1_0_0.err
5387 result/schemas/hexbinary_0_1.err
5388 result/schemas/list* result/schemas/restriction-attr1_0_0.err
5389 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
5390 Adapted output.
5391
5392Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5393
5394 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
5395 xmlSchemaTypeFixup; this ensures facets of inherited types to be
5396 checked prior to facets of derived types - which caused a seg
5397 fault otherwise (bug #158216, reported by Frans Englich).
5398
5399Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
5400
5401 * gentest.py, testapi.c: further enhancement, now all
5402 compilation warnings have been fixed.
5403 * xmlschemastypes.c: added NULL check for one function
5404
5405Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
5406
5407 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
5408 on a couple of lines)
5409 * gentest.py, testapi.c: enhanced to reduce compilation warnings
5410
5411Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5412
5413 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
5414
5415Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5416
5417 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
5418 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
5419 normalization for 'normalizedString'.
5420 Added xmlSchemaWhiteSpaceReplace to the API.
5421
5422Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
5423
5424 * Makefile.am: forgot a $(srcdir)
5425 * encoding.c: stupid error wrong name #157976
5426
5427Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
5428
5429 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
5430
5431Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5432
5433 * python/generator.py python/libxml.c python/libxml2class.txt
5434 python/libxml_wrap.h python/types.c: Applied patch from Brent
5435 Hendricks adding support for late DTD validation.
5436 * python/tests/Makefile.am python/tests/dtdvalid.py
5437 python/tests/test.dtd: integrated the provided regression test
5438
5439Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
5440
5441 * configure.in: detect when struct sockaddr_storage
5442 has the __ss_family member instead of ss_family and
5443 behave accordingly. We now can use ipv6 on aix.
5444
5445Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
5446
5447 * Makefile.am gentest.py testapi.c: integrated in "make tests"
5448 added -q option, and more conditional features fixes
5449 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
5450 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
5451 include/libxml/debugXML.h: various compilation and conditional
5452 cleanups.
5453 * doc/*: regenerated
5454
5455Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
5456
5457 * gentest.py testapi.c: better handling of conditional features
5458 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
5459 on parser contexts closed leaks, error messages
5460
5461Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
5462
5463 * xpath.c: fixed problem concerning XPath context corruption
5464 during function argument evaluation (bug 157652)
5465
5466Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5467
5468 * testapi.c: more types.
5469 * parserInternals.c xpath.c: more fixes
5470
5471Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5472
5473 * gentest.py testapi.c: better parser options coverage
5474 * SAX2.c xpath.c: more cleanups.
5475
5476Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
5477
5478 * testapi.c: trying to fix some optional support brokenness
5479
5480Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
5481
5482 * gentest.py testapi.c: more coverage
5483 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
5484
5485Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
5486
5487 * gentest.py testapi.c: more coverage
5488 * SAX2.c parser.c parserInternals.c: more fixes
5489
5490Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5491
5492 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
5493
5494Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
5495
5496 * gentest.py testapi.c: more types, more coverage
5497 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
5498 xmlschemastypes.c: more problems fixed
5499
5500Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5501
5502 * gentest.py: fixed test file corruption problem
5503
5504Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
5505
5506 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
5507
5508Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5509
5510 * testapi.c: augmented the number of types
5511
5512Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
5513
5514 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
5515 bug fixes and documentation updates.
5516
5517Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
5518
5519 * gentest.py testapi.c: augmented type autogeneration for enums
5520 * xpath.c include/libxml/xpath.h: removed direct error reporting.
5521
5522Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5523
5524 * encoding.c: fixed a regression in iconv support.
5525
5526Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
5527
5528 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
5529 for unknown pointer types
5530 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
5531 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
5532 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
5533 xpointer.c: This uncovered an impressive amount of entry points
5534 not checking for NULL pointers when they ought to, closing all
5535 the open gaps.
5536
5537Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
5538
5539 * catalog.c: fixed problem with NULL entry (bug 157407)
5540 * xpath.c: fixed a couple of warnings (no change to logic)
5541
5542Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5543
5544 * gentest.py testapi.c: more coverage
5545 * xmlunicode.c: one fix
5546
5547Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
5548
5549 * entities.c: fixed a compilation problem on a recent change
5550
5551Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
5552
5553 * gentest.py testapi.c: more coverage
5554 * nanoftp.c tree.c: more fixes
5555
5556Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5557
5558 * gentest.py testapi.c: fixed the way the generator works,
5559 extended the testing, especially with more real trees and nodes.
5560 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
5561 of real problems found and fixed.
5562 * entities.c: fix error reporting to go through the new handlers
5563
5564Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
5565
5566 * parser.c: dohh ... stupid change killing xmlParseDoc()
5567
5568Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5569
5570 * gentest.py testapi.c: changing the way the .c is generated,
5571 extending the tests coverage
5572 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
5573 function signatures, regenerating stuff
5574 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
5575
5576Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
5577
5578 * gentest.py testapi.c: extending the tests coverage
5579
5580Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5581
5582 * Makefile.am: gentest.py was missing from the EXTRA_DIST
5583
5584Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
5585
5586 * gentest.py testapi.c: extending the tests coverage
5587 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
5588
5589Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5590
5591 * gentest.py testapi.c: more fixes and extending the tests coverage
5592 * nanoftp.c xmlIO.c: more fixes and hardening
5593
5594Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
5595
5596 * gentest.py testapi.c: more fixes and extending the tests coverage
5597 * valid.c: bunch of cleanups and 2 leaks removed
5598
5599Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
5600
5601 * gentest.py testapi.c: more fixes and extending the tests coverage
5602 * list.c tree.c: more fixes and hardening
5603
5604Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5605
5606 * gentest.py testapi.c: more fixes and extending the tests coverage
5607 * relaxng.c include/libxml/relaxng.h: adding a type init interface
5608 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
5609 cleanups and bug fixes raised by the regression tests
5610
5611Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
5612
5613 * gentest.py testapi.c: more fixes and extending the tests coverage
5614 * xmlwriter.c list.c: more hardeing of APIs
5615 * doc/apibuild.py: skip testapi.c when scanning the C files.
5616
5617Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
5618
5619 * gentest.py testapi.c: more testing and coverage
5620 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
5621 * doc/*: rebuilt
5622
5623Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
5624
5625 * gentest.py testapi.c: more developments on the API testing
5626 * HTMLparser.c tree.c: more cleanups
5627 * doc/*: rebuilt
5628
5629Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
5630
5631 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
5632 * Makefile.am gentest.py testapi.c: work on generator of an
5633 automatic API regression test tool.
5634 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
5635 xmlstring.c: various API hardeing changes as a result of running
5636 teh first set of automatic API regression tests.
5637 * test/slashdot16.xml: apparently missing from CVS, commited it
5638
5639Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5640
5641 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5642 on #fedora-devel
5643
5644Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
5645
5646 * parser.c: fixed a bug reported by Petr Pajas on the list and
5647 affecting XML::Libxml
5648
5649Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
5650
5651 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
5652 sure the conversion functions return the number of byte written.
5653 Had to fix one of the examples.
5654
5655Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5656
5657 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5658
5659Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5660
5661 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
5662 Brent Hendricks in the mailing-list
5663 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5664 parserInternals.c: fix #156626 and more generally how to find out
5665 if a validation contect is part of a parsing context or not. This
5666 can probably be improved to make 100% sure that vctxt->userData
5667 is the parser context too. It's a bit hairy because we can't
5668 change the xmlValidCtxt structure without breaking the ABI since
5669 this change xmlParserCtxt information indexes.
5670
5671Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5672
5673 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
5674 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
5675
5676Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5677
5678 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
5679 (bug 156527)
5680
5681Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5682
5683 * nanoftp.c nanohttp.c: second part of the security fix for
5684 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
5685
5686Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5687
5688 * nanoftp.c: applied fixes for a couple of potential security problems
5689 * tree.c valid.c xmllint.c: more fixes on the string interning checks
5690
5691Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5692
5693 * debugXML.c include/libxml/xmlerror.h: added checking for names
5694 values and dictionnaries generates a tons of errors
5695 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
5696 include/libxml/tree.h: fixing the errors in the regression tests
5697
5698Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5699
5700 * parser.c: modified the handling of _private for entity
5701 expansion (bug 155816)
5702
5703Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5704
5705 * parser.c: fixed the leak reported by Volker Roth on the list
5706 * test/ent10 result//ent10*: added a specific test for the problem
5707
5708Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
5709
5710 * valid.c: unlinked the internal subset within xmlValidateDtd
5711 (bug 141827)
5712 * configure.in: added -Wall to developer's flags
5713 * doc/examples/reader4.res: added to CVS
5714
5715Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5716
5717 * HTMLparser.c: added support for HTML PIs #156087
5718 * test/HTML/python.html result/HTML/python.html*: added specific tests
5719
5720Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5721
5722 * threads.c: fixed nasty bug #156087
5723
5724Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5725
5726 * python/libxml.c: fixed a problem occuring only in x86_64 when
5727 very large error messages are raised to the Python handlers.
5728
5729Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5730
5731 * xmlschemas.c: fixed a memory bug
5732 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
5733 and regenerated the directory
5734
5735Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5736
5737 * include/libxml/xmlreader.h xmlreader.c: applied patch from
5738 Graham Bennett adding 4 convenience functions to the reader API.
5739
5740Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5741
5742 * debugXML.c: excluded a few nodes (with no content) from the
5743 string check routine.
5744
5745Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
5746
5747 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5748 raise a problem, need debug
5749
5750Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5751
5752 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
5753 #155240 building outside the source tree. but make tests fails.
5754
5755Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5756
5757 * debugXML.c include/libxml/xmlerror.h: added namespace checking
5758
5759Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5760
5761 * debugXML.c: some framework preparation to add namespace checkings
5762
5763Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
5764
5765 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
5766 adding the tree debug mode
5767 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
5768 by the debug mode.
5769 * SAX2.c: another tree fix from Rob Richards
5770
5771Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
5772
5773 * catalog.c: small change to last fix, to get xml:base right
5774
5775Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5776
5777 * catalog.c: added code to handle <group>, including dumping
5778 to output (bug 151924).
5779 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
5780 cleanup (no change to logic)
5781
5782Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
5783
5784 * configure.in debugXML.c include/libxml/xmlversion.h.in
5785 include/libxml/xmlwin32version.h.in: revamped the XML debugging
5786 module and prepare for a new checking mode
5787
5788Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5789
5790 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
5791
5792Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5793
5794 * python/generator.py python/libxml.c python/tests/outbuf.py:
5795 applied patch from Malcolm Tredinnick fixing bug #154294
5796 related to saving to python file objects.
5797
5798Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5799
5800 * tree.c: changed xmlHasNsProp to properly handle a request for
5801 the default namespace (bug 153557)
5802
5803Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5804
5805 * parser.c: fixed problem with dictionary handling within
5806 xmlParseInNodeContext (bug 153175)
5807
5808Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5809
5810 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5811 check-xinclude-test-suite.py, check-xml-test-suite.py,
5812 check-xsddata-test-suite.py, doc/examples/index.py: changed
5813 changed sys.path setting from 'append' to 'insert' (patch
5814 supplied by Malcolm Tredinnick) (bug 153716)
5815
5816Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5817
5818 * include/libxml/parserInternals.h: added two new macros
5819 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5820 parsing and xpath for testing data not necessarily
5821 unicode.
5822 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5823 IS_DIGIT_CH macros to ascii versions (bug 153936).
5824
5825Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5826
5827 * error.c: added some coding to attempt to display which file
5828 contains an error when using XInclude (bug 152623)
5829
5830Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5831
5832 * configure.in: stupid cut'n paste bug in xmllint detection
5833
5834Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5835
5836 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5837
5838Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5839
5840 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5841 include/libxml/schemasInternals.h: Parsing of <complexContent>
5842 - handle attribute 'mixed', catch illegal attributes.
5843 Parsing of <complexType> - handle attributes 'abstract',
5844 'final' and 'block', catch illegal attributes.
5845 Validation of complex types - handle abstract types.
5846 Added handling of default/fixed attributes and element values.
5847 Per validation option attribute nodes/text nodes are created
5848 on the instance.
5849 Added the corresponding constraints for fixed/default.
5850 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5851 to the external API.
5852 Extended element declaration constraints.
5853 Got rid of perseverative creation of temporery validation/parser
5854 contexts.
5855 Added handling of xsi:schemaLocation and
5856 xsi:noNamespaceSchemaLocation.
5857 Fixed xsi:type component resolution if using non-prefixed
5858 QNames.
5859 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5860 Enabled namespace awareness of the content model if using the
5861 model group "all".
5862 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5863 which broke the test.
5864 * xstc/xstc.py: Workaround to accomodate case insensitive
5865 test definitions in ms-test.def.xml (was missing in a previous
5866 commit).
5867
5868Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5869
5870 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5871 adding option not to load dtd from the drv_libxml2.py module
5872 #134633
5873
5874Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5875
5876 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5877 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5878 warning generated by the Nonstop Kernel Open System Services
5879 compiler #151710
5880
5881Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5882
5883 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5884 python exception hierarchy #139824
5885
5886Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5887
5888 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5889 E20 concerning NMTOKENS and co. validation #153722
5890 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5891 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5892
5893Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5894
5895 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5896 #153713
5897 * xpath.c: fixed a realloc potential problem
5898
5899Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5900
5901 * Makefile.am: fixed make valgrind xstc
5902
5903Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5904
5905 * xmlschemastypes.c: fixing an out of bound adressing issue
5906
5907Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5908
5909 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5910 code cleanups.
5911
5912Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5913
5914 * parser.c: fixed a bunch of errors when realloc failed.
5915
5916Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5917
5918 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5919 by Purify on Windows.
5920
5921Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5922
5923 * xmllint.c: added --timing --copy timing for the copy
5924 * vms/build_libxml.com: applied patch from Craig Berry
5925 to build with recent releases
5926
5927Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5928
5929 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5930 xmlNanoHTTPContentLength to the external API (bug151968).
5931 * parser.c: fixed unnecessary internal error message (bug152060);
5932 also changed call to strncmp over to xmlStrncmp.
5933 * encoding.c: fixed compilation warning (bug152307).
5934 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5935 a couple of compilation warnings.
5936 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5937 warnings; no change to logic.
5938
5939Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5940
5941 * parser.c: removed some extern before function code reported by
5942 Kjartan Maraas on IRC
5943 * legacy.c: fixed compiling when configuring out the HTML parser
5944 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5945 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5946 of the HTML parser data structures, current data generate a huge
5947 amount of ELF relocations at loading time.
5948
5949Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5950
5951 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5952 in the change log and cleanup of space/tabs issues.
5953
5954Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5955
5956 * xmlschemas.c include/libxml/schemasInternals.h
5957 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5958 Simpified attribute wildcard creation and assignment to get rid
5959 of memory leaks.
5960 Restructured the validation process.
5961 Restructured and expanded parsing of <attributeGroup>.
5962 Added initial handing of xsi:type.
5963 Advanced handling of xsi:nil (should work now for simple types).
5964 Added construction of schemata using xsi:schemaLocation and
5965 xsi:noNamespaceSchemaLocation; this is not enabled, since
5966 no corresponding API exists yet.
5967 Moved the content model to complex type components.
5968 Resolution of types for attributes will look for simple types
5969 only (incl. all the built-in simple types).
5970 Extended parsing of 'anyAttribute'.
5971 Fixed content-type type for complex types if derived from
5972 'anyType' using the short-hand form (see bug # 152470,
5973 submitted by Thilo Jeremias).
5974 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5975 * xstc/xstc.py: Workaround to accomodate case insensitive
5976 test definitions in ms-test.def.xml.
5977 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5978 result/schemas/ns0_1_2.err: Adapted.
5979
5980Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5981
5982 * xmlwriter.c: changed char array initialisation to avoid a
5983 complaint from some compiler(s) (bug 152308)
5984
5985Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5986
5987 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5988 routine suggested by Mark Itzcovitz
5989
5990Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5991
5992 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5993 which is that notation not in the internal subset should
5994 not be saved, and the second more nasty on an error saving
5995 NOTATIONs, if there is a proof that nobody uses notations !
5996
5997Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5998
5999 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
6000 xmlSchemaValidateOneElement to the XML Schema validation API,
6001 as proposed by Jeffrey Fink - see bug # 152073.
6002
6003Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6004
6005 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
6006 checking for xmllint and xsltproc in configure.in, fixed
6007 make dist w.r.t. the new xstc subdir.
6008 * doc/*: rebuilt
6009
6010Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6011
6012 * xstc/xstc.py: Changed to finally validate instance documents.
6013
6014Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
6015
6016 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
6017 heavy ... weight 250MB of VM !
6018
6019Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
6020
6021 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
6022 more cleanup in integrating the xstc testsuite
6023
6024Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6025
6026 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
6027 starting to integrate the xstc suite in the normal regression
6028 tests
6029
6030Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6031
6032 * xstc/sun-test-def.xml: The "tsDir" attribute was not
6033 set correctly.
6034
6035Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6036
6037 * check-xinclude-test-suite.py: when output and expected do not match
6038 exactly run diff to put the differences in the log c.f. #148691
6039
6040Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6041
6042 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
6043 xstc/sun-test-def.xml: Initial release of generation files to
6044 create python test scripts, which will run the W3C XML Schema Test
6045 Collection. The ms-test-def.xml and sun-test-def.xml files
6046 were extracted from the online HTML XSTC results [1], since they did
6047 not exist for the SUN tests, and only partially did exist for the
6048 MS tests. The NIST definition file was created by concatenation
6049 of the existing definition files for each single datatype.
6050 The stylesheet "xstc-to-python.xslt" should be run against the
6051 definition files to produce the python scripts.
6052 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
6053 results-master.html"
6054
6055Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6056
6057 * xmlschemas.c include/libxml/schemasInternals.h
6058 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
6059 a format argument was missing.
6060 Fixed wrong assignment of the owner of a wildcard in
6061 xmlSchemaBuildAttributeValidation (in the shorthandform of
6062 <complexType>; this caused a seg fault, due to a double-free
6063 of the wildcard.
6064 Added a check for circular attribute group references.
6065 Added a check for circular model group definition references.
6066 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
6067
6068Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
6069
6070 * xmlstring.c: modified comments on xmlGetUTF8Char in
6071 response to bug 151760 (no change to logic)
6072
6073Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
6074
6075 * xmlstring.c: fixed error reported on the list caused by
6076 my last change
6077
6078Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6079
6080 * NEWS configure.in doc/*: release of libxml2-2.6.13
6081
6082Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
6083
6084 * xmlIO.c: fixing #151456, an encoding error could generate
6085 a serialization loop.
6086
6087Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
6088
6089 * Makefile.am: also produce a tar ball with just the sources
6090 * xmllint.c: added --path option and --load-trace options to
6091 xmllint, RFE #147740 based on xsltproc versions
6092 * doc/xmllint.* doc/*: updated the man page and rebuilt
6093
6094Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6095
6096 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
6097 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
6098 update the test.
6099 * test/ns5 result//ns5*: added a test for the namespace bug fixed
6100 in previous commit.
6101 * Makefile.am: added a message in the regression tests
6102
6103Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
6104
6105 * SAX2.c: fixed bug introduced during OOM fixup causing problems
6106 with default namespace when a named prefix with the same href
6107 was present (reported on the mailing list by Karl Eichwalder.
6108 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
6109 Julius Mittenzwei.
6110 * dict.c: added a typecast to try to avoid problem reported by
6111 Pascal Rodes.
6112
6113Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6114
6115 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
6116 not create a computed value on a facet and thus crashed during
6117 validation of instances.
6118 Expanded validity checks for min/maxOccurs attributes.
6119 Expanded validity checks for the value of the attribute "form".
6120
6121Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
6122
6123 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
6124 mailing list by Julius Mittenzwei
6125
6126Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
6127
6128 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
6129 Red Hat bug #124942
6130
6131Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6132
6133 * parser.c: remove a warning on Solaris
6134 * xmlschemastype.c: fix a crashing bug #151111
6135
6136Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6137
6138 * test/schemas/import-bad-1_0.imp: Added missing test file.
6139 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
6140 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
6141 - see #150840.
6142 Changed the import of schemas to allow failure of location
6143 of a resource to be imported.
6144 * result/schemas/all_* result/schemas/any3_0_0.err
6145 result/schemas/choice_* result/schemas/import1_0_0.err
6146 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
6147 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
6148 result/schemas/ns0_1_2.err: Adapted regression test results.
6149
6150Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
6151
6152 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
6153 fix Xpath memory leak (thanks to sKaBoy and William Brack)
6154
6155Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6156
6157 * parser.c: fixed path problem in DTD loading reported by
6158 Sameer Abhinkar
6159
6160Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6161
6162 * win32/configure.js: added support for version extra
6163 * win32/Makefile.*: upgraded to zlib 1.2.1
6164
6165Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6166
6167 * configure.in: removing -O -g from default gcc flags #150828
6168
6169Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6170
6171 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
6172 and rebuilt the docs.
6173
6174Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6175
6176 * python/libxml.c: fix a problem on last commit
6177
6178Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6179
6180 * xmllint.c xpath.c include/libxml/xpath.h
6181 include/libxml/xpathInternals.h python/libxml.c
6182 python/libxml_wrap.h: trying to remove some warning when compiling
6183 on Fedora Core 3 and 64bits
6184
6185Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
6186
6187 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
6188 <sequence>, <choice>, <include>, <import>.
6189 Fixed schema defaults (elementFormDefault, etc.) for included
6190 schemas.
6191 Fixed a bug which reported attributes as invalid on
6192 elements declarations with the built-in type 'anyType'.
6193 Added "lax" validation of the content of elements of type
6194 'anyType'.
6195 Fixed: element declarations with the same name were treated
6196 as duplicate if located in the subtree of <choice> -> <sequence>.
6197 (This was bug 150623, submitted by Roland Lezuo)
6198 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
6199 by Igor Kapitanker. (This was bug 150647, submitted by Igor
6200 Kapitanker)
6201 * xmlschemastypes.c: Changed the type of anyType to
6202 XML_SCHEMAS_ANYTYPE.
6203 * include/libxml/xmlerror.h: Added schema parser errors.
6204 * result/schemas/bug145246_0_0*
6205 result/schemas/extension1_0_2.err: Changed test results.
6206 * result/schemas/ct-sc-nobase_0_0*
6207 result/schemas/facet-whiteSpace_0_0*
6208 result/schemas/import1_0_0* result/schemas/import2_0_0*
6209 result/schemas/include2_0_0* result/schemas/include3_0_0*
6210 result/schemas/restriction-attr1_0_0*
6211 result/schemas/seq-dubl-elem1_0_0*
6212 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
6213 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
6214 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
6215 test/schemas/import2_0* test/schemas/include2_0*
6216 test/schemas/include3_0* test/schemas/restriction-attr1_0*
6217 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
6218 test/schemas/xsd-list-itemType_0*: Added new tests and missing
6219 files.
6220
6221Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6222
6223 * Makefile.am configure.in: a bit of cleanup and a extra variable for
6224 CVS dist
6225
6226Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
6227
6228 * doc/xmllint.xml, xmllint.1, xmllint.html:
6229 Edit and rebuild the man pages with Daniel's C14 update
6230
6231Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
6232
6233 * parser.c: fixed missing line numbers on entity as reported
6234 on the list by Steve Cheng
6235
6236Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
6237
6238 * configure.in globals.c include/libxml/xmlversion.h.in
6239 include/libxml/xmlwin32version.h.in: added some code to
6240 include the CVS ChangeLog version in the xmlParserVersion
6241 string (printed by xmllint with --version)
6242
6243Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6244
6245 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
6246 python/libxml.c python/libxml_wrap.h python/types.c
6247 python/tests/schema.py python/tests/Makefile.am: Applied patch
6248 from Torkel Lyng to add Schemas support to the Python bindings
6249 and extend the schemas error API, registered a new test.
6250 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
6251
6252Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6253
6254 * debugXML.c: added help for new set shell command
6255 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
6256 added parser option to not generate XInclude start/end nodes,
6257 added a specific option to xmllint to test it fixes #130769
6258 * Makefile.am: regression test the new feature
6259 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
6260
6261Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
6262
6263 * xmlIO.c: small typo pointed out by Mike Hommey
6264 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
6265 the --c14n description, c.f. #144675 .
6266 * nanohttp.c nanoftp.c: applied a first simple patch from
6267 Mike Hommey for $no_proxy, c.f. #133470
6268 * parserInternals.c include/libxml/parserInternals.h
6269 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
6270 in includes #137414
6271 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
6272 first version of the inplementation of parsing within
6273 the context of a node in the tree #142359, new function
6274 xmlParseInNodeContext(), added support at the xmllint --shell
6275 level as the "set" function
6276 * test/scripts/set* result/scripts/* Makefile.am: extended
6277 the script based regression tests to instrument the new function.
6278
6279Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
6280
6281 * doc/xmllint.xml, xmllint.html, xmllint.1:
6282 add c14n to man page (man, it's hard to keep up with
6283 Daniel!)
6284
6285Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
6286
6287 * doc/xmllint.xml, xmllint.html, xmllint.1:
6288 add pattern, walker, maxmem, output and xmlout to man page
6289 fixes #144675
6290
6291Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6292
6293 * xmllint.c: added a --c14n option to canonicalize the output
6294 should close the RFE #143226
6295
6296Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6297
6298 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
6299 * xmlcatalog.c: applied patch from Albert Chin to add a
6300 --no-super-update option to xmlcatalog see #145461
6301 and another patch also from Albert Chin to not crash
6302 on -sgml --del without args see #145462
6303 * Makefile.am: applied another patch from Albert Chin to
6304 fix a problem with diff on Solaris #145511
6305 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
6306 in bug #148115
6307 * python/libxml.py: apply fix from Marc-Antoine Parent about
6308 the errors in libxml(2).py on the node wrapper #135547
6309
6310Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
6311
6312 * Makefile.am: added a dumb rule to able to compile tst.c
6313 when people submit a sample test program
6314 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
6315 to document xmlSchemasSetValidErrors() limitations, #141827
6316 * error.c: Add information in generic and structured error
6317 setter functions that this need to be done per thread #144308
6318 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
6319 bug #144162
6320 * doc/xmllint.xml: typo fix #144840
6321
6322Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
6323
6324 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
6325 include/libxml/schemasInternals.h include/libxml/xmlerror.h
6326 include/libxml/xmlschemastypes.h: applied Schemas patches
6327 from Kasimier Buchcik
6328 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
6329 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
6330 lot of new tests for things fixed by the patch
6331
6332Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
6333
6334 * valid.c: fixed my mis-handling of External ID on last
6335 change.
6336
6337Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
6338
6339 * valid.c: changed the parsing of a document's DTD to use
6340 the proper base path (bug 144366)
6341
6342Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6343
6344 * Makefile.am config.h.in configure.in python/Makefile.am:
6345 applied a patch from Gerrit P. Haase to get python bindings
6346 on Cygwin
6347
6348Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
6349
6350 * include/libxml/valid.h: elaborated on description of
6351 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
6352 144760)
6353 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
6354 minor fixes to comments for doc rebuilding errors.
6355 * doc/*.html: rebuilt the docs
6356
6357Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6358
6359 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
6360 fixes documentation glitches raised by Oliver Stoeneberg
6361
6362Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
6363
6364 * tree.c: fixed problem with memory leak on text nodes in DTD
6365 (bug 148965) with patch provided by Darrell Kindred
6366
6367Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6368
6369 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
6370 (bug 149041)
6371
6372Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
6373
6374 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
6375 info posted to the mailing list.
6376
6377Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6378
6379 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
6380 xmlreader.c, include/libxml/tree.h: many further little changes
6381 for OOM problems. Now seems to be getting closer to "ok".
6382 * testOOM.c: added code to intercept more errors, found more
6383 problems with library. Changed method of flagging / counting
6384 errors intercepted.
6385
6386Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6387
6388 * tree.c: applied a couple of patch one from Oliver Stoeneberg
6389 and another one from Rob Richards fixing #148448
6390
6391Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6392
6393 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
6394 setting doc->charset.
6395
6396Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
6397
6398 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
6399 fixes for out of memory condition, mostly from Olivier
6400 Andrieu.
6401 * testOOM.c: some further improvement by Olivier, with
6402 a further small enhancement for easier debugging.
6403
6404Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
6405
6406 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
6407 implemented patches supplied by Olivier Andrieu
6408 (bug 148588), plus made some further enhancements, to
6409 correct some problems with out of memory conditions.
6410 * testOOM.c: improved with patches from Olivier Andrieu
6411
6412Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
6413
6414 * tree.c: put in patch for Windows buffer re-allocation
6415 submitted by Steve Hay (bug 146697)
6416
6417Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
6418
6419 * xinclude.c: added some code to check, when an include is
6420 done, whether the requested URL gets mapped to some other
6421 location (e.g. with a catalog entry) and, if so, take care
6422 of the xml:base properly (bug 146988)
6423
6424Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
6425
6426 * error.c: fixed to assure user data param is set correctly
6427 when user structured error handler is called (bug 144823)
6428
6429Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
6430
6431 * xmlreader.c: fixed problem with reader state after
6432 processing attributes (bug 147993)
6433
6434Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6435
6436 * configure.in, Makefile.am: put in an auto* check for the
6437 path to perl (if it exists), and modified make Timingtests
6438 to use that path instead of just executing the dbgenattr.pl
6439 script (bug 148056)
6440
6441Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6442
6443 * python/generator.py: added a check on the argument for some
6444 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
6445 reported on the list). Further enhancement should be done
6446 to auto-create the appropriate object.
6447 * python/libxml.c: minor fix for a warning message; added a
6448 routine, currently not used, to report the description of a
6449 PyCObject.
6450 * python/libxml2class.txt: regenerated
6451
6452Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6453
6454 * catalog.c test/catalogs/white* result/catalogs/white*:
6455 applied patches from Peter Breitenlohner to fix handling
6456 of white space normalization in public ids and add tests
6457
6458Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6459
6460 * xmlmemory.c: applied a small fix from Steve Hay
6461
6462Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
6463
6464 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
6465 the xpath context document pointer (part of fix to libxslt
6466 bug 147445)
6467
6468Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
6469
6470 * python/libxml.py: ran 'expand' on the file to get rid of mixture
6471 of tabs and spaces (bug 147424)
6472
6473Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
6474
6475 * python/drv_libxml.py: added an encoding "special comment" to avoid
6476 warning message in python2.3 (bug 146889)
6477 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
6478 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
6479 * xpath.c: enhanced to take advantage of current libxslt handling
6480 of tmpRVT. Fixes bug 145547.
6481
6482Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6483
6484 * libxml.h uri.c: fixed a couple of problems in the new
6485 elfgcchack.h trick pointed by Peter Breitenlohner
6486
6487Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6488
6489 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
6490 which prevented building with --with-minimum
6491
6492Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6493
6494 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
6495 docs
6496
6497Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6498
6499 * parser.c: make the push interfaces synchronous
6500 * python/tests/sync.py: added a specific test
6501 * python/tests/Makefile.am doc/examples/Makefile.am
6502 doc/examples/index.py: added the new test, cleaning up
6503 "make tests" output
6504
6505Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6506
6507 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
6508 datatype facet problem with recent changes.
6509
6510Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
6511
6512 * python/libxml.c: Changed the number of XPath extension functions
6513 allowed to be variable-length (patch supplied by Marc-Antoine
6514 Parent, bug 143805). Added code to "unregister" the functions
6515 when the parser cleanup takes place.
6516
6517Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6518
6519 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
6520 some updates with memory debugging facilities while messing
6521 with libxslt python bindings
6522
6523Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6524
6525 * python/libxml.c python/generator.py python/libxml.py
6526 python/libxml2-python-api.xml python/libxml2class.txt:
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006527 applied patch from Stéphane Bidoul to fix some Python bindings
William M. Brack11be2d02007-01-24 19:17:19 +00006528 initialization, then had to change the parserCleanup()
6529 to handle memory released there.
6530 * xmlmemory.c: added more debugging comments.
6531
6532Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6533
6534 * xmlreader.c: seems the reader buffer could be used while not
6535 allocated, fixes bug #145218
6536
6537Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6538
6539 * python/generator.py: do not provide functions used as destructor
6540 of classes as public methods to avoid double-free problem like
6541 in bug #145185
6542
6543Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
6544
6545 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
6546 Now compiles warning-free, all tests passed.
6547 * SAX2.c: small change to comments for documentation.
6548 No change to logic.
6549
6550Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
6551
6552 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
6553
6554Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
6555
6556 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
6557 allocation problem
6558
6559Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
6560
6561 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
6562 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
6563 applied Schemas patches from Kasimier Buchcik, there is still
6564 one open issue about referencing freed memory.
6565 * test/schemas/* result/schemas/*: updated with new tests from
6566 Kasimier
6567
6568Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
6569
6570 * include/libxml/globals.h include/libxml/xmlIO.h
6571 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
6572 to globals.h to avoid some troubles pointed out by Rob Richards
6573
6574Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6575
6576 * libxml.m4: applied changes suggested by Mike Hommey, remove
6577 libxml1 support and use CPPFLAGS instead of CFLAGS
6578
6579Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6580
6581 * libxml.spec.in: another, more 'experimental' feature to
6582 get compiler optimization based on gcc runtime profiling
6583
6584Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6585
6586 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
6587 Ven suggestion to reduce ELF footprint and generated code. Based on
6588 aliasing of libraries function to generate direct call instead of
6589 indirect ones
6590 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
6591 generation of elfgcchack.h based on the API description, extended
6592 the API description to show the conditionals configuration flags
6593 required for symbols.
6594 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
6595 * doc/*: regenerated the docs.
6596
6597Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
6598
6599 * regressions.py, regressions.xml: new files for running
6600 regression tests under Python. Not yet complete, but
6601 should provide good testing under both Linux and Windows.
6602 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
6603 for --push testing to include the 'rb' param when compiled
6604 under Windows.
6605
6606Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6607
6608 * uri.c: fixed a problem when base path was "./xxx"
6609 * result/XInclude/*: 5 test results changed by above.
6610 * Makefile.am: fixed a couple of spots where a new
6611 result file used different flags that the testing one.
6612
6613Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
6614
6615 * valid.c: suppressed warnings from within xmlValidGetValidElements
6616 (bug 144644)
6617 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
6618 (bug 144245)
6619
6620Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6621
6622 * valid.c: implemented bugfix from Massimo Morara for DTD
6623 dumping problem.
6624 * test/valid/t10.xml, result/valid/t10.*: added regression
6625 for above
6626 * configure.in: small change for my profile settings
6627
6628Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
6629
6630 * doc/xmlcatalog_man.xml, xmlcatalog.1
6631 Docs patch from Ville Skytta, bugzilla #144841
6632
6633Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
6634
6635 * doc/xmllint.xml, xmllint.html, xmllint.1
6636 update man page to reflect William's newly disciplined return
6637 code mojo
6638
6639Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6640
6641 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
6642 compilation errors when configured with --with-minimum
6643
6644Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6645
6646 * debugXML.c: applied patch from Stefano Debenedetti to register
6647 namespaces in the debug shell
6648
6649Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6650
6651 * xmlreader.c: fix from Steve Ball and update of the comment.
6652 * Makefile.am result/errors/*.str: William pointed out that
6653 the streaming error checking part wasn't streaming, fixing
6654
6655Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6656
6657 * catalog.c: patch from Igor for the default catalog path on Windows
6658
6659Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6660
6661 * configure.in: apparently wasn't updated last time
6662
6663Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6664
6665 * configure.in, xmlmemory.c, globals.c: fixed problem when
6666 configuring using --with-thread-alloc
6667
6668Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6669
6670 * win32/configure.js win32/Makefile.* minor changes for the new
6671 layout of the Windows binary package
6672
6673Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6674
6675 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
6676 from Kasimier Buchcik for Schema Component Constraints
6677 * test/schemas/* result/schemas/*: added the regression tests
6678
6679Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6680
6681 * xmllint.c: fixed missing error return code for schema
6682 validation (bug 143880), also changed over to an enum for
6683 defining the error return codes for all conditions.
6684
6685Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6686
6687 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
6688 problem when substituing entities using the Reader, the entities
6689 content might be freed and if rereferenced would crash
6690 * Makefile.am test/* result/*: added a new test case and a new
6691 test operation for the reader with substitution of entities.
6692
6693Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6694
6695 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
6696 applied patch from Rob Richards for the per thread I/O mappings
6697
6698Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6699
6700 * xinclude.c: some further enhancement to take care of
6701 xml:base for XPointer elements (bug 143886). Also fixed
6702 a problem when xml:base was already specified on an
6703 XInclude'd element.
6704
6705Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
6706
6707 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
6708 (bug 143738).
6709
6710Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
6711
6712 * uri.c, include/libxml/uri.h: added a new routine
6713 xmlBuildRelativeURI needed for enhancement of xinclude.c
6714 * xinclude.c: changed handling of xml:base (bug 135864)
6715 * result/XInclude/*: results of 5 tests changed as a result
6716 of the above change
6717
6718Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6719
6720 * test/schemas/* result/schemas/*: added a bunch of tests from
6721 Kasimier Buchcik posted on May 11
6722
6723Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6724
6725 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
6726 of wildcards attribute handling
6727 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6728 regression tests
6729
6730Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6731
6732 * parser.c: fixed a bug where invalid charrefs may not be detected
6733 sometimes as pointed by Morus Walter.
6734 * test/errors/charref1.xm result/errors/charref1.xml*: added the
6735 test in the regression suite.
6736
6737Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6738
6739 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
6740 also corrected typo on error code enum.
6741 * include/libxml/xmlerror.h: corrected typo on schema error
6742 code enum
6743
6744Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6745
6746 * xmlschemas.c: minor cosmetic changes, no change to logic.
6747 * result/schemas/attruse_0_[12].err: regenerated
6748 * globals.c: added a newline at end to make gcc happy
6749
6750Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
6751
6752 * xmlschemas.c include/libxml/schemasInternals.h
6753 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
6754 implementing attribute uses and wildcards.
6755 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
6756
6757Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6758
6759 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
6760 Rob Richards for custom I/O BufferCreateFilenane fixes bug
6761 #143366
6762
6763Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6764
6765 * xpath.c: fixed problem with predicate evaluation on an
6766 empty nodeset (bug 143409)
6767
6768Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6769
6770 * testSAX.c: fixed problem with attribute listing (bug 142674)
6771 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
6772 gets called (bug 142686)
6773
6774Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6775
6776 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
6777 Charles Bozeman fixing a side effect in date handling
6778
6779Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
6780
6781 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
6782 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
6783
67842004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6785
6786 * c14n.c: fixed c14n bug with serializing attribute namespaces
6787
6788Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6789
6790 * xpath.c: fixed to allow '+' in exponent of number
6791 (bug 143005)
6792 * SAX2.c: fixed typo in last commit
6793
6794Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6795
6796 * SAX2.c: skipped call to xmlValidateNCName when compiling
6797 --with-minimum (bug 142917)
6798
6799Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6800
6801 * catalog.c: reverted the broken change.
6802
6803Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6804
6805 * NEWS doc/*: updated the docs for 2.6.10
6806
6807Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6808
6809 * configure.in : releasing 2.6.10
6810
6811Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6812
6813 * tree.c: avoid returning default namespace when searching
6814 from an attribute
6815 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6816 back to escaping " since the normal serialization routines do not
6817 use it anymore, should close bug #134477 . Tried to make
6818 the writer avoid it too but it didn't work.
6819
6820Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6821
6822 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6823 handling and added direct links to bugzilla report for
6824 bug numbers.
6825
6826Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6827
6828 * error.c: modified to assure proper user data is sent to
6829 structured error routine (bug 142598)
6830
6831Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6832
6833 * catalog.c: a couple of large static variable which should really
6834 not be declared as such cluttered the .bss section.
6835
6836Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6837
6838 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6839 libxslt ChangeLog
6840
6841Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6842
6843 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6844 ChangeLog page generation. The awk shoudl escape characters
6845 not okay in XML and the xslt should make links to functions
6846 or variables or bug reported in the entries.
6847
6848Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6849
6850 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6851 escaping customization.
6852
6853Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6854
6855 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6856
6857Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6858
6859 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6860
6861Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6862
6863 * parser.c: enhanced the enhancement, fixed another couple of
6864 special cases.
6865
6866Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6867
6868 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6869
6870Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6871
6872 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6873 handling, start to looks better, need to be completed and added
6874 directly at the saving context level.
6875
6876Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6877
6878 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6879 the escape on save routines for better performances (less malloc)
6880 and more flexibility using the new saving context. Preliminary
6881 work, interface will change.
6882
6883Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6884
6885 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6886 element reference within the xs:all construct (bug 139897)
6887
6888Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6889
6890 * xinclude.c: a little further fixing of fallback processing, this
6891 time for fallback with children (bug 139520).
6892
6893Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6894
6895 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6896 allow ref in group definition (bug 134411). Also fixed
6897 misc compilation warning messages.
6898 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6899 regenerated (now no error reported).
6900
6901Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6902
6903 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6904 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6905 #141195 about text between comments.
6906
6907Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6908
6909 * xmlschemas.c, include/libxml/schemasInternals.h,
6910 include/libxml/xmlerror.h: Applied patches supplied by
6911 Kasimier Buchcik.
6912 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6913 changed test to account for above patch.
6914
6915Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6916
6917 * python/tests/tstLastError.py: better portability fix for f(*args),
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006918 use apply(f, args) as Stéphane Bidoul suggested
William M. Brack11be2d02007-01-24 19:17:19 +00006919
6920Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6921
6922 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6923 is already present and, if so, to ignore the request to add it.
6924 This has a very dramatic effect on memory requirements as well
6925 as efficiency. It also fixes bug 141762.
6926
6927Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6928
6929 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6930 applied patch from Ed Davis to allow "make tests" to work
6931 with Python 1.5
6932
6933Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6934
6935 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6936 fixes bug #141266
6937 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6938 test
6939
6940Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6941
6942 * Makefile.am: fix for a pedantic make check without make all request
6943
6944Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6945
6946 * uri.c xmlIO.c: fixing some problems in URI unescaping
6947 and output buffer opening, this should fix #141864
6948
6949Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6950
6951 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6952 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6953 Matt Sergeant
6954
6955Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6956
6957 * xmlregexp.c: enhanced the handling of subexpression ranges
6958 which have a minOccurs of 0 (bug 140478 again); cleaned up
6959 comments throughout the module.
6960
6961Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6962
6963 * xmllint.c: adding a --maxmem option to check memory used.
6964
6965Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6966
6967 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6968 bug #141529 i.e. various problems when building with --without-html
6969
6970Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6971
6972 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6973 call the deregistering functions. Also added the check to
6974 xmllint --stream --chkregister .
6975
6976Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6977
6978 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6979 regression tests on Windows
6980
6981Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6982
6983 * xmlreader.c: never commit without running make tests first !
6984
6985Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6986
6987 * xmlreader.c: fix a nasty problem with reading over the end
6988 * xmlsave.c: fix a reported memory leak apparently
6989
6990Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6991
6992 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6993 on Windows.
6994 * xpath.c: the NaN problem also shows up on Borland
6995
6996Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6997
6998 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6999 occurs 0 problems - fixes bug 140478.
7000
7001Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
7002
7003 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
7004 from Kasimier Buchcik
7005 * xmlschemas.c: recursive xs:extension fix from taihei goi
7006
7007Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
7008
7009 * tree.c: small buffer resizing improvement from Morten Welinder
7010 closes #140629
7011
7012Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
7013
7014 * xpath.c: last version of the fix for MSC version 1200
7015
7016Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
7017
7018 * parser.c: killing the strncmp vs. memcmp controversy and #140593
7019
7020Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
7021
7022 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
7023 inexistent functions, cleaned them out.
7024
7025Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
7026
7027 * error.c: Johnson Cameron pointed out that
7028 initGenericErrorDefaultFunc() was really wrong.
7029 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
7030 must be made public, added some missing comments on the XMLReader
7031 header.
7032 * c14n.c: Alexsey fixed C14N bug with processing namespaces
7033 from attributes
7034
7035Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
7036
7037 * xpath.c: fixed a stupid () error + Mark name.
7038
7039Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
7040
7041 * configure.in: preparing 2.6.9 release
7042 * doc/* News: updated and rebuilt the docs
7043
7044Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
7045
7046 * xpath.c: relaxed id() to not check taht the name(s) passed
7047 are actually NCName, decided this in agreement with Aleksey Sanin
7048 since existing specs like Visa3D broke that conformance checking
7049 and other tools seems to not implement it sigh...
7050 * SAX2.c: check attribute decls for xml:id and the value is an
7051 NCName.
7052 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
7053
7054Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
7055
7056 * xpath.c: work around Microsoft compiler NaN bug raise reported
7057 by Mark Vakoc
7058 * xmlschemas.c include/libxml/schemasInternals.h
7059 include/libxml/xmlerror.h: fixed a recusive extention schemas
7060 compilation error raised by taihei goi
7061
7062Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
7063
7064 * libxml.spec.in: keep the ChangeLog compressed
7065 * xmlreader.c: fix a segfault when using Close()
7066 * python/tests/Makefile.am python/tests/reader8.py: test for
7067 the Close() reader API.
7068
7069Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
7070
7071 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
7072 doc/examples/io2.c: minor warning cleanup (no change to logic)
7073 * xinclude: fixed return value for internal function
7074 xmlXIncludeLoadFallback (now always 0 or -1)
7075
7076Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
7077
7078 * valid.c: small enhancement to fix bug 139791
7079
7080Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
7081
7082 * xmlschemas.c include/libxml/schemasInternals.h
7083 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
7084 for the attribute use support
7085 * test/schemas/attruse* result/schemas/attruse*: added the
7086 tests to the regression suite.
7087
7088Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
7089
7090 * xmlsave.c: move the TODO as comments as the function while not
7091 finished are usable as-is
7092 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
7093 implementing union
7094 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
7095 * python/Makefile.am: applied fix from Mike Hommey
7096
7097Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
7098
7099 * parser.c: fixed problem with detecting external dtd
7100 encoding (bug 135229).
7101 * Makefile.am: minor change to test label
7102
7103Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
7104
7105 * xinclude.c: fixed problem causing duplicate fallback
7106 execution (bug 139520)
7107 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
7108 added testcase
7109
7110Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
7111
7112 * SAX2.c include/libxml/tree.h: adding xml:id draft support
7113 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
7114 4 first regression tests
7115
7116Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
7117
7118 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
7119 should depend on the version of python used to compile it.
7120
7121Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
7122
7123 * HTMLparser.c: applied patch from James Bursa, frameset should
7124 close head.
7125
7126Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
7127
7128 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
7129 which was causing check-relaxng-test-suite.py test 351 to fail.
7130
7131Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7132
7133 * nanohttp.c: implemented fix for M$ IIS redirect provided
7134 by Ian Hummel
7135 * relaxng.c: fixed problem with notAllowed compilation
7136 (bug 138793)
7137
7138Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
7139
7140 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
7141 from Mark Vakoc.
7142
71432004-04-01 Johan Dahlin <johan@gnome.org>
7144
7145 * python/.cvsignore: Add generated files, to make cvs silent.
7146
7147Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
7148
7149 * xmlschemas.c: small signed-ness patch from Steve Little
7150
7151Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
7152
7153 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
7154 xmlschemas regexp that William pointed out while working on
7155 #134120
7156 * test/regexp/branch result/regexp/branch: added a specific
7157 regression test
7158
7159Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
7160
7161 * Makefile.am: added PYTHONPATH to python tests for Schemas
7162 and RelaxNG
7163 * test/xsdtest/xsdtestsuite.xml: added testfile for
7164 SchemasPythonTests
7165
7166Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
7167
7168 * doc/examples/examples.xsl doc/examples/index.html: added
7169 information about compiling on Unix
7170
7171Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
7172
7173 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
7174 * doc/*: rebuilt to update
7175
7176Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
7177
7178 * xmlsave.c: optimize indentation based on the new context
7179
7180Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
7181
7182 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
7183 a very tricky problem when modifying the tree based on an XPath
7184 result query.
7185
7186Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7187
7188 * relaxng.c: fixed problem with IS_COMPILABLE flag
7189 (bug 130216)
7190
7191Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
7192
7193 * parser.c: applied patch from Dave Beckett to correct line number
7194 errors when using push with CDATA
7195
7196Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7197
7198 * doc/examples/xpath1.c: added a test template
7199 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
7200 added a new example, and make valgrind target
7201
7202Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
7203
7204 * parser.c: apply fix for #136693
7205
7206Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
7207
7208 * doc/examples/io2.c
7209 * doc/examples/io2.res
7210 add xmlDocDumpMemory example in response to mailing list FAQ
7211 (rebuilt xml and html also)
7212
7213Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7214
7215 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
7216 patch from Mark Vakoc avoiding using xmlParse* option and use
7217 xmlRead* instead
7218 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
7219 to avoid problems with some pathnames.
7220
7221Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7222
7223 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
7224 the docs.
7225 * Makefile.am: use valgring fro the new Python based regression tests
7226
7227Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7228
7229 * relaxng.c: remove a memory leak on schemas type facets.
7230 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
7231 check-xsddata-test-suite.py: reduce verbosity
7232 * configure.in Makefile.am: incorporated the Python regressions
7233 tests for Relax-NG and Schemas Datatype to "make tests"
7234
7235Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7236
7237 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
7238 Alfred Mickautsch for better DTD support.
7239 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
7240 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
7241 reference counting is handled in the XML parser which had the
7242 side effect of removing a lot of hazardous cruft added to try
7243 to fix the problems associated as they popped up.
7244 * xmlIO.c: FILE * close fixup for stderr/stdout
7245
7246Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7247
7248 * relaxng.c: added an error message when an element is not
7249 found within a <choice> (bug 126093)
7250
7251Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
7252
7253 * xmlregexp.c: enhanced the logic of parsing char groups to
7254 better handle initial or ending '-' (bug 135972)
7255
7256Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
7257
7258 * relaxng.c: added check for external reference in
7259 xmlRelaxNGGetElements (bug 137718)
7260 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
7261 regression test for above
7262
7263Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7264
7265 * nanohttp.c: added a close for the local file descriptor
7266 (bug 137474)
7267
7268Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7269
7270 * xmlsave.c: switched the output routines to use the new context.
7271
7272Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
7273
7274 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
7275 nodes (bug 137153)
7276
7277Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7278
7279 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
7280
7281Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7282
7283 * parser.c: fix bug reported by Holger Rauch
7284 * test/att8 result/noent/att8 result/att8 result/att8.rdr
7285 result/att8.sax: added the test to th regression suite
7286
7287Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7288
7289 * doc/search.php: Minor change for later verson of php requiring
7290 $HTTP_GET_VARS.
7291
7292Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
7293
7294 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
7295 previously used only for recursion, to use a value of '2' to
7296 indicate copy properties & namespaces, but not children.
7297 * xinclude.c: changed the handling of ranges to use the above new
7298 facility. Fixes Bug 134268.
7299
7300Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7301
7302 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
7303 added new module xmlsave with patch supplied by Eric Zurcher
7304 (second attempt - don't know what happened to the first one!)
7305
7306Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7307
7308 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
7309 providing Python bindings for the Canonicalization C14N support.
7310
7311Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
7312
7313 * .cvsignore and python/.cvsignore patched
7314
7315Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7316
7317 * xinclude.c: enhanced to assure that if xpointer is called
7318 for a document, the XML_PARSE_NOENT flag is set before parsing
7319 the included document so that entities will automatically get
7320 taken care of.
7321 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
7322 is encountered, it will log it and not crash (bug 135713)
7323
7324Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7325
7326 * xinclude.c: modified to make sub-includes inherit the
7327 parse flags from the parent document (bug 132597)
7328
7329Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7330
7331 * xmlschemas.c: QName handling fixes for the XML Schemas
7332 support from Adam Dickmeiss
7333 * test/schemas/po1_0.xsd: also fix the schemas
7334 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
7335 regression tests
7336
7337Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
7338
7339 * configure.in doc/Makefile.am include/libxml/Makefile.am:
7340 paalied patch from Julio M. Merino Vidal fixing bug #134751
7341 to fix --with-html-dir option.
7342 * doc/*: rebuilt fully the docs
7343 * doc/html/libxml-xmlsave.html: new file from new header.
7344
7345Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7346
7347 * debugXML.c testHTML.c tree.c doc/examples/*.c
7348 include/libxml/xmlsave.h: fixing compilation bug with some options
7349 disabled as well as --with-minimum should fix #134695
7350
7351Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
7352
7353 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
7354 should close #134092
7355
7356Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
7357
7358 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
7359 the new xmlsave module before the actuall big code change.
7360
7361Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7362
7363 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
7364 * test/schemas/mixed* result/schemas/mixed*: added his regression
7365 tests too.
7366
7367Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7368
7369 * testSAX.c: fix a compilation problem about a missing timb include
7370
7371Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
7372
7373 * testSAX.c: small enhancement to prevent trying to print
7374 strings with null pointers (caused "make tests" errors on
7375 HP-UX)
7376
7377Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
7378
7379 * doc/xmllint.xml
7380 * doc/xmllint.1
7381 * doc/xmllint.html
7382 * doc/xmlcatalog_man.xml
7383 * doc/xmlcatalog.1
7384 * doc/xmlcatalog_man.html
7385 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
7386 use
7387
7388Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
7389
7390 * Makefile.am: patch for cross-compilation to Windows from
7391 Christophe de VIENNE.
7392
7393Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7394
7395 * doc/*.html, doc/html/*.html: regenerated docs using older
7396 version of xsltproc pending resolution of AVT problem
7397
7398Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
7399
7400 * Makefile.am: applied patch from Charles Bozeman to not use
7401 the system xmllint.
7402
7403Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7404
7405 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
7406 for MingW
7407
7408Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7409
7410 * Makefile.am catalog.c configure.in: applied a cleanup patch
7411 from Peter Breitenlohner
7412 * tree.c: removed a doc build warning by fixing a param comment
7413 * doc/* : rebuilt the docs
7414
7415Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
7416
7417 * valid.c HTMLparser.c: avoid ID error message if using
7418 HTML_PARSE_NOERROR should fix #130762
7419
7420Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7421
7422 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
7423 fixing compilation and link option when configuring with
7424 --without-valid should fix #135309
7425
7426Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7427
7428 * catalog.c: fixed the main issues reported by Peter Breitenlohner
7429 * parser.c: cleanup
7430 * valid.c: speedup patch from Petr Pajas
7431
7432Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7433
7434 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
7435 on the list by Mike Hommey
7436
7437Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
7438
7439 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
7440 rebuilt the documentation.
7441
7442Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7443
7444 * python/tests/*.py: applied patch from Malcolm Tredinnick
7445 to avoid tabs in python sources, should fix #135095
7446
7447Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7448
7449 * testSAX.c: add --timing option
7450 * relaxng.c: use the psvi field of the nodes instead of _private
7451 which may be used for other purposes.
7452
7453Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7454
7455 * encoding.c: small patch to try to fix a warning with Sun One compiler
7456
7457Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
7458
7459 * encoding.c: small patch removing a warning with MS compiler.
7460
7461Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7462
7463 * debugXML.c: added "relaxng" option to the debugging shell
7464 * Makefile.am test/errors/* result/errors/*: some regression tests
7465 for some error tests cases.
7466
7467Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7468
7469 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
7470 is passed.
7471 * test/att7 result//att7*: adding an old regression test
7472 laying around on my laptop
7473
7474Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
7475
7476 * xmlreader.c: fixed xmllint --memory --stream memory consumption
7477 on large file by using xmlParserInputBufferCreateStatic() with
7478 the mmap'ed file
7479
7480Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7481
7482 * tree.c: some clarification in xmlDocDumpMemory() documentation
7483 * xmllint.c: fixed xmllint --stream --timing to get timings back
7484
7485Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
7486
7487 * parser.c: fixed a problem in push mode when attribute contains
7488 unescaped '>' characters, fixes bug #134566
7489 * test/att6 result//att6*: added the test to the regression suite
7490
7491Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7492
7493 * valid.c: removing a non-linear behaviour from ID/IDREF raised
7494 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
7495 xmlAddRef
7496
7497Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7498
7499 * python/tests/indexes.py python/tests/reader.py: indicated
7500 encoding of the test file, needed for python 2.3
7501
7502Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7503
7504 * xpath.c: fixed problem with numbers having > 19
7505 fractional places (bug 133921)
7506
7507Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7508
7509 * xpath.c: applied optimization patch from Petr Pajas
7510
7511Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7512
7513 * xmlwriter.c include/libxml/xmlwriter.h: applied update
7514 from Alfred Mickautsch and the added patch from Lucas Brasilino
7515
7516Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7517
7518 * benchmark.png index.html xml.html: updating the benchmark
7519 graph and using a PNG instead of a GIF
7520 * xmlreader.c: updated the TODO
7521
7522Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
7523
7524 * doc/tutorial/xmltutorial.xml
7525 * doc/tutorial/xmltutorial.pdf
7526 * doc/tutorial/*.html
7527 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
7528 last name I don't know, for pointing this out
7529
7530Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7531
7532 * NEWS configure.in: preparing release of 2.6.6
7533 * doc/*: updated the docs and rebuilt them
7534
7535Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
7536
7537 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
7538 suspicious about it but this is fairly contained and regression
7539 tests still passes.
7540 * test/schemas/all1* result/schemas/all1*: added the test to
7541 the regression suite.
7542
7543Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
7544
7545 * parser.c: fixed bug #132575 about finding the end of the
7546 internal subset in push mode.
7547 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
7548 added the test to the regression suite
7549
7550Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7551
7552 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
7553 include/libxml/xmlIO.h: added xmlByteConsumed() interface
7554 * doc/*: updated the benchmark rebuilt the docs
7555 * python/tests/Makefile.am python/tests/indexes.py: added a
7556 specific regression test for xmlByteConsumed()
7557 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
7558
7559Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
7560
7561 * tree.c: fixed missing output of internal DTD param entities when
7562 nothing else present in DTD (bug 134052)
7563
7564Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
7565
7566 * encoding.c: applied patch supplied by Christophe Dubach
7567 to fix problem with --with-minimum configuration
7568 (bug 133773)
7569 * nanoftp.c: fixed potential buffer overflow problem,
7570 similar to fix just applied to nanohttp.c.
7571
7572Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7573
7574 * nanohttp.c: fixed the fix for the buffer overflow, thanx
7575 William :-)
7576
7577Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7578
7579 * acinclude.m4, configure.in: fixed problem concerning
7580 determining SOCKLEN_T as pointed out by Daniel Richard G.
7581 on the mailing list
7582
7583Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7584
7585 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
7586
7587Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7588
7589 * xpath.c: small patch from Philip Ludlam to avoid warnings.
7590
7591Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7592
7593 * encoding.c: applied a small patch from Alfred Mickautsch
7594 to avoid an out of bound error in isolat1ToUTF8()
7595
7596Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7597
7598 * xinclude.c: remove the warning on the 2001 namespace
7599 * parser.c parserInternals.c xpath.c: remove some warnings
7600 when compiling with MSVC6
7601 * nanohttp.c: applied a patch when using _WINSOCKAPI_
7602
7603Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
7604
7605 * xinclude.c: added a small hack to fix interference between
7606 my fixes for bugs 132585 and 132588.
7607 * python/libxml.c: fixed problem with serialization of namespace
7608 reported on the mailing list by Anthony Carrico
7609
7610Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7611
7612 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
7613 (bug 133686).
7614
7615Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7616
7617 * xmlwriter.c: fixed problem with return value of
7618 xmlTextWriterWriteIndent() (bug 133297)
7619
7620Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7621
7622 * xinclude.c: changed coding to output good XIncludes when
7623 one or more bad ones are present (bug 132588)
7624
7625Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
7626
7627 * xinclude.c: corrected handling of empty fallback condition
7628 (bug 132585)
7629
7630Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
7631
7632 * HTMLparser.c: added initialisation for ctxt->vctxt
7633 in HTMLInitParser (bug 133127)
7634 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
7635 from several function params)
7636
7637Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
7638
7639 * xinclude.c: fixed problem regarding freeing of dictionary
7640 when there are errors within an XInclude file (bug 133106).
7641 Thanks to Oleg Paraschenko for the assistance.
7642
7643Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7644
7645 * xmlschemastypes.c: fixed validation of maxLength with no
7646 content using patch submitted by Eric Haszlakiewicz
7647 (bug 133259)
7648
7649Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7650
7651 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
7652 calling convention to the public function prototypes (rep by
7653 Cameron Johnson)
7654 * include/libxml/xmlexports.h: fixed mingw+msys compilation
7655 (rep by Mikhail Grushinskiy)
7656
7657Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7658
7659 * xmlwriter.c: enhanced output indenting (bug 133264)
7660
7661Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
7662
7663 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
7664 Steve Ball to provide structured error reports.
7665
7666Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7667
7668 * tree.c, include/libxml/tree.h: moved serialization of
7669 attribute text data (xmlSerializeContent) into a separate
7670 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
7671 * xmlwriter.c: changed handling of attribute string to use the
7672 routine above (fixed bug 131548)
7673
7674Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
7675
7676 * doc/examples/reader1.c, reader2.c, reader3.c
7677 * doc/examples/examples.xml
7678 * doc/examples/*.html
7679 add note that reader examples need libmxl2 > 2.6, rebuild
7680 html - this time doing it correctly :-)
7681
7682Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
7683
7684 * doc/examples/examples.xml
7685 * doc/examples/*.html
7686 add note that reader examples need libmxl2 > 2.6, rebuild
7687 html
7688
7689Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
7690
7691 * xpath.c: added (void *) type override to prevent
7692 warning on Solaris (Bug 132671)
7693
7694Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
7695
7696 * doc/examples/Makefile.am
7697 per Jan. 15 email to the list from oliverst, the index.html
7698 file from this directory wasn't making it into the tarball
7699
7700Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7701
7702 * acinclude.m4: applied fix from Alexander Winston for a problem
7703 related to automake-1.8 , c.f. #132513 and #129861
7704
7705Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
7706
7707 * doc/examples/index.py: don't rely on . being on the path for
7708 make tests, should keep Mr. Crozat quiet until next time...
7709
7710Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
7711
7712 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
7713 docs, checked rngparser stuff does not end up in the tarball
7714
7715Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7716
7717 * python/libxml.c: applied patch from Frederic Peters
7718 fixing the wrong arg order in xpath callback in bug #130980
7719
7720Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
7721
7722 * xinclude.c: fixing #130453 XInclude element with no href attribute
7723 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
7724 the compact syntax will require more work, postponed for the
7725 2.6.5 release.
7726
7727Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7728
7729 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
7730 Steve Ball to avoid a double-free.
7731
7732Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
7733
7734 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
7735 test result, fixed a awful lot of memory leaks showing up in
7736 testWriter.c, changed the examples and the Makefiles to test
7737 memory leaks.
7738 * xmlwriter.c: fixed a memory leak
7739 * Makefile.am: run the doc/examples regression tests as part of
7740 make tests
7741 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
7742 compile an XPath expression within a context, currently the goal
7743 is to be able to reuse the XSLT stylesheet dictionnary, but this
7744 opens the door to others possible optimizations.
7745 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
7746 to build a new dictionnary based on another read-only dictionnary.
7747 This is needed for XSLT to keep the stylesheet dictionnary read-only
7748 while being able to reuse the strings for the transformation
7749 dictionnary.
7750 * xinclude.c: fixed a dictionnar reference counting problem occuring
7751 when document parsing failed.
7752 * testSAX.c: adding option --repeat for timing 100times the parsing
7753 * doc/* : rebuilt all the docs
7754
7755Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
7756
7757 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
7758
7759Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7760
7761 * xmlschemastypes.c: applied patch from John Belmonte for
7762 normalizedString datatype support.
7763
7764Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7765
7766 * xpath.c: fixed problem with union when last() is used
7767 in predicate (bug #131971)
7768 * xpointer.c: minor change to comment for doc generation
7769
7770Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7771
7772 * parser.c: fixed bug #131745 raised by Shaun McCance with the
7773 suggested patch
7774
7775Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
7776
7777 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
7778 leak reported on the list.
7779
7780Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7781
7782 * python/generator.py python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007783 patch from Stéphane Bidoul to add enums to the Python bindings.
William M. Brack11be2d02007-01-24 19:17:19 +00007784
7785Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7786
7787 * testHTML.c: another small patch from Mark Vakoc
7788
7789Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7790
7791 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
7792 patch from Mark Vakoc to not use SAX1 unless necessary.
7793
7794Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
7795
7796 * dict.c parser.c xmlstring.c: some parser optimizations,
7797 xmllint --memory --timing --repeat --stream ./db10000.xml
7798 went down from 16.5 secs to 15.5 secs.
7799
7800Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7801
7802 * xmlschemas.c: removed a memory leak remaining from the switch
7803 to a dictionnary for string allocations c.f. #130891
7804
7805Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7806
7807 * xmlreader.c: fixing some problem if configured --without-xinclude
7808 c.f. #130902
7809
7810Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7811
7812 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7813 c.f. #130896
7814
7815Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7816
7817 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7818 applying patch from Mark Vakoc for Windows
7819 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7820 fixes from Sven Zimmerman
7821
7822Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7823
7824 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7825 python/tests/Makefile.am python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007826 patch from Stéphane Bidoul for structured error handling from
William M. Brack11be2d02007-01-24 19:17:19 +00007827 python, and the associated test
7828
7829Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7830
7831 * configure.in: fixed Bug130593
7832 * xmlwriter.c: fixed compilation warning
7833
7834Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7835
7836 * include/libxml/xmlstring.h: fixed the comment in the header
7837 * doc/*: rebuilt the docs
7838
7839Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7840
7841 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7842 include/libxml/Makefile.am, include/libxml/catalog.c,
7843 include/libxml/chvalid.h, include/libxml/encoding.h,
7844 include/libxml/parser.h, include/libxml/relaxng.h,
7845 include/libxml/tree.h, include/libxml/xmlwriter.h,
7846 include/libxml/xmlstring.h:
7847 moved string and UTF8 routines out of parser.c and encoding.c
7848 into a new module xmlstring.c with include file
7849 include/libxml/xmlstring.h mostly using patches from Reid
7850 Spencer. Since xmlChar now defined in xmlstring.h, several
7851 include files needed to have a #include added for safety.
7852 * doc/apibuild.py: added some additional sorting for various
7853 references displayed in the APIxxx.html files. Rebuilt the
7854 docs, and also added new file for xmlstring module.
7855 * configure.in: small addition to help my testing; no effect on
7856 normal usage.
7857 * doc/search.php: added $_GET[query] so that persistent globals
7858 can be disabled (for recent versions of PHP)
7859
7860Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7861
7862 * doc/tutorial/customfo.xsl
7863 * doc/tutorial/customhtml.xsl
7864 update custom tutorial-building stylesheets in preparation
7865 for tutorial update
7866
7867Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7868
7869 * rngparser.c: commiting the compact relax ng parser. It's not
7870 completely finished, it's not integrated but I want to save the
7871 current state
7872
7873Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7874
7875 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7876 win32/libxml2.def.src: fixed apibuild.py's generation of
7877 "constructors" to be in alphabetical order (instead of previous
7878 random sequence); regenerated resulting files.
7879
7880Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7881
7882 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7883 problem.
7884
7885Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7886
7887 * doc/newapi.xsl: change background color of function
7888 declaration to improve readability
7889 * doc/*: rebuild docs with new stylesheet
7890
7891Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7892
7893 * parser.c, include/libxml/parser.h: added a routine
7894 xmlStrncatNew to create a new string from 2 frags.
7895 * tree.c: added code to check if node content is from
7896 dictionary before trying to change or concatenate.
7897
7898Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7899
7900 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7901 Bug 130419) and eliminated xmlInitMemoryDone. More
7902 improvement needed.
7903 * xml2-config.in: added an additional flag (--exec-prefix) to
7904 allow library directory to be different from include directory
7905 (Bug 129558).
7906
7907Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7908
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007909 * error.c: applied patch from Stéphane Bidoul for structured error
William M. Brack11be2d02007-01-24 19:17:19 +00007910 reporting.
7911
7912Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7913
7914 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7915 Lucas Brasilino to add indentation support to xmlWriter
7916
7917Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7918
7919 * xinclude.c: fixed problem with "recursive" include (fallback
7920 contains another include - Bug 129969)
7921
7922Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7923
7924 * SAX2.c: found and fixed a bug misallocating some non
7925 blank text node strings from the dictionnary.
7926 * xmlmemory.c: fixed a problem with the memory debug mutex
7927 release.
7928
7929Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7930
7931 * xinclude.c: fixed problem caused by wrong dictionary
7932 reference count, reported on the list by Christopher
7933 Grayce.
7934
7935Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7936
7937 * python/generator.py, python/libxml2class.txt: fixed problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007938 pointed out by Stéphane Bidoul on the list.
William M. Brack11be2d02007-01-24 19:17:19 +00007939 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7940 completed modifications required to fix Bug 129967 (at last!).
7941 Now wait to see how long before further trouble...
7942
7943Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7944
7945 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7946 memory leak reported by Dave Beckett
7947 * xmlschemas.c: Removed spurious comment reported on the mailing
7948 list
7949 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7950 Further work on Bug 129967 concerning xpointer range handling
7951 and range-to function; much better, but still not complete
7952
7953Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7954
7955 * valid.c: xmlValidateElement could crash for element holding a
7956 namespace declaration but not in a namespace. Oliver Fischer
7957 provided the example.
7958
7959Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7960
7961 * xmllint.c: issue validation status on stderr, not stdout as suggested
7962 by Pawel Palucha
7963 * result/relaxng/*: this change slightly all the output from RNG
7964 regressions.
7965
7966Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7967
7968 * xmlschemas.c: edited a couple of comments in accordance with
7969 posting on the mailing list (no logic change)
7970 * xpointer.c: working on Bug 129967, added check for NULL
7971 nodeset to prevent crash. Further work required.
7972 * xpath.c: working on Bug 129967, added code to handle
7973 XPATH_LOCATIONSET in RANGETO code, also added code to
7974 handle it in xmlXPathEvaluatePredicateResult. Further
7975 work required.
7976
7977Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7978
7979 * xmlschemas.c: added tests for xs:all to assure minOccurs
7980 and maxOccurs <= 1 (Bug 130020)
7981
7982Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7983
7984 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7985 with patch from Charles Bozeman.
7986
7987Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7988
7989 * xmlregexp.c: fixed problem causing segfault on validation error
7990 condition (reported on mailing list)
7991
7992Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7993
7994 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7995 parser contexts (problem reported on mailing list)
7996 * doc/apibuild.py: small change to prevent duplicate lines
7997 on API functions list. It will take effect the next time
7998 the docs are rebuilt.
7999
8000Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8001
8002 * configure.in NEWS doc/*: updated the docs and prepared a new
8003 release 2.6.4
8004
8005Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8006
8007 * legacy.c: remove deprecated warning on startElement()
8008
8009Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8010
8011 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
8012 was broken with the new namespace. Fixes #129932
8013
8014Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
8015
8016 * xmlschemas.c include/libxml/schemasInternals.h: types might be
8017 redefined in includes, quick fix to allow this but lacks the
8018 equality of the redefinition test.
8019
8020Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
8021
8022 * valid.c: fixed bug concerning validation using external
8023 dtd of element with mutiple namespace declarations
8024 (Bug 129821)
8025
8026Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
8027
8028 * tree.c: inhibited production of "(null):" in xmlGetNodePath
8029 when node has default namespace (Bug 129710)
8030
8031Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
8032
8033 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
8034 document order for attributes is retained (Bug 129331)
8035
8036Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8037
8038 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
8039 xmlReaderNewFd() xmlReaderForFd(), change those to not close
8040 the file descriptor. Updated the comment, should close #129683
8041
8042Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8043
8044 * xinclude.c: fixed a serious problem in XInclude #129021
8045
8046Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8047
8048 * parser.c: fixed bug #129489, propagation of parsing flags
8049 in entities.
8050 * parser.c xmlreader.c: improved the comments of parsing options
8051
8052Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
8053
8054 * python/Makefile.am, python/tests/Makefile.am,
8055 doc/Makefile.am: applied fixes to allow build from
8056 'outside' directory (Bug 129172)
8057
8058Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
8059
8060 * tree.c - add explanation of namespace inheritance when
8061 ns is NULL to xmlNewChild and xmlNewTextChild API doc
8062
8063Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
8064
8065 * include/libxml/xpathInternals.h: undid last change (my
8066 bad). Put necessary fix in libxslt/libexslt instead.
8067 * include/libxml/DOCBparser.h: put test for __GCC__ on
8068 warning directive (Bug 129105)
8069
8070Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
8071
8072 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
8073 to cater for NULL pointer (bug 129561)
8074 * globals.c: added comment to suppress documentation warning
8075 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
8076 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
8077
8078Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
8079
8080 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
8081 using an xmlReaderWalker()
8082
8083Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
8084
8085 * tree.c: fix misc. typos in doc comments
8086 * include/libxml/tree.h: elaborate on macro define doc comments
8087 * doc/*: rebuild docs
8088
8089Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
8090
8091 * doc/examples/*: don't call the result files .out but .res as
8092 the Makefiles tend to try generating binaries for .out targets...
8093
8094Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
8095
8096 * doc/html/libxml-pattern.html: - cvs add API docs for new
8097 pattern stuff
8098
8099Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
8100
8101 * tree.c
8102 * doc/*:
8103 Elaborate in documentation discussion of xmlNewChild
8104 and xmlNewTextChild. Thanks to Steve Lenti for pointing
8105 out the usefulness of a more explicit explanation of the
8106 reserved character escaping issue.
8107
8108Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8109
8110 * xmlcatalog.c: applied patch from Stefan Kost
8111
8112Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8113
8114 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
8115
8116Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8117
8118 * win32/Makefile.* win32/configure.js: Added pattern support
8119
8120Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8121
8122 * configure.in doc/* libxml.spec.in: preparing release of
8123 libxml2-2.6.3, updated and regenerated the docs.
8124
8125Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
8126
8127 * SAX2.c pattern.c: removed some compilation warnings
8128
8129Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8130
8131 * xmllint.c: fixing bug #119264 xmllint failing to report
8132 serialization errors in some cases.
8133
8134Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
8135
8136 * entities.c: fixed an XML entites content serialization
8137 potentially triggered by XInclude, see #126817
8138
8139Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8140
8141 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
8142 suggested by Daniel Schulman in #128313
8143
8144Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8145
8146 * configure.in Makefile.am: another patch from Kenneth Haley
8147 for Mingw, c.f. #128787
8148
8149Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8150
8151 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
8152 for compiling on Mingw see #128786
8153
8154Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
8155
8156 * xmllint.c: some flags were not passed down correctly as
8157 parsing options. Fixes #126806
8158
8159Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8160
8161 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
8162 include/libxml/xmlerror.h: augmented the XInclude API
8163 to be able to pass XML parser flags down to the Inclusion
8164 process. Also resynchronized with the Last Call W3C Working
8165 Draft 10 November 2003 for the xpointer attribute.
8166 * Makefile.am test/XInclude/docs/nodes[23].xml
8167 result/XInclude/*: augmented the tests for the new namespace and
8168 testing the xpointer attribute, changed the way error messages
8169 are tested
8170 * doc/*: regenerated the documentation
8171
8172Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8173
8174 * error.c: filter warning messages if the global setting blocks them
8175 * xinclude.c xmlreader.c include/libxml/xinclude.h
8176 include/libxml/xmlerror.h: updated the change of namespace at
8177 the XInclude level, raise a warning if the old one is found,
8178 and some cleanup
8179
8180Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
8181
8182 * tree.c: tentative fix for #126117 character reference in
8183 attributes output problem in some cornercase.
8184
8185Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
8186
8187 * python/libxml.py: tried to fix the problems reported in
8188 bug #126735
8189 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
8190 fixed again some problem trying to use the structured error
8191 handlers, c.f. bug #126735
8192 * result/VC/ElementValid: tiny change due to the fix
8193
8194Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8195
8196 * error.c: fixed __xmlRaiseError to use structured error handlers
8197 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
8198
8199Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8200
8201 * parser.c: attempt to fix #126211 ...
8202
8203Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8204
8205 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
8206 include/libxml/xmlreader.h: fixed the pattern interfaces
8207 but not yet the parser to handle the namespaces.
8208 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
8209
8210Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
8211
8212 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
8213 include/libxml/pattern.h include/libxml/schemasInternals.h
8214 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
8215 the make rebuild in doc, this include new directive to stop
8216 documentation warnings
8217 * doc/* doc/html/*: rebuilt the docs
8218 * pattern.c xmlreader.c include/libxml/pattern.h
8219 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
8220 to save nodes while scanning the tree with the reader, cleanup
8221 the way element were freed, and xmlTextReaderPreserve()
8222 implementation, the API might change for namespace binding support
8223 when compiling patterns.
8224 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
8225
8226Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8227
8228 * python/libxml.py: oops forgot to modify/commit the new code.
8229
8230Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
8231
8232 * python/generator.py python/libxml.c python/libxml_wrap.h:
8233 cleanup the output buffer support to at least get the basic
8234 to work
8235 * python/tests/outbuf.py python/tests/serialize.py: fixes and
8236 cleanup.
8237 * include/libxml/xmlwriter.h: cleanup
8238
8239Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
8240
8241 * include/libxml/xmlversion.h.in
8242 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
8243 docs
8244
8245Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
8246
8247 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
8248 regexp quantifiers
8249
8250Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8251
8252 * pattern.c include/libxml/pattern.h: adding the pattern node
8253 selection code. Inheried in part from libxslt but smaller.
8254 * Makefile.am configure.in include/libxml/xmlversion.h.in:
8255 integrated the pattern module, made it a configure time option
8256 * xmllint.c: added --pattern to test when doing --stream
8257
8258Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8259
8260 * xmlreader.c: fixed a problem in xmlreader validation when
8261 streaming exposed by reader2 example.
8262
8263Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
8264
8265 * doc/xml.html
8266 * doc/docs.html:
8267 add reference to the Code Examples page to docs.html list
8268 of resources
8269
8270Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8271
8272 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
8273 from Eric
8274
8275Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
8276
8277 * include/libxml/xinclude.h
8278 * doc/*: Add comments for macro definitions in xinclude.h and
8279 rebuild the docs
8280
8281Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
8282
8283 * doc/docdescr.doc
8284 Updating William's explanation of how to build docs,
8285 reflecting Daniel's new docs build system
8286
8287Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8288
8289 * xmlmemory.c: enhanced by adding mutex to protect global
8290 structures in a multi-threading environment. This fixed
8291 some random errors on the Threads regression tests.
8292
8293Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
8294
8295 * doc/xml.html doc/python.html: fix tst.py text, which didn't
8296 import sys
8297
8298Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8299
8300 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
8301 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
8302 handled internally by default, with proper BOM and UTF-16LE
8303 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
8304 BOM on output, and will be automatically recognized on input.
8305 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
8306 added regression tests for above.
8307
8308Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8309
8310 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
8311 build with all compilers. Added C-Runtime option for MSVC. Included
8312 xmlWriter.
8313 * xmlwriter.c: Added IN_LIBXML macro
8314
8315Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8316
8317 * win32/Makefile.bcb: applied patch from Eric
8318
8319Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8320
8321 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
8322 is broken on 2.6.x
8323
8324Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
8325
8326 * entities.c: fixed #127877, never output &quot; in element content
8327 * result/isolat3 result/slashdot16.xml result/noent/isolat3
8328 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
8329 result/valid/index.xml result/valid/xlink.xml: this changes the
8330 output of a few tests
8331
8332Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
8333
8334 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
8335 testSchemas.c xmlschemas.c: added xsd:include support, fixed
8336 testSchemas behaviour when a schemas failed to parse.
8337 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
8338 test for xsd:include from Eric Van der Vlist
8339
8340Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8341
8342 * parser.c: swapped the attribute defaulting and attribute checking
8343 parts of parsing a new element start, fixes bug #127772
8344 * result/valid/127772.* test/valid/127772.xml
8345 test/valid/dtds/127772.dtd: added the example in the regression tests
8346
8347Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8348
8349 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
8350 to avoid bug #127851
8351
8352Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
8353
8354 * xmlregexp.c: fixing some Negative Character Group and
8355 Character Class Subtraction handling.
8356
8357Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8358
8359 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
8360 on Eric van der Vlist examples
8361 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
8362 added regression tests
8363 * doc/examples/Makefile.am doc/examples/index.py: do not
8364 regenerate the index on make all target, but only on
8365 make rebuild to avoid troubles.
8366
8367Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8368
8369 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
8370 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
8371 starting to add proper namespace support too.
8372 * test/schemas/* result/schemas/*: added a number of tests
8373 fixed the result from some regression tests too.
8374
8375Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
8376
8377 * doc/xml.html, docs.html: remove reference to gtk-doc now that
8378 Daniel has removed it, fix link to George's IBM article, other
8379 minor edits
8380
8381Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8382
8383 * xmlschemas.c: applied patch from Robert Stepanek to start
8384 import os schemas support, cleaned up stuff and the patch.
8385 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
8386 to regression, fixed a few regressions too.
8387
8388Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8389
8390 * HTMLparser.c: applied two parsing fixes from James Bursa
8391
8392Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8393
8394 * doc/examples/*: added two xmlReader examples
8395 * xmlreader.c: cleaned up some bugs in the process
8396
8397Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
8398
8399 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
8400 Alfred Mickautsch, bugfixes and comments
8401 * doc/examples/*: added his test as the xmlWriter example
8402 * doc/html/ doc/*.html: this resulted in some improvements
8403 * include/libxml/hash.h: fixed an inclusion problem when
8404 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
8405
8406Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8407
8408 * xinclude.c: fix an error message
8409 * doc/examples/*: added tree2 example from Lucas Brasilino
8410
8411Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8412
8413 * doc/newapi.xsl: improve the sort sequence for page content
8414 * doc/html/*.html: regenerate the web pages
8415
8416Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8417
8418 * Makefile.am: do not package cvs versioning temp files.
8419 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8420 slightly improved the API xml format, fixed a lot of small
8421 rendering problems
8422 * doc/html/libxml*.html: rebuilt
8423
8424Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8425
8426 * include/libxml/*.h include/libxml/*.h.in: modified the file
8427 header to add more informations, painful...
8428 * genChRanges.py genUnicode.py: updated to generate said changes
8429 in headers
8430 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
8431 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
8432 APIs modules. Updated the stylesheets, some cleanups, regenerated
8433 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
8434
8435Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8436
8437 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
8438 the build process to remove all remains from the old gtk-doc
8439 inherited, libxml2-refs.xml is now generated by apibuild.py, the
8440 stylesheets have been improved, and the API*html now generated
8441 are XHTML1 valid too
8442
8443Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
8444
8445 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
8446 enhancement to prevent comment with unreferenced variable.
8447 * threads.c xmlreader.c xmlwriter.c: edited some comments to
8448 improve auto-generation of documentation
8449 * apibuild.py: minor change to an error message
8450
8451Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
8452
8453 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8454 improving navigation
8455 * doc/html/*.html: updated the result
8456
8457Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
8458
8459 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
8460 improvement of the stylesheets, fixed a API generation problem,
8461 switched the stylesheet and Makefile to build the HTML output.
8462 * doc/html/*.html: complete update, ditched some old files, might
8463 introduce some breakage...
8464
8465Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8466
8467 * doc/newapi.xsl: lot of improvements, this starts looking good
8468 enough to be usable.
8469
8470Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8471
8472 * doc/newapi.xsl: stylesheet to build HTML pages from the
8473 API XML description, Work in Progress
8474
8475Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
8476
8477 * xpath.c: fixed bug 126976 (string != empty nodeset
8478 should be false)
8479
8480Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
8481
8482 * doc/html/*.html: Finally - found the problem with the
8483 page generation (XMLPUBFUN not recognized by gtkdoc).
8484 Re-created the pages using a temporary version of
8485 include/libxml/*.h.
8486 * testOOMlib.c,include/libxml/encoding.h,
8487 include/libxml/schemasInternals.h,include/libxml/valid.h,
8488 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
8489 include/libxml/xmlwin32version.h.in,
8490 include/libxml/xpathInternals.h: minor edit of comments
8491 to help automatic documentation generation
8492 * doc/docdescr.doc: small elaboration
8493 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
8494 (messed up on last try)
8495 * xmlreader.c: minor change to clear warning.
8496
8497Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8498
8499 * Copyright: fixed some wording
8500 * libxml.spec.in: make sure doc/examples is packaged
8501 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
8502 annoying problem about xmlRemoveID and xmlReader streaming.
8503 Thing looks fixed now, had to add a doc reference to the
8504 xmlID structure though...
8505
8506Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
8507
8508 * doc/docdescr.doc: added description of man page building
8509
8510Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8511
8512 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
8513 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
8514 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
8515 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
8516 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
8517 added missing pages for the website.
8518
8519Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8520
8521 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
8522 generated pages (again), manually restored doc/html/index.html
8523 and manually edited generated file doc/gnome-xml.xml to put
8524 in appropriate headings.
8525 * doc/docdescr.doc: new file to describe details of the
8526 document generation (helps my memory for the next time)
8527 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
8528 enhancement to please the automatic documentation generation.
8529
8530Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
8531
8532 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
8533 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
8534 minor error cleanup for gcc-3.3.[12] compilation warnings.
8535
8536Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
8537
8538 * tree.c: minor changes to some comments
8539 * doc/*.html: rebuilt the generated HTML pages for changes
8540 from jfleck (bug 126945)
8541
8542Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8543
8544 * doc/examples/*: added Dodji's example, added output handling
8545
8546Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8547
8548 * doc/examples/*: added Aleksey XPath example, fixed bugs
8549 in the indexer
8550
8551Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8552
8553 * doc/*: integrating the examples in the navigation menus
8554 * doc/examples/*: added make tests, updated the navigation,
8555 added a new test, cleanups, updates.
8556
8557Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8558
8559 * doc/*.html: rebuilt the generated HTML pages
8560 * doc/examples/*: updated the stylesheets, added a synopsis,
8561 Makefile.am is now generated by index.py
8562
8563Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8564
8565 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
8566 added autogeneration of a web page for the examples
8567 * doc/examples/example1.c doc/examples/.cvsignore
8568 doc/examples/examples.xml doc/examples/index.py: updated the
8569 informations extracted, improved the format and indexing.
8570
8571Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
8572
8573 * check-xinclude-test-suite.py: less verbose on difference
8574 * libxml.spec.in: cleanup
8575 * parser.c: fixed xmlCleanupParser() doc
8576 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
8577 doc/examples/Makefile.am doc/examples/example1.c
8578 doc/examples/examples.xml doc/examples/index.py
8579 doc/examples/test1.xml: work on adding C examples and
8580 generating automated information about those. examples.xml
8581 is autogenerated describing the examples.
8582 * example/Makefile.am: cleanup
8583
8584Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8585
8586 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
8587 fixed missing '-' in block names, enhanced the hack for
8588 ABI aliasing.
8589
8590Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
8591
8592 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
8593 python/libxml2class.txt: enhanced for range checking,
8594 updated to Unicode version 4.0.1 (API docs also updated)
8595 * python/generator.py: minor change to fix a warning
8596
8597Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8598
8599 * Makefile.am: apply fix from Karl Eichwalder for script path
8600
8601Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8602
8603 * win32/configure.js: applied patch from Mark Vakoc to simplify
8604 his work from CVS checkouts.
8605
8606Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
8607
8608 * doc/xmlreader.html: minor cleanups
8609
8610Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
8611
8612 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
8613 for gcc so that, if undefined, it's defined as
8614 __attribute__((unused))
8615
8616Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
8617
8618 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
8619 appears after the variable declaration.
8620 * valid.c: trivial change to eliminate a warning message
8621
8622Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
8623
8624 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
8625 rebuilt the docs
8626
8627Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8628
8629 * xmllint.c: change --html to make sure we use the HTML serialization
8630 rule by default when HTML parser is used, add --xmlout to allow to
8631 force the XML serializer on HTML.
8632 * HTMLtree.c: ugly tweak to fix the output on <p> element and
8633 solve #125093
8634 * result/HTML/*: this changes the output of some tests
8635
8636Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8637
8638 * xinclude.c: fixed bug #125812, about XPointer in XInclude
8639 failing but not returning an error.
8640
8641Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
8642
8643 * valid.c: fixed bug #125811 related to DTD post validation
8644 where the DTD doesn't pertain to a document.
8645
8646Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
8647
8648 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
8649 the XML_PARSE_NONET parser option.
8650 * xmllint.c: converted xmllint.c to use the option instead of
8651 relying on the global resolver variable.
8652
8653Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8654
8655 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
8656 support to the reader interface. Lot of testing of the walker,
8657 various bug fixes.
8658 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8659 works as expected
8660 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
8661 result/XInclude/*.rdr: added regression tests for the walker and
8662 XInclude xmlReader support, had to slightly change a couple of tests
8663 because the walker can't distinguish <foo/> from <foo></foo>
8664
8665Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
8666
8667 * tree.c nanohttp.c threads.c: second BeOS patch from
8668 Marcin 'Shard' Konicki
8669
8670Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8671
8672 * parser.c: always generate line numbers
8673
8674Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8675
8676 * parser.c: fixed another regression introduced in fixing #125823
8677
8678Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8679
8680 * python/libxml.c: previous fix for #124044 was broken, correct
8681 fix provided.
8682 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8683 and the error handlers to address #125877
8684
8685Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8686
8687 * parser.c: side effect of #123105 patch, namespace resolution
8688 would fail when defined in internal entities, fixes #125823
8689
8690Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8691
8692 * python/libxml.c: be more defensive in the xmlReader python bindings
8693 fixing bug #124044
8694
8695Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8696
8697 * valid.c: the a-posteriori DTD validation code was not validating
8698 the namespace declarations, this fixes #124110
8699
8700Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
8701
8702 * xmlIO.c: enhanced to bypass compression detection code
8703 when input file is stdin (bug 125801)
8704
8705Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8706
8707 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8708
8709Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8710
8711 * xpath.c: more fixes about unregistering objects
8712 * include/libxml/relaxng.h: applied patch from Mark Vakoc
8713 missing _cplusplus processing clause
8714
8715Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
8716
8717 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
8718
8719Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8720
8721 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
8722 Marcin 'Shard' Konicki to provide BeOS thread support.
8723
8724Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8725
8726 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
8727 from Steve Ball to make a schema parser from a preparsed document.
8728
8729Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8730
8731 * tree.c: applied a couple of patches from Mark Lilback about text
8732 nodes coalescing
8733
8734Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8735
8736 * xpath.c: change suggested by Anthony Carrico when unregistering
8737 a namespace prefix to a context
8738 * hash.c: be more careful about calling callbacks with NULL payloads.
8739
8740Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8741
8742 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
8743 regenerated docs and APIs
8744 * parser.c: cleanup and last change to fix #123105
8745
8746Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8747
8748 * HTMLparser.c: Fix #124907 by simply backporting the same
8749 fix as for the XML parser
8750 * result/HTML/doc3.htm.err: change to ID detecting modified one
8751 test result.
8752
8753Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8754
8755 * parser.c include/libxml/parser.h: included a new function
8756 to reuse a Push parser context, based on Graham Bennett original
8757 code
8758 * valid.c: in HTML, a name in an input is not an ID
8759 * TODO: bug list update
8760
8761Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
8762
8763 * xpath.c: applied patch from nico@xtradyne.com for #125030
8764
8765Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8766
8767 * Makefile.am: cleanup
8768 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
8769 sometimes the error handlers can get a parser context on DTD
8770 errors, and sometime they don't. So be very careful when trying
8771 to grab those informations.
8772
8773Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8774
8775 * tree.c: applied patch from Kasimier Buchcik which fixes a
8776 problem in xmlSearchNs introduced in 2.6.0
8777
8778Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
8779
8780 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8781
8782Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8783
8784 * tree.c: fix bug #125047 about serializing when finding a
8785 document fragment node.
8786
8787Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
8788
8789 * testSAX.c: fix bug #125592 need a NULL check
8790 * include/libxml/chvalid.h: rename a parameter
8791
8792Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
8793
8794 * parser.c: applied patch from #123105 about defaulted attributes
8795 from element coming from an entity
8796
8797Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8798
8799 * xmllint.c: fixed warning message from IRIX (bug 125182)
8800 * python/libxml.py: removed tabs, replaced with spaces
8801 (bug 125572)
8802
8803Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8804
8805 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8806 if xmlNewInputFromFile() fails.
8807 * xmlreader.c: avoid using _private for the node or document
8808 elements.
8809
8810Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8811
8812 * win32/configure.js: added declaration for verMicroSuffix
8813
8814Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8815
8816 * libxml.m4: applied patch from Patrick Welche provided in
8817 bug #125432 , future proofing the .m4 file.
8818 * parser.c: resetting the context should also reset the error
8819 * TODO: problem of conformance w.r.t. E20 was raised in the
8820 XML Core telconf and libxml2 isn't conformant there.
8821
8822Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8823
8824 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8825
8826Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8827
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008828 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out another
William M. Brack11be2d02007-01-24 19:17:19 +00008829 small glitch missing a const
8830
8831Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8832
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008833 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out that
William M. Brack11be2d02007-01-24 19:17:19 +00008834 it doesn't define IN_LIBXML
8835
8836Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8837
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008838 * win32/Makefile.mingw: typo pointed out by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +00008839
8840Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8841
8842 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8843 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8844
8845Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8846
8847 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8848
8849Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8850
8851 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8852 * doc/*: updated and regenerated the docs and API
8853
8854Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8855
8856 * SAX2.c error.c tree.c: moved the line number to their proper
8857 field in elements now.
8858
8859Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8860
8861 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8862 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8863 added the xmlWriter module contributed by Alfred Mickautsch
8864 * include/libxml/tree.h: added room for line and extra information
8865 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8866 of them introduced in September
8867 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8868
8869Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8870
8871 * Makefile.am configure.in xmldwalk.c xmlreader.c
8872 include/libxml/Makefile.am include/libxml/xmldwalk.h
8873 include/libxml/xmlversion.h.in: removing xmldwalk module
8874 since it got merged with the xmlreader.
8875 * parser.c: cleanup
8876 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8877 rebuilt the API
8878 * python/tests/Makefile.am python/tests/reader7.py
8879 python/tests/walker.py: adding regression testing for the
8880 new xmlreader APIs, new APIs for reader creation, including
8881 makeing reader "walker" operating on preparsed document trees.
8882
8883Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8884
8885 * entities.c, valid.c: fixed problem reported on the mailing
8886 list by Melvyn Sopacua - wrong argument order on functions
8887 called through xmlHashScan.
8888
8889Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8890
8891 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8892
8893Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8894
8895 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8896 tested it through the xslt regression suite.
8897
8898Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8899
8900 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8901 allowing to grab the content without forcing allocations.
8902 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8903 * xpath.c xmldwalk.c: removed a couple of comment errors.
8904
8905Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8906
8907 * parser.c: applied patch from Chris Anderson to change back
8908 memcmp with CMPx()
8909
8910Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8911
8912 * HTMLparser.c: fixed to not send NULL to %s printing
8913 * python/tests/error.py result/HTML/doc3.htm.err
8914 result/HTML/test3.html.err result/HTML/wired.html.err
8915 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8916 up some of the regression tests error
8917
8918Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8919
8920 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8921 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8922 Fixed the HTTP<->parser interraction, which should fix 2 long
8923 standing bugs #104790 and #124054 , this also fix the fact that
8924 HTTP error code (> 400) should not generate data, we usually
8925 don't want to parse the HTML error information instead of the
8926 resource looked at.
8927
8928Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8929
8930 * doc/Makefile.am: enhanced the installation of tutorial files
8931 to avoid installing CVS subdirectories (bug 122943)
8932
8933Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8934
8935 * xmlIO.c: fixed segfault when input file not present
8936 * tree.c: changed output formatting of XML_CDATA_SECTION
8937 (bug 120917)
8938
8939Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8940
8941 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8942 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8943 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8944 xpath.c: Changed all (?) occurences where validation macros
8945 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8946 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8947 many warning messages on certain platforms, and also high-
8948 lights places in the library which may need to be enhanced
8949 for proper UTF8 handling.
8950
8951Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8952
8953 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8954 doc/apibuild.py: enhanced to include enough comments to
8955 make the api doc generation happy.
8956
8957Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8958
8959 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8960 to fix the HTTP/XML parser integration.
8961
8962Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8963
8964 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8965 for creating reader from sources or reusing a reader with
8966 a new source, like the xmlReadxx and xmlCtxtReadxxx
8967 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8968 doc/Makefile.am: regenerated the APIs
8969 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8970
8971Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8972
8973 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8974 include/libxml/parserInternals.h: enhanced macros to avoid
8975 breaking ABI from previous versions.
8976 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8977 defined in parserInternals.h. Makes maintenance much easier.
8978 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8979 compilation warnings
8980 * configuration.in: fixed pushHTML test error; enhanced for
8981 better devel (me) testing
8982
8983Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8984
8985 * legacy.c: remove the warning for startDocument(), as it is used by
8986 glade (or glade-python)
8987 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8988 invalid accesses found by running some Python based regression
8989 tests under valgrind. There is still a few leaks reported by the
8990 relaxng regressions which need some attention.
8991 * doc/Makefile.am: fixed a make install problem c.f. #124539
8992 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8993 patch from crutcher
8994
8995Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8996
8997 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8998 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8999 calls.
9000
9001Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9002
9003 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
9004
9005Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9006
9007 * Makefile.am: small fix from Bjorn Reese
9008
9009Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9010
9011 * valid.c: fix a call missing arguments
9012
9013Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
9014
9015 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
9016 a bug in the range search; enhanced range generation (inline code
9017 if a small number of intervals); enhanced the readability of the
9018 output files.
9019
9020Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
9021
9022 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
9023 chvalid.def from scratch based on XML 2nd edition REC
9024 and regenerated the code.
9025
9026Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9027
9028 * check-xml-test-suite.py: removed some annoying warnings
9029 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
9030 in the PubidChars definition, regenerated, there is still
9031 a bug left somewhere
9032 * genChRanges.py: save the header directly in include/libxml/
9033 * configure.in: I generated a 2.6.0beta6 earlier today
9034
9035Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9036
9037 * fixed small error on previous commit (chvalid.h in
9038 base dir instead of include directory)
9039
9040Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9041
9042 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
9043 new files for a different method for doing range validation
9044 of character data.
9045 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
9046 include/libxml/parserInternals.h: modified for new range method.
9047 * catalog.c: small enhance for warning message (using one
9048 of the new range routines)
9049
9050Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9051
9052 * valid.c include/libxml/valid.h: adding an serror field to
9053 the validation context breaks the ABI for the xmlParserCtxt
9054 structure since it's embedded by content and not by reference
9055
9056Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
9057
9058 * configure.in: patch from Mike Hommey
9059 * threads.c: applied Windows patch from Jesse Pelton and Stephane
9060 Bidoul
9061 * parser.c: fix the potentially nasty access to ctxt->serror
9062 without checking first that the SAX block is version 2
9063
9064Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9065
9066 * SAX2.c: fixed a nasty bug with interning some text strings
9067 * configure.in: prepare for beta5 of 2.6.0
9068 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
9069 better error handling for I/O and converted FTP and HTTP
9070 * parser.c: fixed another bug
9071
9072Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9073
9074 * SAX2.c: fixed uninitialized new field.
9075 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
9076 all messages
9077
9078Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9079
9080 * include/libxml/tree.h: make room in Doc, Element, Attributes
9081 for PSVI type informations.
9082
9083Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9084
9085 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
9086 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
9087 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
9088 include/libxml/parser.h include/libxml/valid.h
9089 include/libxml/xmlerror.h: Setting up the framework for structured
9090 error reporting, touches a lot of modules, but little code now
9091 the error handling trail has been cleaned up.
9092
9093Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9094
9095 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
9096
9097Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9098
9099 * xpath.c: cleanup
9100 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
9101 to the new error mechanism
9102
9103Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9104
9105 * error.c xmlschemas.c: a bit of cleanup
9106 * result/schemas/*.err: updated with the new result strings
9107
9108Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9109
9110 * xpath.c: fixed bug 124061
9111
9112Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9113
9114 * Makefile.am: cleanup
9115 * encoding.c: fix a funny typo
9116 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
9117 converted the Schemas code to the new error handling. PITA,
9118 still need to check output from regression tests.
9119
9120Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9121
9122 * HTMLtree.c include/libxml/xmlerror.h: converted too
9123 * tree.c: small cleanup
9124
9125Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9126
9127 * xinclude.c: comment fix
9128 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
9129 to the new infrastructure
9130
9131Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9132
9133 * xmlIO.c: final error handling cleanup
9134 * xinclude.c error.c: converted XInclude to the new error handling
9135 * include/libxml/xmlerror.h: added XInclude errors
9136
9137Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9138
9139 * parser.c: bug in compression saving was crashing galeon
9140 reported by teuf
9141
9142Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9143
9144 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
9145 I/O error path
9146
9147Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
9148
9149 * xmlIO.c: better handling of error cases
9150
9151Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
9152
9153 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
9154 cleaning up error handling in the I/O module.
9155
9156Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9157
9158 * xmlregexp.c include/libxml/xmlerror.h: error handling
9159 cleanup of the Regexp module.
9160
9161Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9162
9163 * tree.c: converting the tree module too
9164 * error.c include/libxml/xmlerror.h: created a simpler internal
9165 error reporting function.
9166
9167Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9168
9169 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
9170 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
9171 error reporting that time.
9172 * threads.c: applied the two patches for TLS threads
9173 on Windows from Jesse Pelton
9174 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
9175 return is always zero terminated. Should also help detecting
9176 passing wrong buffer size easilly.
9177 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
9178 updated the results to follow the errors string generated by
9179 last commit.
9180
9181Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9182
9183 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
9184 handling in the Relax-NG module.
9185
9186Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9187
9188 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
9189 module to teh new error reporting. Better default report, adds
9190 the element associated if found, context and node are included
9191 in the xmlError
9192 * python/tests/reader2.py: the error messages changed.
9193 * result/relaxng/*: error message changed too.
9194
9195Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9196
9197 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009198 win32/configure.js: applied patch from Stéphane Bidoul to
William M. Brack11be2d02007-01-24 19:17:19 +00009199 fix the compilation of 2.6.0 code on Win32
9200
9201Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9202
9203 * check-xml-test-suite.py: fixing the script
9204 * parser.c: replace sequences of RAW && NXT(.) == '.' with
9205 memcmp calls, seems to not break conformance, slightly inflate
9206 the size of the gcc generated code though.
9207
9208Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
9209
9210 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
9211 more cleanup of error handling in parserInternals, sharing the
9212 routine for memory errors.
9213
9214Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
9215
9216 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
9217 include/libxml/xmlerror.h: more code cleanup, especially around
9218 error messages, the HTML parser has now been upgraded to the new
9219 handling.
9220 * result/HTML/*: a few changes in the resulting error messages
9221
9222Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9223
9224 * parser.c include/libxml/xmlerror.h: more error/warning
9225 handling cleanups, the XML parser module should be okay now.
9226
9227Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
9228
9229 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
9230 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
9231 integrated the xmlDocWalker API given by Alfred Mickautsch,
9232 and providing an xmlReader like API but working on a xmlDocPtr.
9233
9234Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
9235
9236 * Makefile.am: more cleanup in make tests
9237 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
9238 in the transition to the new error reporting strategy.
9239 * python/tests/reader2.py result/VC/* result/valid/*:
9240 few changes in the strings generated by the validation output
9241
9242Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9243
9244 * Makefile.am: changed 'make tests' to use a concise output,
9245 scrolling to see where thing broke wasn't pleasant
9246 * configure.in: some beta4 preparation, but not ready yet
9247 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
9248 new error handling code, last error informations are stored
9249 in the parsing context or a global variable, new APIs to
9250 handle the xmlErrorPtr type.
9251 * parser.c parserInternals.c valid.c : started migrating to the
9252 new error handling code, it's a royal pain.
9253 * include/libxml/parser.h include/libxml/parserInternals.h:
9254 moved the definition of xmlNewParserCtxt()
9255 * parser.c: small potential buffer access problem in push code
9256 provided by Justin Fletcher
9257 * result/*.sax result/VC/PENesting* result/namespaces/*
9258 result/valid/*.err: some error messages were sligthly changed.
9259
9260Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
9261
9262 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
9263 function (wrapper around snprintf)
9264
9265Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9266
9267 * entities.c: Fix error on output of high codepoint charref like
9268 &#x10FFFF; , reported by Eric Hanchrow
9269
9270Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9271
9272 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
9273 of a pain murrayc is really gonna be.
9274
9275Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
9276
9277 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
9278
9279Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9280
9281 * entities.c legacy.c parser.c: made the predefined entities
9282 static predefined structures to avoid the work, memory and
9283 hazards associated to initialization/cleanup.
9284
9285Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9286
9287 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
9288 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
9289 include/libxml/parser.h include/libxml/parserInternals.h
9290 include/libxml/xmlversion.h.in: added a new configure
9291 option --with-push, some cleanups, chased code size anomalies.
9292 Now a library configured --with-minimum is around 150KB,
9293 sounds good enough.
9294
9295Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
9296
9297 * libxml-2.0-uninstalled.pc.in: New file for building against
9298 uninstalled libxml2 builds.
9299 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
9300 * .cvsignore: Ignore the new generated *.pc file.
9301
9302Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
9303
9304 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
9305 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
9306 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
9307 added 2 new configure option: --with-reader --with-sax1
9308 to allow removing the reader or non-xmlReadxxx() interfaces.
9309
9310Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
9311
9312 * configure.in entities.c tree.c valid.c xmllint.c
9313 include/libxml/tree.h include/libxml/xmlversion.h.in:
9314 Adding a configure option to remove tree manipulation
9315 code which is not strictly needed by the parser.
9316
9317Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9318
9319 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
9320 patch from Marcin 'Shard' Konicki
9321
9322Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9323
9324 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
9325 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
9326 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
9327 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
9328 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
9329 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
9330 include/libxml/catalog.h include/libxml/debugXML.h
9331 include/libxml/entities.h include/libxml/nanohttp.h
9332 include/libxml/relaxng.h include/libxml/tree.h
9333 include/libxml/valid.h include/libxml/xmlIO.h
9334 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
9335 include/libxml/xpathInternals.h python/libxml.c:
9336 Okay this is scary but it is just adding a configure option
9337 to disable output, this touches most of the files.
9338
9339Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9340
9341 * xmlmemory.c: better fix, avoids breaking the python bindings
9342
9343Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9344
9345 * xmlmemory.c: fix a compilation problem when configuring
9346 with debug but without mem-debug
9347
9348Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9349
9350 * Makefile.am: cleanup, creating a new legacy.c module,
9351 made sure make tests ran in reduced conditions
9352 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
9353 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
9354 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
9355 increased the modularization, allow to configure out
9356 validation code and legacy code, added a configuration
9357 option --with-minimum compiling only the mandatory code
9358 which then shrink to 200KB.
9359
9360Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9361
9362 * parser.c: fix a bug raised by the Mips compiler.
9363 * include/libxml/SAX.h include/libxml/parser.h: move the
9364 SAXv1 block definitions to parser.h fixes bug #123380
9365 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
9366 the attribute and element pool borken 2 commits ago.
9367 Start playing with an entry point to preserve a subtree.
9368 * entities.c: remove a warning.
9369
9370Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9371
9372 * encoding.c, parser.c, relaxng.c: further (final?) minor
9373 changes for compilation warnings. No change to logic.
9374
9375Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
9376
9377 * parser.c: fixed small problem with missing entities (test/ent2)
9378
9379Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9380
9381 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
9382 if the result is not well formed that ctxt->myDoc is not NULL
9383 and uses the context dictionnary.
9384
9385Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9386
9387 * parser.c: other patches from William Brack to avoid
9388 compilation warnings on AIX.
9389
9390Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
9391
9392 * HTMLparser.c, entities.c, xmlreader.c: minor change to
9393 avoid compilation warnings on some (e.g. AIX) systems
9394
9395Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9396
9397 * parserInternals.c: fixed a backward compatibility problem
9398 when formatting "deprecated SAXv1 function ignorableWhitespace"
9399 could be reproduced by xmllint --format
9400
9401Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9402
9403 * doc/libxml2-api.xml: rebuilt the API
9404 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
9405 --nocdata and --nsclean to remove CDATA section and surperfluous
9406 namespace declarations
9407 * parser.c SAX2.c: implementation of the 2 new options
9408
9409Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9410
9411 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
9412 added the same htmlRead APIs than their XML counterparts
9413 * include/libxml/parser.h: new parser options, not yet implemented,
9414 added an options field to the context.
9415 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
9416 is found within a cdata section.
9417 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
9418 result/cdata2.sax test/cdata2: add one more cdata test
9419
9420Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9421
9422 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
9423 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
9424 base URL parameter when not loading from a file or URL.
9425
9426Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9427
9428 * configure.in: preparing a beta3 solving the ABI problems
9429 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
9430 include/libxml/globals.h include/libxml/SAX.h: make sure the
9431 global variables for the default SAX handler are V1 ones to
9432 avoid ABI compat problems.
9433 * xmlreader.c: cleanup of uneeded code
9434 * hash.c: fix a comment
9435
9436Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9437
9438 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
9439 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
9440 fixing some comments to avoid warnings from apibuild.py
9441
9442Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9443
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009444 * win32/configure.js: patch from Stéphane Bidoul for configuring
William M. Brack11be2d02007-01-24 19:17:19 +00009445 the beta2 version #123104
9446
9447Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
9448
9449 * Makefile.am: adding repeated parsing and validating tests
9450 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
9451 DOM tree building interfaces use the dictionary from the
9452 parsing context to build the element and attributes names
9453 as well as formatting spaces and short text nodes
9454 * include/libxml/dict.h dict.c: added some reference counting
9455 for xmlDictPtr because they can be shared by documents and
9456 a parser context.
9457 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
9458 functions and use the standard ones now.
9459 * xmllint.c: add --nodict
9460 * python/libxml.c: fix a stupid bug so that ns() works on
9461 attribute nodes.
9462
9463Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9464
9465 * parser.c include/libxml/parser.h: adding a new set of
9466 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
9467 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
9468 a clear define of xmlParserOption, xmlCtxtUseOptions()
9469 should simplify custom parsing without being tempted to
9470 use global variables, and xmlCtxtReset() should allow reuse
9471 of a context for multiple parsing.
9472 * xmllint.c: switched to use xmlReadXXX, allow options to
9473 be used simultaneously with less troubles.
9474 * tree.c: simple warning removal
9475 * doc/apibuild.py: small fix
9476 * doc/libxml2-api.xml win32/libxml2.def.src: updated
9477
9478Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9479
9480 * parser.c: revert xmlCreateDocParserCtxt() since this break
9481 the parseDoc() python bindings
9482
9483Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9484
9485 * parser.c: make sure xmlDetectSAX2() is called only at
9486 parsing time to avoid breaking apps changing the SAX
9487 callbacks after context allocation, change xmlCreateDocParserCtxt()
9488 to use an immutable buffer instead of a copy
9489
9490Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9491
9492 * xmlIO.c: applied patch from Markus Keim fixing a problem
9493 with I/O callback registration.
9494 * include/libxml/xmlerror.h: fixed #122994 comment numbering
9495 for xmlParserErrors
9496
9497Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9498
9499 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
9500 really a const xmlChar*
9501 * xmlreader.c include/libxml/xmlreader.h: addin the
9502 xmlTextReaderConstString() to get an interned string from
9503 the reader
9504
9505Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
9506
9507 * error.c: fixed a warning message (trivial)
9508 * doc/search.php: removed incorrect warning message when word
9509 search not found in last of multiple tables (bug 119535)
9510
9511Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9512
9513 * configure.in: preparing a 2.6.0-beta2 release
9514 * xmlIO.c: avoid a warning
9515 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
9516 by Chris Ryland
9517 * include/libxml/dict.h: add a QName access lookup to the
9518 dictionary.
9519 * xmlreader.c include/libxml/xmlreader.h: adding const access
9520 based on the dictionary interface for string read from the
9521 reader, the node content access is still TODO, it's too different
9522
9523Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9524
9525 * SAX2.c: fixing namespace DTD validations
9526 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
9527 namespaces is slightly different now.
9528 * Makefile.am: report the memory used in Timingtests (as well as time)
9529
9530Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9531
9532 * Makefile.am: add streaming on memory regression tests, found
9533 bad bugs in the reader interface
9534 * xmlreader.c: fixing bugs w.r.t. very large names, and special
9535 condition in end of file.
9536 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
9537 adding immutable buffers, and parser input based on those,
9538 but this should not be used (yet) for general parsing
9539 * parser.c: added a comment about using immutable buffers for
9540 general parsing.
9541 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
9542 output of the regression tests
9543 * xmllint.c: using the immutable buffers when streaming on
9544 mmaped file (--stream --memory)
9545
9546Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9547
9548 * dict.c: the last patch broke unicity of returned strings, removed
9549
9550Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9551
9552 * Makefile.am: add a Timingtests target to check bad behaviour
9553 from the streaming engine
9554 * dbgen.pl dbgenattr.pl: perl script to generate big instances
9555 * xmlreader.c: fix a bad behaviour on large buffer inputs
9556
9557Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9558
9559 * dict.c xmlreader.c: two small improvements
9560
9561Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9562
9563 * parserInternals.c: avoid a leak with previous patch
9564
9565Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9566
9567 * python/libxml.c: use stderr and not stdout for default errors
9568 in python environment bug #122552
9569
9570Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9571
9572 * parserInternals.c: small fix from Rob Richards for input filename
9573 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
9574 * xmlIO: adding a guard in one function
9575
9576Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9577
9578 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
9579 reducing memory allocation and free and avoiding expensive routines
9580
9581Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9582
9583 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
9584 seriously with per-document dict and element and attribute nodes
9585 reuse in the xmlReader. This seems to lead to an interesting
9586 speedup of the xmlReader already.
9587
9588Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9589
9590 * dict.c include/libxml/dict.h: do string allocations in large
9591 pools, allowing to find if a string pertain to a dict quickly
9592 * xmllint.c: fix --stream --repeat --timing
9593 * Makefile.am: the testThreads run output should be seen.
9594
9595Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9596
9597 * SAX2.c include/libxml/parser.h: starting work on reusing the
9598 parser dictionary for the element and attribute tag names.
9599 Add pools for Element and Attributes in the parser context,
9600 which should help speeding up the reader.
9601 * Makefile.am result/*.rdr : adding non-python reader regression
9602 tests.
9603
9604Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9605
9606 * SAX2.c parser.c valid.c: starting to cleanup some of the
9607 problems exposed by the W3C/NIST regression suite.
9608 * result/ent7.sax result/xml2.sax: small fixes.
9609
9610Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9611
9612 * parser.c: more parser error factoring
9613
9614Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9615
9616 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
9617
9618Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9619
9620 * parser.c include/libxml/xmlerror.h: factoring of more
9621 error handling code, serious size reduction and more lisibility
9622 of the resulting code.
9623 * parserInternals.c parser.c include/libxml/parserInternals.h
9624 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
9625 checks are done, use a counter for entities. Entities where freed and
9626 reallocated at the same address failing the check.
9627 * tree.c: avoid a warning
9628 * result/valid/* result/VC/*: this slightly changes some validation
9629 error messages.
9630
9631Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
9632
9633 * valid.c: fixed bug 121759 - early declaration of
9634 attribute-list in external DTD
9635
9636Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9637
9638 * parser.c include/libxml/xmlerror.h: starting cleaning up
9639 error handling, factorize error processing
9640 * doc/xmllint.html: update of the page, remove --sgml
9641
9642Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9643
9644 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
9645 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
9646 broken pseudo SGML DocBook parser code.
9647
9648Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9649
9650 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
9651 valgrind pointed out the strings overlapped. cleanup .
9652
9653Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9654
9655 * tree.c: applied speedup to xmlSearchNs() as suggested by
9656 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
9657 applying the same trick.
9658
9659Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9660
9661 * parser.c parserInternals.c tree.c include/libxml/parser.h
9662 include/libxml/xmlerror.h: adding namespace checkings
9663 while making sure they still parse as wellformed documents.
9664 Add an nsWellFormed status report to the context, and
9665 provide new appropriate error codes.
9666 * Makefile.am result/namespaces/* test/namespaces/*: add
9667 specific regression testing for the new namespace support
9668 * test/att5 result/noent/att5 result/att5 result/att5.sax:
9669 add more coverage for the attribute parsing and normalization
9670 code.
9671
9672Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9673
9674 * threads.c: backport of a thread bugfix from 2_5_X branch
9675
9676Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9677
9678 * parser.c: fixed a bug in one corner case of attribute parsing.
9679
9680Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9681
9682 * configure.in doc/* : 2.6.0beta1 changes
9683 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
9684 normalization, might not be totally fixed but this should
9685 make sure SAX event provide the right strings for attributes
9686 except entities for which libxml2 is different by default
9687 This should fix #109564
9688 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
9689 in attribute callback values
9690 * result/c14n/with-comments/example-4
9691 result/c14n/without-comments/example-4: this also fixes a subtle
9692 bug in the canonicalization tests.
9693
9694Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9695
9696 Time to commit 3 days of work rewriting the parser internal,
9697 fixing bugs and migrating to SAX2 interface by default. There
9698 is some work letf TODO, like namespace validation and attributes
9699 normalization (this break C14N right now)
9700 * Makefile.am: fixed the test rules
9701 * include/libxml/SAX2.h include/libxml/parser.h
9702 include/libxml/parserInternals.h SAX2.c parser.c
9703 parserInternals.c: changing the parser, migrating to SAX2,
9704 adding new interface to switch back to SAX1 or initialize a
9705 SAX block for v1 or v2. Most of the namespace work is done
9706 below SAX, as well as attribute defaulting
9707 * globals.c: changed initialization of the default SAX handlers
9708 * hash.c tree.c include/libxml/hash.h: added QName specific handling
9709 * xmlIO.c: small fix
9710 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9711 version code path
9712 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
9713 pointed out a typo in a very old test namespace
9714
9715Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
9716
9717 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
9718 of compressed files, setting doc->compressed appropriately
9719 (bug #120503).
9720
9721Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9722
9723 * parser.c: try to cope with the fact that apps may still
9724 have allocated smaller SAX callbak block
9725
9726Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9727
9728 * dict.c: allow to give -1 for undefined length in lookups
9729 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
9730 first round of work on the new SAX2 interfaces, the API
9731 will change but commiting before changing for historical
9732 reference.
9733
9734Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
9735
9736 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9737 sax->warning with wrong params).
9738
9739Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9740
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009741 * include/libxml/globals.h: patch from Stéphane Bidoul to export
William M. Brack11be2d02007-01-24 19:17:19 +00009742 globals entry points to the python bindings
9743
9744Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9745
9746 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9747 by default instead of "HTML"
9748 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
9749 avoiding calls to "areBlanks" when not needed.
9750 * include/libxml/parser.h include/libxml/tree.h: some structure
9751 extensions for future work on using per-document dictionaries.
9752
9753Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9754
9755 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
9756 tree, keeping result in the same tree, added SAXtests to the
9757 default "make tests"
9758
9759Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9760
9761 * include/libxml/xmlexports.h: defined additional macros which
9762 affect exports and added mingw section
9763
9764Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
9765
9766 * doc/index.py: fixed problem parsing xhtml docs
9767 * doc/xmlreader.html,doc/guidelines.html: small modification
9768 to avoid problem in python parsing.
9769 * doc/search.php: fixed upper case filename problem for XSLT docs
9770
9771Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9772
9773 * xinclude.c: patch from Mark Vakoc that allows compiling
9774 with XInclude but without XPointer support.
9775
9776Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9777
9778 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9779 to add --libtool-libs option to xml2-config script.
9780
9781Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
9782
9783 * doc/README.docs, doc/Makefile.am: new file added,
9784 giving some description of the documentation generation process
9785 * doc/search.php: fixed problem with upper case on filenames
9786
9787Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9788
9789 * win32/Makefile.bcb: updates by Eric Zurcher
9790
9791Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9792
9793 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9794 to compensate for pollution from Igor's header taint
9795 (quick before Daniel notices)
9796
9797Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9798
9799 * SAX2.c: fixed a namespace error on attribute reporting bug
9800 pointed out by Tobias Reif
9801 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9802 using xmlsn instead of xmlns...
9803
9804Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9805
9806 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9807 typos reported by Mark Vakoc
9808
9809Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9810
9811 add:
9812 * doc/tutorial/api.html
9813 * doc/tutorial/ar01s09.html
9814 * doc/tutorial/includexpath.c
9815 updated
9816 * doc/tutorial/*.html
9817 fix my bad - forgot to check in new files when I last
9818 updated
9819
9820Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9821
9822 * win32/Makefile.bcb: new file, support for Borland C++
9823 * xmllint.c: fixed time inclusion for various compilers
9824
9825Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9826
9827 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9828 few casts to shut the compiler warnings
9829
9830Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9831
9832 * win32/Makefile.* win32/configure.js: fixed for mingw
9833
9834Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9835
9836 * globals.c threads.c: fixing bug #120870 try to avoid problem
9837 with uninitialized mutexes
9838
9839Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9840
9841 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9842 up with multiple states, select the "best" one. Fix #120682
9843 * result/relaxng/tutor11_2_3.err: small change resulting
9844
9845Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9846
9847 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9848
9849Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9850
9851 * include/libxml/[threads-xpointer].h: realigned parameters
9852 after taint
9853
9854Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9855
9856 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9857 as reported by Eric Zurcher
9858
9859Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9860
9861 * relaxng.c: fixed bug #120386 again a problem introduced when
9862 trying to reuse automata for content validation. Fix a bug report
9863 problem on zeroOrMore
9864 * result/relaxng/tutor3_7_err: change slightly error reporting.
9865
9866Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9867
9868 * include/libxml/Makefile.am: make sure the new header will
9869 be included when generating a new distribution.
9870
9871Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9872
9873 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9874 routines which led to bug #120040 and the ones reported by
9875 Martijn Faassen
9876
9877Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9878
9879 * include/libxml/parserInternals.h include/libxml/relaxng.h
9880 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9881 parameters after taint.
9882
9883Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9884
9885 * include/libxml/xmlversion.h.in: moved export defs to a separate
9886 file for consistency.
9887 * include/libxml/xmlexports.h: new file, contains export defs.
9888
9889Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9890
9891 * include/libxml/*.h genUnicode.py: exportability taint
9892 of the headers.
9893
9894Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9895
9896 * SAX.c: make the deprecated interfaces log an error message
9897 to be sure it won't get used.
9898
9899Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9900
9901 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9902 Adding new version of the SAX interface, it's not there yet,
9903 currently just preparing the work
9904 * globals.c parser.c SAX.c include/libxml/SAX.h
9905 include/libxml/globals.h include/libxml/parser.h: doing some
9906 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9907 while keeping functionalities, preparing SAX2 integration.
9908 * dict.c: small cleanup.
9909
9910Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9911
9912 * tree.c: fixes a small bug introduced in last commit and detected
9913 by valgrind.
9914
9915Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9916
9917 * dict.c hash.c: optimization when freeing hash tables.
9918 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9919 allocations
9920 * parser.c parserInternals.c include/libxml/parser.h: keep a
9921 single allocated block for all the attributes callbacks,
9922 avoid useless malloc()/free()
9923 * tree.c: do not realloc() when growing a buffer if the buffer
9924 ain't full, malloc/memcpy/free avoid copying memory.
9925
9926Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9927
9928 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9929 --dtdvalidfpi for Tobias Reif
9930
9931Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9932
9933 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9934 new dictionary module to keep a single instance of the names used
9935 by the parser
9936 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9937 switched all parsers to use the dictionary internally
9938 * include/libxml/HTMLparser.h include/libxml/parser.h
9939 include/libxml/parserInternals.h include/libxml/valid.h:
9940 Some of the interfaces changed as a result to receive or return
9941 "const xmlChar *" instead of "xmlChar *", this is either
9942 insignificant from an user point of view or when the returning
9943 value changed, those function are really parser internal methods
9944 that no user code should really change
9945 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9946 the docs were regenerated
9947
9948Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9949
9950 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9951
9952Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9953
9954 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9955 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9956
9957Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9958
9959 * doc/API*.html, doc/html/*: regenerated API documentation
9960 for xmlsoft.org (part of Bug 119535)
9961
9962Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9963
9964 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9965 doc/libxml2-api.xml: Minor changes to comments, etc. for
9966 improving documentation generation
9967 * doc/Makefile.am: further adjustment to auto-generation of
9968 win32/libxml2.def.src
9969
9970Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9971
9972 * News configure.in: preparing libxml2-2.5.10 release
9973 * doc/* : updated the doc and rebuilt
9974
9975Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9976
9977 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9978 Malcolm Tredinnick with the patch he suggested.
9979
9980Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9981
9982 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9983
9984Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9985
9986 * uri.c: fixing an use of strcpy() where both strings overlap
9987 pointed out by valgrind.
9988
9989Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9990
9991 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9992 some compilation warnings.
9993 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9994 plus some cleanup and better error reporting.
9995
9996Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9997
9998 * encoding.c: applied UTF-16 encoding handling patch provided by
9999 Mark Itzcovitz
10000 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
10001 not having iconv support.
10002
10003Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
10004
10005 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
10006 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
10007 mingw compiler on Windows.
10008
10009Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
10010
10011 * parser.c: fixed the serious CPU usage problem reported by
10012 Grant Goodale
10013 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
10014 missing in htmlSAXParseDoc
10015
10016Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
10017
10018 * doc/Makefile.am: Removed dependency from libxml2.def.src
10019
10020Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
10021
10022 * autogen.sh: took away the requirement for automake-1.4,
10023 changed the messages for getting auto* tools to current
10024 gnu pages.
10025 * configure.in: added check for Linux Dec alpha requiring
10026 -ieee flag, fixed test for ipv6
10027 * trionan.c: fixed problem for compiling on Linux Dec alpha
10028 using native compiler
10029 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
10030 whenever libxml2-api.xml is changed.
10031
10032Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10033
10034 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
10035 is not used.
10036
10037Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
10038
10039 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
10040
10041Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
10042
10043 * News configure.in: preparing libxml2-2.5.9 release
10044 * doc/* : updated the doc and rebuilt
10045
10046Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10047
10048 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
10049 definition to get a correct API XML description. This was apparently
10050 breaking Windows build.
10051
10052Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10053
10054 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
10055 the progressive HTML parser front-end on large character data
10056 island leading to an erroneous end of data detection by the
10057 parser. Some cleanup too to get closer from the XML progressive
10058 parser.
10059
10060Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
10061
10062 * win32/configure.js: Added in support for the ISO8859X
10063 module (patch provided by Jesse Pelton)
10064
10065Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10066
10067 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
10068 when the library is not initialized and one try to save, the
10069 locks in threaded env might not been initialized, playing safe
10070 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
10071 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
10072 his tests to the regression suite.
10073
10074Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
10075
10076 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
10077 (with apologies to Igor) - Enhanced handling of docb and
10078 nanohttp.
10079
10080Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
10081
10082 * encoding.c: further small changes for warnings when
10083 configured with --with-iconv=no
10084
10085Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
10086
10087 * error.c trionan.[ch] testThreads.c python/generator.py:
10088 further small changes to elminate most of the remaining
10089 warnings.
10090
10091Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
10092
10093 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
10094 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
10095 python/libxml.c include/libxml/xmlmemory.h: small changes
10096 to syntax to get rid of compiler warnings. No changes
10097 to logic.
10098
10099Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
10100
10101 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
10102
10103Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
10104
10105 * tree.c: fixed a small problem in the patch for #118763
10106 * result/HTML/doc3.htm*: this reverts back to the previous result
10107
10108Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
10109
10110 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
10111 and rebuilt, apparently some C++ wrappers are not available,
10112 c.f. bug #118943
10113
10114Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
10115
10116 * tree.c: fixing HTML attribute serialization bug #118763
10117 applying a modified version of the patch from Bacek
10118 * result/HTML/doc3.htm*: this modifies the output from one test
10119
10120Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
10121
10122 * tree.c include/libxml/tree.h: added a new API to split a
10123 QName without generating any memory allocation
10124 * valid.c: fixed another problem with namespaces on element
10125 in mixed content case
10126 * python/tests/reader2.py: updated the testcase with
10127 Bjorn Reese fix to reader for unsignificant white space
10128 * parser.c HTMLparser.c: cleanup.
10129
10130Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
10131
10132 * catalog.c: trying to fix #118754 of possible recursion in the
10133 catalogs. Not fantastically happy about the current fix since
10134 it's likely to break under very thread intensive concurrent
10135 access to the catalog. Better solution might to keep the depth
10136 an extra argument to the resolution functions.
10137
10138Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
10139
10140 * valid.c: fixed bug #118712 about mixed content, and namespaced
10141 element names.
10142 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
10143 in the regression tests
10144
10145Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
10146
10147 Coninuing work on bug 118559
10148 * DOCBparser.c: removed 2 unsed vars
10149 * xmlregexp.c: changed some numeric const to their enum symbols
10150 * xmlreader.c: changed one var define from int to enum
10151 (a little more to be done, awaiting co-ordination)
10152 * relaxng.c: deleted one unused var
10153 * xmllint.c: deleted some unused vars, changed one arg
10154 val from int to enum
10155 * testHTML.c, testDocbook.c: changed some arg vals to enum const
10156 * xmlIO.c: fixed typo from last night (small warning msg)
10157
10158Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
10159
10160 Working on bug 118559
10161 * error.c: deleted unused variable
10162 * parserInternals.c: deleted unneeded 'const' qualifier
10163 * parser.c: changed variable type for enum temp storage
10164 * xmlIO.c: changed debugging var to be inside #ifdef
10165 * valid.c: removed unused variable
10166 * HTMLparser.c: removed some unneeded 'const' qualifiers
10167 * xpath.c: added some type casts, removed some unused vars
10168 * xinclude.c: added one type cast
10169 * nanohttp.c: repositioned some #ifdef to avoid unused var
10170 * nanoftp.c: removed unused var
10171
10172Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
10173
10174 * HTMLparser.c: applied a patch from William Brack about
10175 the problem of parsing very large HTML instance with comments
10176 as raised by Nick Kew
10177
10178Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10179
10180 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
10181 patch from Bjorn Reese for xmlTextReaderNodeType() and
10182 significant whitespace. There is an enum for node type
10183 values now.
10184
10185Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10186
10187 * encoding.c: applying patch from Peter Jacobi to added
10188 ISO-8859-x encoding support when iconv is not available
10189 * configure.in include/libxml/xmlversion.h.in
10190 include/libxml/xmlwin32version.h.in: added the glue needed
10191 at the configure level and made it the default for Windows
10192
10193Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
10194
10195 * python/generator.py python/libxml.c python/libxml2class.txt:
10196 patch from Joachim Bauch + cleanup for Relax NG error callbacks
10197 in python
10198
10199Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
10200
10201 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
10202 cleanup patch, and also avoided a possible memory leak
10203
10204Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
10205
10206 * encoding.c: fix the previous commit
10207
10208Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
10209
10210 * HTMLparser.c: fixed problem with comments reported by Nick Kew
10211 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
10212 some future cleanup of UTF8 handling
10213
10214Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
10215
10216 * xpath.c: applied a change suggested by Sean Griffin in bug
10217 #118494 about a memory leak in EXSLT
10218
10219Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
10220
10221 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
10222 when fixing the previous Relax-NG bugs
10223 * result/relaxng/*: This slightly changes the output messages of
10224 some regression tests.
10225 * configure.in: added support of -with-fexceptions for nested C++
10226 support.
10227
10228Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
10229
10230 * doc/tutorial/apa.html
10231 * doc/tutorial/apb.html
10232 * doc/tutorial/apc.html
10233 * doc/tutorial/apd.html
10234 * doc/tutorial/ape.html
10235 * doc/tutorial/apf.html
10236 * doc/tutorial/apg.html
10237 * doc/tutorial/aph.html
10238 * doc/tutorial/ar01s02.html
10239 * doc/tutorial/ar01s03.html
10240 * doc/tutorial/ar01s04.html
10241 * doc/tutorial/ar01s05.html
10242 * doc/tutorial/ar01s06.html
10243 * doc/tutorial/ar01s07.html
10244 * doc/tutorial/ar01s08.html
10245 * doc/tutorial/index.html
10246 * doc/tutorial/ix01.html
10247 * doc/tutorial/xmltutorial.pdf
10248 * doc/tutorial/xmltutorial.xml
10249 update tutorial with XPath example
10250
10251Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
10252
10253 * SAX.c parser.c: fixing a bug about a special case of namespace
10254 handling, this closes bug #116841
10255
10256Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
10257
10258 * relaxng.c result/relaxng/*: checked and fixed the compilation
10259 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
10260 This slightly changes the output messages of some regression tests.
10261
10262Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
10263
10264 * xmlreader.c: fixed an out of bound error #118052 , the good
10265 part if that base64 code was not in use yet ...
10266
10267Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
10268
10269 * doc/xmllint.html
10270 include html version of the xmllint man page, so an
10271 up-to-date version is visible on the Web
10272
10273Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
10274
10275 * xinclude.c include/libxml/xinclude.h: added a new API
10276 xmlXIncludeProcessTree() to process XInclude only on a subtree
10277 this should fix bug #115385
10278
10279Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
10280
10281 * relaxng.c include/libxml/relaxng.h: adding Get interface for
10282 the error callback and parameters of parsing and validation
10283 contexts
10284 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
10285 on text nodes.
10286
10287Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
10288
10289 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
10290 when using the push XML parser.
10291 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
10292 added the test to the regression suite.
10293
10294Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10295
10296 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
10297 as suggested by Rob Richards
10298
10299Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
10300
10301 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
10302 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
10303 to unsigned int and a couple of others.
10304
10305Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10306
10307 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
10308
10309Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10310
10311 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
10312
10313Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10314
10315 * globals.c threads.c: fixes some problem when freeing unititialized
10316 mutexes
10317
10318Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
10319
10320 * nanoftp.c nanohttp.c: the modules should not import <config.h>
10321 directly, some cleanups
10322 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
10323 validation code.
10324
10325Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10326
10327 * win32/configure.js: Jesse Pelton pointed out a problem in the
10328 javascript code.
10329
10330Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
10331
10332 * NEWS doc/*: regenerated
10333 * nanoftp.c nanohttp.c: might fix includes problems with the
10334 Ipv6 support on solaris
10335 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
10336 defined as #IMPLIED
10337
10338Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10339
10340 * configure.in doc/*: preparing release 2.5.8
10341 * nanohttp.c: changed some preprocessor block
10342 * xmlschemastypes.c: applied patch from Charles Bozeman adding
10343 hexBinary schema datatype and adding support for totalDigits and
10344 fractionDigits facets.
10345
10346Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10347
10348 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
10349
10350Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10351
10352 * xinclude.c: fixed bug #116095 removing the error message when
10353 reapplying XInclude to a document.
10354
10355Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10356
10357 * xmlIO.c: applied small changes to portability layer for
10358 compilation on DJGPP Ms-DOS compiler.
10359
10360Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
10361
10362 * parser.c HTMLparser.c: use the character() SAX callback
10363 if the cdataBlock ain't defined.
10364 * xpath.c: fix bug #115349 allowing compilation when configured
10365 with --without-xpath since the Schemas code needs NAN and co.
10366
10367Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
10368
10369 Fixed problem with multi-threading, shown by the test program
10370 testThreads. After fix, ran mutiple tests on various speed
10371 machines (single and dual processor X86), which all seem okay.
10372
10373 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
10374
10375 * threads.c: added missing initialisation for condition variable
10376 in xmlNewRMutex.
10377
10378Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10379
10380 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
10381 closing bug #114837
10382
10383 * configure.in: Added checks for IPv6 support and getaddrinfo().
10384
10385 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10386
10387 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10388
10389 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
10390 field or sockaddr_in field, depending upon the availability of IPv6
10391 support.
10392 have_ipv6(): Added to check for run-time IPv6 support.
10393 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
10394 Modified to parse a URI with IPv6 address given in [].
10395 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
10396 resolution, if it is available on the system, as gethostbyname
10397 does not return IPv6 addresses on some platforms.
10398 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
10399 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
10400 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
10401 we are dealing with.
10402
10403 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
10404 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
10405 a URI with IPv6 address given in [].
10406 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
10407 available on the system. Also IPv6 addresses will be resolved by
10408 gethostbyname only if IPv6 run-time support is available.
10409 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
10410
10411Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10412
10413 * win32/configure.js include/win32config.h
10414 include/libxml/xmlversion.h.in: Applied the patch for BCB
10415 by Eric Zurcher.
10416
10417Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10418
10419 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
10420 due to #115104 and while fixing #115101 . HTML URLs must not
10421 be version dependant.
10422
10423Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
10424
10425 * entities.c: do not generate &quot; for " outside of attributes
10426 * result//*: this changes the output of some tests
10427
10428Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10429
10430 * parser.c xmlIO.c: trying to fix #114277 about when file
10431 remapping and escaping should really be attempted.
10432
10433Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10434
10435 * doc/*: applied a patch from Gman for building docs
10436 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
10437 Gary Pennington to provide an allocator for xmlValidCtxt
10438 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
10439 #113580 about data not being passed immediately.
10440
10441Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
10442
10443 * tree.c: applied a couple of patches from Mark Itzcovitz
10444 to handle saving back "UTF-16" documents.
10445
10446Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
10447
10448 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
10449 some work done while in the Maldives (hence the timezone on the
10450 laptop !)
10451 * result/schemas/length3* test/schemas/deter0_*
10452 test/schemas/group0_*: some tests added too
10453
10454Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10455
10456 * encoding.c: small fix
10457 * xmlIO.c: fixed an error message
10458
10459Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10460
10461 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
10462 accepting an improper UTF8 sequence
10463
10464Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10465
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010466 * threads.c: applied the patch from Stéphane Bidoul for getting
William M. Brack11be2d02007-01-24 19:17:19 +000010467 rid of extra threads in a dynamic library.
10468 * win32/configure.js: threads default to 'native' now.
10469
10470Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
10471
10472 * HTMLtree.c: fixing bug #112904: html output method escaped
10473 plus sign character in URI attribute.
10474
10475Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
10476
10477 * build_glob.py global.data globals.c parser.c
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010478 include/libxml/globals.h: patch from Stéphane Bidoul for setting
William M. Brack11be2d02007-01-24 19:17:19 +000010479 up threads global defaults.
10480 * doc/libxml2-api.xml: this extends the API with new functions
10481 * python/tests/Makefile.am python/tests/reader2.py
10482 python/tests/thread2.py: integrated the associated testcase and
10483 fixed the error string used in reader2
10484
10485Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
10486
10487 * configure.in libxml.spec.in python/Makefile.am: trying
10488 to conciliate --with-python= requirements and RPM builds,
10489 a PITA really...
10490
10491Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
10492
10493 * HTMLparser.c: oops last commit introduced a memory leak.
10494
10495Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10496
10497 * xmllint.c doc/xmllint.xml: added --nonet option
10498 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
10499 xsltproc or xmllint
10500 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
10501 rebuilt
10502 * HTMLparser.c: cleaned up the HTML parser context build when
10503 using an URL
10504
10505Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
10506
10507 * libxml.spec.in: added a comment about bug #112902
10508
10509Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
10510
10511 * minor cleanup of configure '--help' display
10512 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
10513
10514Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
10515
10516 * tree.c: PI nodes in external subset were not freed :-\
10517 fixes bug #112842
10518
10519Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
10520
10521 * xmllint.c: added --schema option to run WXS schema validation
10522 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
10523 tried to improve error reporting in the Schema code, some cleanup
10524 too.
10525
10526Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10527
10528 * xmlschemas.c: fixed some problems in the handling of errors,
10529 and attributes addressed by references.
10530 * test/schemas/* result/schemas/*: dropped the verbosity level
10531 and added a couple of new tests
10532
10533Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10534
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010535 * relaxng.c: Stéphane Bidoul found an off by one addressing
William M. Brack11be2d02007-01-24 19:17:19 +000010536 error on the error handling.
10537
10538Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10539
10540 * xmlschemastypes.c: trying to fix #112673
10541
10542Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
10543
10544 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
10545 warning, this fixed a bug and should close #111574
10546
10547Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
10548
10549 * xmlschemas.c: fixing bug #104081 with xs:all with an element
10550 holding minOccurs="0"
10551 * test/schemas/all_* result/schemas/all_*: added some regression
10552 tests for that bug
10553 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
10554 Garry Pennington to compile without schemas support.
10555
10556Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10557
10558 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
10559
10560Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
10561
10562 * xml2-config.in: try to fix Red hat bug #89957, do not
10563 output -L/usr/lib64
10564 * xmlreader.c: fixed a typo in a comment
10565
10566Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
10567
10568 * doc/tutorial/aph.html, ix01.html
10569 forgot to cvs add the new files. Thanks to Roland van Laar
10570 for pointing this out
10571
10572Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
10573
10574 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
10575 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
10576 to the XML/XSLT doc generation closing #111799
10577 * doc/html/*: complete update of the HTML results
10578
10579Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10580
10581 * win32/defgen.xsl: fixed the conditional for unicode map,
10582 removed hardcoded schema entries
10583
10584Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10585
10586 * win32/defgen.xsl: new file, stylesheet for generating
10587 win32/libxml2.def.src from doc/libxml2-api.xml
10588 * win32/libxml2.def.src: is autogenerated from now on, changes
10589 to this file will not appear here anymore
10590
10591Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
10592
10593 * win32/configure.js python/setup.py.in: applied patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010594 from Stéphane Bidoul for the Python bindings on the new
William M. Brack11be2d02007-01-24 19:17:19 +000010595 release.
10596
10597Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10598
10599 * debugXML.c: included libxml/uri.h for xmlCanonicPath
10600 declaration
10601 * win32/configure.js: thread-enabled build is now default
10602 * win32/libxml2.def.src: added more exports
10603
10604Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
10605
10606 * NEWS doc/*.xsl doc/*.html: updated the web site separated
10607 developers from common pages, made the transition to XHTML1,
10608 added validity checking to the makefile rules.
10609
10610Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10611
10612 * parser.c: fix for xmlIOParseDTD same as previous and reported
10613 by Petr Pajas
10614
10615Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10616
10617 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
10618 closing #111638
10619
10620Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10621
10622 * python/generator.py: fixed a problem in the generator where
10623 the way functions are remapped as methods on classes was
10624 not symetric and dependant on python internal hash order,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010625 as reported by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000010626
10627Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
10628
10629 * doc/tutorial:
10630 xmltutorial.xml
10631 xmltutorial.pdf
10632 *.html
10633 add appendix on generating compiler flags, more indexing
10634
10635Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10636
10637 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
10638 to get libxml-2.5.7 to compile on OpenVMS
10639
10640Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10641
10642 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
10643
10644Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
10645
10646 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
10647 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
10648 man page based on xsltproc and a stylesheet PI in the XML.
10649
10650Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10651
10652 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
10653 character preventing rendering by the man command.
10654
10655Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10656
10657 * NEWS configure.in: preparing release 2.5.7
10658 * doc/*: updated and rebuilt the docs
10659 * doc/apibuild.py: fixed the script
10660
10661Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10662
10663 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10664 get in the way of the builds
10665 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10666
10667Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10668
10669 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
10670 Memory test from Havoc Pennington #109368
10671 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
10672 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
10673 include/libxml/parser.h: a lot of memory allocation cleanups
10674 based on the results of the OOM testing
10675 * check-relaxng-test-suite2.py: seems I forgot to commit the
10676 script.
10677
10678Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10679
10680 * xmlschemastypes.c: trivial fix for 109774 removing a warning
10681
10682Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10683
10684 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
10685 more places where xmlCanonicPath() must be used to convert
10686 filenames to URLs, trying to fix #111088
10687
10688Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10689
10690 * python/libxml.c python/libxml.py: applied patch from
10691 Brent M Hendricks adding binding for xmlCatalogAddLocal
10692
10693Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
10694
10695 * HTMLparser.c: tried to fix #98879 again in a more solid
10696 way.
10697
10698Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10699
10700 * win32/libxml2.def.src: added more exports from the relaxng and
10701 xmlreader clan
10702
10703Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10704
10705 * SAX.c test/valid/ns* test/result/ns*: applied the patch
10706 provided by Brent Hendricks fixing #105992 and integrated the
10707 examples in the testsuite.
10708
10709Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10710
10711 * TODO: updated a bit
10712 * configure.in: fixed the comment, threads now default to on
10713 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
10714
10715Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
10716
10717 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
10718 xmlreader.c include/libxml/parser.h: a lot of performance work
10719 especially the speed of streaming through the reader and push
10720 interface. Some thread related optimizations. Nearly doubled the
10721 speed of parsing through the reader.
10722
10723Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
10724
10725 * doc/xmllint.xml
10726 * doc/xmllint.1
10727 update man page to explain use of --stream
10728
10729Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10730
10731 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10732 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
10733 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
10734 include/libxml/globals.h include/libxml/xmlmemory.h: added
10735 xmlMallocAtomic() to be used when allocating blocks which
10736 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
10737 to allow registering the full set of functions needed by
10738 a garbage collecting allocator like libgc, ref #109944
10739
10740Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10741
10742 * configure.in: switched to have thread support enabled by default,
10743 didn't got troubles with ABI compatibility on Linux, hope it
10744 won't break on strange OSes, if yes, report the system ID
10745 * doc/libxml2-api.xml: just rebuilt the API
10746
10747Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10748
10749 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
10750 added support for large file, tested with a 3+GB instance,
10751 and some cleanup.
10752 * catalog.c: added a TODO
10753 * Makefile.am: added some "make tests" comments
10754
10755Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
10756
10757 * relaxng.c: some cleanups
10758 * doc/xmlreader.html: extended the document to cover RelaxNG and
10759 tree operations
10760 * python/tests/Makefile.am python/tests/reader[46].py: added some
10761 xmlReader example/regression tests
10762 * result/relaxng/tutor*.err: updated the output of a number of tests
10763
10764Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
10765
10766 * relaxng.c: valgrind pointed out an uninitialized variable error.
10767
10768Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10769
10770 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
10771 xmlreader.c: augnemting the APIs, cleanups.
10772 * parser.c: cleanup bug #111005
10773 * xmlIO.c: added some missing comments
10774
10775Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
10776
10777 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
10778 trying to improve the subset compiled, and more testing.
10779 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
10780 documentation
10781 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
10782 * result/relaxng/*.err: fix some of the outputs
10783
10784Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10785
10786 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
10787 include/libxml/xmlreader.h: implemented streaming of
10788 RelaxNG (when possible) on top of the xmlReader interface,
10789 provided it as xmllint --stream --relaxng .rng .xml
10790 This seems to mostly work.
10791 * Makefile.am: updated to test RelaxNG streaming
10792
10793Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10794
10795 * relaxng.c include/libxml/relaxng.h: integrated the regexp
10796 based validity checking of fragments of the document for
10797 which the RNG can be compiled to regexps. Works on all regression
10798 tests, only fix needed is related to error messages.
10799
10800Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10801
10802 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10803 include/libxml/xmlregexp.h: Starting work precompiling
10804 parts of RelaxNG schemas. Not plugged onto validity checking
10805 yet, just the regexp building part. Needed to extend some
10806 of the automata and regexp APIs.
10807
10808Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10809
10810 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10811 xmllint --stream and xmllint --stream --valid returns errors
10812 code appropriately
10813
10814Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10815
10816 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10817 and Next() operation to work on subtrees within the reader
10818 framework.
10819 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10820 * python/tests/reader5.py: added an example for those new
10821 functions of the reader.
10822
10823Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10824
10825 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10826
10827Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10828
10829 * xmlreader.c: fixing HasValue for namespace as raised by
10830 Denys Duchier
10831
10832Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10833
10834 * HTMLparser.c include/libxml/HTMLparser.h: exported
10835 htmlCreateMemoryParserCtxt() it was static
10836
10837Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10838
10839 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10840 update from Charles Bozeman for date and duration types
10841 * test/schemas/date_0.* test/schemas/dur_0.*
10842 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10843
10844Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10845
10846 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10847 fixing bug #107129, removing excessive allocation and calls
10848 to *printf in the code to build QName strings.
10849
10850Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10851
10852 * win32/libxml2.def.src: fixed conditional exports, reported by
10853 Luke Murray.
10854
10855Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10856
10857 * parser.c: fixed a possible problem with xmlRecoverMemory()
10858
10859Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10860
10861 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10862 triostr.h: Bjorn sent an update for the TRIO portability layer.
10863
10864Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10865
10866 * win32/libxml2.def.src: exported new functions
10867
10868Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10869
10870 * configure.in NEWS: preparing release 2.5.6
10871 * doc/*: updated and rebuilt the docs
10872
10873Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10874
10875 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10876 on C14Ntests
10877
10878Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10879
10880 * relaxng.c: one more fixup of error message reporting
10881
10882Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10883
10884 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10885 variable pointed out by valgrind
10886
10887Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10888
10889 * relaxng.c: try to work on bug #109225 and provide better
10890 error reports.
10891 * result/relaxng/* : this change the output of a number of tests
10892 * xinclude.c: fixing the parsed entity redefinition problem
10893 raised on the list.
10894 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10895
10896Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10897
10898 * xmlschemastypes.c: fixed date comparison to handle the tzo
10899 The only failures left are disagreements on Notations and
10900 '+1' not being allowed for ulong, uint, ushort and ubyte.
10901
10902Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10903
10904 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10905 to the XML Schemas errata
10906 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10907
10908Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10909
10910 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10911 and facets support. Currently only schemas with binHex or
10912 base64 don't compile. A few error left in the test suite:
10913 found 1035 test instances: 919 success 23 failures
10914 most are gdate or gdateyear failing check, and a few cases where
10915 James clark tests results are strange.
10916 * valid.c: allow to reuse the Notation checking routine without
10917 having a validation context.
10918 * SAX.c: removed a #if 0
10919
10920Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10921
10922 * xinclude.c: forgot to apply one check from #106931 patch
10923 * xmlschemastypes.c: more work on XML Schemas datatypes
10924
10925Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10926
10927 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10928 on cleaning up XML Schemas datatypes based on James Clark tests
10929 test/xsdtest/xsdtest.xml
10930
10931Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10932
10933 * relaxng.c: implemented comparisons for Schemas values.
10934 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10935 some bugs in duration handling, comparisons for durations
10936 and decimals, removed all memory leaks pointed out by James
10937 testsuite. Current status is now
10938 found 238 test schemas: 197 success 41 failures
10939 found 1035 test instances: 803 success 130 failures
10940
10941Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10942
10943 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10944 leaks in the W3C XML Schemas code
10945 * xmlschemastypes.c: implemented nonPositiveInteger
10946 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10947 fixed the test and result.
10948
10949Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10950
10951 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10952 parser and a typo
10953 * xmlschemastypes.c: reindenting, fixing a memory access
10954 problem with dates.
10955
10956Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10957
10958 * parser.c: fixing #109227 providing more context in case of
10959 start/end tag mismatch
10960 * python/tests/ctxterror.py python/tests/readererr.py: update the
10961 tests accordingly
10962
10963Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10964
10965 * xinclude.c: should fix #109327 errors on memory accesses
10966
10967Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10968
10969 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10970 is an URI reference
10971
10972Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10973
10974 * xpath.c: fixed bug #109160 on non-ASCII IDs
10975
10976Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10977
10978 * parser.c: Norm suggested a nicer error message for xml:space values
10979 errors
10980
10981Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10982
10983 * xpath.c include/libxml/xpath.h: first part of the fix to
10984 performance bug #108905, adds xmlXPathOrderDocElems() providing
10985 document order for nodes.
10986 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10987
10988Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10989
10990 * xmlschemastypes.c: removing a warning with Sun compiler
10991 bug #109154
10992
10993Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10994
10995 * doc/xmllint.xml
10996 * doc/xmllint.1
10997 update xmllint man page with --relaxng option
10998
10999Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11000
11001 * python/setup.py.in : was missing "drv_libxml2.py"
11002
11003Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11004
11005 * tree.c xpath.c: some changes related to the new way of
11006 handling Result Value Tree, before 2.5.5
11007
11008Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
11009
11010 * configure.in NEWS: preparing release 2.5.5
11011 * doc/* : updated the documentation and regenerated it.
11012
11013Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11014
11015 * xpath.c: fixed some problems related to #75813 about handling
11016 of Result Value Trees
11017
11018Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11019
11020 * uri.c: applied a set of patches from Lorenzo Viali correcting
11021 URI parsing errors.
11022
11023Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11024
11025 * parser.c: validity status was not passed back when validating in
11026 entities, but raised by Oliver Fischer
11027
11028Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11029
11030 * HTMLtree.c: avoid escaping ',' in URIs
11031
11032Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11033
11034 * parser.c: fixing bug #108976 get the ID/REFs to reference
11035 the ID in the document content and not in the entity copy
11036 * SAX.c include/libxml/parser.h: more checking of the ID/REF
11037 stuff, better solution for #107208
11038 * xmlregexp.c: removed a direct printf, dohhh
11039 * xmlreader.c: fixed a bug on streaming validation of empty
11040 elements in entities
11041 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
11042 cleanup of the validation tests
11043 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
11044 added more ID/IDREF tests to the suite
11045
11046Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11047
11048 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
11049 compiler.
11050
11051Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11052
11053 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
11054
11055Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11056
11057 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
11058 defined in entities content
11059
11060Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
11061
11062 * SAX.c: Fixed validation bug #108858 on namespace names using
11063 entities and reported by Brent Hendricks
11064 * xmllint.c: report xmlTextReaderHasValue() result in --stream
11065 --debug output.
11066
11067Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11068
11069 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
11070 about the DocType node not being reported sometimes.
11071 * python/tests/reader.py: added to test to the regression checks
11072
11073Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11074
11075 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
11076 reported by Edd Dumbill
11077
11078Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11079
11080 * HTMLparser.c parser.c parserInternals.c: patch from
11081 johan@evenhuis.nl for #107937 fixing some line counting
11082 problems, and some other cleanups.
11083 * result/HTML/: this result in some line number changes
11084
11085Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11086
11087 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
11088 instead of libxml.spec
11089 * relaxng.c: fixed some of the error reporting excessive
11090 verbosity
11091 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
11092 xmlschemastypes.c: removed some warnings from gcc
11093 * doc/libxml2-api.xml: rebuilt
11094
11095Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
11096
11097 * relaxng.c: another optimization, for choice this time
11098 * result/relaxng/spec1* result/relaxng/tutor12_1*
11099 result/relaxng/tutor3_7: cleanups.
11100
11101Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
11102
11103 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
11104 * test/relaxng/testsuite.xml: augmented the test suite
11105 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
11106 some schemas validation tests in the presence of foreign
11107 namespaces.
11108
11109Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11110
11111 * relaxng.c: added another interleave speedup.
11112
11113Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11114
11115 * xmlschemastypes.c: added integer and fixed one of the
11116 IDREFS regression tests pbm
11117 * result/relaxng/docbook_0.err: updated
11118
11119Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11120
11121 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
11122 declared both in the DTD and in the Schemas <grin/>
11123 * relaxng.c: more debug, added a big optimization for <mixed>
11124 * test/relaxng/testsuite.xml: augmented the testsuite
11125 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
11126 DocBook example to the regression tests
11127
11128Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
11129
11130 * check-xsddata-test-suite.py: cosmetic change for output
11131 * relaxng.c: try to minimize calls to malloc/free for states.
11132
11133Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11134
11135 * tree.c: removed a warning
11136 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
11137 support
11138 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
11139 cleanup/improvements of the regression tests batch
11140 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
11141
11142Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11143
11144 * relaxng.c: fixed error msg cleanup deallocation
11145 * xmlschemastypes.c: added a function to handle lists of
11146 atomic types, added support for IDREFS
11147
11148Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
11149
11150 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
11151 and IDREF, usable from RelaxNG now
11152 * include/libxml/xmlschemastypes.h: need to add a new interface
11153 because the validation modifies the infoset
11154 * test/relaxng/testsuite.xml: extended the testsuite
11155
11156Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11157
11158 * relaxng.c: fixed the last core RelaxNG bug known #107083,
11159 shemas datatype ID/IDREF support still missing though.
11160 * xmlreader.c: fix a crashing bug with prefix raised by
11161 Merijn Broeren
11162 * test/relaxng/testsuite.xml: augmented the testsuite with
11163 complex inheritance tests
11164
11165Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11166
11167 * relaxng.c: switched back to the previous Relax-NG code base,
11168 the derivation algorithm need severe constraining code to avoid
11169 combinatorial explosion. Fixed the problem with Sebastian Rahtz
11170 TEI based example and other bugs
11171 * result/relaxng/*err: updated the results
11172 * test/relaxng/testsuite.xml: started a new test suite
11173
11174Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
11175
11176 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
11177 that the original RelaxNG validation code was un-fixeable, it got
11178 rewritten to use the derivation algorithm from James Clark and
11179 redebugged it (nearly) from scratch:
11180 found 373 test schemas: 372 success 1 failures
11181 found 529 test instances: 529 success 0 failures
11182
11183Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
11184
11185 * SAX.c parser.c: fix some recursion problems introduced in the
11186 last release.
11187 * relaxng.c: more debugging of the RNG validation engine, still
11188 problems though.
11189
11190Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11191
11192 * Makefile.am: stop generating wrong result file with * in name
11193 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
11194 * result/relaxng/demo* test/relaxng/demo: added the tests from
11195 Sebastian reproducing the problem.
11196
11197Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
11198
11199 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
11200 up Aleksey's change
11201
11202Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
11203
11204 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
11205 variable to control the indentation for the xmllint "--format"
11206 option
11207
11208Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11209
11210 * encoding.c: applied Gennady's patch against buffer overrun
11211
11212Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11213
11214 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
11215 Clark it appeared I had bug in URI parsing code ...
11216 * relaxng.c include/libxml/relaxng.h: completely revamped error
11217 reporting to not loose message from optional parts.
11218 * xmllint.c: added timing for RNG validation steps
11219 * result/relaxng/*: updated the result, all error messages changed
11220
11221Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11222
11223 * xpath.c: fix bug #107804, the algorithm used for document order
11224 computation was failing on attributes.
11225
11226Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11227
11228 * valid.c: fix bug #107764 , possibility of buffer overflow
11229 in xmlValidDebug()
11230
11231Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11232
11233 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
11234 from Philipp Dunkel
11235
11236Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11237
11238 * xmlschemastype.c: made powten array static it should not be exported
11239 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
11240 parser function.
11241 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
11242
11243Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11244
11245 * tree.c: fixed a node dump crash on attributes
11246 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
11247 an URI test bug and get better output.
11248
11249Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11250
11251 * check-xsddata-test-suite.py: give more infos
11252 * relaxng.c: fix a bug reported by Sebastian Rahtz and
11253 REF->DEF in attribute values.
11254
11255Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11256
11257 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
11258 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
11259 regression tests from James Clark.
11260
11261Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11262
11263 * relaxng.c xmlschemas.c xmlschemastypes.c
11264 include/libxml/xmlschemastypes.h: added param support for relaxng
11265 type checking, started to increment the pool of simple types
11266 registered, still much work to be done on simple types and
11267 facets checkings.
11268
11269Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11270
11271 * entities.c: fixes again one of the problem raised by
11272 James Clark in #106788
11273
11274Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11275
11276 * relaxng.c: Fixed a couple of problem raised by James Clark
11277 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
11278 datatype level still not fixed though.
11279
11280Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
11281
11282 * configure.in: preparing release 2.5.4
11283 * doc/*: updated and rebuilt the docs
11284 * relaxng.c: removed warnings
11285 * result/relaxng/*: updated the results
11286
11287Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11288
11289 * valid.c: fixes a DTD regexp generation problem.
11290
11291Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11292
11293 * parser.c: fixes bug #105998 about false detection of
11294 attribute consumption loop.
11295
11296Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11297
11298 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
11299
11300Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11301
11302 * SAX.c: fixed bug #105992
11303
11304Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
11305
11306 * tree.c: fixed xmlSetProp and al. when the node passed is not an
11307 element.
11308 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
11309 found 373 test schemas: 369 success 4 failures
11310 found 529 test instances: 525 success 4 failures
11311 * check-relaxng-test-suite.py: added memory debug reporting
11312
11313Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11314
11315 * uri.c parser.c: some warning removal on Igor's patch
11316 * tree.c: seems I messed up with #106788 fix
11317 * python/libxml.c: fixed some base problems when Python provides
11318 the resolver.
11319 * relaxng.c: fixed the interleave algorithm
11320 found 373 test schemas: 364 success 9 failures
11321 found 529 test instances: 525 success 4 failures
11322 the resulting failures are bug in the algorithm from 7.3 and
11323 lack of support for params
11324
11325Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11326
11327 * parser.c: another fix for nodeinfo in entities problem
11328 * tree.c entities.c: fixed bug #106788 from James Clark
11329 some spaces need to be serialized as character references.
11330
11331Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11332
11333 * parser.c uri.c: fixed the bug I introduced in the path
11334 handling, reported by Sebastian Bergmann
11335
11336Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11337
11338 * parser.c: fixing some nodeinfo in entities problem raised
11339 by Glenn W. Bach
11340 * relaxng.c: implemented the first section 7.3 check
11341 * result/relaxng/*: updated the results
11342
11343Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
11344
11345 * relaxng.c: fixed some problems in the previous commit
11346 and finished implementing 4.16 rules checking
11347 found 373 test schemas: 353 success 20 failures
11348 found 529 test instances: 519 success 6 failures
11349 * result/relaxng/*: updated the results
11350
11351Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11352
11353 * relaxng.c: implemented checks from section 7.2
11354
11355Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11356
11357 * relaxng.c: implemented the checks from section 7.1, fixed
11358 some of the 4.20 and 4.21 problems.
11359 found 373 test schemas: 338 success 35 failures
11360 found 529 test instances: 519 success 6 failures
11361 * result/relaxng/*: updated the results
11362
11363Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11364
11365 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
11366 * result/relaxng/*: updated the results
11367
11368Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11369
11370 * relaxng.c: more bugfixes
11371 * result/relaxng/*: updated the results
11372
11373Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11374
11375 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
11376 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
11377 * SAX.c: ensured xmlDoc.URL is always canonic
11378 * parser.c: obsoleted xmlNormalizeWindowsPath
11379 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
11380 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
11381 * win32/libxml2.def.src: added few exports
11382
11383Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
11384
11385 * Makefile.am configure.in: patched to have shared libraries
11386 for Python regression tests and static binaries for gdb debug
11387 in my development environment
11388 * relaxng.c: more bugfixes
11389 found 373 test schemas: 296 success 77 failures
11390 found 529 test instances: 516 success 8 failures
11391 * result/relaxng/*: updated the results
11392
11393Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11394
11395 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
11396
11397Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11398
11399 * xmlschemastypes.c: float/double check bugfix
11400 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
11401 validation
11402 * xmlreader.c: add a TODO for Jody
11403 * relaxng.c: bugfix bugfix bugfix
11404 found 373 test schemas: 300 success 73 failures
11405 found 529 test instances: 507 success 10 failures
11406 * result/relaxng/*: updated the results
11407
11408Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11409
11410 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
11411
11412Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11413
11414 * relaxng.c check-relaxng-test-suite.py: more work on the
11415 RelaxNG implementation conformance testing.
11416 found 373 test schemas: 284 success 89 failures
11417 found 529 test instances: 448 success 47 failures
11418 * result/relaxng/*: updated the results
11419
11420Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11421
11422 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
11423 a patch from Kjartan Maraas to fix some typos
11424
11425Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11426
11427 * relaxng.c: more bug-hunting
11428 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
11429 intermediate rng tree
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011430 * python/generator.py: patch from Stéphane Bidoul to fix the generator
William M. Brack11be2d02007-01-24 19:17:19 +000011431 on python < 2.2
11432
11433Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11434
11435 * check-relaxng-test-suite.py relaxng.c: more testing on the
11436 Relax-NG front, cleaning up the regression tests failures
11437 current state and I forgot support for "mixed":
11438 found 373 test schemas: 280 success 93 failures
11439 found 529 test instances: 401 success 68 failures
11440 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
11441 moved the Name, NCName and QName validation routine in tree.c
11442 * uri.c: fixed handling of URI ending up with #, i.e. having
11443 an empty fragment ID.
11444 * result/relaxng/*: updated the results
11445
11446Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11447
11448 * check-xinclude-test-suite.py: improved the script accordingly
11449 to the XInclude regression tests updates
11450 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
11451 November 2002
11452 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
11453 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
11454 augmented the Xpointer testsuite for the element() scheme
11455
11456Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11457
11458 * relaxng.c: added TODO for the DTD compatibility spec
11459 * xinclude.c: more bug fixes driven by the testsuite
11460
11461Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
11462
11463 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
11464 regression tests for XInclude, improved the script, improving
11465 XInclude error reporting mechanism
11466
11467Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11468
11469 * NEWS doc/* configure.in: preparing release 2.5.3
11470
11471Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11472
11473 * tree.c: trying to fix #104934 about some XHTML1 serialization
11474 issues.
11475
11476Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
11477
11478 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
11479 encoding conversion when the input buffer stops in the
11480 middle of a multibyte char
11481
11482Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11483
11484 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
11485 * check-relaxng-test-suite.py: python script to run regression
11486 against OASIS RelaxNG testsuite
11487 * relaxng.c: some cleanup tweaks
11488 * HTMLparser.c globals.c: cleanups in comments
11489 * doc/libxml2-api.xml: updated the API
11490 * result/relaxng/*: errors moved files, so large diffs but
11491 no changes at the semantic level.
11492
11493Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11494
11495 * tree.c: fixing #105678 problem when dumping a namespace node.
11496
11497Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11498
11499 * xpath.c: fixed doc comment problems
11500 * python/generator.py python/libxml_wrap.h python/types.c: adding
11501 RelaxNG wrappers
11502 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
11503 test of those early Python RelaxNG bindings
11504
11505Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11506
11507 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
11508 * relaxng.c: found the validation problem I had with interleave
11509 when not covering all remaining siblings
11510 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
11511 testsuite and check the RNG schemas against the RNG schemas
11512 given in appendix A
11513
11514Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11515
11516 * win32/Makefile.msvc: updates for RelaxNG
11517 * win32/Makefile.mingw: updates for RelaxNG
11518 * win32/libxml2.def.src: added RelaxNG exports
11519
11520Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11521
11522 * xinclude.c: applied another bug fix from Sean Chittenden
11523
11524Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11525
11526 * configure.in xmllint.c: I f...ed up the default configuration
11527 of schemas and --relaxng option display in xmllint, pointed by
11528 Morus Walter.
11529 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
11530 detection module, fixes bug #105374.
11531
11532Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11533
11534 * xmlschemastypes.c: added the boolean base type.
11535
11536Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11537
11538 * xmlschemastypes.c: started implementing some of the missing
11539 default simple types
11540 * result/relaxng/*: updated the results
11541
11542Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11543
11544 * NEWS doc/*: updated the docs, ready for 2.5.2 release
11545
11546Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11547
11548 * HTMLparser.c tree.c xmlIO.c: comments cleanups
11549 * Makefile.am: use xmllint for doing the RelaxNG tests
11550 * configure.in: preparing 2.5.2 made schemas support default to
11551 on instead of off
11552 * relaxng.c: removed the verbosity
11553 * xmllint.c: added --relaxng option
11554 * python/generator.py python/libxml_wrap.h: prepared the integration
11555 of the new RelaxNG module and schemas
11556 * result/relaxng/*: less verbose output
11557
11558Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
11559
11560 * valid.c: do not run content model validation if the
11561 content is not determinist
11562
11563Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11564
11565 * SAX.c: added the redefinition of namespaced attribute
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011566 check that was missing as Fabrice Desré pointed out.
William M. Brack11be2d02007-01-24 19:17:19 +000011567
11568Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11569
11570 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
11571 improvements from Nick Kew, allowing to do more checking
11572 to HTML elements and attributes.
11573
11574Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11575
11576 * xinclude.c: fixing bug #105137 about entities declaration
11577 needing to be copied to the including document.
11578
11579Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11580
11581 * catalog.c: fixed bug #104817 with delegateURI
11582 * xpath.c: fixing bugs #104123 and #104125
11583
11584Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
11585
11586 * configure.in valid.c xmlreader.c python/libxml_wrap.h
11587 python/types.c: fixing #104096 to compile without regexps
11588
11589Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11590
11591 * valid.c: fixing bug #103969 forgot to add an epsilon transition
11592 when building the automata for elem*
11593
11594Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11595
11596 * HTMLparser.c: applied patch from Arne de Bruijn fixing
11597 bug #103827
11598
11599Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11600
11601 * HTMLparser.c: updating a comment, fixing #103776
11602
11603Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11604
11605 * parser.c: fixing bug 105049 for validity checking of content
11606 within recursive entities.
11607
11608Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11609
11610 * HTMLparser.c: try to fix # 105049
11611 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
11612 * tree.c: updated a function comment
11613
11614Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11615
11616 * relaxng: more work on grammars and refs/defs
11617 * test/relaxng/* result/relaxng/*: augmented/updated the
11618 regression tests
11619
11620Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11621
11622 * relaxng: more work on name classes, except support
11623 * test/relaxng/* result/relaxng/*: augmented/updated the
11624 regression tests
11625
11626Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11627
11628 * relaxng: more work on name classes, the "validate all" schemas
11629 seems to work now.
11630 * test/relaxng/* result/relaxng/*: augmented/updated the
11631 regression tests
11632
11633Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11634
11635 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
11636 * parser.c: put a guard against infinite document depth, basically
11637 trying to avoid another kind of DoS attack.
11638 * relaxng.c: some code w.r.t. nameClasses
11639
11640Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11641
11642 * test/relaxng/* result/relaxng/*: check all the namespace support
11643 was actually correct based on tutorial section 10.
11644
11645Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11646
11647 * relaxng: include seems to work okay now
11648 * test/relaxng/* result/relaxng/*: augmented/updated the
11649 regression tests
11650
11651Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11652
11653 * relaxng.c: a bit of work done in the train back.
11654 * test/relaxng/*: added one of the include tests
11655
11656Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11657
11658 * relaxng: more work done in the train
11659 * test/relaxng/* result/relaxng/*: augmented/updated the
11660 regression tests
11661
11662Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11663
11664 * relaxng.c: debugging of externalRef
11665 * test/relaxng/* result/relaxng/*: augmented/updated the
11666 regression tests
11667
11668Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11669
11670 * relaxng.c: more work on Relax-NG, implementing externalRef
11671 * test/relaxng/* result/relaxng/*: augmented/updated the
11672 regression tests
11673 * Makefile.am: cleanup to Relaxtests target
11674
11675Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11676
11677 * relaxng.c: more work on Relax-NG, implementing interleave
11678 * test/relaxng/* result/relaxng/*: augmented/updated the
11679 regression tests
11680
11681Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11682
11683 * relaxng.c: more work on Relax-NG, implementing interleave
11684 * test/relaxng/* result/relaxng/*: augmented/updated the
11685 regression tests
11686
11687Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
11688
11689 * doc/tutorial/customfo.xsl
11690 * doc/tutorial/customhtml.xsl
11691 adding stylesheet customizations used to generate fo
11692 for pdf and html
11693
11694Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11695
11696 * relaxng.c: more work on Relax-NG
11697 * test/relaxng/* result/relaxng/*: augmented/updated the
11698 regression tests
11699 * xmlschemastypes.c: added a number of base type definition but not
11700 the associated checks, those are still TODOs
11701
11702Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
11703
11704 in docs/tutorial:
11705 * apa.html
11706 * apb.html
11707 * apc.html
11708 * apd.html
11709 * ape.html
11710 * apf.html
11711 * apg.html
11712 * ar01s02.html
11713 * ar01s03.html
11714 * ar01s04.html
11715 * ar01s05.html
11716 * ar01s06.html
11717 * ar01s07.html
11718 * ar01s08.html
11719 * index.html
11720 * xmltutorial.pdf
11721 * xmltutorial.xml
11722 add index to tutorial
11723
11724Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
11725
11726 * doc/xmlcatalog.1
11727 * doc/xmlcatalog_man.html
11728 * doc/xmlcatalog_man.xml
11729 belatedly fixing bug #93622 (adds rewriteURI type to
11730 "--add" option in xmlcatalog man page
11731
11732Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11733
11734 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
11735 Julio Merino, closing #104475
11736
11737Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11738
11739 * relaxng.c: more work on Relax-NG
11740 * test/relaxng/* result/relaxng/*: augmented/updated the
11741 regression tests
11742
11743Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11744
11745 * relaxng.c: more work on Relax-NG
11746 * test/relaxng/* result/relaxng/*: augmented/updated the
11747 regression tests
11748
11749Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11750
11751 * README: updated the policy on private mail answers
11752 * relaxng.c: more work on Relax-NG
11753 * test/relaxng/* result/relaxng/*: augmented/updated the
11754 regression tests
11755
11756Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
11757
11758 * error.c parser.c tree.c: applied a documentation patch from
11759 Stefan Kost
11760
11761Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11762
11763 * relaxng.c: more work on Relax-NG
11764 * doc/*: regenerated the docs
11765 * test/relaxng/* result/relaxng/*: updated and augmented the
11766 Relax-NG regression tests and results
11767
11768Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11769
11770 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
11771 First commit of the new Relax-NG validation code, not generally
11772 useful yet.
11773 * test/relaxng/* result/relaxng/*: current state of the regression
11774 tests
11775
11776Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11777
11778 * tree.c: minimized the memory allocated for GetContent
11779 and a bit of cleanup.
11780
11781Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11782
11783 * python/generator.py: seems there is no good reasons to
11784 not generate bindings for XPointer
11785
11786Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11787
11788 * xmlreader.c doc/apibuild.py: applied a new patch from
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011789 Stéphane Bidoul for cleanups
William M. Brack11be2d02007-01-24 19:17:19 +000011790 * doc/libxml2-api.xml: rebuilt the API description with
11791 new entry points
11792
11793Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11794
11795 * xmlreader.c python/drv_libxml2.py python/generator.py
11796 python/libxml.c python/libxml.py python/libxml_wrap.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011797 python/types.c: patch from Stéphane Bidoul for better per
William M. Brack11be2d02007-01-24 19:17:19 +000011798 context error message APIs
11799 * python/tests/ctxterror.py python/tests/readererr.py:
11800 update of the tests
11801
11802Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11803
11804 * doc/guidelines.html
11805 grammar and spelling cleanup
11806
11807Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11808
11809 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11810 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011811 a patch from Stéphane Bidoul to allow per XMLtextReader error
William M. Brack11be2d02007-01-24 19:17:19 +000011812 and warning handling
11813 * python/tests/Makefile.am python/tests/readererr.py: adding the
11814 specific regression test
11815
11816Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11817
11818 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11819 should raise a syntax error
11820
11821Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11822
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011823 * python/libxml.c: cleanup patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011824
11825Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11826
11827 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11828
11829Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11830
11831 * python/generator.py python/libxml.c python/libxml.py
11832 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011833 from Stéphane Bidoul to provide per parser error handlers at the
William M. Brack11be2d02007-01-24 19:17:19 +000011834 Python level.
11835 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11836 regression test for it.
11837
11838Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11839
11840 * xmlreader.c: fixed the streaming property of the reader,
11841 it was generating tree faster than consuming it. Pointed out
11842 by Nate Myers
11843 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11844
11845Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11846
11847 * win32/libxml2.def.src: added more xmlreader and other exports
11848
11849Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11850
11851 * xpath.c: fix to the XPath implementation for parent and
11852 ancestors axis when operating on a Result Value Tree.
11853 Fixes bug #100271
11854
11855Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11856
11857 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11858 to fix some URI/file escaping problems
11859
11860Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11861
11862 * python/generator.py: fixed a bug raised by Raymond Wiker,
11863 docSetRootElement() should not raise an exception if the
11864 return is None
11865
11866Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11867
11868 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11869 fixed bug #102181 by applying the suggested change and fixing
11870 the generation/registration problem.
11871
11872Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11873
11874 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11875 routines.
11876
11877Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11878
11879 * parser.c: one more IsEmptyElement crazyness, that time in
11880 external parsed entities if substitution is asked.
11881 * python/tests/reader3.py: added a specific test.
11882
11883Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11884
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011885 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
William M. Brack11be2d02007-01-24 19:17:19 +000011886 support and improved error handler registration
11887
11888Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11889
11890 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11891 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11892 * README: fixed a link
11893
11894Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11895
11896 * configure.in doc/* NEWS: preparing 2.5.1 release
11897 * SAX.c parser.c: fixing XmlTextReader bug
11898
11899Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11900
11901 * SAX.c: fuck, I introduced a memory leak on external parsed
11902 entities in 2.5.0 :-(
11903
11904Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11905
11906 * xmllint.c: another fix needed as pointed by Christophe Merlet
11907 for --stream --debug if compiled without debug support.
11908
11909Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11910
11911 * doc/xmllint.xml
11912 * doc/xmllint.1:
11913 update man page with --stream and --chkregister
11914
11915Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11916
11917 * globals.c: fixed --with-threads compile
11918 * xmllint.c: fixed --without-debug compile
11919 * include/libxml/globals.h: cleanup
11920 * include/libxml/schemasInternals.h: add a missing include
11921
11922Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11923
11924 * configure.in NEWS: preparing 2.5.0 release
11925 * SAX.c: only warn in pedantic mode about namespace name
11926 brokeness
11927 * globals.c: fix a doc generation problem
11928 * uri.c: fix #101520
11929 * doc/*: updated and rebuilt the doc for the release, includuding
11930 stylesheet update
11931 * python/Makefile.am: fix a filename bug
11932
11933Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11934
11935 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11936 should not be called.
11937
11938Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11939
11940 * libxml-2.0.pc.in: applied the patch to fix #101894
11941
11942Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11943
11944 * tree.c : applied patch from Lukas Schroeder for register callbacks
11945 * valid.c: modified patch from Lukas Schroeder to test
11946 register callbacks with --chkregister
11947
11948Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11949
11950 * xmlreader.c: seriously changed the way data are pushed to
11951 the underlying parser, go by block of 512 bytes instead of
11952 tryng to detect tag boundaries at that level. Changed the
11953 way empty element are detected and tagged.
11954 * python/tests/reader.py python/tests/reader2.py
11955 python/tests/reader3.py: small changes mostly due to context
11956 reporting being different and DTD node being reported. Some
11957 errors previously undetected are now caught and fixed.
11958 * doc/xmlreader.html: flagged last section as TODO
11959
11960Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11961
11962 * python/libxml.py: integrated the Python 2.2 optimizations
11963 from Hannu Krosing, while maintaining compatibility with
11964 1.5 and 2.1
11965
11966Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11967
11968 * xmllint.c: a bit of cleanup
11969 * xmlreader.c: small fix
11970 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11971 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11972
11973Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11974
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011975 * python/setup.py.in: patch from Stéphane Bidoul to include
William M. Brack11be2d02007-01-24 19:17:19 +000011976 drv_libxml2.py in setup.py
11977
11978Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11979
11980 * doc/xmlreader.html: starting documenting the new XmlTextReader
11981 interface.
11982
11983Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11984
11985 * xmllint.c: added the --stream flag to use the TextReader API
11986 * xmlreader.c: small performance tweak
11987
11988Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11989
11990 * xmlreader.c python/tests/reader2py: okay the DTD validation
11991 code on top of the XMLTextParser API should be solid now.
11992
11993Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11994
11995 * xmlreader.c python/tests/reader2py: Fixing some more mess
11996 with validation and recursive entities while using the
11997 reader interface, it's getting a bit messy...
11998
11999Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
12000
12001 * xmlreader.c python/tests/reader.py: another couple of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012002 related to IsEmptyElement reported by Stéphane Bidoul needed
William M. Brack11be2d02007-01-24 19:17:19 +000012003 some fixes.
12004
12005Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
12006
12007 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012008 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000012009 based on the python XmlTextReader interface.
12010
12011Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
12012
12013 * tree.c: backing out one change in the last patch which broke the
12014 regression tests
12015
12016Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
12017
12018 * global.data globals.c tree.c include/libxml/globals.h: applied
12019 an old patch from Lukas Schroeder to track node creation and
12020 destruction. Probably missing a lot of references at the moment
12021 and not usable reliably.
12022
12023Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
12024
12025 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
12026 from doc/news.html and a stylesheet
12027
12028Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
12029
12030 * xmlreader.c python/tests/reader.py: fixed another couple of
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012031 xmlreader bugs reported by Stéphane Bidoul and added tests.
William M. Brack11be2d02007-01-24 19:17:19 +000012032
12033Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
12034
12035 * xmlreader.c python/tests/reader2.py: fixed another validity
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012036 checking in external parsed entities raised by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000012037 and added a specific regression test.
12038 * python/tests/reader3.py: cleanup
12039
12040Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12041
12042 * xmlreader.c python/tests/reader2.py: fixed a problem with
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012043 validation within entities pointed by Stéphane Bidoul, augmented
William M. Brack11be2d02007-01-24 19:17:19 +000012044 the tests to catch those.
12045
12046Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12047
12048 * python/generator.py: modified the generator to allow keeping
12049 class references when creating new classes, needed to fix a bug
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012050 pointed by Stéphane Bidoul where the input buffer of the
William M. Brack11be2d02007-01-24 19:17:19 +000012051 xmlTextReader instance gets destroyed if the python wrapper for
12052 the input is not referenced anymore.
12053
12054Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
12055
12056 * xmlreader.c python/tests/reader.py: fixed another pair of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012057 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
William M. Brack11be2d02007-01-24 19:17:19 +000012058
12059Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12060
12061 * xmlreader.c python/tests/reader.py: fixed another problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012062 pointed by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000012063
12064Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12065
12066 * xmlreader.c python/tests/reader.py: fixed a limit case problem
12067 with "<a/>"
12068
12069Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12070
12071 * SAX.c: warn on xmlns:prefix="foo"
12072 * xmlreader.c python/tests/reader.py: fixed a couple of problem
12073 for namespace attributes handling.
12074
12075Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12076
12077 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
12078 a really nasty problem raised by a DocBook XSLT transform
12079 provided by Sebastian Bergmann
12080
12081Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
12082
12083 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012084 by Stéphane Bidoul and integrated it into the tests
William M. Brack11be2d02007-01-24 19:17:19 +000012085
12086Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
12087
12088 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
12089 extended the XmlTextReader API a bit, addding accessors for
12090 the current doc and node, and an entity substitution mode for
12091 the parser.
12092 * python/libxml.py python/libxml2class.txt: related updates
12093 * python/tests/Makefile.am python/tests/reader.py
12094 python/tests/reader2.py python/tests/reader3.py: updated a bit
12095 the old tests and added a new one to test the entities handling
12096
12097Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12098
12099 * python/generator.py python/libxml2class.txt
12100 python/tests/reader.py python/tests/reader2.py: changed the
12101 generator to provide casing for the XmlTextReader similar to
12102 C# so that examples and documentation are more directly transposable.
12103 Fixed the couple of tests in the suite.
12104
12105Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
12106
12107 * doc/guidelines.html: added a document on guildeline for
12108 publishing and deploying XML
12109
12110Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12111
12112 * valid.c xmlreader.c: final touch running DTD validation
12113 on the XmlTextReader
12114 * python/tests/Makefile.am python/tests/reader2.py: added a
12115 specific run based on the examples from test/valid/*.xml
12116
12117Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
12118
12119 * python/libxml.py: added a few predefined xmlTextReader parser
12120 configuration values.
12121
12122Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12123
12124 * python/libxml_wrap.h: trying to fix #102037
12125
12126Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12127
12128 * SAX.c: fixing bug #95296, when the predefined entities
12129 are redefined in the DTD the default one must be used
12130 instead anyway.
12131
12132Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
12133
12134 * doc/xmllint.xml
12135 * doc/xmllint.1
12136 Add discussion of XML_DEBUG_CATALOG to xmllint man
12137 page - bug #100907
12138
12139Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12140
12141 * xmlreader.c: Fixed the empty node detection to avoid reporting
12142 an inexistant close tag.
12143
12144Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12145
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012146 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000012147 for Python 2.1
12148
12149Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12150
12151 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
12152
12153Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12154
12155 * doc/libxml2-api.xml python/tests/reader.py: one really need
12156 to provide the base URI information when creating a reader parser
12157 from an input stream. Updated the API and the example using it.
12158
12159Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12160
12161 * testReader.c xmlreader.c valid.c include/libxml/tree.h
12162 include/libxml/valid.h include/libxml/xmlreader.h: working on
12163 DTD validation on top of xml reader interfaces. Allows to
12164 validate arbitrary large instances. This required some extensions
12165 to the valid module interface and augmenting the size of xmlID
12166 and xmlRef structs a bit.
12167 * uri.c xmlregexp.c: simple cleanup.
12168
12169Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12170
12171 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
12172 work on the xml reader interfaces.
12173 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
12174 Web page for the Windows binaries.
12175
12176Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12177
12178 * xmlIO.c: applied a patch for VMS following the report by
12179 Nigel Hall
12180
12181Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12182
12183 * parser.c: the parseStartTag bug fix wasn't complete.
12184
12185Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12186
12187 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
12188 parseStartTag, fixing it.
12189 * test/att4 result/att4 result/noent/att4: adding the test
12190 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12191 more methods to XmlTextReader.
12192
12193Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12194
12195 * win32/libxml2.def.src: added more xml reader exports
12196 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
12197 to the build
12198
12199Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
12200
12201 * doc/tutorial/xmltutorial.xml
12202 plus generated html and pdf
12203 Updating tutorial again based on further comments from Niraj
12204 Tolia on the last iteration
12205
12206Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
12207
12208 * doc/tutorial/xmltutorial.xml
12209 * doc/tutorial/includekeyword.c
12210 * doc/tutorial/includegetattribute.c
12211 plus generated html and pdf
12212 Adding fix from Niraj Tolia to tutorial to properly free memory.
12213
12214Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12215
12216 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12217 more methods of XmlTextReader.
12218 * python/libxml2class.txt python/tests/reader.py: this increased the
12219 methods in the bndings, augmented the test to check those new
12220 functions.
12221
12222Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12223
12224 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
12225 methods of XmlTextReader.
12226 * python/generator.py python/libxml_wrap.h python/types.c
12227 python/libxml2class.txt: added the reader to the Python bindings
12228 * python/tests/Makefile.am python/tests/reader.py: added a specific
12229 test for the Python bindings of the Reader APIs
12230 * parser.c: small cleanup.
12231
12232Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12233
12234 * xinclude.c: fallback was only copying the first child not the
12235 full child list of the fallback element, closes #89684 as reopened
12236 by Bernd Kuemmerlen
12237
12238Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12239
12240 * win32/libxml2.def.src: exported htmlNodeDumpOutput
12241
12242Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12243
12244 * configure.in: preparing release of 2.4.30
12245 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
12246 gives enum values, fix functype return type, put back fields in
12247 structs
12248 * doc/*: updated the docs rebuilt
12249
12250Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12251
12252 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
12253 about htmlNodeDumpOutput location.
12254 * xpath.c: removed an undefined function signature
12255 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
12256 too many symbols in the API breaking the python bindings.
12257 Updated with the libxslt/libexslt changes.
12258
12259Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12260
12261 * configure.in: preparing release of 2.4.29
12262 * doc/*: rebuilt the docs and API
12263 * xmlreader.c: a few more fixes for the XmlTextReader API
12264
12265Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12266
12267 * include/win32config.h: applied mingw patch from Magnus Henoch
12268
12269Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12270
12271 * catalog.c doc/libxml2-api.xml: a bit more cleanup
12272
12273Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12274
12275 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
12276 building Python script, does the C parsing directly, generates
12277 a better API description including structure fieds defs and
12278 enums. Still a couple of bugs, but good enough for the python
12279 wrappers now.
12280 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
12281 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
12282 include/libxml/schemasInternals.h include/libxml/tree.h: more
12283 cleanup based on the python analysis script reports.
12284 * libxml.spec.in: make sure the API XML description is part of the
12285 devel package.
12286
12287Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12288
12289 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
12290 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
12291 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
12292 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
12293 code cleanup, especially the function comments.
12294 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
12295
12296Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12297
12298 * Makefile.am xmlreader.c include/libxml/Makefile.am
12299 include/libxml/xmlreader.h: Adding a new set of APIs based on
12300 the C# TextXmlReader API but converted to C. Allow to parse
12301 in constant memory usage, far simpler to program and explain
12302 than the SAX like APIs, unfinished but working.
12303 * testReader.c: test program
12304
12305Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12306
12307 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
12308
12309Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12310
12311 * tree.c: Chip turner indicated that XHTML1 serialization
12312 rule for style actually break on both IE and Mozilla,
12313 try to avoid the rule if escaping ain't necessary
12314
12315Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12316
12317 * nanhttp.c: handle HTTP URL escaping, problem reported by
12318 Glen Nakamura and Stefano Zacchiroli
12319
12320Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12321
12322 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
12323
12324Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12325
12326 * uri.c: Johann Richard pointed out some XPointer problems for
12327 URN based URI references in XInclude. Modified the URI parsing
12328 and saving routines to allow correct parsing and saving of
12329 XPointers, especially when attached to "opaque" scheme accordingly
12330 to RFC 2396
12331
12332Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12333
12334 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
12335 of refactoring to the HTML saving code.
12336 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
12337 in the doc.
12338
12339Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12340
12341 * tree.c include/libxml/tree.h: refactored the XML dump of a node
12342 to a buffer API to reuse the generic dump to an OutputIO layer,
12343 this reduces code, fixes xmlNodeDump() for XHTML, also made
12344 xmlNodeDump() now return the number of byte written.
12345
12346Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
12347
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012348 * python/setup.py.in: another patch from Stéphane Bidoul for
William M. Brack11be2d02007-01-24 19:17:19 +000012349 Python bindings on Windows
12350 * doc/parsedecl.py: small cleanup
12351
12352Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12353
12354 * libxml.spec.in configure.in: add a line in %changelog for releases
12355
12356Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12357
12358 * parser.c: patch from Marcus Clarke fixing a problem in entities
12359 parsing that was detected in KDe documentations environment.
12360
12361Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12362
12363 * python/libxml.c (libxml_prev): Return the previous as opposed to
12364 the next node (I guess this is the result of some cut & paste programming:)
12365
12366Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12367
12368 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
12369
12370Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12371
12372 * python/generator.py python/libxml.c python/setup.py.in: trying
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012373 to fix the Python bindings build on Windows (Stéphane Bidoul)
William M. Brack11be2d02007-01-24 19:17:19 +000012374
12375Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12376
12377 * win32/configure.js: added option for python bindings
12378 * win32/libxml2.def.src: added more exports
12379
12380Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12381
12382 * win32/Makefile.mingw: fixed unresolved symbols when linking with
12383 pthreads
12384 * win32/wince/*: applied updates to Windows CE port from Javier
12385
12386Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12387
12388 * configure.in: preparing 2.4.28
12389 * libxml.spec.in doc/Makefile.am: some cleanup
12390 * doc/*: updated the news and regenerated.
12391
12392Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12393
12394 * HTMLparser.c: final touch at closing #87235 </p> end tags
12395 need to be generated.
12396 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
12397 this change slightly the output of a few tests
12398 * doc/*: regenerated
12399
12400Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12401
12402 * parserInternals.c: fixing bug #99190 when UTF8 document are
12403 parsed using the progressive parser and the end of the chunk
12404 is in the middle of an UTF8 multibyte character.
12405
12406Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12407
12408 * threads.c: fixed initialization problem in xmlNewGlobalState
12409 which was causing crash.
12410 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
12411 in xmlInitializeGlobalState.
12412 * parserInternals.c: cleaned up ctxt->sax initialisation.
12413
12414Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12415
12416 * tree.c include/libxml/tree.h: modified the existing APIs
12417 to handle XHTML1 serialization rules automatically, also add
12418 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
12419 libxslt serialization uses it when needed without changing
12420 the library API.
12421 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
12422 result/xhtml1: added a new test specifically for xhtml1 output
12423 and updated the result of one XHTML1 test
12424
12425Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12426
12427 * xinclude.c parserInternals.c encoding.c: fixed #99082
12428 for xi:include encoding="..." support on text includes.
12429 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
12430 test/XInclude/ents/isolatin.txt : added a specific regression test
12431 * python/generator.py python/libxml2class.txt: fixed the generator
12432 the new set of comments generated for doc/libxml2-api.xml were
12433 breaking the python generation.
12434
12435Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12436
12437 * doc/Makefile.am: repair some problem if gtk-doc fail or such
12438 * configure.in: patch for Solaris on new autoconf closes #98880
12439 * doc/parsedecl.py: repair the frigging API building script,
12440 did I say that python xmllib sucks ?
12441 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
12442 and some comment are no more truncated.
12443
12444Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12445
12446 * parser.c: Martin Stoilov pointed out a potential leak in
12447 xmlCreateMemoryParserCtxt
12448
12449Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12450
12451 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
12452 included in HTML documents and using the push parser.
12453
12454Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12455
12456 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
12457 specified, look for the Python interpreter not just in the
12458 specified root but also in the specified location. Fixes #98825
12459
12460Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12461
12462 * python/libxml.c: fixing bug #98792 , node may have no doc
12463 and dereferencing without checking ain't good ...
12464
12465Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12466
12467 * configure.in: preparing release 2.4.27
12468 * doc/* : updated and rebuilt the docs
12469 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
12470 and all the docs are actually packaged and in the final RPMs
12471 * parser.c parserInternals.c include/libxml/parser.h: restore
12472 xmllint --recover feature.
12473
12474Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12475
12476 * parser.c xpath.c: fixing #96925 wich was also dependent on the
12477 processing of parsed entities, and XPath computation on sustitued
12478 entities.
12479 * testXPath.c: make sure entities are substitued.
12480
12481Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12482
12483 * parser.c: fixed #96594, which was totally dependent on the
12484 processing of internal parsed entities, which had to be changed.
12485
12486Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12487
12488 * Makefile.am python/Makefile.am python/tests/Makefile.am:
12489 trying to fix bug #98517 about building outside the source tree
12490 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
12491
12492Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12493
12494 * include/win32config.h: cleanup
12495 * win32/Makefile.mingw: integrated mingw in JScript configure
12496 * win32/Makefile.msvc: modified to allow mingw coexistence
12497 * win32/configure.js: integrated mingw
12498 * win32/Readme.txt: cleanup
12499
12500Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12501
12502 * HTMLparser.c: strengthen the guard in the Pop macros,
12503 like in the XML parser, closes bug #97315
12504
12505Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12506
12507 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
12508 callback is never used.
12509
12510Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12511
12512 * parserInternals.c: fixed the initialization of the SAX structure
12513 which was breaking xsltproc
12514 * xpath.c: patch from Petr Pajas for CDATA nodes
12515 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
12516 * parser.c include/libxml/parser.h: patch from Peter Jones
12517 removing a leak in xmlSAXParseMemory() and adding the
12518 function xmlSAXParseMemoryWithData()
12519
12520Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
12521
12522 adding pdf of tutorial, changing web page to link to it
12523 * doc/tutorial/xmltutorial.pdf
12524 * doc/xml.html
12525 * doc/docs.html
12526
12527Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
12528
12529 * doc/tutorial/ar01s08.html
12530 adding file what I forgot for tutorial
12531
12532Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
12533
12534 Adding encoding discussion to tutorial
12535 Added:
12536 * doc/tutorial/images/*.png: DocBook admonition image files
12537 * doc/tutorial/apf.html, apg.html: new generated html
12538 * doc/tutorial/includeconvert.c: conversion code entity file
12539 changed:
12540 * doc/tutorial/xmltutorial.xml: DocBook original
12541 * doc/tutorial/*.html: generated html
12542
12543Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12544
12545 * include/libxml/*.h: retired xmlwin32version.h
12546 * doc/Makefile.am: retired xmlwin32version.h
12547 * win32/configure.js: retired xmlwin32version.h
12548
12549Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12550
12551 * win32/libxml2.def.src: exported additional symbols
12552 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
12553 sisterhood
12554
12555Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12556
12557 * globals.c: fixed a typo pointed out by Igor
12558 * xpath.c: try to speed up node compare using line numbers
12559 if available.
12560
12561Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12562
12563 * tree.c: make xmlFreeNode() handle attributes correctly.
12564
12565Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12566
12567 * catalog.c: completed the #96963 fix, as reported by Karl
12568 Eichwalder
12569
12570Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12571
12572 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
12573
12574Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12575
12576 * Makefile.am: switched the order of a couple of includes
12577 to fix bugs #97100
12578
12579Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12580
12581 * catalog.c: fixed bug #96963, reverted to the old behaviour of
12582 xmlLoadCatalogs that used to separate directories with a ':'.
12583
12584Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12585
12586 * threads.c: improvements to the Windows-side of thread handling
12587 * testThreads.c: conditionally excluded unistd.h
12588 * testThradsWin32.c: broke overlong lines
12589 * include/win32config.h: adapted thread-related macros to the new
12590 scheme and for pthreads on Windows
12591 * win32/Makefile.msvc: introduced a more flexible thread build,
12592 added testThreads[Win32].c to the build
12593 * win32/configure.js: introduced a more flexible thread config
12594
125952002-10-31 John Fleck <jfleck@inkstain.net>
12596
12597 * doc/xml.html (and, by implication, FAQ.html)
12598 added UTF-8 conversaion FAQ from Marcus Labib Iskander
12599
12600Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12601
12602 * configure.in: removed xmlwin32version.h
12603 * include/libxml/Makefile.am: removed xmlwin32version.h
12604
12605Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12606
12607 * tree.c: applied patch from Brian Stafford to fix a bug
12608 in xmlReconciliateNs()
12609
12610Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12611
12612 * tree.c: applied patch from Christian Glahn to allow
12613 xmlNewChild() on document fragment nodes
12614
12615Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12616
12617 * parser.c: Christian Glahn found a problem with a recent
12618 patch to xmlParseBalancedChunkMemoryRecover()
12619 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
12620 problems
12621 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
12622 test/schemas/seq*: added the test cases from Charles
12623
12624Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12625
12626 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
12627 serious cleanup of the spec file and associated changes
12628 in the Makefiles.
12629 * valid.c: try to remove some warnings on x86_64
12630
12631Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12632
12633 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
12634 fix bug #96586
12635
12636Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12637
12638 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12639 parsing, applied his patch
12640 * result/HTML/attrents.html result/HTML/attrents.html.err
12641 result/HTML/attrents.html.sax test/HTML/attrents.html:
12642 added the test and result case provided by Mikhail Sogrine
12643
12644Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12645
12646 * vms/build_libxml.com vms/config.vms vms/readme.vms
12647 include/libxml/parser.h include/libxml/parserInternals.h
12648 include/libxml/tree.h include/libxml/xmlIO.h
12649 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12650 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
12651 Applied the VMS update patch from Craig A. Berry
12652 * doc/*.html: update
12653
12654Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12655
12656 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
12657
12658Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12659
12660 * debugXML.c: adding a grep command to --shell in xmllint
12661 for T.V. Raman
12662
12663Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12664
12665 * xmlcatalog.c: tried to fix some of the problem with --sgml
12666
12667Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
12668
12669 * parser.c: tried to fix bug #91500 where doc->children may
12670 be overriden by a call to xmlParseBalancedChunkMemory()
12671
12672Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12673
12674 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
12675 identifiers in SGML catalogs containing '&'
12676
12677Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12678
12679 * python/types.c: fixed bugs when passing result value tree
12680 to Python functions.
12681
12682Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12683
12684 * configure.in: preparing the release of 2.4.26
12685 * doc/*: updated and rebuilt the documentation
12686
12687Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12688
12689 * parser.c: fixed a XML Namespace compliance bug reported by
12690 Alexander Grimalovsky
12691
12692Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12693
12694 * HTMLtree.c: fixed serialization of script and style when
12695 they are not lowercase (i.e. added using the API to the tree).
12696
12697Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12698
12699 * valid.c: make xmlValidateDocument emit a warning msg if there
12700 is no DTD, pointed by Christian Glahn
12701
12702Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12703
12704 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
12705 content model when some of the blocks have min or max, and a couple
12706 of bugs found in the process.
12707 * result/schemas/list0* test/schemas/list0*: added some specific
12708 regression tests
12709
12710Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
12711
12712 * README: updated the contact informations
12713
12714Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12715
12716 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12717 misses it, reported by Peter Bray.
12718
12719Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12720
12721 * tree.c: investigating xmlNodeGetContent() on namespace nodes
12722 and removed a few warnings
12723
12724Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
12725
12726 * parser.c: Christian Glahn found a small bug in the push parser.
12727 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
12728 public
12729
12730Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12731
12732 * xmlschemas.c include/libxml/xmlschemas.h: added
12733 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
12734 * testSchemas.c: added --memory to test the new interface
12735
12736Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12737
12738 * doc/index.py doc/search.php: integrated the XSLT indexing,
12739 a few fixed in the indexer, added a scope selection at the
12740 search level.
12741
12742Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12743
12744 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
12745 this was due to uninitialized parts of the validation context
12746
12747Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12748
12749 * debugXML.c: applied patch from Mark Vakoc except the API
12750 change, preserved it.
12751 * doc/*: updated the docs to point to the search engine for
12752 information lookup or before bug/help reports.
12753
12754Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12755
12756 * doc/index.py doc/search.php: added mailing-list archives
12757 indexing and lookup
12758
12759Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12760
12761 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
12762
12763Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12764
12765 * doc/index.py: improved HTML indexing
12766 * doc/search.php: make the queries also lookup the HTML based indexes
12767
12768Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12769
12770 * doc/index.py: added HTML page indexing
12771
12772Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12773
12774 * xmlIO.c: extended Windows path normalisation to fix the base
12775 problem in libxslt.
12776 * catalog.c: fixed list handling in XML_CATALOG_FILES
12777
12778Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12779
12780 * valid.c: typo/bug found by Christian Glahn
12781
12782Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12783
12784 * xmlIO.c: applied Windows CE patch from Javier.
12785 * win32/wince: new directory, contains support for the PocketPC
12786 with Windows CE from Javier.
12787 * include/win32config.h: reorganised, removed duplicate
12788 definitions and applied WinCE patch from Javier.
12789 * include/wsockcompat.h: new file, now contains WinSock
12790 compatibility macros.
12791 * win32/Makefile.msvc: introduced double-run compilation.
12792
12793Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12794
12795 * configure.in include/libxml/xmlwin32version.h: preparing release
12796 of 2.4.25
12797 * doc/*: updated and regenerated teh docs and web pages.
12798
12799Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12800
12801 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12802 error were not covering namespace declarations.
12803 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12804 it was missing the attribute declaration for the namespace
12805 * result/VC/NS3: the fix now report breakages in that test
12806
12807Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12808
12809 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12810
12811Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12812
12813 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12814 and regenerated the docs and web site
12815
12816Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12817
12818 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12819 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12820 not before
12821
12822Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12823
12824 * python/generator.py python/libxml2class.txt: fixed a stupid error
12825 breaking the python API
12826
12827Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12828
12829 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12830 triostr.c triostr.h: applied a trio update patch from
12831 Bjorn Reese which should work with MinGW
12832
12833Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12834
12835 * tree.c: improving some documentation comments
12836 * xmlregexp.c: found and fixed a mem leak with python regression tests
12837 * doc/*: rebuilt the doc and the API XML file including the
12838 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12839 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12840 python/types.c: added access to the XML Schemas regexps from
12841 python
12842 * python/tests/Makefile.am python/tests/regexp.py: added a
12843 simple regexp bindings test
12844
12845Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12846
12847 * doc/xml.html:
12848 fixing ftp links - thanks to Vitaly Ostanin
12849
12850Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12851
12852 * xmlregexp.c: fixed the data callback on transition functionality
12853 which was broken when using the compact form
12854 * result/schemas/*: updated the results, less verbose, all tests
12855 pass like before
12856 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12857 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12858 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12859 annoying warnings
12860 * xpath.c: try to provide better error report when possible
12861
12862Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12863
12864 * Makefile.am: fixed a breakage raised by Jacob
12865
12866Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12867
12868 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12869 which don't use sockets
12870
12871Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12872
12873 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12874 * win32/configure.js: applied zlib patch from Daniel Gehriger
12875
12876Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12877
12878 * win32/configure.js: applied the patch from Mark Vakoc for
12879 regexp support
12880 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12881 for regexp support
12882
12883Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12884
12885 * xmlschemastypes.c: as pointed by Igor Float and Double
12886 parsing ain't finished yet
12887
12888Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12889
12890 * Makefile.am configure.in: trying to fix #88412 by bypassing
12891 all the python subdir if python ain't detected
12892
12893Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12894
12895 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12896 made configuring with regexps/automata/unicode the default
12897 but without schemas ATM
12898 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12899 fixed the regexp based DTD validation performance and memory
12900 problem by switching to a compact form for determinist regexps
12901 and detecting the determinism property in the process. Seems
12902 as fast as the old DTD validation specific engine :-) despite
12903 the regexp built and compaction process.
12904
12905Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12906
12907 * valid.c: determinism is debugged, new DTD checking code now works
12908 but xmlFAComputesDeterminism takes far too much CPU and the whole
12909 set usues too much memory to be really usable as-is
12910
12911Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12912
12913 * tree.c: fixed another stupid bug in xmlGetNodePath()
12914 * xmllint.c: --version now report the options compiled in
12915
12916Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12917
12918 * HTMLparser.c: small cleanup
12919 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12920 when configured with them. A bit of debugging around the determinism
12921 checks is still needed
12922
12923Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12924
12925 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12926
12927Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12928
12929 * xmlIO.c: small portability glitch fixed.
12930
12931Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12932
12933 * xmlschemastypes.c: incomplete steps for real/double support
12934 * testAutomata.c include/libxml/xmlautomata.h
12935 include/libxml/xmlregexp.h: avoiding a compilation problem
12936 * valid.c include/libxml/valid.h: starting the work toward using
12937 the regexps for actual DTD validation
12938
12939Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12940
12941 * hash.c: cosmetic cleanup
12942 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12943 integrating a DTD validation layer based on the regexps
12944
12945Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12946
12947 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12948 the determinism was tested before eliminating the epsilon
12949 transitions :-(
12950
12951Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12952
12953 * python/generator.py python/libxml.c python/libxml.py
12954 python/libxml2-python-api.xml python/libxml2class.txt
12955 python/libxml_wrap.h python/types.c: updated the python
12956 bindings, added code for easier File I/O, and the ability to
12957 define a resolver from Python fixing bug #91635
12958 * python/tests/Makefile.am python/tests/inbuf.py
12959 python/tests/outbuf.py python/tests/pushSAXhtml.py
12960 python/tests/resolver.py python/tests/serialize.py: updated
12961 and augmented the set of Python tests.
12962
12963Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12964
12965 * win32/configure.js: added more readme info for the binary
12966 package.
12967
12968Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12969
12970 * xmlIO.c: fixed a stupid out of bound array error
12971
12972Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12973
12974 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12975 messing around with support for Windows path, cleanups,
12976 trying to identify and fix the various code path to the
12977 filename access. Added xmlNormalizeWindowsPath()
12978
12979Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12980
12981 * error.c valid.c: working on better error reporting of validity
12982 errors, especially providing an accurate context.
12983 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12984 error reports in those cases.
12985
12986Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12987
12988 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12989 parser.c parserInternals.c xmlIO.c: get rid of all the
12990 perror() calls made in the library execution paths. This
12991 should fix both #92059 and #92385
12992
12993Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12994
12995 * xmllint.c: memory leak reporting was broken after a change
12996 of the preprocessor symbol used to activate it.
12997
12998Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12999
13000 * tree.c: try to make the copy function work for node of
13001 type XML_DOCUMENT_FRAG_NODE, they are only created by the
13002 DOM layers though, not libxml2 itself.
13003
13004Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
13005
13006 * valid.c: try to provide file and line informations, not all
13007 messages are covered, but it's a (good) start
13008
13009Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
13010
13011 * xinclude.c: reimplemented a large part of the XInclude
13012 processor, trying to minimize resources used, James Henstridge
13013 provided a huge test case which was exhibiting severe memory
13014 consumption problems.
13015
13016Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
13017
13018 * python/Makefile.am: applied patch from Christophe Merlet to
13019 reestablish DESTDIR
13020
13021Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
13022
13023 * libxml.spec.in: fixes libary path for x86_64 AMD
13024
13025Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
13026
13027 * doc/tutorial/includekeyword.c
13028 * doc/tutorial/xmltutorial.xml:
13029 (plus resulting generated html files)
13030 fixing one spot I missed in the tutorial where I hadn't freed
13031 memory properly
13032
13033Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
13034
13035 * doc/tutorial/includeaddattribute.c
13036 * doc/tutorial/includeaddkeyword.c
13037 * doc/tutorial/includegetattribute.c
13038 * doc/tutorial/includekeyword.c
13039 * doc/tutorial/xmltutorial.xml
13040 * doc/tutorial/*.html:
13041 update tutorial to properly free memory (thanks to Christopher
13042 R. Harris for pointing out that this needs to be done)
13043 * doc/tutorial/images/callouts/*.png:
13044 added image files so the callouts are graphical, making it
13045 easier to read ( use "--param callout.graphics 1" to generate
13046 html with graphical callouts)
13047
13048Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
13049
13050 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
13051 nice logos generated by Marc Liyanage
13052 * doc/site.xsl *.html: changed the stylesheet to show the new
13053 logo and regenerated the pages
13054
13055Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13056
13057 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
13058
13059Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13060
13061 * xpath.c: possible mem leak patch from Jason Adams
13062
13063Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13064
13065 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
13066 in the XQuery namespace
13067 * configure.in: preparing 2.4.24
13068 * doc/*.html: updated the web pages
13069
13070Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13071
13072 * python/generator.py: closing bug #85258 by generating conditional
13073 compile check to avoid linking to routines not configured in.
13074
130752002-08-22 Havoc Pennington <hp@pobox.com>
13076
13077 * autogen.sh: update error message for missing automake
13078
13079Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13080
13081 * python/Makefile.am: typo in target name resulted in libxml2.py
13082 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
13083
13084Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
13085
13086 * win32/win32/Makefile.mingw: updated with version from
13087 Elizabeth Barham at http://soggytrousers.net/repository/
13088
13089Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13090
13091 * win32/Makefile.msvc: added the prefix location to the include
13092 and lib search path.
13093
130942002-08-18 Havoc Pennington <hp@pobox.com>
13095
13096 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
13097 both automake 1.6 and 1.4 installed get the right automake. Means
13098 compilation from CVS will now require the latest automake 1.4
13099 release, or manually creating symlinks called "automake-1.4" and
13100 "aclocal-1.4"
13101
13102Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13103
13104 * configure.in python/Makefile.am: more AMD 64 induced changes from
13105 Frederic Crozat
13106
13107Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13108
13109 * xinclude.c: oops I was missing the xml:base fixup too
13110 * result/XInclude/*.xml: this adds xml:base attributes to most
13111 results of the tests
13112
13113Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
13114
13115 * xinclude.c: quick but apparently working implementation of
13116 xi:fallback, should close bug #89684
13117 * Makefile.am test/XInclude/docs/fallback.xml
13118 result/XInclude/fallback.xml: added a basic test for fallback,
13119 and run with --nowarning to avoid a spurious warning
13120 * configure.in: applied patch from Frederic Crozat for python
13121 bindings on AMD 64bits machines.
13122
13123Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
13124
13125 * parser.c: xmlSAXUserParseMemory() really ought to fail if
13126 the caller don't pass a SAX callback block.
13127
13128Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13129
13130 * tree.c: applied the same fix for the XML-1.0 namespace to
13131 xmlSearchNsByHref() as was done for xmlSearchNs()
13132
13133Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
13134
13135 * libxml.3: small cleanup of the man page
13136 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
13137 when serializing HREF attributes generated by XSLT.
13138
13139Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13140
13141 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
13142 version of Marc Liyanage' patch for boolean attributes in HTML
13143 output
13144
13145Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
13146
13147 * python/tests/serialize.py: fixed the test results, indenting
13148 behaviour changed slightly
13149
13150Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
13151
13152 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
13153 new c14n function to Windows def files
13154
13155Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
13156
13157 * c14n.c: fixed a memory leak in c14n code
13158
13159Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
13160
13161 * parser.c include/libxml/parser.h: adding a new API for Christian
13162 Glahn: xmlParseBalancedChunkMemoryRecover
13163 * valid.c: patch from Rick Jones for some grammar cleanup in
13164 validation messages
13165 * result/VC/* result/valid/*: this slightly change some of the
13166 regression tests outputs
13167
13168Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
13169
13170 * tree.c: trying to fix a problem in namespaced attribute handling
13171 raised by Christian Glahn
13172
13173Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13174
13175 * encoding.c include/libxml/encoding.h: Opening the interface
13176 xmlNewCharEncodingHandler as requested in #89415
13177 * python/generator.py python/setup.py.in: applied cleanup
13178 patches from Marc-Andre Lemburg
13179 * tree.c: fixing bug #89332 on a specific case of loosing
13180 the XML-1.0 namespace on xml:xxx attributes
13181
13182Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
13183
13184 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
13185 corner case from new Merlin's test suite and added a callback
13186 that will be used to improve xmlsec performance
13187
13188Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
13189
13190 * HTMLtree.c: trying to fix the <style> escaping problem in
13191 HTML serialization bug #89342
13192
13193Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
13194
13195 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
13196 and rebuilt the web site.
13197
13198Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
13199
13200 * include/libxml/tree.h: added _private member to xmlNs struct
13201
13202Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
13203
13204 * HTMLparser.c: fixing bug #84876 based on the xml working
13205 code.
13206
13207Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13208
13209 * python/Makefile.am: enhanced to fix bug 72012 (errors
13210 when using '-jX' make parameter)
13211
13212Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13213
13214 * xpath.c: small additional enhancement for booleans
13215 compared to nodesets
13216
13217Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13218
13219 * HTMLtree.c: changed the order of the encoding declaration
13220 attributes in the meta tags due to a bug in IE/Mac
13221
13222Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13223
13224 * xpath.c: enhanced handling of booleans (especially '='
13225 and '!=' for nodesets) - fixes bug 85256. Added new
13226 routine xmlXPathNotEqualValues for more proper handling
13227 of '!=' when nodesets are involved.
13228
13229Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13230
13231 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
13232 doc/xmlcatalog_man.xml to the source distribution
13233
13234Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13235
13236 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
13237 asked for this.
13238
13239Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
13240
13241 * configure.in: preparing 2.4.23
13242 * doc/*: rebuilt the docs
13243
13244Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
13245
13246 * parser.c: fixing bug #84169 by fixing the
13247 comment of xmlCreatePushParserCtxt to describe the
13248 encoding detection parameters better.
13249
13250Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13251
13252 * valid.c: fixing bug #79331 in one path the lookup for
13253 ID attributes on a namespaced node wasn't handled correctly :-\
13254
13255Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13256
13257 * HTMLparser.c: trying to fix 87235 about discarded white
13258 spaces in the HTML parser.
13259 * result/HTML/*: this changes the output of a number of HTML
13260 regression tests
13261
13262Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13263
13264 * xpath.c: applied patch from Richard Jinks for the namespace
13265 axis + fixed a memory error.
13266 * parser.c parserInternals.c: applied patches from Peter Jacobi
13267 removing ctxt->token for good.
13268 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
13269 popped out by the regression tests.
13270 * Makefile.am: patch for threads makefile from Gary Pennington
13271
13272Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13273
13274 * xpath.c: enhanced behaviour of position() after usage of
13275 expressions involving preceding-sibling (et al).
13276
13277Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13278
13279 * hash.c: applied a patch from Peter Jacobi to solve a problem
13280 when compiling with the Watcom C on Win32
13281 * result/schemas/*.err: the change of hashing algo generated
13282 permutations in the output
13283
13284Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13285
13286 * hash.c: applied patch from Sander Vesik improving the quality of
13287 the hash function.
13288
132892002-06-14 Aleksey Sanin <aleksey@aleksey.com>
13290
13291 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
13292 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
13293 xmllint.c xpath.c: replaced sprintf() with snprintf()
13294 to prevent possible buffer overflow (the bug was pointed
13295 out by Anju Premachandran)
13296
13297Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13298
13299 * parser.c: removed an uninitialized data error popped by valgrind
13300 on PE references
13301
13302Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
13303
13304 * doc/xml.html
13305 adding tutorial reference to the web page
13306
13307Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
13308
13309 * doc/tutorial/xmltutorial.xml
13310 * doc/tutorial/ar01s07.html
13311 * doc/tutorial/ape.html
13312 * doc/tutorial/includegetattribute.c
13313 adding section to tutorial about retrieving an attribute
13314 value
13315
13316Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13317
13318 * parser.c: applied a couple of patches from Peter Jacobi to start
13319 to get rid of ctxt->token, with a possible significant speed
13320 improvement to be gained once done. Better compliance with PE
13321 references constructs in DTDs too.
13322 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
13323 from Peter too
13324
13325Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13326
13327 * parser.c: Babak Vahedipour-Kunze reported that openTag in
13328 xmlParseElement was likely to have been deallocated at the
13329 time of the report, possibly leading to segfault. Just report
13330 the tag name now.
13331
13332Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13333
13334 * xpath.c: patch from Richard Jinks for XPath substring() function
13335 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
13336
133372002-06-06 Aleksey Sanin <aleksey@aleksey.com>
13338
13339 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
13340
13341Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
13342
13343 *doc/FAQ.html
13344 fixing typos in FAQ, thanks to Robert Funnell for the
13345 editing help
13346
13347Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13348
13349 * NEWS: got complaints from rpmlint that it was empty
13350
13351Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
13352
13353 * added doc/tutorial, including:
13354 apa.html
13355 apb.html
13356 apc.html
13357 apd.html
13358 ar01s02.html
13359 ar01s03.html
13360 ar01s04.html
13361 ar01s05.html
13362 ar01s06.html
13363 includeaddattribute.c
13364 includeaddkeyword.c
13365 includekeyword.c
13366 includestory.xml
13367 index.html
13368 xmltutorial.xml
13369 libxml tutorial, including generated html
13370
13371Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
13372
13373 * result/c14n/exc-without-comments/merlin-c14n-two-*
13374 result/c14n/without-comments/merlin-c14n-two-*
13375 test/c14n/exc-without-comments/merlin-c14n-two-*
13376 test/c14n/without-comments/merlin-c14n-two-*
13377 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
13378 c14n/exc-c14n and slightly modified test script to handle
13379 these test cases
13380 * c14n.c: fixed bugs for complicated nodes set (namespace
13381 without node and others from merlin-c14n-two.tar.gz)
13382 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
13383 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
13384 for xmlsec performance patch
13385 * xpath.c: fixed self::node() for namespaces and attributes
13386
13387Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
13388
13389 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
13390 but with the format parameter
13391 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
13392
13393Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
13394
13395 * Makefile.am: updated c14n tests suite
13396 * c14n.c: performance improvement for previous c14n patch
13397
13398Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13399
13400 * parser.c: another peroformance patch from Peter Jacobi, that
13401 time on parsing attribute values.
13402
13403Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
13404
13405 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
13406 into LibXML2 test suite
13407
13408Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
13409
13410 * c14n.c: propagating xpath ancesstors node fix to c14n
13411 plus small performance improvement to reduce number of
13412 mallocs
13413 * xpath.c: fixed ancestors axis processing for namespace nodes
13414
13415Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13416
13417 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
13418 Peter Jacobi
13419
13420Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
13421
13422 * configure.in: preparing 2.4.22
13423
13424Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13425
13426 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
13427 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
13428 a public entry point.
13429 * doc/*: rebuilt the API and docs
13430
13431Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
13432
13433 * xpath.c: patch from Richard Jinks to fix a problem introduced
13434 in the previous patch and pointed by Norm
13435
13436Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13437
13438 * libxml.spec.in: fixing bug #81112
13439
13440Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13441
13442 * uri.c: fixing bug #82848
13443
13444Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13445
13446 * result/catalogs/mycatalog.full: Aleksey's commit changed the
13447 output of one catalog test
13448
13449Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13450
13451 * global.data globals.c tree.c include/libxml/globals.h
13452 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
13453 default value for global parameter xmlIndentTreeOutput to 1 and
13454 introduced new global parameter xmlTreeIndentString (the string
13455 used to do one-level indent) with default value " " (as it was
13456 in tree.c)
13457
13458Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13459
13460 * Makefile.am: Merijn Broeren pointed out a problem when compiling
13461 with trio and schemas.
13462
13463Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13464
13465 * xpath.c: patch from Richard Jinks to fix the problem raised in
13466 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
13467
13468Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13469
13470 * xmlschemas.c: a bit of work on import.
13471 * xmlschemastypes.c: Charles Bozeman provided a compare function
13472 for date/time types so min/max facet restrictions should work,
13473 indeterminate comparisons return an error instead of equal.
13474 * test/schemas/date_0* result/schemas/date_0_0: specific test
13475 from Charles Bozeman too
13476
13477Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13478
13479 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
13480 from Christian Cornelssen fixing the man pages and the Catalog
13481 building script.
13482 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
13483 next step is <xs:import> I now have a reasonable understanding
13484 of how it works.
13485
13486Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13487
13488 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
13489
13490Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13491
13492 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
13493
13494Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13495
13496 * xpath.c: fixing an XPath function evalutation bug pointed out
13497 by Alexey Efimov where the context was lost when evaluating
13498 the function arguments
13499
13500Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13501
13502 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
13503 function public for XMLSec performance optimizations
13504
13505Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13506
13507 * python/generator.py python/libxml2class.txt : fixed a problem
13508 with the HTML parser pointed by Gary Benson
13509 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
13510 example
13511
13512Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13513 * parser.c: fixed bug #81159 (memory growth in SAX)
13514
13515Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13516 * xpath.c: fixed bug #78858 (the real fix)
13517
13518Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13519 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
13520
13521Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
13522
13523 * tree.c: modified xmlNodeSetBase to allow changing the
13524 base of a document.
13525
13526Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13527
13528 * xmlschemastypes.c: patch Charles Bozeman for validation of
13529 all the date, time, and duration types
13530 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
13531 * configure.in: fixed an error pointed by an user
13532 * xml2-config.in: fixed an error pointed by an user
13533
13534Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13535
13536 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
13537 win32/libxml2.def.src xmlIO.c: exported default
13538 'file:', 'http:' and 'ftp:' protocols input handlers
13539 and maked protocols comparisson case insensitive
13540
13541Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13542
13543 * configure.in: Neven Has detected a typo
13544
13545Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
13546
13547 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
13548 as one of the persons allowed to commit directly to the
13549 module.
13550
13551Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13552
13553 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
13554 * valid.c: raised a too low limit
13555 * doc/*: rebuilt the docs
13556
13557Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13558
13559 * test/XPath/expr/floats test/XPath/expr/functions
13560 result/XPath/expr/floats result/XPath/expr/functions
13561 xpath.c: another XPath conformance patch from Richard Jinks
13562
13563Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
13564
13565 * xmlschemas.c: fixed validation of attribute groups.
13566 * test/schemas result/schemas: added an example from the primer
13567
13568Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
13569
13570 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
13571 * test/schemas result/schemas: updated the test list
13572
13573Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13574
13575 * TODO: updated a bit
13576 * parser.c: made a comment more specific
13577 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
13578 Schemas conformance.
13579 * test/schemas result/schemas: updated the test list
13580
13581Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13582
13583 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
13584 implementing xs:all with minOccurs = 0
13585 * tes/schemas/* result/schemas/*: added more tests covering
13586 xs:all
13587
13588Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13589
13590 * xmlregexp.c: first implementation of the all particle, this
13591 may need to be revisited for case where not all transitions
13592 must be crossed.
13593
13594Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13595
13596 * tree.c: another entity processing update from Markus Henke
13597
13598Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
13599
13600 * trionan.c: fixed crash on OSF/1
13601
13602Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13603
13604 * xmlschemas.c: more Schemas work
13605 * test/schemas/* result/schemas/*: added more tests coming
13606 from the spec.
13607
13608Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13609
13610 * c14n.c: patch from Aleksey Sanin reflecting a change in the
13611 ExcC14N specification
13612
13613Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13614
13615 * tree.c: patch from Markus Henke, fix for recursive entities.
13616
13617Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13618
13619 * xpath.c: fix a problem with string() on a document node.
13620
13621Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13622
13623 * Makefile.am xmlschemas.c: more Schemas work
13624 * test/schemas/* result/schemas/*: added more tests coming
13625 from the spec.
13626
13627Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13628
13629 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
13630 * result/HTML/*: this changes a few things in the results
13631
13632Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13633
13634 * include/libxml/tree.h: eliminated 'declaration different than
13635 prototype' warning
13636 * include/win32config.h: "resolved" conflicts with errno.h
13637
13638Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
13639
13640 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
13641 on the automata interfaces and debug of counted choices
13642 * test/schemas/* result/schemas/*: added a number of tests
13643
13644Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13645
13646 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
13647 a bit of work on Schemas
13648 * testSchemas.c: try to make it more useful
13649 * test/schemas/* result/schemas/* Makefile.am: changed the
13650 Schemas regression test procedure, started adding a few samples
13651
13652Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13653
13654 * include/libxml/encoding.h: Patch for the Borland C++ builder
13655 * include/libxml/tree.h: Patch for the Borland C++ builder
13656 * threads.c: Patch for the Borland C++ builder
13657 * win32/bcb5: New directory for the Borland C++ builder
13658 project files
13659
13660Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13661
13662 * win32/Makefile.msvc: Update for XML Schema support
13663 * win32/configure.js: Update for XML Schema support
13664 * win32/libxml2.def.src: Update for XML Schema support
13665
13666Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13667
13668 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
13669 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
13670 xmlunicode.c include/libxml/Makefile.am
13671 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
13672 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
13673 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
13674 include/libxml/xmlversion.h.in : merged the current state of
13675 XML Schemas implementation, it is not configured in by default,
13676 a specific --schemas configure option has been added.
13677 * test/automata test/regexp test/schemas Makefile.am
13678 result/automata result/regexp result/schemas:
13679 merged automata/regexp/schemas regression tests
13680
13681Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
13682
13683 * xpath.c: Gary found a compile time problem, fixes #78823
13684
13685Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13686
13687 * configure.in: release of 2.4.20
13688 * doc/*: updated and rebuilt the docs
13689
13690Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13691
13692 * python/Makefile.am: patch from Cristian Gafton to build on
13693 Red Hat 6.2, should also fix #75779
13694
13695Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13696
13697 * valid.c: first part of fixing #78729
13698
13699Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
13700
13701 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
13702 escaping of URI when saving HTML files.
13703 * result/HTML/*: this impacted some tests
13704
13705Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
13706
13707 * configure.in: trying to fix #77441
13708
13709Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13710
13711 * include/libxml/xmlIO.h: Hallski complained it could not be
13712 included by itself.
13713
13714Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13715
13716 * configure.in: applied an IEEE flag patch for OSF/1 #77825
13717
13718Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13719
13720 * win32/configure.js: patch from Nilo for the c14n option
13721 * win32/Makefile.msvc: fixed libxml2.def generation with threads
13722
13723Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13724
13725 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
13726 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
13727 LIBXML_THREAD_ENABLED
13728
13729Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13730
13731 * xpath.c: another patch from Richard Jinks for substring conformance
13732 * test/XPath/expr/floats test/XPath/expr/strings
13733 result/XPath/expr/floats result/XPath/expr/strings: update of the
13734 test suite to check those.
13735
13736Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13737
13738 * xpath.c: patch from Richard Jinks for .x float parsing.
13739
13740Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
13741
13742 * parser.c: patch from Markus Henke when an encoding ain't recognized
13743
13744Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13745
13746 * libxml.m4: got a report that #include <string.h> was needed
13747
13748Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13749
13750 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13751
13752Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
13753
13754 * doc/example.html: fixing typo
13755
13756Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13757
13758 * xpath.c: fixed a bug in the nodeset to boolean comparison code
13759 pointed out by Melvyn Sopacua.
13760
13761Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13762
Daniel Veillard25a1ce92008-06-02 16:04:12 +000013763 * libxml.m4: Frédéric Crozat gave a patch related to the change
William M. Brack11be2d02007-01-24 19:17:19 +000013764 of Include paths breaking the libxml.m4
13765
13766Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13767
13768 * xpath.c: Fix bug #76927 forgot to save some context
13769 when evaluating binary expressions
13770
13771Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13772
13773 * configure.in: fixed configure for MPE/iX from Markus Henke
13774 * xmlmemory.c: fixed initialization problems
13775 * xpath.c: another set of patches from Richard Jinks this
13776 fixes "make XPathtests" on linux
13777
13778Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
13779
13780 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
13781 * test/XPath/expr/compare test/XPath/expr/equality
13782 test/XPath/expr/floats test/XPath/expr/functions
13783 test/XPath/expr/strings result/XPath/expr/compare
13784 result/XPath/expr/equality result/XPath/expr/floats
13785 result/XPath/expr/functions result/XPath/expr/strings: Updated
13786 tests though they show a divergence on Linux
13787
13788Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13789
13790 * xpath.c trionan.c: previous commit also included patches
13791 from Richard Jinks on some IEEE support corner case
13792
13793Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13794
13795 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
13796 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
13797 that $(datadir) should be used for docs
13798
13799Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13800
13801 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13802 could leak filedescriptors
13803
13804Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13805
13806 * configure.in nanohttp.c: applied patch from Allan Clark for
13807 UnixWare/OpenServer
13808
13809Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13810
13811 * configure.in: preparing 2.4.19
13812 * doc/*: rebuilt the docs
13813
13814Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13815
13816 * nanohttp.c: fixing #76043, got fed up with non-portability
13817 of that piece of code.
13818
13819Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13820
13821 * valid.c SAX.c: Never commit without running "make tests" :-(
13822 fix a couple of stupidities in the previous commit
13823 * result/*: a few changes in some attribute order result of previous
13824 commit.
13825
13826Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13827
13828 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13829 the internal subset should not raise duplicate ID errors,
13830 also there was a small bug in conjunction to namespace
13831 declarations defaulted and xml:xxx attributes DTD definitions.
13832
13833Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13834
13835 * xpath.c: Richard Jinks also raised some rounding problems
13836 this tries to fix them
13837
13838Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13839
13840 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13841 behaviour in xmlXPathCastToString()
13842
13843Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13844
13845 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13846 raised by Morus Walter
13847
13848Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13849
13850 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13851 from Igor
13852
13853Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13854
13855 * xpath.c: fixing #75619, related to a problem when trying
13856 to evaluate condition when the current node set resulting
13857 from that sub-step evaluation is empty. Also fixes 2 potential
13858 problem with previous-sibling and next-siblings axis.
13859
13860Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13861
13862 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13863 HTML support is not configured in.
13864
13865Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13866
13867 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13868 include/libxml/tree.h: dohh I really didn't intended to commit
13869 this test version :-(
13870
13871Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13872
13873 * testSAX.c: I wanted to see the real speed at the SAX interface
13874 after a little too many Ximianer started complaining about the
13875 parser speed.
13876 added a --quiet option:
13877 paphio:~/XML -> ls -l db100000.xml
13878 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13879 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13880 3200006 callbacks generated
13881 real 0m1.270s
13882 Which means 16MBytes/s and 3Mcallback/s
13883
13884Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13885
13886 * xpath.c: valgrind spotted another error that time when running
13887 on libxslt regression tests
13888
13889Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13890
13891 * Makefile.am: adding "make valgrind" running the full regression
13892 tests (except python ones) under Valgrind (using valgrind -q
13893 which was kindly added by the author).
13894 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13895 passes cleanly now except an obcure floating point initialization
13896 raised in log10() in one XPath regression test ???
13897 * tree.c: edited some comments to close #75244
13898
13899Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13900
13901 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13902 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13903 context of ScrollKeeper, made sure that if the number is
13904 an integer, the serialization follows the description at
13905 http://www.w3.org/TR/xpath#section-String-Functions
13906
13907Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13908
13909 * configure.in: preparing 2.4.18
13910 * doc/*: updated and rebuilt the web site
13911 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13912 the Windows and Cygwin maintainers.
13913 * parser.c: humm, changed the way the SAX parser work when
13914 xmlSubstituteEntitiesDefault(1) is set, it will then
13915 do the entity registration and loading by itself in case the
13916 user provided SAX getEntity() returns NULL.
13917 * testSAX.c: added --noent to test the behaviour.
13918
13919Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13920
13921 * parser.c: Wilfried Teiken provided a hackish but working
13922 way to get context reported back on entities when parsing
13923 with SAX and without breaking the DOM build.
13924
13925Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13926
13927 * c14n.c: applied a new patch from Aleksey Sanin
13928 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13929 to reference Aleksey implementation of XML digital Signatures
13930
13931Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13932
13933 * xpath.c: small fix to avoid potential problem due to
13934 ordering of freeing data
13935 * python/Makefile.am: people were complaining about
13936 the generated file in python dir not being built
13937
13938Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13939
13940 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13941 python/generator.py python/libxml.c python/types.c: Cleanup
13942 of the python Makefiles based on Jacob and James feedback,
13943 fixed the spec file accordingly, fixed the number of warning
13944 that passing my pedantic CFLAGS was generating. Conclusion
13945 is that Python includes are real crap.
13946
13947Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13948
13949 * configure,in: it was reported quite a few times that
13950 xml2-config --cflags should not output
13951 -I$includeprefix/libxml2/libxml because libxml2 header names
13952 clashes with existing names like list.h from C++ stl.
13953 Includes should be #include<libxml/xxx.h> so ...
13954
13955Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13956
13957 * c14n.c: another patch from Aleksey Sanin
13958
13959Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13960
13961 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13962 canonicalization algorithm
13963 * doc/xml.html doc/index.html: added the C14N references on the
13964 index page.
13965
139662002-03-13 jacob berkman <jacob@ximian.com>
13967
13968 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13969 usage, redundant, and gcc specific
13970
13971Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13972
13973 * xpath.c: speedup some node selection operations, this can
13974 have a significant impact on DocBook Norm's stylesheets
13975 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13976 make sure it's always the case
13977 * debugXML.c: distinguish CDATA and comments in ls operations
13978
13979Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13980
13981 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13982 to generate better API descriptions etc...
13983
13984Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13985
13986 * c14n.c: Fixing #74186, made sure all boolean expressions
13987 get fully parenthesized, ran indent on the output
13988 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13989 include/libxml/tree.h: also #74186 related, removed the
13990 --with-buffers option, and all the preprocessor conditional
13991 sections that were resulting from it.
13992
13993Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13994
13995 * valid.c: applied patch from Dodji Seketeli fixing an
13996 uninitailized variable in xmlValidGetValidElements()
13997
13998Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13999
14000 * c14n.c: fixed a few comments
14001 * doc/*.html doc/*/*.html: regenerated the docs and added
14002 the C14N API
14003 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
14004
14005Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
14006
14007 * check-xml-test-suite.py: fix to adapt varaiations in the
14008 bindings
14009 * configure.in python/setup.py python/setup.py.in: fixed to
14010 have the version of the python scripts automatically updated
14011
14012Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14013
14014 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
14015 in xmlCopyProp()
14016
14017Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
14018
14019 * configure.in: preparing 2.4.17 release
14020 * doc/*: updated and rebuilt the docs
14021 * xpath.c: fixed a comment
14022 * python/libxml.c: fixed a possible reentrancy problem
14023
14024Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
14025
14026 * tree.c python/tests/Makefile.am python/tests/attribs.py:
14027 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
14028 added a specific regression test
14029 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
14030 not raise exceptions when failing to find the attribute.
14031
14032Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14033
14034 * configure.in xmllint.c: owen pointed out a problem with the
14035 ftme fix, gettimeofday() was not detected by configure and
14036 the ftime header wasn't included, dohhh
14037
14038Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
14039
14040 * configure.in xmllint.c: trying to fix #71457 for timing
14041 precision when gettimeofday() is not availble but ftime() is
14042
14043Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14044
14045 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
14046 are now copied on install and part of the -devel RPM
14047
14048Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
14049
14050 * xpath.c: trying to avoid bug #72150 which was apparently
14051 caused by a gcc bug (or a processor problem) as detailed
14052 at http://veillard.com/gcc.bug
14053
14054Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14055
14056 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
14057 fixed xmlReconciliateNs(), added a Python test/example for
14058 inter-document cut'n paste
14059 * python/libxml.py: fixed node.doc on document nodes and added
14060 xpathEval() onto node objects
14061
14062Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
14063
14064 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
14065 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
14066 fixup and integrated tests for the serialization stuff
14067
14068Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
14069
14070 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
14071 moved the libxml man page to section 3
14072
14073Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
14074
14075 * tree.c: fix bug #72490
14076 * python/libxml.c python/libxml.py: added methods serialize()
14077 and saveTo() to all node elements.
14078
14079Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
14080
14081 * xmlIO.c: closed #73430, don't read from an input source
14082 which indicated an end-of-file or an error.
14083
14084Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14085
14086 * parser.c: make sure SAX endDocument is always called as
14087 this could result in a Python memory leak otherwise (it's
14088 used to decrement ref-counting)
14089 * python/generator.py python/libxml.c python/libxml.py
14090 python/libxml2-python-api.xml python/libxml2class.txt
14091 python/tests/error.py python/tests/xpath.py: implemented
14092 the suggestions made by Gary Benson and extended the tests
14093 to match it.
14094
14095Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14096
14097 * python/generator.py: applied patch fixing #73450
14098
14099Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
14100
14101 * xpath.c: fixing #61290 "namespace nodes have no parent"
14102 long standing divergence from the XPath REC. NodeSets
14103 simply hold a copy of namespace nodes and those node ->next
14104 points to the parent (which may not be the node carrying the
14105 definition).
14106 * include/libxml/xpath.h: flagged but didn't added a possible
14107 speedup
14108 * DOCBparser.c HTMLparser.c: removed some warnings from push
14109 parser due to new state being added.
14110 * tree.c: new fix from Boris Erdmann
14111 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
14112 the XML Canonalization support from Aleksey Sanin
14113
14114Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14115
14116 * tree.c: patch from Boris Erdmann fixing some namespace odities
14117 with xmlCopyNode()
14118
14119Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14120
14121 * xmlIO.c: fix bug #72706 when loading a NULL entity
14122
14123Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14124
14125 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
14126 actually change in a future XML Namespace revision.
14127
14128Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14129
14130 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
14131 added the possibility of returning nodesets from XPath extension
14132 functions written in Python
14133
14134Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
14135
14136 * python/*: commiting some Python bindings work done while travelling
14137
14138Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14139
14140 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
14141 explicitely with memory debugging switched on
14142
14143Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
14144
14145 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14146 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14147 Added wrapper for the xmlURIPtr type, provided accessors, fixed
14148 the accessor generator for strings
14149 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
14150 regression test.
14151
14152Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
14153
14154 * python/README python/generator.py python/libxml.c python/setup.py:
14155 added the 'usual' setup.py to allow building a libxml2-python
14156 module based on the same code. The initialization is however
14157 different the 2 .so files fo libxml2 and libxslt are identical and
14158 they entry point initialize both libraries. this is done to avoid
14159 some possible nasty problem since the Python don't merge the maps
14160 of all shared modules.
14161
14162Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14163
14164 * parser.c: fixed a push/encoding bug reported by Michael
14165 on librsvg
14166
14167Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
14168
14169 * include/libxml/parserInternals.h: fixes a misplaced #endif
14170
14171Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14172
14173 * parser.c valid.c: found and fixed a couple of allocation bugs
14174
14175Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
14176
14177 * doc/xml.html doc/python.html doc/*: added a Python and binding
14178 page describing the current state of the Python bindings and
14179 giving pointers to the other languages wrappers.
14180
14181Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14182
14183 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
14184 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
14185 rebuilt the API and web site
14186 * xpath.c: fixed #71978 portability bugs
14187
14188Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
14189
14190 * SAX.c: oops broke automatic defaulting of namespaces attributes.
14191
14192Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14193
14194 * include/libxml/parserInternals.h parser.c: had to change
14195 2 internal parsing API when processing document content
14196 to check the start and end of element content are defined
14197 in the same entity
14198 * valid.c include/libxml/valid.h: attribute normalization can
14199 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
14200 with the context to report it.
14201 * SAX.c: fixed the last known bugs, crazy validation constraints
14202 when a document is standalone seems correctly handled. There
14203 is a couple of open issues left which need consideration especially
14204 PE93 on external unparsed entities and standalone status.
14205 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
14206 The 2 tests left failing are actually in error. Cleanup done.
14207
14208Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14209
14210 * valid.c: implemented E59 spaces in CDATA does not match the
14211 nonterminal S
14212
14213Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14214
14215 * SAX.c parser.c valid.c: more validation test fixups
14216 * check-xml-test-suite.py: added duration info for the tests
14217
14218Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14219
14220 * parser.c valid.c: a couple of errors were reported but not
14221 saved back as such in the parsing context. Down to 1% failure rate
14222 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
14223
14224Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14225
14226 * xmlInternald.c: isExtender was missing a char
14227 * parser.c include/libxml/parser.h: % are acceptable in the
14228 internal subset if within a PUBLIC ID
14229
14230Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
14231
14232 * SAX.c parserInternals.c valid.c: more work on the conformance
14233 suite. Took the step to finally block documents with encoding
14234 errors. It's a fatal error per the spec, people should have fixed
14235 their documents by now.
14236
14237Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
14238
14239 * check-xml-test-suite.py: fixed the test script after some discussion
14240 on the semantic of TYPE="error"
14241 * Makefile.am: added the script to the distrib
14242
14243Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14244
14245 * SAX.c entities.c: fixed a couple of conformances issues deep
14246 into the validation code (standalone and undeclared Notations)
14247
14248Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14249
14250 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
14251 stayed there for years !
14252
14253Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14254
14255 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
14256 missing
14257
14258Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14259
14260 * check-xml-test-suite.py: improved the behaviour a bit as
14261 well as the logs
14262 * parser.c valid.c SAX.c: fixed a few more bugs
14263 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
14264
14265Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14266
14267 * check-xml-test-suite.py: python script to run regression tests
14268 against the XML Test suite of W3C/OASis
14269 * SAX.c: fixed a validation bug
14270 * parser.c: fixed 3 errors pointed by the test suite
14271 * doc/buildDocBookCatalog: fixed a typo pointed by drake
14272 * python/Makefile.am: fixed a dependendy
14273
14274Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14275
14276 * xmlmemory.c: avoid a warning bug #71594
14277
14278Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14279
14280 * xmlmemory.c: Jesse Perry provided a patch to remove a few
14281 warning on alpha/Tru64
14282
14283Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14284
14285 * include/libxml/entities.h: fixing a comment
14286 * valid.c: fixing some troubles with validity check on namespaces
14287 * result/VC/NS3 test/VC/NS3: added a specific regression test
14288
14289Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14290
14291 * tree.c: Fixing #71342 serializing '\n' in attribute values
14292 * result/noent/att3 result/att3 test/att3: added a specific
14293 test.
14294
14295Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
14296
14297 * python/libxml.c: couple of bug fixes
14298
14299Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
14300
14301 * python/*.py: removed tabs and used spaces.
14302
14303Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14304
14305 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
14306 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
14307
14308Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14309
14310 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
14311 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
14312
14313Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14314
14315 * include/libxml/encoding.h include/libxml/entities.h
14316 include/libxml/globals.h include/libxml/parser.h
14317 include/libxml/threads.h include/libxml/tree.h
14318 include/libxml/xmlmemory.h: trying to fix the include mess
14319
14320Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14321
14322 * include/libxml/xmlmemory.h: reverted part of the previous
14323 attempt to provide #69655, this was breaking the build.
14324
14325Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
14326
14327 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
14328 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
14329 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
14330 include/libxml/parserInternals.h include/libxml/tree.h
14331 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
14332 Tentatively fixed #69655 , make compiling with -Wredundant-decls
14333 clean.
14334 * python/libxml.c: fixed a warning.
14335
14336Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
14337
14338 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
14339 copying of node, merge back IDs in the target document.
14340 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
14341 test/XInclude/ents/ids.xml: test case
14342 * result/VC/ElementValid4: output changed due to a typo fix
14343
14344Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14345
14346 * python/Makefile.am: seems some version of automake didn't
14347 generate the dependencies right as Jacob found out. Add
14348 an extra dependency rule.
14349
14350Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14351
14352 * parserInternals.c valid.c: Justin Fletcher found some parts
14353 of the code needing cleanup
14354 * libxml.spec.in python/Makefile.am python/generator.py
14355 python/libxml.c python/libxml.py: Fixed the python Makefiles
14356 corrected a bug showing up on ia64, changed the name of the
14357 python internal module too
14358
14359Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
14360
14361 * Makefile.am: applied patch from Andris Pavenis for binary
14362 name suffixes
14363
14364Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
14365
14366 * xmllint.c win32/win32config.h: fixing #68748
14367
14368Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
14369
14370 * valid.c: fixing #70166
14371
14372Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14373
14374 * valid.c: fixing #70077
14375
14376Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14377
14378 * Copyright Makefile.am README configure.in libxml.spec.in:
14379 Changed to the MIT Licence
14380 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
14381 doc/xmlio.html: updated the doc accordingly
14382 * include/libxml/xmlwin32version.h configure.in: preparing
14383 2.4.14 release
14384 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14385 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14386 fixed the const xmlChar * wrapper and generator, XPath extension
14387 functions now use the context as first argument
14388 * python/tests/tstxpath.py python/tests/xpath.py
14389 python/tests/xpathext.py: Updated the tests accordingly
14390 * tree.c: fixed bug #70067
14391
14392Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14393
14394 * Makefile.am: cleanup
14395 * debugXML.c: always use stdout if output is NULL
14396 * xmlIO.c: don't close filedescriptors passed to outputBuffers
14397 * python/Makefile.am python/generator.py python/libxml2class.txt
14398 python/libxml_wrap.h python/types.c: augmented the number of bindings
14399 handling FILE * and XPath contexts
14400 * python/tests/Makefile.am: avoid a stupid problem due to the
14401 use of TEST.
14402
14403Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
14404
14405 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
14406
14407Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14408
14409 * python/TODO python/libxml.c: cleanup the extension function lookup
14410 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
14411
14412Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14413
14414 * configure.in python/Makefile.am: do not install outside
14415 of prefix
14416
14417Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14418
14419 * python/TODO python/libxml.c: started adding SAX interfaces
14420 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
14421 SAX test
14422
14423Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14424
14425 * tree.c: hardened the addChild function
14426 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14427 python/libxml2class.txt python/libxml_wrap.h python/TODO:
14428 added accessors needed for xmlNode, a bit more testing and
14429 extension of interfaces
14430 * python/tests/Makefile.am python/tests/build.py: added a test
14431 build from scratch/save/load/check
14432
14433Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14434
14435 * parserInternals.c: change a small bit in the way valididy
14436 error messages get initialized
14437 * python/TODO python/libxml.c python/libxml2-python-api.xml
14438 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14439 added some memory debugging to track leaks at the libxml2 level
14440 * python/tests/*.py: changed all tests to check for leaks,
14441 there is just one left in XPath extension registrations.
14442
14443Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
14444
14445 * python/TODO python/generator.py python/libxml2-python-api.xml
14446 python/libxml2class.txt: more accessor classes for the parser
14447 context, allow to switch on and check validity
14448 * python/tests/Makefile.am python/tests/error.py
14449 python/tests/invalid.xml python/tests/valid.xml
14450 python/tests/validate.py: attded more test and and added error.py
14451 which I forgot to commit in the last step
14452
14453Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14454
14455 * python/Makefile.am python/types.c: cleanup
14456 * python/libxml.c python/libxml.py python/libxml_wrap.h
14457 python/generator.py python/libxml2-python-api.xml
14458 python/libxml2class.txt: added class for parser context, added
14459 first cut for push mode support. Added a framework to generate
14460 accessors functions.
14461 * python/tests/Makefile.am python/tests/push.py: added a push
14462 test
14463
14464Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14465
14466 * python/Makefile.am python/TODO python/libxml.py: fixed a small
14467 bug a bit of cleanup.
14468
14469Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
14470
14471 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
14472 python/libxml2class.txt: adding error redirections and preformat
14473 to a python handler
14474 * python/tests/Makefile.am python/tests/*.py: cleanup made all
14475 tests self checking
14476
14477Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14478
14479 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
14480 a function
14481
14482Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14483
14484 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
14485 python/libxml.c python/libxml2-python-api.xml
14486 python/libxml2class.txt: Progressing through the TODOs, class
14487 description output, extra XML API, RPM now builds the wrappers
14488 for all python installed versions
14489
14490Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
14491
14492 * configure.in libxml.spec.in python/Makefile.am python/TODO
14493 python/generator.py python/libxml2class.txt: added more informations
14494 in the libxml2-python package including docs. Slightly changed
14495 the class hierarchy
14496 * python/tests/*: added basic regression tests infrastructure too
14497
14498Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14499
14500 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
14501 added libxml2-python as part of the packages installed
14502
14503Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14504
14505 * python/Makefile.am python/generator.py python/libxml.c
14506 python/libxml.py: more work, now able to extend the
14507 XPath interpreter with functions written in python.
14508
14509Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14510
14511 * python/Makefile.am: Jacob sent a patch to allow building from
14512 tarfile.
14513
14514Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14515
14516 * python/Makefile.am python/libxml.c configure.in Makefile.am:
14517 inserted the python wrappers build, I hope this won't be too
14518 unportable
14519
14520Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14521
14522 * xpath.c: minor optimization
14523 * python/generator.py python/libxml.c python/libxml.py
14524 python/libxml_wrap.h: more work on the python bindings,
14525 they now support XPath and there is no evident leak
14526
14527Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14528
14529 * python/generator.py python/libxml.c python/libxml.py:
14530 more work on the python bindings generator.
14531
14532Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14533
14534 * python/generator.py python/libxml.c python/libxml_wrap.h:
14535 more work on the python bindings.
14536
14537Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14538
14539 * python/generator.py python/libxml.c python/libxml.py
14540 python/libxml_wrap.h: commited early version of a python binding
14541 for private use only ATM
14542
14543Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14544
14545 * entities.c tree.c include/libxml/entities.h: applied patch
14546 from Anthony Jones to implement copy of DTD subtree too. Had
14547 just to keep 2 function private which really ought to become
14548 public ones.
14549
14550Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14551
14552 * xmllint.c: added pointers to the web pages in the usage()
14553
14554Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14555
14556 * tree.c: more fixes from Petr Kozelka for attribute handling
14557 in the tree API to align the semantic with DOM.
14558
14559Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14560
14561 * valid.c tree.c entities.c: another set of patches from
14562 Anthony Jones for copy operations cleanup and robustness
14563
14564Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14565
14566 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
14567 an alphabetic index based on comments content
14568 * doc/*: rebuilt the web site with the new references
14569
14570Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14571
14572 * parserInternals.h: Greg Sjaardema suggested to use an
14573 eponential buffer groth policy in xmlParserAddNodeInfo()
14574
14575Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14576
14577 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
14578 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
14579 doc/parsedecl.py doc/Makefile.am: updated the python extractor
14580 to generate cross-references, and added/updated the stylesheets
14581 to generate and link API indexes. The generic keyword index
14582 is not done yet.
14583 * doc/*.html: regenerated all the usual docs too
14584
14585Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14586
14587 * debugXML.c: added an xpath function to the shell for T. V. Raman
14588
14589Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14590
14591 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
14592 debug routines.
14593
14594Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14595
14596 * tree.c: apply an patch from Petr Kozelka for unlink and replace
14597 support of attribute nodes
14598
14599Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14600
14601 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
14602 hopefully near complete and fully documented of the API in XML
14603 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
14604 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
14605 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
14606 include/libxml/parserInternals.h include/libxml/valid.hi
14607 include/libxml/xmlIO.h include/libxml/xmlerror.hi
14608 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
14609 include/libxml/xpath.h include/libxml/xpathInternals.h:
14610 Cleaned up the doc comments a lot in the process, the interface
14611 coverage is now 100%
14612
14613Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14614
14615 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
14616 extracts comments from the gtk-doc DocBook output (a bit
14617 convoluted but seems to work).
14618
14619Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14620
14621 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
14622 added an XML description of the API, moved the script generating
14623 it here. Added a "make api" target
14624
14625Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14626
14627 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
14628
14629Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14630
14631 * xpath.c include/libxml/xpathInternals.h: the change made to
14632 xmlXPathFuncLookupFunc was incompatible roll it back
14633
14634Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14635
14636 * SAX.c: cleanup patch from Anthony Jones
14637 * doc/Makefile.am: fix the headers to avoid in make scan
14638 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
14639 includes, * vs Ptr and general cleanup
14640 * parsedecl.py: first version of a script to extract the
14641 module interfaces, the goal will be to provide .decl or XML
14642 specification of the interfaces to build wrappers.
14643
14644Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14645
14646 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
14647 now provides return codes in case of errors
14648
14649Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
14650
14651 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
14652 Upgraded to trio baseline 1.6
14653 * strio.h strio.c: Replaced by triostr.h and triostr.c
14654
14655Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
14656
14657 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
14658 of strdup usage in the code
14659
14660Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14661
14662 * parser.c error.c: Keith Isdale complained rightly that
14663 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
14664
14665Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14666
14667 * tree.c: fixed the funxtion to set the xml: attributes
14668 * debugXML.c: added "setbase" to test it.
14669
14670Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14671
14672 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
14673 to allow updating an attribute content
14674
14675Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14676
14677 * libxml.h: try to avoid problems when compiling on Windows
14678
14679Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
14680
14681 * hash.c: patch from Anthony Jones for hash.c allocation size
14682 * Makefile.am: trying to work around Yet Another Libtool Madness
14683 and build the 2.4.13 release finally ...
14684
14685Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14686
14687 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
14688 * doc/* : update of the documentation
14689
14690Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14691
14692 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
14693 at fixing #61290 :-(
14694
14695Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14696
14697 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
14698 Fixes bug #67229
14699
14700Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14701
14702 * tree.c: trying to avoid troubles when a subtree is copied
14703 and coalesced in part with the target tree. Should fix
14704 bug #67407
14705
14706Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14707
14708 * valid.c: fixed validation of attributes content of type
14709 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
14710 values, very old bug. Fixes #67671
14711
14712Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14713
14714 * parser.c include/libxml/parserInternals.h tree.c: integrated
14715 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
14716 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
14717
14718Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14719
14720 * threads.c: applied Serguei Narojnyi's patch to add native
14721 thread support on the Win32 platform
14722 * testThreadsWin32.c Makefile.am: added the test program also
14723 from Serguei, Win32 specific
14724 * include/win32config.h include/libxml/xmlwin32version.h.in:
14725 added patch from Igor for the Windows thread specific defines.
14726
14727Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14728
14729 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
14730
14731Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14732
14733 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
14734 output page into XMLinfo.html. Close bug #66951 and
14735 raised by Robert Collins too.
14736
14737Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
14738
14739 * encoding.c: Paul Keogh pointed out a possibility of segfault
14740 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
14741 Closes bug # 68238
14742
14743Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
14744
14745 * doc/*.html: updated the Gdome2 links
14746
14747Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14748
14749 * libxml.h: Applied following patches from Robert Collins
14750 and make sure IN_LIBXML is defined when compiling it
14751 -------
14752 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
14753 as well as Visual C.
14754 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14755 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14756 * strio.c (PLATFORM_UNIX): Define for Cygwin.
14757 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
14758 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
14759 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
14760 xmlSysIDExists xmlNoNetExists).
14761 * xmllint.c: Don't include winsock2.h for Cygwin.
14762
14763Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14764
14765 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
14766 when the version info is not present.
14767
14768Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14769
14770 * tree.c: Anthony Jones pointed out a problem in
14771 xmlStringGetNodeList() and provided a fix for it
14772
14773Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14774
14775 * parser.c: patch from Frank J Franklin to remove a bug in
14776 xmlCreatePushParserCtxt() when the initial buffer passed
14777 is large.
14778
14779Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14780
14781 * win32/*: big cleanup of the Windows/MSVC project files
14782 from Igor Zlatkovic
14783
14784Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14785
14786 * doc/Makefile.am: should fix #67674 and avoid troubles if
14787 xsltproc is not available or fails in the prefix provided
14788
14789Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
14790
14791 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14792
14793Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14794
14795 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
14796 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
14797 Fixed a few other problems raised by Charlie Bozeman.
14798 * result/VC/ElementValid[5-7]: fixed the output
14799
14800Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14801
14802 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14803 patches from Charlie Bozeman. Regenerated the HTML docs.
14804
14805Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14806
14807 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14808 for Windows from Igor
14809
14810Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14811
14812 * xmllint.c: applied Justin Fletcher patch for --output or -o
14813
14814Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14815
14816 * win32/libxml2/libxml2.def.src: close #67019
14817
14818Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14819
14820 * xmllint.c: applied Justin Fletcher generic timing patch
14821 similar to the one already applied to xsltproc.
14822
14823Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14824
14825 * include/libxml/tree.h tree.c: applied documentation patches
14826 from Charlie Bozeman
14827
14828Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14829
14830 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14831
14832Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14833
14834 * valid.c: fix the xmlStrdup() used in the previous patch.
14835 * valid.c: added --dropdtd
14836 * tree.c: fixed xmlUnlinkNode so it also removes the references
14837 from the document if the node is a DTD
14838
14839Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14840
14841 * HTMLtree.c valid.c: cleanup some static declarations
14842
14843Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14844
14845 * xmllint.c: removed another strdup()
14846 * doc/FAQ: removed the HP/UX entry
14847
14848Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14849
14850 * valid.c: fix bug #66816 when validating.
14851 * xmllint.c: don't use sys/time.h if configure did not found it
14852
14853Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14854
14855 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14856 xmlcatalog_man.xml
14857
14858Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14859
14860 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14861 xmlInitMemory() was declared twice
14862
14863Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14864
14865 * globals.c: do not reference strdup() !
14866 * configure.in libxml-2.0.pc.in: trying to fix the libs
14867 of the various config extraction modules
14868
14869Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14870
14871 * configure.in : preparing 2.4.12
14872 * doc/* : updated and rebuilt the docs
14873
14874Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14875
14876 * uri.c: closed bug #66159
14877 * testURI.c: added --escape option
14878 * configure.in: some cleanup for xml2-config --cflags
14879
14880Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14881
14882 * globals.c testThreads.c: removed some misplaced includes
14883 of xmlversion.h
14884
14885Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14886
14887 * threads.c: patch from Gary Pennington fixing a possible
14888 problem at initialization time.
14889
14890Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14891
14892 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14893 Eric Lavigne contribution to build libxml2 on MacOS using
14894 CodeWarrior.
14895
14896Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14897
14898 * xmllint.c: applied Geert Kloosterman's patch to fix
14899 --repeat --timing output
14900
14901Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14902
14903 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14904 where non-wellformed XML declaractions were not detected.
14905
14906Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14907
14908 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14909
14910Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14911
14912 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14913 gets reset by xmlCleanupInputCallbacks() and this makes the
14914 function useless. Same for output.
14915
14916Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14917
14918 * xmlIO.c: robert pointed out a loop error in callback cleanups
14919
14920Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14921
14922 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14923 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14924 they are not really tied to debugging
14925
14926Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14927
14928 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14929 * xmllint.c: better --catalogs description
14930
14931Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14932
14933 * tree.c: fixed a couple of problems in xmlSetProp()
14934
14935Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14936
14937 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14938 unappropriate stdout output.
14939
14940Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14941
14942 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14943 by Denis Beurive, closes #65111
14944
14945Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14946
14947 * valid.c: in case of content model validity error, don't
14948 print it if validity warnings were not requested.
14949
14950Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14951
14952 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14953 * parserInternals.c: removed the last exit() call. Print an
14954 unmaskable error on stderr instead (library mismatch detection)
14955
14956Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14957
14958 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14959 shell instructions from Heiko Rupp
14960
14961Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14962
14963 * catalog.c: use the URL notation file:// for default catalog paths
14964
14965Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14966
14967 * include/libxml/tree.h: better comments for _private fields
14968 * tree.c: removed a problem when copying an entity reference.
14969
14970Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14971
14972 * vms/*: updated instructions and diffs from John A Fotheringham
14973
14974Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14975
14976 * include/libxml/xmlerror.h: avoid an include problem if
14977 #include <libxml/xmlerror.h> happens first in code
14978 seems to be the case in KDE libs
14979
14980Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14981
14982 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14983 from Igor for Windows
14984
14985Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14986
14987 * Makefile.am: Gary Pennington pointed out a missing prefix
14988
14989Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14990
14991 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14992 * doc/*: upgraded and rebuilt the docs
14993
14994Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14995
14996 * HTMLparser.c: fix comment in scripts element parsing.
14997 * result/HTML/doc3*: updated the results.
14998
14999Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
15000
15001 * uri.c: another URI bug fix #63336, using Joel Young patch.
15002
15003Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
15004
15005 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
15006 a cleaned up version of the Pwd shell string generation.
15007
15008Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
15009
15010 * valid.c include/libxml/tree.h: trying to fix namespaces +
15011 validation problems for good, closing #63619 in the process
15012 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
15013 wrong in this respect, fixed it.
15014
15015Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
15016
15017 * xmllint.c: Morus Walter patch to allow --format and --encode
15018
15019Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
15020
15021 * debugXML.c: Stefan Kost provided an help command for the shell
15022
15023Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
15024
15025 * debugXML.c: Heiko Rupp pointed that the shell would crash
15026 on empty nodesets returns.
15027
15028Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
15029
15030 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
15031 migh need the history libraries
15032
15033Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
15034
15035 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
15036 handle the case of < in quoted attributes, Bastian Kleineidam
15037
15038Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
15039
15040 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
15041 fixing catalog breakages
15042 * Makefile.am catalog.c result/catalogs/catal
15043 result/catalogs/mycatalog.* test/catalogs/catal*:
15044 fixed more problems in catalog support, added more regression tests
15045 for both XML and SGML catalog handling
15046
15047Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
15048
15049 * debugXML.c: applied an improvement to xmlGetLineNo() from
15050 Keith Isdale
15051
15052Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
15053
15054 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
15055 Side effect of the progressive catalog loading
15056
15057Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
15058
15059 * Makefile.am: confexecdir and confexec_DATA were defined twice
15060 pointed out by Karl Eichwalder
15061
15062Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
15063
15064 * xmlcatalog.c: avoid unlink() and use remove() instead.
15065
15066Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
15067
15068 * libxml.spec.in: cleanup
15069 * include/libxml/xmlwin32version.h: updated with 2.4.8
15070
15071Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
15072
15073 * encoding.c global.data globals.c testThreads.c: fix bug #63752
15074 of compiling libxml with a non standard set of options
15075
15076Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
15077
15078 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
15079 document --sgml option, fixing gnome bugzilla #63382
15080
15081Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
15082
15083 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
15084 breakage of 2.4.7, added a couple of really needed APIs
15085 like xmlCatalogIsEmpty() and xmlNewCatalog()
15086 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
15087 for install-catalog
15088 * configure.in: preparing 2.4.8
15089
15090Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
15091
15092 * HTMLtree.c tree.c include/libxml/HTMLtree.h
15093 include/libxml/tree.h include/libxml/xmlIO.h: more include
15094 cleanups, export cleanly one html output + format function.
15095
15096Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
15097
15098 * parser.c: removed initGenericErrorDefaultFunc call from
15099 xmlInitParser() since it could destroy previous calls to
15100 xsltSetGenericErrorFunc() effects
15101
15102Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
15103
15104 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
15105 keyword.
15106
15107Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
15108
15109 * Makefile.am: cleanup
15110 * threads.c: cleanup too
15111 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
15112 from xsltproc
15113 * include/libxml/tree.h include/libxml/parser.h: trying to break a
15114 dependency loop.
15115
15116Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
15117
15118 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
15119 was not used anymore !
15120
15121Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
15122
15123 * configure.in: preparing 2.4.7
15124 * Makefile.am doc/Makefile.am: switched to the latest xmllint
15125 manual page from John
15126 * doc/*: updated the doc and rebuilt the generated pages
15127
15128Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
15129
15130 * xmlIO.c: closing bug #62711, the library should never
15131 close stdin or stdout.
15132
15133Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
15134
15135 * uri.c: second pass at fixing #63336, using Joel Young
15136 final patch. looks okay.
15137
15138Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
15139
15140 * uri.c include/libxml/uri.h: trying to clear #63336
15141 allowing the escaping routine to parse unconformant
15142 URI-References.
15143
15144Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
15145
15146 * vms/readme.vms vms/build_libxml.com nanoftp.c
15147 include/libxml/xmlversion.h.in: a few VMS updates from
15148 John A Fotheringham
15149 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
15150 and xmlCleanupOutputCallbacks() for the Perl binding people.
15151
15152Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
15153
15154 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
15155 apply fixes to close #63271 and avoid segfaults when
15156 the error routine gets callbed before xmlInitParser()
15157 get called.
15158 * nanoftp.c error.c: Applied patches from Justin Fletcher
15159 correcting some xmlGenericError misuses.
15160
15161Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
15162
15163 *doc/xmllint.xml, doc/xmllint.1
15164 New and improved man page for xmllint - .xml is the original, .1
15165 is the generated man page
15166
15167Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
15168
15169 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
15170 the web site from the main HTML document.
15171
15172Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15173
15174 * parser.c: fixed an erroneous validation bug when PE refs
15175 occurs in external parsed entities referenced from the
15176 internals subset
15177 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
15178 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
15179 added the associated testcase, it's a nice one.
15180 * HTMLparser.c: generate the DTD node as HTML still ...
15181 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
15182
15183Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15184
15185 * HTMLparser.c: fixed a bug in htmlNewDoc()
15186
15187Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15188
15189 * test/threads/*: added entities testing to the Thread test
15190 * testThreads.c: make the test reasonable
15191 * DOCBparser.c: fix the DTD public and system ID
15192 * xmllint.c: added --sgml for SGML DocBook importing
15193 * Makefile.am: added Docbtests target
15194
15195Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15196
15197 * nanoftp.c: use only "anonymous@" string for anonymous passwds
15198 * testThreads.c: removed bogus include
15199
15200Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15201
15202 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
15203 fixed a very serious (looping) validation bug
15204
15205Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
15206
15207 * include/libxml/globals.h include/libxml/threads.h threads.c
15208 testThreads.c: far more testing, cleaning up bugs
15209 * *.c : make sure globals.h is always included.
15210
15211Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
15212
15213 * HTMLparser.c: try to get rid of parser loops for good.
15214
15215Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
15216
15217 * configure.in: fixed some bugs in CFLAGS passing.
15218 * test/threads Makefile.am testThreads.c: added a specific
15219 threaded test case (really nasty, guaranteed).
15220
15221Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
15222
15223 * catalog.c: serious cleanup on the management of the
15224 XML catalog tree, more tests done, especially with
15225 the catalog PI.
15226
15227Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
15228
15229 * catalog.c: avoid a problem in catalog cleanup on SMP if
15230 catalogs were not initialized.
15231
15232Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
15233
15234 * catalog.c xpath.c: trying to cleanup the not thread safe
15235 parts of the library.
15236
15237Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
15238
15239 * include/libxml/globals.h configure.in global.data: make
15240 the allocation be per-thread a configure option
15241 * encoding.c include/libxml/parser.h: fixed compilation
15242 errors
15243
15244Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15245
15246 * include/libxml/parser.h: Norm reported that a few lines
15247 added were breaking libxslt compile, removed them for now
15248
15249Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
15250
15251 * parser.c parserInternals.c threads.c: debugged and fixed
15252 initialization problems which were giving troubles on SMP
15253 boxes.
15254
15255Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15256
15257 * include/libxml/Makefile.am: missing globals.h
15258
15259Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15260
15261 * globals.c: added a couple of standard includes.
15262
15263Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15264
15265 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
15266 include/libxml/parserInternals.h include/libxml/tree.h
15267 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
15268 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
15269 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
15270 Applied the last patches from Gary, cleanup, activated threading
15271 all user accessible global variables are now handled in globals.[ch]
15272 Still a bit rought but make tests passes with either
15273 --with-threads defined at configure time or not.
15274 * Makefile.am example/Makefile.am: added globals.[ch] and threads
15275 linking options
15276
15277Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15278
15279 * Makefile.am include/libxml/Makefile.am
15280 include/libxml/globals.h globals.c include/libxml/threads.h
15281 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
15282 configure.in: started integrating the core of the thread support
15283 not activated yet but half integrated. The code should still
15284 compile and work anyway.
15285
15286Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15287
15288 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
15289 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
15290 integrating the non-controversial parts of Gary Pennington
15291 multithread patches
15292 * catalog.c: corrected a small bug introduced
15293
15294Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15295
15296 * catalog.c include/libxml/catalog.h: very serious cleanup,
15297 isolating unportable code and as much as possible the accesses
15298 to the global shared catalog. May need more testing !
15299
15300Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15301
15302 * include/libxml/debugXML.h debugXML.c tree.c: integrating
15303 Keith Isdale patches for the XSLT debugger interfaces. Some
15304 cleanup
15305
15306Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15307
15308 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
15309 * DOCBparser.c: generate line nubers in elements
15310
15311Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15312
15313 * configure.in: preparing 2.4.6 release
15314 * doc/xml.html doc/html/*: updated and rebuilt the docs
15315 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
15316
15317Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
15318
15319 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
15320 adding documentation for DV's supercatalog support
15321
15322Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15323
15324 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
15325 super catalog support adding one API and one flag --sgml to
15326 xmlcatalog
15327
15328Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
15329
15330 * doc/xmlcatalog_man.xml, xmlcatalog.1
15331 One more crack at
15332 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
15333
15334Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15335
15336 * xpath.c: implemented xmlXPathObjectCopy for external objects
15337 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
15338
15339Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
15340
15341 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15342 finishing up fix to
15343 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
15344 the xmlcatalog man page display more elegantly
15345
15346Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
15347
15348 * configure.in: closing bug #61832
15349 * HTMLparser.c: removed a warning
15350
15351Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15352
15353 * xpath.c: fixing #61673 part I, do not loose doc information
15354 when copying result value trees.
15355
15356Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15357
15358 * xpath.c: trying to harden the XPath interpreter
15359
15360Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
15361
15362 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
15363 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
15364
15365Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15366
15367 * HTMLparser: repaired another loop problem
15368
15369Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15370
15371 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
15372 parsing.
15373 * xpath.c: fix bug #61291 the default XML namespace node is
15374 missing from the namespace axis.
15375 * tree.c: refuse to create namespaces nodes with prefix "xml"
15376
15377Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
15378
15379 * SAX.c: ouch a non-defined namespace could lead to a crash,
15380 fixed #61215
15381
15382Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15383
15384 * parserInternals.c: closed bug #61054
15385
15386Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15387
15388 * include/libxml/Makefile.am: closing #60708
15389
15390Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15391
15392 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
15393 adding xmlSAXParseFileWithData following Marco Stipek suggestion
15394
15395Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15396
15397 * valid.c: close bug #61550 when xml: wasn't considered a namespace
15398
15399Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15400
15401 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
15402 * DOCBparser.c HTMLparser.c parser.c: fixed typos
15403
15404Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
15405
15406 * catalog.c: Justin Fletcher provided cleaup code in case
15407 HAVE_STAT is not defined
15408 * include/win32config.h: Igor Zlatkovic suggested to have
15409 HAVE_STAT defined there
15410
15411Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15412
15413 * catalog.c - fixed typing error reported by M. Barros
15414
15415Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
15416
15417 * xmllint.c - fixing typo
15418
15419Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15420
15421 * HTMLparser.c: small enhancement to prevent loop on
15422 unrecognizable data
15423
15424Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15425
15426 * parserInternals.c: applying patch from bug #60757 this
15427 should close it
15428
15429Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15430
15431 * catalog.c xmlcatalog.c: removed a couple of warning
15432 * xpath.c: try to solve the linking problem on platforms
15433 needing trio to compile
15434
15435Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15436
15437 * Makefile.am libxml.spec.in: backing up non-documented changes
15438 commited without review or aproval by Jens Finke <jens@gnome.org>
15439 * HACKING: made 100% clear that no commit should be done directly
15440
15441Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15442
15443 * configure.in: Joe Orton provided a patch fixing a problem
15444 when iconv is specified to be in a non-standard directory
15445 but wasn't exported in xml2-config --cflags
15446
15447Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15448
15449 * configure.in: let's ship 2.4.5 before getting too much
15450 troubles with 2.4.4 errors.
15451
15452Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15453
15454 * encoding.c entities.c: do not output hexadecimal charrefs
15455 when serializing HTML since some version of Netscape can't
15456 grok it, generate decimal ones.
15457 * result/HTML/doc3.htm: output changed due to previous test
15458 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
15459
15460Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
15461
15462 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
15463 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
15464
15465Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15466 Released 2.4.4
15467
15468 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
15469 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
15470 updated the configuration scripts systems accordingly
15471
15472Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15473
15474 * configure.in: preparing for 2.4.4
15475 * doc/xml.html doc/html/*: updated and rebuilt the docs
15476
15477Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15478
15479 * win32/dsp/libxml2.def.src: tried to incorporate comments
15480 from bug #59220
15481
15482Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15483
15484 * parser.c result/noent/wml.xml: fixed bug #59981 related
15485 to handling of '&' in attributes when entities are substitued
15486
15487Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15488
15489 * libxml.h include/libxml/xmlversion.h.in
15490 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
15491 Tried to close bug #60131
15492
15493Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15494
15495 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
15496
15497Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
15498
15499 * SAX.c: fixing bug #59946 on xmlns=""
15500
15501Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15502
15503 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
15504 but allocates a new error code.
15505
15506Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15507
15508 * xmllint.c: John Fleck fixed typos in the options output
15509 * parser.c SAX.c: fix ignorable white space SAX selection
15510
15511Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15512
15513 * entities.c: Steve Underwood found the possibility of an
15514 ininite loop in case of error.
15515
15516Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15517
15518 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
15519
15520Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15521
15522 * parser.c: warn if version is not 1.0 but it's not
15523 strictly speaking an error after analyzing the spec
15524
15525Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
15526
15527 *doc/catalog.html - add link to the html version of the
15528 man page, other linguistic cleanups
15529
15530Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
15531
15532 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15533 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
15534 file, has not yet been included in the build.
15535
15536Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15537
15538 * catalog.c: removed a duplicate affectation Justin Fletcher
15539
15540Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
15541
15542 * tree.c: Armin Sander pointed a possible text coalescing
15543 problem, completed his patch.
15544
15545Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15546
15547 * trionan.c: Fixed const and volatile re-definition problem
15548
15549Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
15550
15551 * libxml.4 parser.c: doc updates from Heiko Rupp
15552 * parserInternals.c: 2 sanity checks from Heiko Rupp
15553
15554Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15555
15556 * tree.c: applied patch from Armin Sander to make some pointers
15557 const in xmlCopyNode()
15558 * include/libxml/tree.h: added fix to the header
15559
15560Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15561
15562 * xpath.c: hum, restrict the integer usage gcc bug workaround
15563 to only gcc compilers so that other architecture don't get
15564 penalized by this limitation.
15565 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
15566
15567Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15568
15569 * valid.c: fixed a Windows compiler warning (Chris Poblete)
15570 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
15571
15572Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15573
15574 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
15575 --convert option to xmlcatalog to convert SGML ones to
15576 the XML syntax.
15577 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
15578
15579 2.4.3 got released at that point
15580Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15581
15582 * catalog.c xmlIO.c: started some serious testing and fixed
15583 a few bug and optmization needs.
15584
15585Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15586
15587 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15588 preparing for a 2.4.3 release even if it may not be ready yet
15589 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
15590 all file parsing lookup to go through the entity resolver, add
15591 to add an API to bypass it (needed to load catalogs themselves),
15592 some cleanup on the catalog code too.
15593 * nanoftp.c: small cleanup
15594 * doc/catalog.html: small update
15595
15596Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15597
15598 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
15599 Jun Kuriyama
15600
15601Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15602
15603 * doc/catalog.html: finished the catalog documentation
15604
15605Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15606
15607 * doc/catalog.html doc/xml.html: added documentation about
15608 Catalog support, misses an API description
15609 * doc/html/*: reextracted the API pages
15610
15611Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15612
15613 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
15614 Added the part about section 7.2 on URI resolution,
15615 fixed a side effect in the HTML parser, look complete
15616 and ready to rock except the URI/SystemID part!
15617
15618Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15619
15620 * include/libxml/catalog.h include/libxml/parser.h
15621 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
15622 xmlIO.c: added support and APIs needed for the catalog PI
15623 * include/libxml/xmlIO.h: cleanup
15624
15625Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15626
15627 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
15628 include/libxml/catalog.h: starts to look okay, really
15629 plugged the new framework, cleaned a lot of stuff,
15630 added some APIs, except the PI's support missing this
15631 should be mostly complete
15632 * result/catalogs/* test/catalogs/*: added new test, enriched
15633 the existing one with URN ID tests
15634
15635Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15636
15637 * catalog.c: fixed nextCatalog
15638 * result/catalogs/docbook test/catalogs/*: started adding
15639 a small regression test
15640
15641Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
15642
15643 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
15644 more work on the XML catalog support.
15645 * parser.c include/libxml/parser.h: small cleanup seems using
15646 list as a public parameter name can give portability troubles
15647 * trionan.c trionan.h xpath.c include/libxml/trionan.h
15648 include/libxml/xpath.h include/libxml/Makefile.am: removed
15649 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
15650 wrappers
15651
15652Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15653
15654 * Makefile.am trio.c triodef.h trionan.c xpath.c
15655 include/libxml/Makefile.am include/libxml/trionan.h:
15656 Re-worked Not-A-Number and Infinity support.
15657 * xmlcatalog.c: added readline include files
15658
15659Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15660
15661 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
15662 testCatalog as xmlcatalog, making it an installed app
15663 adding a shell, and preparing it to be a /etc/xml/catalog
15664 management tool, though not ready yet
15665 * catalog.c include/libxml/catalog.h: adding support for
15666 XML Catalogs http://www.oasis-open.org/committees/entity/
15667 not finished, there is some interesting tradeoffs and a
15668 few open questions left.
15669
15670Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
15671
15672 * xmllint.c: fixed a line formatting problem
15673
15674Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15675
15676 * SAX.c: removed a couple of unused variable (Albert Chin)
15677
15678Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15679
15680 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15681 trying to fix some troubles w.r.t. function returning
15682 const xxxPtr.
15683
15684Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15685
15686 * win32/dsp/libxml2.def.src: another set of symbols conditionally
15687 defined
15688
15689Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15690
15691 * xpointer.c: removed unused var
15692
15693Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15694
15695 * testXPath.c: another small cleanup closing bug #59110
15696
15697Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15698
15699 * win32/dsp/libxml2.def.src: small cleanup closing bug
15700 #59108
15701
15702Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15703
15704 * example/gjobread.c: add xmlCleanupParser() before leaving
15705
15706Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
15707
15708 * config.h.in configure.in include/libxml/xmlwin32version.h:
15709 released 2.4.2
15710
15711Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
15712
15713 * include/libxml/valid.h debugXML.c valid.c: deprecate
15714 the non-boundchecking Sprintf functions, add Snprintf
15715 this should close bug #57984
15716
15717Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
15718
15719 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
15720 URIs before doing the lookups (pointed by Mark Vakoc)
15721
15722Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15723
15724 * xpath.c: serious changes on Result Value Trees and NodeSets
15725 w.r.t. deallocation and collect operations. Probably not
15726 100% clean (merge of allocated trees smells like a problem).
15727 Seems sufficient to close #58943
15728
15729Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15730
15731 * xmllint.c: adding a --format option
15732
15733Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
15734
15735 * xpath.c: count() was broken on Result Value Tree
15736 * xmlIO.c: fixed file:/// accesses on _WIN32
15737
15738Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15739
15740 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
15741 macro was renamed, this should close bug #58683
15742
15743Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15744
15745 * SAX.c: small fix fixing bug #58539 reported by coolo, in
15746 entity substitution mode text at the end of the entity might
15747 be added due to text coalescing.
15748 * nanoftp.c parser.c: small cleanup
15749
15750Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15751
15752 * HACKING: added John Fleck right to commit in the doc subdir
15753
15754Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15755
15756 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
15757 allow to inherit attributes from the DTD directly in the
15758 tree, this is needed for XPath and can be a useful feature.
15759 Inherited namespaces are always provided at the tree level now
15760 * test/defattr* result/defattr* result/noent/defattr*: added a couple
15761 of tests for this feature (XSLT being the prime user).
15762
15763Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15764
15765 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
15766 testSAX.c xmlIO.c xmllint.c include/win32config.h
15767 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
15768 include/libxml/xmlwin32version.h.in win32/README.MSDev
15769 win32/dsp/*: applied Win32 Facelift No.2 patches from
15770 Igor Zlatkovic for Windows/MSC
15771
15772Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
15773
15774 * SAX.c: unparsedEntityDecl() the URI computation of the
15775 entity wasn't done breaking XSLT unparsed-entity-uri()
15776
15777Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
15778
15779 * xpath.c: fixed a bug when walking the descendants and
15780 the current node has no children
15781 * debugXML.c: show up when a text node is supposed to not be escaped
15782
15783Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15784
15785 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
15786 worked like the set:leading() function)
15787 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
15788
15789Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15790
15791 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
15792
15793Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15794
15795 * include/libxml/xmlIO.h: apply change to close #58141
15796 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
15797
15798Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15799
15800 * parser.c: when the internal subset uses a PE, then the
15801 included entity can use conditional sections.
15802
15803Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15804
15805 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15806 when walking the namespace axis showing up in
15807 libxst/tests/general/bug-12
15808 * xmlmemory.c: added the possibility to trace a given block
15809 defined by its address
15810
15811Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15812
15813 * parser.c: don't override existing encoding specified before
15814 starting xmlParseDocument()
15815
15816Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15817
15818 * include/libxml/xmlwin32version.h: reinserted, needed for
15819 Windows users of CVS
15820
158212001-07-27 Darin Adler <darin@bentspoon.com>
15822
15823 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15824 * testCatalog.c: Add include of <libxml/parser.h>.
15825
158262001-07-27 Darin Adler <darin@bentspoon.com>
15827
15828 * include/libxml/.cvsignore:
15829 * include/libxml/xmlwin32version.h:
15830 Remove this file from CVS because it's generated.
15831
15832Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15833
15834 * parser.c include/libxml/parser.h: applied const patches from
15835 Tom Moog #58002
15836
15837Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15838
15839 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15840 lookup framework
15841
15842Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15843
15844 * tree.c: fixed xmlCopyNode() for documents
15845
15846Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15847
15848 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15849
15850Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15851
15852 * parser.c: fixes bug #57652 reported by Morus Walter
15853
15854Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15855
15856 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15857
15858Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15859
15860 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15861 errors, lesson don't add new functions at 1am before a release
15862 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15863 from XPath initialization when possible.
15864
15865Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15866
15867 * result/scripts/base*: removing history/readline changed
15868 this slightly
15869 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15870 xmllint.c: make element content line number generation
15871 optionnal to avoid breaking old apps added interface to switch
15872
15873Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15874
15875 * configure.in: get rid of the readline and libhistory
15876 dependencies by default, release 2.4.1 with IA64 fix
15877 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15878 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15879 John Kroll fixes to allow saving to HTTP via PUT (or
15880 POST of needed).
15881 * doc/html/*.html: regenerated the docs
15882
15883Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15884
15885 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15886 xmlHashScanFull and xmlHashScannFull3 to get passed the
15887 three keys as arguments to the callback function
15888
15889Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15890
15891 * configure.in Makefile.am: removed libxml softlink for good
15892 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15893 100% coverage by gtk-doc
15894
15895Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15896
15897 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15898 fixed serious troubles due to size_t vs. int mismatch
15899
15900Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15901
15902 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15903
15904Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15905
15906 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15907 convenient extension API for value and context managing
15908 Now handles external objects through xmlXPathPopExternal,
15909 xmlXPathWrapExternal and xmlXPathReturnExternal.
15910 Added functions for sets operations (intersection, etc.)
15911
15912Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15913
15914 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15915 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15916 HTMLparser.c: cleanup of global variables, marking some
15917 const or private.
15918
15919Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15920
15921 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15922 fixed xmlXPathNodeSetItem when passing index=0
15923
15924Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15925
15926 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15927
15928Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15929
15930 * xmllint.c: fixed compilation under Cygwin #57503
15931 * TODO: update
15932
159332001-07-13 Peter Williams <peterw@ximian.com>
15934
15935 * config.h.in: add #undef HAVE_DLFCN_H
15936
15937 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15938 builddir.
15939
15940Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15941
15942 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15943 raised by #57348 and #57381
15944
15945Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15946
15947 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15948 tree.c xpointer.c: store the line numbder in element->content,
15949 may break some software, need a configuration mechanism
15950
159512001-07-10 Darin Adler <darin@bentspoon.com>
15952
15953 * .cvsignore:
15954 * example/.cvsignore:
15955 * include/.cvsignore:
15956 * include/libxml/.cvsignore:
15957 Various things that are generated and should be ignored.
15958
15959Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15960
15961 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15962 * doc/xml.html doc/html/*: updated the docs
15963
15964Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15965
15966 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15967 validation occured on content with element child
15968
15969Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15970
15971 * tree.c: fixed XML Base computation which was broken
15972 * debugXML.c: added a base function to the shell
15973 * Makefile.am result/scripts/* test/scripts/*: added scripts
15974 based regression tests, and adding 2 XML Base tests
15975
15976Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15977
15978 * tree.c: set properties doc and call xmlSetListDoc for properties
15979 content when grafting them in a different tree.
15980 * aclocal.m4: remove from CVS
15981
15982Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15983
15984 * win32/libxml2/libxml2.def.src: added some missing entry point
15985 for XPath (Mark Vakoc)
15986
15987Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15988
15989 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15990 layer should URI-Unescape before trying to open resources.
15991
15992Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15993
15994 * xpath.c: fix the name() bug for elements in the default
15995 namespace reported by Charlie Bozeman
15996
15997Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15998
15999 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
16000 led to an XPath fix, improvements of SAX initialization, and
16001 an added option --nocdata to testXPath
16002
16003Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16004
16005 * doc/libxml-doc.el: Felix Natter provided anew version working
16006 with XEmacs too
16007
16008Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16009
16010 * include/libxml/xpath.h: small cleanup
16011 * doc/xml.html: update
16012
16013Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16014
16015 * Makefile.am configure.in include/libxml/xmlwin32version.h:
16016 released 2.3.14
16017
16018Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16019
16020 * doc/html/*: rebuilt the docs for the release
16021 * doc/xml.html: added 2.3.14 release.
16022
16023Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16024
16025 * xpath.c: a bug reported by Stephan Kulow empty nodesets
16026 were not equal to empty strings
16027
16028Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16029
16030 * SAX.c: fixed a URI-Reference computation problem when validating
16031 * xmlIO.c: small cleanup
16032
16033Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16034
16035 * parser.c: improved the description of a couple of interfaces
16036 upon Larry Stamper suggestion
16037
16038Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16039
16040 * SAX.c entities.c parser.c: changed completely the way entities
16041 are handled when running the parser in entity substitution mode.
16042 This fixes a bug reported by Stephan Kulow and nearly divides
16043 by 3 the amount of memory required by libxslt to load and process
16044 DocBook TDG.
16045
16046Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16047
16048 * HTMLparser.c: fixing a too early root closing problem raised
16049 byt Prashanth Naidu
16050
16051Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16052
16053 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
16054 raised by Mark Vakoc.
16055
16056Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16057
16058 * example/Makefile.am: fixed the include path to add srcdir/include
16059 * Makefile.am configure.in: fix from Albert Chin for iconv detection
16060 and some cleanup
16061
16062Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16063
16064 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
16065 lot of optimization work, results in significant improvements
16066 when handling really complex XPath queries. Add a small optimizer
16067 for unions, improve [n] and [last()], avoid some costly ops.
16068
16069Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16070
16071 * include/libxml/parser.h parser.c: xmlStrstr args are both const
16072 * xpath.c: small cleanup
16073 * xmlGetNsList: reformated, fixed problems if used on Entities
16074
16075Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16076
16077 * doc/xml.html: added 1.8.14 and 2.3.13 releases
16078
16079Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16080
16081 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
16082 * Makefile.am example/Makefile.am: workaround automake generating
16083 erroneous deps
16084
16085Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16086
16087 * include/win32config.h: bug #56801 Yon Derek provided a patch
16088 to the windows config file.
16089
16090Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16091
16092 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
16093 libxml.h : Yon Derek provided a set of changes to compile from
16094 CVS on Windows/MSC
16095
16096Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16097
16098 * parser.c: fixed UTF8 BOM support in push mode
16099 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
16100 added a specific testcase
16101
16102Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16103
16104 * Makefile.am: added --push regression tests
16105 * parserInternals.c: the XML parser segfaulted in --push mode
16106
16107Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16108
16109 * configure.in: moved the symlinks detection within a CVS
16110 check, this is not portable and will be removed soon.
16111 * xpath.c: small cleanup/speedup
16112
16113Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16114
16115 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
16116 release of 2.3.12
16117 * parser.c: make an error message if unknow entities in all cases
16118
16119Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16120
16121 * uri.c: fixed 2 uri normalization bugs on '//' reduction
16122
16123Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16124
16125 * include/libxml/Makefile.am: Laszlo Peter pointed out that
16126 includes were installed in the wrong dir
16127
16128Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16129
16130 * doc/html.xml: warn against sending code to exhibit bugs.
16131
16132Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16133
16134 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
16135 Tru64 from Thomas Leitner
16136
16137Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16138
16139 * AUTHORS: added William and Bjorn
16140 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
16141 daniel@veillard.com hopefully I won't have to do this again
16142 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
16143 docs can be rebuilt cleanly now
16144 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
16145 from CVs it's generated, added include/libxml/xmlwin32version.h
16146 also generated but which should change far less frequently.
16147 * catalog.c nanoftp.c: made sure to include libxml.h not
16148 libxml/xmlversion.h directly
16149 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
16150 when compiling on WIN32 and MSC
16151
16152Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16153
16154 * include/Makefile.am include/libxml/Makefile.am configure.in:
16155 fixed make distcheck and rebuilding the rpms
16156
16157Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16158
16159 * configure.in: should finish the migration of exported includes
16160 into a real include/libxml in CVS, at least for CVS users.
16161 * removed the exported headers, added in include/libxml (as well
16162 as xmlversion.h.in).
16163
16164Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16165
16166 * configure.in: fixed the way to detect symlink
16167
16168Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16169
16170 * configure.in: updated, include/libxml is now a real CVS dir
16171
16172Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16173
16174 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
16175 version works with both libxml1 and libxml2 (it autodetects
16176 the prefix of the html-files) from Felix Natter.
16177 * doc/xml.html: updated doc accordingly
16178
16179Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16180
16181 * xpath.c: fixed the bug generating a template loop in libxslt
16182 when using docbook-xsl-1.4, * should filter out document nodes
16183 * HACKING: added William
16184 * TODO: updated
16185
16186Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16187
16188 * doc/FAQ.html: added a warning about gcc-3.0
16189 * doc/xml.html: added reference to gdome2 and removed a confusing
16190 sentence
16191
16192Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16193
16194 * xmlversion.h: okay this is a generated file, but Windows
16195 users need it and they can't generate it, and I want CVS
16196 Windows users ...
16197 * win32/libxml2/libxml2_so.dsp: Windows project file for
16198 the shared lib version of libxml2
16199 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
16200 resources needed for libxslt/xsltproc by Yon Derek
16201
16202Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16203
16204 * trio.c: MSVC fix (provided by Igor Zlatkovic)
16205
16206Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16207
16208 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
16209
16210Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16211
16212 * include/win32config.h: Yon Derek provided a first fix
16213 to be able to compile libxslt/xsltproc on Windows
16214
16215Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16216
16217 * xpath.c: attempt to work around what seemed a gcc optimizer
16218 bug when handling floats on i386 http://veillard.com/gcc.bug
16219 * tree.c entities.c encoding.c: doing some cleanups while
16220 chasing it
16221
16222Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16223
16224 * Makefile.am: cleanup when --without-debug is specified
16225 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
16226 w.r.t. --without-debug and other include points
16227 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
16228 Catalogs
16229 * configure.in entities.h tree.h HTMLparser.c: removed
16230 --without-corba, made the _private field mandatory
16231
16232Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16233
16234 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
16235 outputs a BOM in UTF8, an errata has been issued to avoid the
16236 problem, that was the most reasonable solution... Add support
16237 for a leading UTF8 BOM in entities.
16238
16239Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16240
16241 * valid.c: fixed a bug found when post validating an entity ref
16242 * xmllint.c: added --loaddtd and sligly changed --postvalid to
16243 activate it too
16244
16245Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16246
16247 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
16248 weakness in the node copy the XPointer and the XInclude
16249 implementations. Serious cleanup.
16250
16251Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16252
16253 * Makefile.am: Kjartan Maraas provided a small patch to
16254 add xml2-config.in to EXTRA_DIST
16255
16256Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16257
16258 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
16259 provided another failing case found in KDE, the way the
16260 ctxt->vctxt.nodeTab was allocated and freed changed over
16261 time but it wasn't completely cleaned up. This should fix it.
16262
16263Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16264
16265 * parser.c: Stephan Kulow also raised the fact that line number
16266 could get miscounted making debug harder, fixed the problem
16267 in xmlParseCharData()
16268
16269Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16270
16271 * valid.c: Stephan Kulow pointed out a problem when validating
16272 and using an empty entity, forgot a 'break' in a case.
16273
16274Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16275
16276 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
16277 * doc/xml.html: updated with 2.3.11
16278
16279Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16280
16281 * TODO: updated adding cleanup of generated doc
16282 * configure.in: prepared to release 2.3.11
16283 * xmllint.c: added --version for bug reporting
16284 * doc/html/*.html: rebuilt the doc
16285
16286Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16287
16288 * xpath.c: first part of the work on selecting namespace to
16289 fix bug #56115
16290
16291Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16292
16293 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
16294 when using -liconv
16295 * TODO: updated
16296
16297Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16298
16299 * HTMLtree.[ch]: more work on the HTML serialization routnes,
16300 cleanup, encoding support.
16301
16302Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16303
16304 * xpath.c: Thomas Broyer suggested a better patch for the / arg
16305
16306Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16307
16308 * xpath.c: bug detected by Ankh when / is used as a function arg
16309
16310Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16311
16312 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
16313 of element and use it to avoid outputting formatting spaces at
16314 the wrong place. Implemented the format parameter for HTML save.
16315 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
16316 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
16317 result/HTML/wired.html: of course this impact the result of a
16318 number of HTML tests
16319
16320Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16321
16322 * HTMLtree.[ch]: started augmenting the HTML save API with
16323 encoding and formatting parameters
16324
16325Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16326
16327 * HTMLtree.h: cleanup and started evaluating the work needed on
16328 revamping the HTML output code
16329
16330Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16331
16332 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
16333
16334Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16335
16336 * valid.c: fixed bug #56049, forgot one check in the
16337 validation routine
16338
16339Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16340
16341 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
16342
16343Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16344
16345 * libxml.h: fixed an error in last commit
16346 * doc/FAQ.html: added an entry for compilation from CVS
16347
16348Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16349
16350 * xmlversion.h.in libxml.h: Cygwin patches
16351 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
16352 * tree.h: cleanup
16353
16354Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16355
16356 * tree.c: patched xmlFreeNode() to avoid freeing() a static
16357 memory block in a strange case where libxml is linked twice
16358 in the binary.
16359
16360Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16361
16362 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
16363 state far too often, simple fix used to avoid it.
16364
16365Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16366
16367 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
16368 being processed, applied his patch
16369 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
16370
16371Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16372
16373 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
16374 provided fixes to compile on MSCC again
16375 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
16376 also provided an update for the project files.
16377
16378Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16379
16380 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
16381 bug #55810
16382
16383Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16384
16385 * tree.c: fixed xmlGetNsProp() to close bug #55683
16386 Note this requires libxslt to use it's own function instead.
16387
16388Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16389
16390 * HTMLtree.c: when in a pre element no formatting space should
16391 be added.
16392 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
16393
16394Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16395
16396 * configure.in: added tests for signal() and signal.h
16397
16398Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16399
16400 * xpath.c: robert pointed out xmlXPathNINF was not initialized
16401
16402Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16403
16404 * doc/libxml-doc.el: Felix Natter provided a new version for
16405 libxml2
16406
16407Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16408
16409 * HTMLtree.c: when in a pre element no formatting space should
16410 be added.
16411
16412Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16413
16414 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
16415
16416Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16417
16418 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
16419 hack
16420 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
16421 * uri.c: fixed a warning
16422
16423Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16424
16425 * HTMLtree.c: trying to close bug #55772 escaping in script
16426 elements
16427 * doc/xml.html: suggest to send mail to the list
16428
16429Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16430
16431 * error.c: attempt to fix the xmlGetVarStr breakage once and for
16432 good. Use a macro and based on the solution provided in
16433 vsnprintf manual page from GNU.
16434
16435Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16436
16437 * error.c: Workaround for non-preserving variadic list.
16438 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
16439
16440Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16441
16442 * doc/xml.html: added 2.3.10 release
16443
16444Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16445
16446 * configure.in: releasing 2.3.10
16447
16448Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16449
16450 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
16451
16452Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16453
16454 * encoding.c: Robert Collins provided a patch to add the
16455 "US-ASCII" encoding alias
16456
16457Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16458
16459 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
16460 string oriented functions and started cleaning the related areas
16461 in xpath.c which needed fixing in this respect
16462
16463Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16464
16465 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
16466 #55380
16467 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
16468
16469Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16470
16471 * TODO: updated
16472 * nanohttp.[ch] : started adding APIs to get the redirected URL
16473 when this occurs (needed for further base computation
16474 * tree.h: cleanup
16475 * encoding.c: cleanup
16476 * SAX.c: minor change around ctxt->loadsubset
16477
16478Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16479
16480 * Makefile.am include/Makefile.am: small change to have
16481 include/libxml rebuilt if working from CVS.
16482 * uri.c: applied another patch from Carl Douglas for URI escaping,
16483 this should close bug #51876
16484
16485Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16486
16487 * xinclude.c: fixed XInclude recursive behaviour bug #54678
16488 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
16489 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
16490 added specific regression test
16491 * parser.h: preparing for the XSLT mode where DTD inherited
16492 attributes are added to the tree.
16493
16494Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16495
16496 * xinclude.[ch]: Updated the namespace for the Last Call version
16497 * result/XInclude/include test/XInclude/include: updated the
16498 testsuite accordingly
16499
16500Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16501
16502 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
16503 related to bug #51876
16504
16505Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16506
16507 * tree.c: fixed a gross mistake in base computation, xml:base is
16508 not completely correct yet (need cascade).
16509 * xpath.[ch]: added the few things needed to find a function name
16510 and URI from the XPath context when it is called.
16511
16512Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16513
16514 * catalog.[ch]: fixes and add xmlLoadCatalogs()
16515 * DOCBparser.c: small cleanup
16516 * xmllint.c: added a --catalogs option to load catalogs from
16517 $SGML_CATALOG_FILES
16518 * tree.c: cleanup
16519 * configure.in: iconv library fixup, ICONV_LIBS
16520
16521Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16522
16523 * catalog.c: handling of CATALOG entries. detection of recursion,
16524 and a few bugfixes
16525 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
16526 against the default namespace
16527
16528Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16529
16530 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
16531
16532Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16533
16534 * parser.c: fixed propagation context info when parsing an
16535 external entity.
16536 * doc/html/*.html: regenerated a couple of docs
16537
16538Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16539
16540 * doc/xml.html: update with 2.3.9 informations
16541
16542Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16543
16544 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
16545 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
16546 * doc/html/* : rebuilt the docs
16547 * valid.c: small patch which may improve some case when
16548 validating.
16549
16550Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16551
16552 * HTMLparser.c: Closed bug #54891
16553 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
16554 to the suite
16555
16556Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16557
16558 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
16559 applied a documentation patch from LotR and filled in a few missing
16560 descriptions
16561
16562Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16563
16564 * xpath.c tree.c parser.c: speed optimizations at the parser level
16565 document tree freeing and xpath evaluation
16566
16567Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16568
16569 * parser.c parser.h parserInternals.h: fixed a couple of
16570 interfaces for handling memory buffer input to const char *
16571 upon suggestion of JamesH.
16572
16573Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16574
16575 * configure.in: LoTR sent a patch fixing the previous commit
16576
16577Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16578
16579 * configure.in: trying to deal again with the stoopid -R linking
16580 flag of Solaris
16581
16582Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16583
16584 * xpath.h: two nodeset access macros from Thomas Broyer
16585
16586Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16587
16588 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
16589 patch from Thomas Broyer
16590
16591Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16592
16593 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
16594 case
16595 * INSTALL: was empty added stuff from the FAQ
16596
16597Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16598
16599 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
16600 attributes handling and #54433 by adding xmlUnsetProp()
16601 and xmlUnsetNsProp()
16602
16603Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16604
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016605 * HTMLparser.c: Patch from Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016606 (htmlGetEndPriority): New function, returns
16607 the priority of a certain element.
16608 (htmlAutoCloseOnClose): Only close inline elements if they
16609 all have lower or equal priority.
16610 * result/HTML: this of course changed a number of tests results.
16611
16612Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16613
16614 * xmlIO.c catalog.c: plugged in the default catalog resolution
16615 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
16616 documentations
16617 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
16618
16619Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16620
16621 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
16622 integrating catalogs
16623 * catalog.[ch] testCatalog.c: adding a small catalo API
16624 (only SGML catalog support).
16625 * parser.c: restaured xmlKeepBlanksDefault(0) API
16626
16627Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16628
16629 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
16630
16631Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16632
16633 * parser.c: added xmlParseExternalEntityPrivate() to allow
16634 propagation of ctxt->_private when parsing external entities
16635
16636Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16637
16638 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
16639
16640Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16641
16642 * configure.in: fixed a small portability problem with AM_CONDITIONAL
16643
16644Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16645
16646 * valid.c: warn when indeterminist content model is detected
16647 * result/VC/ElementValid8: this adds a message
16648 * Makefile.am: add --novalid for VCM tests
16649 * parserInternals.c: added a call to Init memory
16650
16651Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16652
16653 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16654 when both parameters are NULL.
16655
16656Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16657
16658 * valid.c: applied small patch from Gary Pennington, reindented
16659 some part of the code.
16660
16661Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16662
16663 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
16664 release, updated and regenerated the docs
16665
16666Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16667
16668 * xpath.c result/XPath/expr/floats : clarified and cleanup
16669 printing of abnormal floats in tests.
16670
16671Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16672
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016673 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016674 * results/HTML/ : a few changes in the output of the HTML tests as
16675 a result.
16676 * configure.in: tying to fix -liconv where needed
16677
16678Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16679
16680 * Makefile.am: fixed a stupid error
16681
16682Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16683
16684 * configure.in Makefile.am: make the inclusion of the trio
16685 modules in the library conditional
16686
16687Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16688
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016689 * DOCBparser.c: patche from László Kovács, fixed entities refs
William M. Brack11be2d02007-01-24 19:17:19 +000016690 in attributes handling
16691
16692Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16693
16694 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
16695 flushing
16696
16697Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16698
16699 * xpath.c: fix of an XSLT namespace bug reported on the list
16700 general/bug-8-
16701
16702Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16703
16704 * strio.h trio.c: Dan McNichol suggested a couple of small
16705 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
16706
16707Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16708
16709 * tree.c parser.c encoding.c: spent a bit more time looking
16710 at the parsing speed and DOM handling. Added a few more
16711 speedups.
16712
16713Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16714
16715 * parser.c: small but effective parsing speed improvement
16716
16717Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16718
16719 * configure.in: default on the DocBook parser inclusion (for Gnome)
16720 * DOCBparser.h: fixed a header reference
16721
16722Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16723
16724 * configure.in xpath.c: applied Bjorn patches for FPE on the
16725 alpha
16726
16727Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16728
16729 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
16730 xmlSaveFormatFileTo()
16731
16732Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16733
16734 * xpath.c: simple and efficient optimization, XPath functions
16735 aways bind to the same code, cache this
16736 * TODO: updated (by saying some is obsolete)
16737
16738Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16739
16740 * xpath.c: more cleanup work on XPath name parsing routines
16741
16742Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16743
16744 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
16745 xmlXPathParseName
16746 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
16747 * debugXML.c: avoid compilation problems if compiling without
16748 HTML support, Igor Zlatkovic
16749 * win32/libxml2/libxml2.def.src: being able to compile without
16750 XPath on Windows
16751
16752Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16753
16754 * libxml.m4: yet another patch from Toshio Kuratomi
16755
16756Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16757
16758 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16759
16760Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16761
16762 * tree.[ch]: added xmlSaveFormatFile interface for saving
16763 and indenting a file.
16764
16765Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16766
16767 * xpath.c: fixed bug #53689 related to processing-instruction()
16768
16769Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16770
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016771 * DOCBparser.c: patche from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016772
16773Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16774
16775 * parser.c: applied fixes from Christian Glahn bug report #53391
16776
16777Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16778
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016779 * error.c: Jean François Lecomte provided a complete description
William M. Brack11be2d02007-01-24 19:17:19 +000016780 and a fix to bug #53537
16781
16782Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16783
16784 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
16785
16786Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16787
16788 * DOCBparser.c SAX.c: a bit more work on entities processing.
16789 Still Need to cleanup XML output and references in attributes
16790
16791Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16792
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016793 * DOCBparser.c include/Makefile.am: two patches from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016794
16795Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16796
16797 * tree.c: trying to fix #53574, not completely complete,
16798 I would like xmllint --copy --debug test/ent1 and
16799 xmllint --debug test/ent1 to show the same result.
16800 * xpath.c: fix a bug when trying to sort namespace nodes
16801
16802Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16803
16804 * HTMLtree.c: real fix for #53402
16805
16806Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16807
16808 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16809 PIs when using xsl:output
16810 * valid.c: closing #53537 some case generate segfaults if there
16811 is validity errors
16812
16813Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16814
16815 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16816 of external parsed entities, added --noent to testDocbook
16817 * valid.c: Garry Pennington found an uninitialized variable
16818 access in xmlValidateElementContent()
16819
16820Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16821
16822 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16823 with madness
16824 * result/HTML/ : this modified the result of the regression tests
16825 a lot.
16826
16827Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16828
16829 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16830 to doc where it wasn't checked against NULL reported by
16831 Jens Laas
16832
16833Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16834
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016835 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
William M. Brack11be2d02007-01-24 19:17:19 +000016836 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16837
16838Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16839
16840 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16841 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16842 * SAX.[ch]: cleanup and updates for DocBook
16843 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16844 ex SGML identifier changes
16845 * valid.c: removed a static unused function.
16846
16847Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16848
16849 * HTMLtree.c: applied change for Paul Sponagl on script saving
16850 * Makefile.am: the warning about entity title.xml are normal.
16851
16852Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16853
16854 * configure.in: release of 2.3.7
16855 * Makefile.am: fixing make distcheck
16856
16857Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16858
16859 * doc/html/* doc/xml.html: updated and regenerated the docs
16860
16861Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16862
16863 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16864
16865Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16866
16867 * tree.c: fixed #53388 with the provided patch
16868
16869Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16870
16871 * valid.c: Bjorn detected an invalid memory access. Fixed
16872 vstateVPush()
16873
16874Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16875
16876 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16877
16878Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16879
16880 * libxml.h: new header used only for the compilation of libxml
16881 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16882 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16883 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16884 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16885 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16886 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16887 baseline (version 1.2 plus a single patch).
16888 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16889 scientific notation for numbers. Tests added.
16890 * xpath.c: formatting of numbers changed to use sprintf
16891 (contribution from William Brack)
16892
16893Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16894
16895 * valid.c: cleanup, more useful debugging
16896 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16897 * xmlIO.c: entity loading is printed as an error when validating
16898
16899Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16900
16901 * valid.c: fixed to validate within entities
16902 * test/VCM/v22.xml: added a specific testcase
16903
16904Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16905
16906 * valid.c: forgot an epsilon transition in for ()+
16907 * test/VCM/v21.xml : added a specific test case
16908
16909Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16910
16911 * valid.c: removed a state explosion exhibited by RSS
16912 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16913 from bug #51872
16914
16915Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16916
16917 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16918 validation without using an ugly NFA -> DFA algo in the source.
16919 Made a specific algorithm easier to maintain, using a single
16920 stack and without recursion.
16921 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16922 * hash.c: made the growing routine static
16923 * tree.h parser.c: added the parent information to an
16924 xmlElementContent node.
16925
16926Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16927
16928 * SAX.c parser.c xpath.c: generating IDs when not validating
16929 from an external parsed entity was poisoning the ID has table
16930 with removed values. This was killing XSLT on the KDE help
16931 browser.
16932
16933Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16934
16935 * entities.h: andrew@ugh.net.au detected a double declaration
16936
16937Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16938
16939 * debugXML.c hash.c tree.h valid.c : some changes related to
16940 the validation suport to improve speed with DocBook
16941 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16942 the way validation errors get reported
16943
16944Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16945
16946 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16947 by P C Chow and William M. Brack for XSLT HTML output
16948
16949Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16950
16951 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16952 Igor Zlatkovic patches for MSC compilation and added his
16953 updates
16954
16955Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16956
16957 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16958 prefix lookup.
16959 * parserInternals.c: fixed the bug reported by Morus Walter
16960 due to an off by one typo in xmlStringCurrentChar()
16961
16962Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16963
16964 * HTMLparser.c result/HTML/*: revamped the way the HTML
16965 parser handles end of tags or end of input
16966
16967Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16968
16969 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16970
16971Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16972
16973 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16974 bug where the linktime verions of free() won't work ...
16975
16976Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16977
16978 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16979
16980Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16981
16982 * doc/xml.html: added 2.3.6 release
16983
16984Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16985
16986 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16987 * result/wml.xml: resulted in a small output change
16988
16989Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16990
16991 * tree.c: xmlNewDoc was missing the charset initialization
16992 * xmllint.c: added --auto to autogenerate a doc, allow to
16993 reproduce the problem fixed on xmlNewDoc
16994
16995Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16996
16997 * xpath.c: trying to get 52979 solved
16998 * tree.c result/ result/noent/: trying to get 52712 solved, this
16999 also made me clean up the fact that XML output in general should
17000 not add formating blanks by default, this changed the output of
17001 a few tests
17002
17003Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17004
17005 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
17006
17007Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17008
17009 * configure.in: finally released 2.3.6
17010
17011Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17012
17013 * xpath.c: checking for null pointer generated by new code
17014
17015Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17016
17017 * xpath.c: fixed a [] evaluation problem reported
17018 * test/XPath/tests/simpleaddr: extended test
17019 * result/XPath/simpleaddr: updated result
17020
17021Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17022
17023 * xmllint.c: Dan Timis reported a portability problem
17024 on Macs without mmap, fixed it.
17025
17026Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17027
17028 * testXPath.c : added a --tree option allowing to display the
17029 tree dump of the XPath expression
17030
17031Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17032
17033 * xpath.c: fixed a memleak when comparing nodesets
17034 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
17035 * tree.c: added a TODO
17036
17037Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17038
17039 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
17040 we need string functions
17041 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
17042 to be able to use them where needed. Applied some changes
17043 to reduce name linking pollution and compile in only what's
17044 needed.
17045 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
17046 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
17047 for the string manipulation functions
17048 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
17049 to the free() function of xmlmemory.c
17050 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
17051 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
17052 usage.
17053
17054Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17055
17056 * error.c: applied the context output patch of the error
17057 handling submitted by Chuck Griffith
17058 * error/VC/*: this slightly change some error logs
17059
17060Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17061
17062 * parser.c: fixed line number reporting on error
17063
17064Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17065
17066 * parser.c: Sullivan and Darin found a parser bug,
17067 applied the patch.
17068
17069Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17070
17071 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
17072 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
17073 xmlversion.h.in xpointer.c: of course the way I defined
17074 UNUSED breaks on old gcc version. Try to be smart and
17075 also define it directly in xmlversion.h
17076 * configure.in: removed -ansi flag from the pedantic set
17077
17078Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17079 Huge cleanup, I switched to compile with
17080 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
17081 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
17082 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
17083 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
17084 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
17085 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
17086 encoding.h entities.c error.c list.[ch] nanoftp.c
17087 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
17088 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
17089 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
17090 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
17091 Cleanup, staticfied a number of non-exported functions,
17092 detected and cleaned up a dozen of problem found this way,
17093 avoided a lot of public function name/typedef/system names clashes
17094 * doc/xml.html: updated
17095 * configure.in: switched private flags to the really pedantic ones.
17096
17097Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17098
17099 * configure.in: 2.3.5
17100 * doc/html/*: rebuilt the docs
17101
17102Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17103
17104 * parser.c: fixed a reported bug in NOTATION parsing
17105 * uri.c: accepted but not fixed bug 51876, added TODO
17106 * Makefile.am: fixed bug 51876
17107
17108Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17109
17110 * config.h.in configure.in error.c: fix a compilation problem
17111 on platforms without vsnprintf (xml@thewrittenword.com)
17112
17113Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17114
17115 * parser.c: fixed a function name header typo
17116 * SAX.c: notations can also occur in external subset.
17117
17118Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17119
17120 * error.c: removed a C++ like comment
17121
17122Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17123
17124 * parser.c: fixing bug 52299 strange condition leading
17125 to a parser crash due to a buffer overflow
17126 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
17127 added the specific test case
17128
17129Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17130
17131 * xpath.[ch]: still a lot of cleanup based on XSLT, added
17132 xmlXPathConvert{String,Number,Boolean} to be able to make
17133 type casts without a context stack, fixed some implementation
17134 problems related to the absence of context at parse-time,
17135 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
17136 in the public API too
17137 * xpointer.c xpathInternals.h: we need to know at parse time
17138 whether we are compiling an XPointer
17139
17140Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17141
17142 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
17143 cleaned up the parser internals, refactored XPath code, added
17144 new compilation based APIs and cleanly separated public and
17145 private APIs.
17146
17147Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17148
17149 * xpath.h: the comp field must be added at the end to avoid
17150 killing binary compat.
17151
17152Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17153
17154 * Makefile.am: detect XPath memleaks in regreson tests
17155 * error.c: fixed and error w.r.t. error reporting still using
17156 stderr
17157 * hash.c: added new line at end of file
17158 * tree.h: minor cleanup
17159 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
17160 expression parsing from evaluation, resulted in a number of
17161 changes internally, and in XPointer. Likely to break stuff
17162 using xpathInternals.h but should remain binary compatible,
17163 new interfaces will be added.
17164
17165Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17166
17167 * configure.in: fixed a couple of problems reported by
17168 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
17169 without gcc on non linux platforms.
17170
17171Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17172
17173 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
17174 a fix for --with-html-dir= configure support. I hope it won't
17175 break rpm generation
17176
17177Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17178
17179 * xmlIO.c: one function comment cleanup.
17180
17181Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17182
17183 * SAX.c: external subset notations were improperly registered
17184 in the internal subset.
17185
17186Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17187
17188 * README.cvs-commits: added, pointing to HACKING
17189 * HACKING: updated
17190
17191Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17192
17193 * parser.c: and Matt Sergeant found one in the XML push
17194 parser (erroneous check I forgot to remove when I fixed the
17195 main parser).
17196
17197Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17198
17199 * xpath.c: ptittom found a small bug in UnaryExpr
17200
17201Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17202
17203 * configure.in: bumped to 2.3.4
17204 * error.c: fixed bug #51860
17205 * tree.c: fixed bug #51861
17206 * valid.c: cleanup, more debug, failed to fix one bug crap ...
17207 * tree.[ch] : added xmlDefaultBufferSize
17208 * nanoftp.c: typo in function name header block
17209 * doc/xml.html : updated, added link to XML::LibXSLT
17210 * doc/html/* : rebuilt the docs
17211
17212Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17213
17214 * parser.c SAX.c: the new content parsing code raised an
17215 ugly bug in the characters() SAX callback. Found it
17216 just because of strangeness in XSLT XML Rec ouptut :-(
17217
17218Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17219
17220 * Makefile.am: Martin Baulig suggested to add -lm
17221 * tree.c: found another bug in xmlNodeGetContent()
17222
17223Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17224
17225 * xpath.c: Bjorn found the error related to strictness of comparison.
17226
17227Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17228
17229 * parser.c: trying to fix the Dtd parsing problem reported
17230 by Gary, side effect of last week speed optimizations.
17231
17232Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17233
17234 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
17235 * parserInternals.c: removed unneeded test raised by Stric
17236
17237Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
17238
17239 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
17240 and fixed by William Brack). Added xmlXPathFormatNumber.
17241 Changed the sorting slightly.
17242 * configure.in Makefile.am example/Makefile.am: Added -lm.
17243 Please note that applications linking with libxml2, must
17244 also like with the math library from now on.
17245
17246Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17247
17248 * HTMLparser.c: fixed loop reported by Marc Sanfacon
17249
17250Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17251
17252 * parser.c: one must report spaces even if the Dtd element
17253 content proves that this is not part of the element content.
17254 * result/valid/*.xml: this changed the ouptu slightly
17255
17256Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17257
17258 * configure.in: bumped to 2.3.3
17259 * doc/xml.html: updated
17260
17261Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17262
17263 * tree.c: minor doc fix
17264 * xpath.c: deallocation issues when a result tree has been
17265 converted to a node-set
17266
17267Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17268
17269 * doc/xml.html: oops corrected dates s/2000/2001
17270
17271Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17272
17273 * valid.c: new patch from Gary Pennington
17274
17275Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17276
17277 * doc/xml.html: applied patch from Ankh
17278
17279Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17280
17281 * xinclude.c: fixed a problem building on Mac
17282
17283Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17284
17285 * parser.c: more work on increasing parsing ferformances
17286
17287Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17288
17289 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
17290 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
17291 avoiding memcpy in production builds MEM_CLEANUP macro use
17292 * parser.[ch] parserInternals.c: optimizations of the tightest
17293 internal loops inside the parser. Better checking of I/O
17294 flushing/loading conditions
17295 * xmllint.c : added --timing
17296
17297Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17298
17299 * configure.in: bumped to 2.3.2
17300 * doc/xml.html: updated for release
17301
17302Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17303
17304 * xpath.c: found a memleak and fixed a nasty bug
17305
17306Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17307
17308 * xmllint.[c1] : added return code errors for xmllint
17309 * xpath.c: specific debug dump function for result value trees
17310
17311Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17312
17313 * xpath.c: finally implemented xmlXPathCompareNodeSets
17314 * test/XPath/expr/floats results/XPath/expr/floats: added
17315 a test for float expressions
17316
17317Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17318
17319 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
17320 * parserInternals.[ch]: trying to speed up parsing
17321 * xpath.c : speeded up node set equality op
17322
17323Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17324
17325 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
17326 better handling of ID/IDREF and the list modules associated
17327 * configure.in: small CFLAGS cleanup
17328
17329Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17330
17331 * configure.in: fixed iconv detection on AIX (stric)
17332
17333Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17334
17335 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
17336
17337Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
17338
17339 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
17340 and optimized xmlXPathNodeSetSort
17341
17342Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17343
17344 * xpath.c: bug fix when context size is 0
17345 * parser.c: I like Norm's Dtd because they still manage to break
17346 the parser occasionally
17347
17348Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17349
17350 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
17351
17352Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17353
17354 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
17355 attributes within the XML-1.0 namespace
17356
17357Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17358
17359 * xpathInternals.h: exported a few axis functions
17360 * doc/xml.html: updated the doc
17361
17362Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17363
17364 * configure.in: applied patch from Daniel van Balen for OpenBSD
17365 and bumped version to 2.3.1
17366 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
17367 attempt to find autoclosing was simply broken, removed it,
17368 updated the examples, this is better
17369
17370Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17371
17372 * hash.[ch]: added Paolo Casarini patch to provide Delete from
17373 hash functionnalities.
17374 * doc/html/* : rebuild the doc
17375
17376Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17377
17378 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
17379 on predicate
17380 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
17381 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
17382 really want to have tags closed on output even if we accept
17383 unclosed ones on input
17384
17385Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17386
17387 * xpath.c: ouch don't free NULL, rare case fixed
17388 * tree.c: don't coalesce text nodes if they don't have the
17389 same behaviour wrt escaping on output
17390
17391Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17392
17393 * xpath.c: small fixup
17394 * SAX.c: don't warn on empty namespaces.
17395
17396Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17397
17398 * README: a bit of cleanup
17399 * configure.in: preparing for 2.3.0 release
17400
17401Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17402
17403 * hash.[ch]: added a first version of xmlHashSize()
17404 * valid.c: another bug fix from Gary Pennington
17405
17406Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17407
17408 * valid.c: couple of bug fixes pointed by Gary Pennington
17409 * HTMLtree.c: #if 0 cleanup
17410
17411Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17412
17413 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
17414 which removes a time consuming check of xmlXPathNodeSetAdd()
17415 and use it in places where we are sure to not break unicity
17416
17417Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17418
17419 * xpath.c: bug fixes found from XSLT
17420 * tree.c: preserve node->name special values when copying nodes.
17421 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
17422 external subset are fetched when available but without full
17423 validation. Added xmlLoadExtDtdDefaultValue, need a function.
17424 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
17425 output with encoding disabled.
17426
17427Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17428
17429 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
17430 xmlCheckFilename should not be called from xmlFileOpenW
17431 and xmlGzfileOpenW
17432
17433Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17434
17435 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
17436 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
17437 added the new tests for URI normalization
17438 * testURI.c: fixed stoopid bugs
17439 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
17440 the URI in the error messages are now properly normalized
17441
17442Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17443
17444 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
17445
17446Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17447
17448 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
17449
17450Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17451
17452 * xpath.c: fixed mod operator
17453
17454Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17455
17456 * parser.c: fixed xmlStrcat doc
17457 * tree.c: 2 fixes form Anders Carlson for copying nodes and
17458 trees.
17459
17460Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17461
17462 * xpath.c result/XPath/tests/chaptersbase
17463 result/XPath/tests/simplebase: fixed XPath node()
17464 * tree.c: small fix in xmlNewNs()
17465 * Makefile.am: removed extraneous xml2Conf.sh rule
17466
17467Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17468
17469 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
17470 Changed the library name, in order to get libxml-devel and
17471 libxml2-devel to coexist on a single system
17472 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
17473 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
17474
17475Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17476
17477 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
17478 libxml2-devel installable in // as libxml-devel.
17479
17480Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17481
17482 * doc/Makefile.am: fixed make rebuild in doc
17483 * doc/html/*.html: rebuilt the docs
17484
17485Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17486
17487 * tree.c: patch from Bjorn Reese on xmlBufferCCat
17488
17489Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17490
17491 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
17492 the HTML doc to go into the -devel RPM ...
17493 * aclocal.m4 config.h.in: some updates due to auto* magic
17494
17495Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17496
17497 * xpath.h: added a hook in the context structure allowing to
17498 link to extra support, needed for XSLT
17499
17500Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17501
17502 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
17503 xmlXPtrCmpPoints to use it.
17504 * propagated the following patch from Alejandro Forero
17505 * include/win32config.h xmlIO.c: applied further suggestions
17506 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
17507 * example/gjobread.c: fixed warnings, now that it builds
17508
17509Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
17510
17511 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
17512
17513 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
17514 filename points to a valid file (not a directory).
17515 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
17516 Added calls to xmlCheckFilenameDir.
17517
17518 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
17519 `path' (rather than `filename') as the parameter to gzopen and open.
17520
17521Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17522
17523 * Makefile.am: fixed a problem with EXTRA_DIST
17524
17525Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17526
17527 * Makefile.am example/Makefile.am: finally found the trick
17528 to build the example, i.e. add "." in SUBDIRS before example
17529 in the list <grin/>
17530
17531Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17532
17533 * doc/xml.html: updated with an XSLT section, removed pointer to
17534 W3C CVS base.
17535
17536Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17537
17538 * xpath.c: when copying a XSLT tree object teh tree need to be copied
17539 too, and deallocation need to occur the same way.
17540
17541Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17542
17543 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
17544 type correponding to an XSLT result tree fragment. Share most
17545 of the data format with node set, as well as operators.
17546 * HTMLtree.c: added a newline at the end of the doctype output
17547 whe this one is not present initially.
17548 * tree.c: make sure taht the parent and doc pointers are properly
17549 set when copying attributes (lists).
17550
17551Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17552
17553 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
17554
17555Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17556
17557 * xpath.c: seems I finally killed that ugly path evaluation
17558 context bug (tagged 9999 in case is is wrong)
17559
17560Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17561
17562 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
17563 for XSLT
17564
17565Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17566
17567 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
17568 for xmlGzfileOpen() bug
17569
17570Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17571
17572 * xpath.c: removed an error found by XSLT usage
17573 * tree.c parserInternals.h: use a predefined static string
17574 for text and comment nodes, avoid freeing them in xmlFreeNode,
17575 exported the string name in parserInternals.h and added
17576 another value to disable encoding at output (for XSLT),
17577 gain memory, time.
17578
17579Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17580
17581 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
17582 win32/libxml2/libxml2_so.dsp: new makefiles and update
17583 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
17584
17585Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17586
17587 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
17588 Gary Pennington
17589
17590Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17591
17592 * xpath.c: fixed the comaprision of values and nodelists,
17593 need to compare nodelist still ...
17594 * debugXML.c: avoided a possible core dump
17595 * HTMLparser.c: cleanup
17596 * nanohttp.c: contributed fix.
17597 * tree.c: fixes in properties handling added xmlSetNsProp
17598 needed by libxslt
17599 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
17600 comment
17601 * TODO: updated
17602
17603Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17604
17605 * parser.c parserInternals.c: applied Bjorn Reese optimization
17606 patch
17607
17608Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17609
17610 * Makefile.am: applied patch fro make check from Martin Vidner
17611
17612Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17613
17614 * configure.in: preparing 2.2.11
17615 * doc/html/*: rebuild the HTML files
17616 * doc/xml.html : updated
17617
17618Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17619
17620 * tree.c: fixed a stupid bug
17621 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
17622 patches related to validation of an XInclude processing result
17623 * TODO: updated
17624
17625Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17626
17627 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
17628 on large files
17629
17630Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17631
17632 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
17633
17634Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17635
17636 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000017637 reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000017638 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
17639
17640Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17641
17642 * testXPath.c xpath.c: fixing the XPath union expressions problem
17643 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
17644
17645Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17646
17647 * xmllint.c: Made is so if the file name is "-" is will read form
17648 standard input. Sven Heinicke <sven@zen.org>
17649 * tree.c: fixed a problem when growing buffer
17650 * tree.h: fixed the comment of the node types following andersca
17651 comment
17652 * TODO: updated
17653
17654Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17655
17656 * HTMLparser.[ch]: added a way to avoid adding automatically
17657 omitted tags. htmlHandleOmittedElem() allows to change the
17658 default handling.
17659 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
17660 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
17661 of xmllint too when using --memory flag, added a memory test
17662 suite at the Makefile level.
17663 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
17664 with namespace use when encountering QNames in XPath evalation,
17665 added xmlns() scheme in XPointer.
17666 * nanoftp.c : incorporated a fix
17667 * parser.c xmlIO.c: fixed problems raised with encoding when using
17668 the memory I/O
17669 * parserInternals.c: closed bug 25934 reported by
17670 torsten.landschoff@innominate.de
17671 * TODO: updated
17672
17673Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17674
17675 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
17676 on a non-updated tree :-(, made a 2.2.10 release to correct the
17677 situation
17678
17679Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17680
17681 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
17682 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
17683 integrated a set of OpenVMS changes from Howard Taylor
17684 <Howard.Taylor@pacoast.com>
17685
17686Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17687
17688 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
17689 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
17690
17691Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17692
17693 * HTMLparser.c: some fixes on auto-open of html/head/body
17694 * encoding.c: fixed a compilation error on some gcc env
17695 * xpath.c xpointer.[ch] xpathInternals.h: improved the
17696 XPointer implementation
17697 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17698 related XPointer tests and associated results
17699
17700Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17701
17702 * doc/xmldtd.html doc/xml.html: following a short step by step
17703 guidance on IRC to help maciej with DTDs I started a small
17704 page on the subject.
17705
17706Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17707
17708 * HTMLparser.c: fixed handling of broken charrefs
17709 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
17710 patches
17711
17712Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17713
17714 * doc/xml.html doc/html/* : rebuilt the docs after adding
17715 xinclude and updated page for 2.2.7 and 2.2.8
17716 * configure.in: releasing 2.2.8
17717
17718Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17719
17720 * parser.[ch] parserInternals.c: applied the conditional
17721 section processing fix from Jonathan P Springer
17722 <jonathan.springer2@gte.net>
17723 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
17724 project file, fixed iconv default non support
17725 * xpath.c: fixed the problem of evaluating relative expressions
17726 when a node context is provided.
17727
17728Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17729
17730 * nanoftp.c: fixed gcc 2.95 new warnings
17731 * SAX.c: fixed a stupid bug
17732 * tree.c: fixed a formatting problem when round-tripping
17733 from/to memory
17734 * xinclude.c: chased memleak, fixed a base problem
17735 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
17736 xmlXPtrBuildNodeList()
17737 * TODO: updated
17738 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
17739 adding a first small set of regression tests for XInclude
17740
17741Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17742
17743 * nanohttp.[ch]: applied Wayne Davison patches to access
17744 the WWW-Authorization header.
17745 * parser.c: Closed Bug#30847: Problems when switching encoding
17746 in short files by applying Simon Berg's patch.
17747 * valid.c: fixed a validation problem
17748 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
17749 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
17750 Wayne Davison
17751 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
17752 need to be extended to non full nodes selections.
17753 * xinclude.c: starts to work decently
17754
17755Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17756
17757 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
17758 debugXML.c xmlversion.h.in: Started adding XInclude support,
17759 this is a new xmllint option
17760 * tree.c xpath.c: applied TOM patches for XPath
17761 * xpointer.c: fixed a couple of errors.
17762 * uri.c: added an escaping function needed for xinclude
17763 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
17764 new warning from RH70 gcc's version
17765
17766Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17767
17768 * HTMLparser.c: fixed loop on invalid char in scripts
17769 * parser.c: update to description of xmlIOParseDTD()
17770 * libxml.m4 xmlversion.h.in: changes contributed by
17771 Michael Schmeing <m.schmeing@internet-factory.de>
17772 * configure.in: preparing for 2.2.7
17773 * Makefile.am: trying to avoid config.h and acconfig.h
17774 being included in the distrib
17775 * configure.in: released 2.2.7
17776
17777Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17778
17779 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
17780 like namespaces for good. Unified xmlNs and xmlNode somewhat.
17781
17782Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17783
17784 * parser.[ch]: added xmlIOParseDTD()
17785 * xpointer.c: added support for the 2 extra parameters of
17786 string-range, fixed a stoopid error when '0' was present
17787 in XPointer expressions
17788 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17789 testsuite for the above
17790
17791Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17792
17793 * libxml.spec.in: improved package descriptions
17794
17795Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17796
17797 * xpath.c xpathInternals.h: applied a large cleaning patch
17798 from TOM <ptittom@free.fr>, it also add namespace support
17799 for function and variables registration.
17800
17801Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17802
17803 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17804 * Makefile.mingw: Wayne Davison's update adding hash.c
17805
17806Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17807
17808 * xpath.c: fixed the root evaluation problems
17809 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17810 ignorable spaces with <b> <bold> <em>
17811 * tree.c: fixed a loop in xmlSearchNsByHref()
17812
17813Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17814
17815 * xpath.c: applied another XPath patch from TOM
17816 * xpath.c include/makefile.am: applied another patch from
17817 china@thewrittenword.com (cleanup on IRIX).
17818
17819Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17820
17821 * xml-config.1: received a fixed version from Fredrik Hallenberg
17822 <hallon@lysator.liu.se>
17823
17824Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17825
17826 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17827 cleanup patch for XPath
17828
17829Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17830
17831 * patched to redirrect all "out of context" error messages to
17832 a reconfigurable routine. The changes are:
17833 * xmlerror.h : added the export of an error context type (void *)
17834 an error handler type xmlGenericErrorFunc there is an interface
17835 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17836 to reset the error handling routine and its argument
17837 (by default it's equivalent to respectively fprintf and stderr.
17838 * all the c files: all wild accesses to stderr or stdout within
17839 the library have been replaced to calls to the handler.
17840
17841Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17842
17843 * configure.in: release 2.2.6
17844 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17845 exporting the inner functions of xpath for extension modules
17846 * doc/*: updated and rebuilt the doc
17847
17848Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17849
17850 * nanohttp.c : applied Wayne HTTP cleanup patch
17851 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17852 and xmlNodeSetSpacePreserve()
17853
17854Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17855
17856 * xpath.c: closing bug #29260
17857
17858Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17859
17860 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17861 multikey tuples, made hash structure opaque
17862 * valid.[ch]: moved elements, attributes, notations decalarations
17863 as well as ID and refs to hash tables.
17864 * entities.c: hash cleanup
17865 * xmlmemory.c: fixed a dump problem in debug mode
17866 * include/Makefile.am: problem passing in DESTDIR= values patch
17867 from Marc Christensen <marc@calderasystems.com>
17868 * nanohttp.c: removed debugging remains
17869 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17870 * HTMLparser.c parser.c: fixing a number of problems with the
17871 macros in the *parser.c files (Wayne).
17872 * HTMLparser.c: close the previous option when opening a new one
17873 (Marc Sanfacon).
17874 * result/HTML/*: updated the HTML results accordingly
17875
17876Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17877
17878 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17879 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17880 XPath functions and XML entities table to them. More to come...
17881 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17882
17883Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17884
17885 * tree.c: coalesce adjacent text nodes
17886 * valid.c: handling of blank nodes in DTd validation (raised
17887 by problems with a posteriori validation).
17888 * nanohttp.c: changing behaviour on HTTP write stuff.
17889 * HTMLtree.c: forced body and html to be explicitely closed.
17890 * xpath.h: exported more XPath functions.
17891
17892Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17893
17894 * Release of 2.2.5
17895 * xpointer.c: range() range-inside and other helper functions
17896 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17897
17898Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17899
17900 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17901 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17902
17903Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17904
17905 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17906 and XPointer modules
17907
17908Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17909
17910 * SAX.h: closed #25107
17911
17912Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17913
17914 * testSAX.c: fixed problem with cdata reporting
17915 * SAXresult/* : updated
17916
17917Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17918
17919 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17920 Closed bug #27499, added to regression tests
17921 * TODO: updated
17922
17923Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17924
17925 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17926 support for SCRIPT and STYLE with help from Bjorn Reese
17927 * test/HTML/* result/HTML/*: added simple testcase and updated
17928 the existing ones.
17929
17930Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17931
17932 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17933 string-range for empty strings
17934 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17935 test/XPath/xptr/strrange: augmented the XPointer testsuite
17936
17937Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17938
17939 * doc/xml.html doc/xmlmem.html: added a module describing memory
17940 interfaces and use, updated the main page.
17941
17942Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17943
17944 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17945 nanoftp code work on Windows too now
17946
17947Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17948
17949 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17950 * xpointer.c: implemented string-range() at least a good first version
17951 * test/XPath/docs/str test/XPath/xptr/strrange
17952 result/XPath/xptr/strrange: the string-range() tests
17953
17954Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17955
17956 * Makefile.am include/Makefile.am include/win32config.h
17957 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17958 and make distcheck
17959
17960Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17961
17962 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17963 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17964 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17965
17966Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17967
17968 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17969 patch for socklen_t detection by
17970 Albert Chin-A-Young <china@thewrittenword.com>
17971
17972Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17973
17974 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17975 and added a --dtdvalid option to xmllint used to test it
17976
17977Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17978
17979 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17980 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17981
17982Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17983
17984 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17985 handlings (registration, lookup, cleanup)
17986
17987Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17988
17989 * configure.in Makefile.am include/makefile.am: adding XPointer
17990 and XPtrtests target
17991 * xpointer.[ch] : new files for XPointer support
17992 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17993 more XPath tests
17994
17995Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17996
17997 * configure.in: fixed, very broken, make distcheck works again
17998
17999Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18000
18001 * More work toward 2.2.5, integrated a number of patches
18002 * configure.in Makefile.am win32config.h.in: trying to cleanup
18003 make distcheck .... huh ...
18004 * include/Makefile.am include/win32config.h: new directory
18005 for includes
18006 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
18007 updated teh makefiles and instructions for WIN32
18008 * xpath.c: small fixes
18009 * test/XPath/ results/XPath: updated the testcases and results
18010 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
18011 suggested patches
18012 * valid.c: fixed an ID bug
18013
18014Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18015
18016 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
18017 the automake bug where wrong dependencies were generated.
18018 * xpath.[ch]: worked on XPointer
18019
18020Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18021
18022 * configure.in Makefile.am: 2.2.5, ship the include in an
18023 include/libxml subdirectory, use symlinks when using CVS
18024 * testSAX.c: fixed small bug
18025 * testXPath.c: changed the way testfiles are parsed
18026 * debugXML.c: same kind of cleanup when parsing an argument expression
18027 XPath/XPointers can have blanks embedded
18028 * xpath.[ch]: more cleanup, reorgs for XPointer work
18029 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
18030 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
18031
18032Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18033
18034 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
18035 in the XPath engine, rewrote large parts of it, now it's far
18036 cleaner and in sync with the REC not an old WD. Fixed a parsing
18037 problem in the interactive XML shell found when testing XPath.
18038
18039Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18040
18041 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
18042 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
18043 examples with the extra test
18044
18045Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18046
18047 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
18048 the global init function.
18049
18050Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18051
18052 * HTMLparser.c: Doohhh, attribute name parsing was still case
18053 sensitive ! Fixed this ...
18054 * result/HTML/* : updated the tests results accordingly
18055
18056Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18057
18058 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
18059 engine, should be far more stable, incorporated a new version of
18060 preceding/following axis, need testing
18061 * uri.c: fixed file:///c:/a/b/c problem
18062 * test/XPath/tests/idsimple: augmented the XPath tests
18063
18064Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18065
18066 * doc/* rebuilding docs for 2.2.4 release
18067
18068Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18069
18070 * configure.in: releasing 2.2.4
18071 * parser.[ch]: added xmlStrEqual()
18072 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
18073 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
18074 use xmlStrEqual instead
18075 * TODO: updated
18076 * added an XPath test
18077
18078Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18079
18080 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
18081 * entities.h: exported xmlInitializePredefinedEntities
18082 * parser.[ch] : added xmlInitParser()
18083 * parserInternals.h : had to export htmlInitAutoClose()
18084
18085Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18086
18087 * xpath.[ch] : fixed some serious XPath Predicate evaluation
18088 problems
18089 * Makefile.am : added XPath regression tests to normal tests
18090 * uri.c: fixed a problem with local paths, cleanup
18091 * parser.c: fixed a problem with large CData sections
18092
18093Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18094
18095 * configure.in xml-config.in: patch from "Ben Taylor"
18096 <sol7x86@hotmail.com> for solaris shared libs lookup
18097
180982000-09-30 Martin Baulig <baulig@suse.de>
18099
18100 * libxml-2.0.pc.in: Provide pkg-config script.
18101
18102 * configure.in: Create the libxml-2.0.pc script from the
18103 libxml-2.0.pc.in templates.
18104 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
18105 script in `$(libdir)/pkgconfig'.
18106
18107Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18108
18109 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
18110 when compiling with MSC
18111
18112Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18113
18114 * xpath.c: patch for normalize-string() substring-before(),
18115 substring-after() and translate() functions from Bjorn Reese
18116 <breese@mail1.stofanet.dk>
18117 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
18118 Fredrik Hallenberg <hallon@lysator.liu.se>
18119 * TODO: updated
18120
18121Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18122
18123 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
18124 problem of socklen_t being undefined on a number of platforms
18125 * debugXML.c: fixed a compilation problem when without snprintf
18126
18127Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18128
18129 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
18130 an URI bug and a fix for the control-character-induced infinite loop
18131 * nanohttp.c: preventive fix for compiling on WIN32
18132
18133Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18134
18135 * xmlint.c: closing bug #25000
18136
18137Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18138
18139 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
18140 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
18141 modified slightly Wayne Davison patch adding xmlStrcasecmp and
18142 related function, fixing xmlStrncmp(), and associated cleanup
18143 * result/HTML/entities.html.sax: updating result
18144
18145Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18146
18147 * uri.c: applied patch for URI escaping from Wayne Davison
18148 <wayned@blorf.net>
18149 * tree.c parserInternals.c HTMLparser.c: memset checks patches
18150 from Denis Barbier <barbier@imacs.polytechnique.fr>
18151 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
18152 patch from Wayne Davison
18153
18154Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18155
18156 * doc/xml.html : updated with new releases, adding "how to help"
18157
18158Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18159
18160 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
18161 removed a few warnings in pedantic mode ...
18162 * parserInternals.c parser.c: moved encoding switching function
18163 to parserInternals.c
18164 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
18165
18166Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18167
18168 * HTMLparser.c parser.c: set ctxt->errNo before calling the
18169 error or warning handlers
18170
18171Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18172
18173 * parserInternals.c parserInternals.h parser.c Makefile.am:
18174 created a new module parserInternals.c, moved most of the
18175 code shared by the various parsers there, as well as
18176 deprecated code from parser.c. More cleanup of parser.c
18177 * uri.c: fixed a problem when URI is NULL
18178 * valid.c: speedup when looking for an attribute declaration
18179
18180Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18181
18182 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
18183 the cleanup of the computation of URI references when seeking
18184 external entities. The URI reference string and the resulting
18185 URI are both stored now.
18186 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
18187 large s(n)printf checks and cleanup from Denis Barbier
18188 <barbier@imacs.polytechnique.fr>
18189 * xmlversion.h.in tree.h: couple of SGML declarations for a
18190 possible docbook module.
18191 * result/VC/ : a couple of test output changed due to the change
18192 of the entities URI
18193
18194Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18195
18196 * parser.h: added a _private field for linking user's data
18197
18198Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18199
18200 * parser.c parserInternals.h: demacroified most of the IS_XXX
18201 the gain in size is significant so ...
18202
18203Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18204
18205 * entities.c: cases where looking up entities with doc==NULL
18206 covered
18207
18208Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18209
18210 * uri.c: applied Wayne Davison patch
18211 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
18212
18213Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18214
18215 * uri.c testUri.c: applied Wayne Davison patches
18216 * test/URI/uri.data result/URI/uri.data: first set of tests/results
18217 * Makefile.in: added URItest and included thenin "make tests"
18218
18219Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18220
18221 * xmlversion.h.in: closed bug 22941
18222
18223Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18224
18225 * doc/xmlio.html: added doc and example for entity loader
18226 redefinition.
18227
18228Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18229
18230 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
18231 used by libxml
18232
18233Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18234
18235 * parser.c: Fixed bug on invalid ontent characters and when using
18236 push.
18237 * xmllint.c: fixed xmllint endling of errors in push mode
18238
18239Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18240
18241 * HTMLparser.c testHTML.c: applied two new patches from
18242 Wayne Davison <wayned@users.sourceforge.net>
18243 * result/HTML/*.sax: regenerated HTML SAX output
18244 * parser.c: more cleanup.
18245
18246Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18247
18248 * HTMLparser.[ch] testHTML.c: applied the second set of
18249 patches from Wayne Davison <wayned@users.sourceforge.net>,
18250 adding htmlEncodeEntities()
18251 * HTMLparser.c: fixed an ignorable white space detection bug
18252 occuring when parsing with SAX only
18253 * result/HTML/*.sax: updated since the output is now HTML
18254 encoded...
18255
18256Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18257
18258 * HTMLparser.[ch]: applied some of Wayne Davison
18259 <wayned@users.sourceforge.net> patches
18260
18261Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18262
18263 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
18264 undeclared namespace prefix was used, added a warning.
18265 Cleaned up support w.r.t. entities, spilling out a warning
18266 and being pedantic on lookups.
18267 * test/warning/ent9 : added testcase for previous example.
18268 * TODO: updated
18269 * parserInternals.h parser.c: changed the way names are parsed
18270 now allow infinite size and decrease penalty for normal use
18271 * parser.c: Started a big cleanup/check of the parser code,
18272 fixed some of the most tortuous entity code, spotted code
18273 unused anymore
18274 * test/*: added tests for very long names and related nasty
18275 things.
18276
18277Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18278
18279 * doc/encoding.html: added encoding aliases doc
18280 * doc/xml.html: updates
18281 * encoding.[ch]: added EncodingAliases functions
18282 * entities.[ch] valid.[ch] debugXML.c: removed two serious
18283 bottleneck affecting large DTDs like Docbook
18284 * parser.[ch] xmllint.c: added a pedantic option, will be
18285 useful
18286 * SAX.c: redefinition of entities is reported in pedantic mode
18287 * testHTML.c: uninitialized warning from gcc
18288 * uri.c: fixed a couple of bugs
18289 * TODO: added issue raised by Michael
18290
18291Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18292
18293 * doc/encoding.html: propagated Martin Duerst suggestions
18294
18295Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18296
18297 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
18298 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
18299 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
18300 by Wayne Davison
18301
18302Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18303
18304 * nanoftp.c nanohttp.c: small cleanup
18305 * TODO: updated
18306
18307Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18308
18309 * added an old VC testcase and updated title.xml entity
18310
18311Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18312
18313 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
18314 done on auto-opening of <p> tags and cleanup of SAX output
18315
18316Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18317
18318 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
18319
18320Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18321
18322 * doc/xml.html libxml.* structure.*: updated the doc a bit
18323
18324Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18325
18326 * testSAX.c testHTML.c result/HTML/: cleanup of the output
18327 of SAX tests
18328
18329Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18330
18331 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18332 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
18333
18334Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18335
18336 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
18337 * testHTML.c: fix core dump on Solaris 2.x systems
18338 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
18339 * result/HTML/*.sax: previous bug fix lead to new results
18340
18341Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18342
18343 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18344 * configure.in: added --with-readline=DIR to accept alternate
18345 path for readline include/library
18346 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
18347 for ANSI under HP-UX
18348 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
18349 includes @LIBS@
18350
18351Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18352
18353 * doc/* : rebuilt the docs
18354 * getting ready for 2.2.2 release
18355
18356Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18357
18358 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
18359 and xmlAddFeature()
18360 * tree.[ch]: added xmlAddChildList()
18361 * xmllint.c: MAP_FAILED macro test
18362 * parser.h: added xmlParseCtxtExternalEntity()
18363 * valid.c: applied bug fixes removed warning
18364 * tree.c: added CDATA block to elements content
18365 * testSAX.c: cleanup of output
18366 * testHTML.c: added SAX testing
18367 * encoding.c: better error recovery
18368 * SAX.c, parser.c: fixed one of the external entity processing
18369 of the OASis testsuite
18370 * Makefile.am: added HTML SAX regression tests
18371 * configure.in: bumped to 2.2.2
18372 * test/HTML/ result/HTML: added a few of HTML tests, and added the
18373 SAX results
18374
18375Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18376
18377 * configure.in: patch for HP compiler
18378
183792000-08-04 Sven Heinicke <sven@zen.org>
18380
18381 * xmllint.c: Was coredumping sometimes when the file given didn't
18382 exist.
18383
18384Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18385
18386 * parser.c xmlIO.[ch]: fixed the problem of encoding support
18387
18388 when using in memory parsing. Need some cleanup.
18389 * xmllint.c configure.in: added a --memory flag to test memory
18390 parsing
18391
18392Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18393
18394 * nanohttp.c: fixed socklen_t replacement to unsigned int
18395 * parser.c: fixed a space handdling missing at the end of
18396 production 28 DOCTYPE.
18397 * xmlmemory.c: fixed a stupid bug on the routine to override
18398 allocation functions
18399 * TODO: updated
18400
18401Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18402
18403 * doc/ regenerated the docs
18404
18405Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18406
18407 * doc/encoding.html doc/xml.html: added I18N doc
18408 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
18409 improvements, both parser and filters, added ASCII & HTML,
18410 fixed the ISO-Latin-1 one
18411 * xmllint.c testHTML.c: added/made visible --encode
18412 * debugXML.c : cleanup
18413 * most .c files: applied patches due to warning on Windows and
18414 when using Sun Pro cc compiler
18415 * xpath.c : cleanup memleaks
18416 * nanoftp.c : added a TESTING preprocessor flag for standalong
18417 compile so that people can report bugs more easilly
18418 * nanohttp.c : ditched socklen_t which was a portability mess
18419 and replaced it with unsigned int.
18420 * tree.[ch]: added xmlHasProp()
18421 * TODO: updated
18422 * test/ : added more test for entities, NS, encoding, HTML, wap
18423 * configure.in: preparing for 2.2.0 release
18424
18425Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18426
18427 * nanoftp.c: fixed the way the control connection is handled
18428 * libxml.spec.in: fixed the dependencies and cleanup
18429
18430Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18431
18432 * doc/xml.html: changed the xmlsoft.org structure, updated the
18433 examples w.r.t. root and childs
18434
18435Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18436
18437 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
18438
18439Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18440
18441 * HTMLparser.c: Work on character encoding support for the HTML parser
18442 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
18443 * encoding.c: Fixed a potential memleak in the encoding stuff
18444
18445Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18446
18447 * doc/FAQ.html doc/Makefile.am : added a FAQ
18448
18449Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18450
18451 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
18452 of the HTML parser to force it to not bypass SAX
18453
18454Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18455
18456 * win32config.h.in: updated
18457 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
18458 lacks iconv support :-( need to release 2.1.1
18459 * configure.in: release 2.1.1
18460 * HTMLparser: fixed bug #14784
18461 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
18462 by Windows compiler
18463 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
18464 the SAX startDocument() callback.
18465 * TODO: updated
18466
18467Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18468
18469 * added xmlStopParser()
18470
18471Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18472
18473 * configure.in: 2.1.0 prerelease
18474 * Large resync between W3C and Gnome tree
18475 * nanoftp, nanohttp.c: fixed stalled connections probs
18476 * HTMLtree.c SAX.c : support for attribute without values in
18477 HTML for andersca
18478 * valid.c: Fixed most validation + namespace problems
18479 * HTMLparser.c: start document callback for andersca
18480 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
18481 * parser.h, SAX.c: serious speed improvement for large
18482 CDATA blocks
18483 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
18484 different encoding
18485 * example/Makefile.am example/gjobread.c tree.h: work on
18486 libxml1 libxml2 convergence.
18487 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
18488 and the LIBXML_TEST_VERSION macro
18489
18490Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18491
18492 * doc/xml.html: various patches and improvements typo fixed by
18493 Felix Natter
18494 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
18495 from Felix Natter <fnatter@gmx.net>
18496
18497Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18498
18499 * doc/upgrade.html: updated with instructions for support of both
18500 libxml-1.x and libxml-2.x
18501 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
18502 for 2.x support and also fixed includes
18503
18504Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18505
18506 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
18507 the encoding support, added iconv support, so now libxml if
18508 compiled with iconv automatically support japanese encodings
18509 among others. Work based on initial patch from Yuan-Chen Cheng
18510 I may have broken binary compat in the encoding handler
18511 registration scheme, but that was so utterly broken I don't
18512 expect anybody to have used this feature until now.
18513 * parserInternals.h: fixup on the CHAR range macro
18514 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
18515 code.
18516 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
18517 * uri.c: added xmlParseURI() I can't believe I forgot to
18518 implement this one in 2.0 !!!
18519 * SAX.c: moved doc->encoding update in the endDocument() call.
18520 * TODO: updated.
18521
18522Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18523
18524 * tree.h: removed extraneous xmlRemoveProp definition
18525 * TODO: added item about --disable-corba configure switch
18526 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
18527 * nanoftp.c: fixed include problems giving troubles on AIX and
18528 slowlaris
18529 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
18530 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
18531 comment and headers changes to lower gtk-doc number of warnings
18532 * doc/html/*: rebuilt docs
18533
18534Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18535
18536 * HACKING: documented the tag for 1.x and instructions
18537
18538Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18539
18540 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
18541 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
18542 xmlCreateIOParserCtxt
18543 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
18544 significant overall improvement
18545 * xmllint.c: added I/O test to xmllint
18546 * testSAX.c: added a speed test
18547 * doc/* : updated/regenerated
18548
18549Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18550
18551 * xpath.c uri.h parserInternals.h: cosmetic changes from
18552 "Timur I. Bakeyev" <timur@bat.ru>, including making
18553 xmlCreateURI() public
18554
18555Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18556
18557 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
18558 and the code at the same time. Added a clean mechanism for
18559 overload or added input methods: xmlRegisterInputCallbacks()
18560 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
18561 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
18562 * TODO: updated
18563 * doc/* : updated/regenerated
18564 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
18565 source dir
18566
18567Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18568
18569 * testURI.c: yet another forgotten commit, I should get some sleep !
18570
18571Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18572
18573 * xmllint.c: forgot to commit this too ?
18574
18575Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18576
18577 * xmlversion.h.in : forgot to commit this previously
18578
18579Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18580
18581 * configure.in: preparing libxml-2.0.0 version looks Ok so far
18582 * README TODO: updated for release
18583 * uri.c uri.h: added authority parsing/saving
18584 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
18585 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
18586 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
18587 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
18588 Makefile.am : added compile-time customization of libxml
18589 --with-ftp --with-http --with-html --with-xpath --with-debug
18590 --with-mem-debug
18591 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
18592 #include <libxml/xxx.h> I hope it won't break too much stuff
18593 and will be manageable in the future...
18594 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
18595 and added xmllint to the installed programs
18596 * uri.h: added xmlFreeURI()
18597
18598Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18599
18600 * uri.c uri.h: finished the escaping handling, the base support
18601 and the URI path normalization. Looks good just lacks the
18602 authority content parsing code.
18603 * Makefile.am: added instructions to generate testURI
18604 * TODO: updated
18605 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
18606 added links and icons for W3C and Gnome
18607
18608Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18609
18610 * xmlmemory.[ch] : seems I forgot to actually update the files in
18611 the last commit :-)
18612 * doc/xml.html doc/html/* : updated and uploaded the docs
18613
18614Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18615
18616 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
18617 * TODO: updated
18618 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
18619 libxml default allocation function with another set (like gmalloc/
18620 gfree).
18621 * Makefile.am, uri.c, uri.h: added a set of functions to do
18622 exact (litteraly copied from the RFC 2396 productions) parsing
18623 and handling of URI. Will be needed for XLink, one XML WFC,
18624 XML Base and reused in the nano[ftp/http] modules. Still work
18625 to be done.
18626
18627Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18628
18629 * configure.in, libxml.spec.in : libxml2
18630 * doc/* : updated the doc page, rebuilt the docs
18631
18632Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18633
18634 * all: tagged LIB_XML_1_X
18635 * *.c *.h : updated from W3C CVS tree
18636 * configure.in : 2.0.0-beta
18637 * libxml.spec.in : libxml2 package nam
18638 * result/* : new version of the tests output
18639
18640Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18641
18642 * doc/xml.html, doc/update.html: updated docs, 1.8.7
18643
18644Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18645
18646 * doc/* : rebuilt the docs
18647 * parser.c: final patch on #6766
18648 * valid.c: small patch on validity checks.
18649
18650Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18651
18652 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
18653 added
18654 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
18655 compatibility w.r.t. XML spec and existing code.
18656
18657Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18658
18659 * parser.c: seems a better solution to <a> </a> exists,
18660 will try it for a while
18661
18662Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18663
18664 * parser.c: tried to remove the <a> </a> generating <a/>
18665 this is hard. Left a flag for that purpose. Fixed bug #6766
18666 * configure.in: prepared 1.8.7 not released, due to previous
18667 problem
18668
18669Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18670
18671 * doc/xml.html : applied second patch from Paul DuBois
18672
18673Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18674
18675 * doc/xml.html : applied patch from Paul DuBois
18676
18677Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18678
18679 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18680
18681Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18682
18683 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
18684 compilation warnings on various platforms.
18685 * parser.c: Fixed #5281 validity error callbacks are now desactived
18686 by default if not validating.
18687
18688Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18689
18690 * nanoftp.c, win32config.h.in: patches to compile on WIN32
18691
18692Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18693
18694 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
18695 <gkatsi@cs.toronto.edu>
18696
18697Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18698
18699 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
18700 processing URLs
18701
18702Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18703
18704 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
18705 xmlNanoFTPUpdateURL for persistent control connections.
18706 * configure.in: 1.8.6
18707
18708Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18709
18710 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
18711 * tree.[ch] : added xmlSaveNoEmptyTags
18712
187132000-01-29 James Henstridge <james@daa.com.au>
18714
18715 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
18716
18717 * Makefile.am: added nanoftp.[ch] to the build.
18718
18719Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18720
18721 * nanoftp.[ch]: cleanup, comments, API
18722 * debugXML.c : fixed a bug in the cat command
18723 * doc/*: regenerated the docs
18724
18725Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18726
18727 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
18728 * debugXML.c : fixed a bug in the cat command
18729 * valid.c: fixing some small probs
18730 * libxml.spec.in: get rid of the SNAP suffix
18731 * doc/xml.html: updated the status
18732
18733Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18734
18735 * xml-config.in: xml-config --version to just return the
18736 version number
18737 * xpath.c: some cleanup w.r.t. axis when the current node is
18738 an attribute.
18739 * TODO: updated
18740
18741Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18742
18743 * configure.in: prepared for libxml-1.8.5
18744 * doc/* recompiled the documentation
18745
187462000-01-17 Jody Goldberg <jgoldberg@home.com>
18747
18748 * configure.in : WARNING autoconf subtlety alert :
18749 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
18750 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18751 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
18752 get defined by AC_CHECK_HEADERS.
18753
18754Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18755
18756 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
18757 Rune.Djurhuus@fast.no
18758
18759Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18760
18761 * TODO: updated
18762 * tree.c, parser.c: made sure that only memory alloc problems
18763 and internal parser errors are allowed to write to stdout or
18764 stderr.
18765
18766Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18767
18768 * tree.c : restored xmlNewGlobalNs since this seems used by
18769 a lot of existing code :-(, fixed a bug in xmlNewNs
18770 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
18771 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18772 to exit() from the library code.
18773 * xpath.c, parser.c: removed bugs or unused code detected by
18774 Windows compilers
18775 * parser.c: started adding interfaces for parsing well balanced
18776 XML fragments
18777 * configure.in: releasing 1.8.4
18778 * doc/* : rebuilt the docs
18779
18780Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18781
18782 * tree.[ch] : added xmlNewDocFragment() for DOM
18783 * testHTML.c: uninitialized variable.
18784
18785Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18786
18787 * doc/* : rebuild the docs
18788
18789Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18790
18791 * acconfig.h: readline and history patch
18792 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
18793 * tree.c: added check and handling when possibly removing an ID
18794 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18795 and saving.
18796 * test/HTML/entities.html result/HTML/entities.html* : test for
18797 various entities reference cases
18798 * result/HTML/* : as a result output of some testcase have
18799 changed
18800 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18801 by previous example. added xmlParseTryOrFinish().
18802 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18803 entities.h debugXML.h HTMLparser.h: changed the way struct are
18804 declared to allow gtk-doc to expose those
18805 * parser.c: closed bug #4960
18806 * Makefile.am configure.in: Applied patch from
18807 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18808 and math/socket libs detection
18809
18810Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18811
18812 * configure.in, Makefile.am: link tester against readline
18813 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18814
18815Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18816
18817 * tree.[ch]: added xmlRemoveProp
18818 * win32config.h.in nanohttp.c: avoid including the Windows
18819 socket stuff in every C files
18820 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18821 the XmL parser(s)
18822 * test/ns4 result/ns4 etc...: added test case for previous prob
18823 * tree.c: xmlNewNs wasn't checking for double definition
18824 * Makefile.in: fixed a problem with dist-hook duplicates
18825 * parser.[hc], xmlIO.c: fixed the loading of external entities
18826 APIs, now xmlLoadExternalEntity() is used everywhere and
18827 setting up an app specific front-end using the
18828 * SAX.c parser.c: some fixes, now the xhtml spec validates
18829 with the xhtml DTD.
18830 * error.c: fixed crashes in case of no input stream
18831 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18832 to the validation tests and results
18833
18834Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18835
18836 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18837 too htmlCreatePushParserCtxt() and htmlParseChunk()
18838 * parser.c: a bit of cleanup.
18839 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18840 to XML) removed the last mem leak known
18841 * HTMLtree.c: output message cleanup
18842 * xmlmemory.c: display content info about memory blocks
18843 * result/HTML/wired.* : missing att value warning change
18844
18845Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18846
18847 * doc/* : rebuilt the documentation
18848
18849Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18850
18851 * parser.[ch] parserInternals.h: Push parser for XML,
18852 seems to work fine now
18853 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18854 --push for push testing
18855 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18856 * testSAX.c: added --push
18857 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18858 subtree
18859 * xmlIO.[ch] : enriched API + fixes for push mode
18860 * entities.[ch]: added the entity content length to the struct.
18861 * xmlmemory.[ch]: new API to show the last entries for the shell
18862 * valid.c: added required attribute testing
18863 * SAX.c: the cdata callback now merge contiguous fragments
18864 * HTMLparser.c: cleanup of some macros
18865
18866Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18867
18868 * parser.c: fix for PIs name starting with xml
18869 * tree.c: fixed a potential problem with || and && ops
18870 * *.c, configure.in win32config.h.in : generate win32config.h for
18871 those on the Other Side !
18872
18873Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18874
18875 * parser.c: fixed a stupid = vs. == bug :-(
18876 * doc/gnome-xml.sgml: s/glade/xml/
18877
18878Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18879
18880 * configure.in, doc/xml.html : bug fix release 1.8.2
18881 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18882 Hopefully the end of that silly C++ include problem
18883 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18884 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18885 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18886 troubles with autoclosed elements when the stree shape doesn't
18887 follow the DtD specs. Added htmlIsAutoClosed() and
18888 htmlAutoCloseTag()
18889 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18890 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18891 * debugXML.c: fixed a bug on printing default namespaces.
18892 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18893
18894Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18895
18896 * result/HTML/*.htm[l] : updated the HTML regression tests according
18897 to the new output
18898 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18899 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18900 problem due to intermix of extern "C" { ... } declarations for C++
18901 and recursive includes in the headers
18902
189031999-12-20 Chris Lahey <clahey@umich.edu>
18904
18905 * HTMLtree.c: Made it so that html nodes with a single child do
18906 not insert a carriage return before or after the child node.
18907
18908Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18909
18910 * configure.in, doc/xml.html : bug fix release 1.8.1
18911 * parser.c: fixed bug #4344
18912 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18913 added the glue to avoid C++ problems
18914 * doc/* : regenerated the documentation
18915
18916Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18917
18918 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18919 namespace recognition, and Dia as a resul :-(
18920 * encoding.c: closed bug #3950
18921
18922Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18923
18924 * valid.c: debugging a posteriori validation, except URI expansion
18925 stuff this should be fixed now
18926 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18927 Carl Nygard <cnygard@bellatlantic.net>
18928 * tester.c: added --postvalid, cleaning of the code
18929 * tree.[ch]: added xmlDocGetRootElement()
18930
18931Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18932
18933 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18934 c++ losage.
18935
18936Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18937
18938 * configure.in, doc/xml.html : bumped to 1.8.0
18939 * xlink.[ch], Makefile.am : added framework for link detection
18940 * parser.h: added nbChars to parser context, needed for cleanup.
18941 * xmlmemory.c: removed a nasty bug when out of mem
18942 * valid.[ch]: adding namespace support for attribute decl
18943 * tester.c: added --debugent option
18944 * debugXML.[ch]: added xmlDebugDumpEntities()
18945 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18946 buffers instead, this was really needed, validation was breaking
18947 in strange ways due to that. Added xmlParseStringPEReference()
18948 and other parsing from strings functions. Entities processing
18949 modified again, but PERef are still not handled correcly but
18950 unless you're Eve Maller you won't notice :-)
18951 * HTMLparser.c: large changes toward reliability, and switched to
18952 lowercase internal tags, XHTML is lowercase, so it will help
18953 that output is closer to next version.
18954 * doc/* : regenerated the documentation, it is now hosted at
18955 http://xmlsoft.org/ (same bits I just bought the domain :-)
18956
18957Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18958
18959 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18960 doc generation
18961 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18962 in the SAX API
18963 * doc/*: rebuilt the doc making sure everything appears in the
18964 HTML files
18965
18966Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18967
18968 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18969 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18970 which allow impressive speed improvement on dataset with
18971 large text pieces, but at the cost of broken binary
18972 compatibility and slightly bigger memory usage.
18973 Configure with --with-buffers to activate them, they
18974 are protected with XML_USE_BUFFER_CONTENT define.
18975 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18976 goal is 0 memory left allocated once parser is no more used
18977 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18978 call xmlCleanupParser() and xmlMemoryDump()
18979
18980Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18981
18982 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18983 * parser.[ch] encoding.[ch]: added memory cleanup routines
18984 * parser.c: closing bug #3788
18985 * doc/*: rebuilt the doc
18986
18987Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18988
18989 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18990 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18991 * tester.c: added --compress option
18992 * doc/*: rebuilt the documentation
18993
18994Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18995
18996 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18997 if given /proc/kcore as input !
18998 * doc/xml.html doc/*: updated and rebuilt the documentation
18999
19000Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19001
19002 * parser.c: Fixed some wrongly space collapsing code due to
19003 a misreading of the spec.
19004 * result/*: fixed the output accordingly
19005
19006Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19007
19008 * encoding.c: bug fix and typos
19009 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
19010 * parser.c: added attribute normalization closing bug #3597
19011 * test/att* result/att* SAXresult/att*: testcase for attribute
19012 normalization
19013
19014Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19015
19016 * configure.in: closing bug #3163 by adding extra flags for the
19017 cc compiler on HP-UX
19018
19019Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19020
19021 * valid.[ch] : removed a typo and an enumerated type bug in the
19022 xmlAddElementDecl() function
19023 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
19024 call to xmlEncodeEntitiesReentrant() so that the functions
19025 New, Set and Get are at the same level.
19026 * parser.c HTMLparser.c: extra memory allocation bug for
19027 attributes detected by someone using libxml in embedded systems :-)
19028
19029Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19030
19031 * xmlmemory.h: turned off mem debug :-\
19032
19033Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19034
19035 * parser.c: closed bug #2784 a one line fix, but worth pushing
19036 a new release out
19037 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
19038 some structures, comments before and after the
19039 main element, and other nastyness
19040 * HTMLtree.c tree.c: accomodate the extended HTML supported
19041 * configure.in: pushing 1.7.4
19042 * test/ent8 and related outputs : added a new test for bug #2784
19043 * test/HTML/wired.html and related output: a nasty HTML example
19044 * Makefile.am: improved the test scripts
19045 * docs/* : reran the documentation extractor, updated xml.html
19046
19047Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19048
19049 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
19050 HTMLparser and debugged the HTML related code. HTML documents
19051 now have their own type
19052 * entities.c: do not dump &apos; for HTML output
19053 * xmlmemory.c: improvement, breakpoint mechanism
19054 * testHTML.c: added --sax --repeat ...
19055 * Makefile.am: improved the HTML tests
19056 * valid.[ch]: added xmlValidGetValidElements and
19057 xmlValidGetPotentialChildren
19058 * tester.c: added --insert to test the 2 new functions
19059 * test//* result//* SAXresult//* : regression test cleanup
19060 and extension.
19061 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
19062 gnome-xml-nanohttp.html
19063
19064Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19065
19066 * HTMLparser.c: fixed problems with some autoclose tags
19067 * tree.c: fixed XML output problems.
19068 * result/* SAXresult/*: update of the tests output
19069
19070Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19071
19072 * Makefile.am: Arturo patch for xmlConf.sh version info
19073 * parser.c: Tim Josling patch for single quoted items
19074 * tester.c: Tim Josling patch for tester options usage
19075 * tree.h: indent cleanup
19076
19077Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19078
19079 * HTMLparser.c parser.h : Fixed problems with HTML parsing
19080 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
19081
19082Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19083
19084 * tree.c : Raph patch for initialization of CORBA fields
19085 * parser.c, xpath.c, ...: modification of doc comments
19086 * xpath.c : allow spaces in xpath expressions
19087
19088Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19089
19090 * xmlmemory.h: turning off memory debug :-(
19091
19092Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19093
19094 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
19095 better SAX interfaces.
19096 * testSAX.c: uses the new SAX routine, avoid fetching any remote
19097 entity.
19098 * configure.in: 1.7.2
19099
19100Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19101
19102 * libxml.spec.in: fixed the URL
19103 * doc/xml.html: improved the documentation front-end
19104
19105Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19106
19107 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
19108
19109Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19110
19111 * libxml.spec.in: fixed the alpha compile problem
19112 * parser.[ch]: changed errno to errNo in the parser context :-(
19113 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
19114 * doc/xml.html: changed CHAR to xmlChar
19115 * doc/html/*: recompiled the documentation
19116 * configure.in: 1.7.1
19117
19118Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19119
19120 * parser.h: modified the parser context struct to regain 1.4.0
19121 binary compatibility
19122 * parser.c, xml-error.h: added errno ot teh context and defined
19123 a set of errors values with update of errno
19124 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
19125 DTDs and entities
19126 * *.h, *.c: complete cleanup of the use of config.h and include
19127 protection depending on the current setup.
19128 * overalll debugging, maintenance and bug-fixing on all modules
19129 * updated the documentation
19130 * ready for 1.7.0
19131
19132Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19133
19134 * HTMLparser.c : cleanup
19135 * SAX.c valid.c valid.h: added ID/IDREF checking
19136 * tree.c tree.h: extended doc structure for refs
19137 * configure.in: 1.6.2
19138 * parser.c: patched bug in SAX user arg call
19139 * parserInternals.h: patched missing close in C++ wrapping
19140 * testXPath.c xpath.c xpath.h: prepared for extensibility,
19141 especially upcoming XPointer implementation.
19142 * doc/xml.html: augmented, typo
19143
19144Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
19145
19146 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
19147 not all invocations of install understand -d.
19148
19149Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
19150
19151 * Makefile.am: prepend all the test* calls with $(top_builddir) -
19152 to make 'check' works, when builddir != srcdir.
19153
19154Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19155
19156 * doc/xml.html : updated the documentation
19157
19158Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19159
19160 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
19161 not deallocated memory blocks
19162 * *.c : replaces all calls to malloc() free() and realloc() to
19163 the wrapper functions/macros
19164 * tree.c : removed memory leaks dues to calling xmlFreeNode()
19165 instead of xmlFreeNodeList()
19166
19167Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19168
19169 * HTMLparser.c: corrected a stupid bug leading to core dump at
19170 tree deallocation. Removed warnings indicated by
19171 Stephane.Conversy@lri.fr
19172 * entities.c: Fixes Yet Another Stupid Bug, entities were not
19173 looked for in the external subset
19174
19175Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19176
19177 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
19178 on SGI by Stephane.Conversy@lri.fr
19179
19180Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19181
19182 * all .h : changed the prototype declaration indent as in gtk
19183 * most .c : working on reducing the TODOs in the code
19184 * most .c : cleanup though -pedantic and Insure++
19185 * improvements on validation ID checkings.
19186 * tree.[ch] SAX.c: added support for namespace on attributes #2022
19187 * xml-config.in: closed #1810
19188
19189Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19190
19191 * tree.h, valid.c, valid.h: more work on validity, IDs
19192 * xpath.c: added/fixed comparidon and equlity, added a new isinf
19193 definition for AIX
19194
19195Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19196
19197 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
19198 the distribution due to a cut'n paste error at last commit
19199
19200Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19201
19202 * configure.in: upgraded to version 1.4.0
19203 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
19204 Big update, added a large part of the validation process,
19205 it should be usable, but some parts are missing
19206 * xpath.c: improved the implementation w.r.t. root.
19207 * Makefile.am: added more tests
19208 * test and result trees: added a lot of tests
19209 * libxml.spec.in: export libxml.so.0 and libxml.so.1
19210
19211Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19212
19213 * Added an HACKING file
19214
19215Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19216
19217 * xpath.[ch] : improvements and debug of the XPath implementation
19218 * parser.c, HTMLparser.c : modified the parsers to be progressive
19219 * tree.[ch] : extended the Buffer promitives
19220 * xmlIO.[ch] : added basic I/O routines providing progressive
19221 parsing and ready for I18N conversion plugins
19222 * SAXresult/* : the SAX callback sequence maybe slightly different
19223 now
19224 * test*.c : improved/updated the tests programs
19225 * doc/* : recompiled the docs.
19226
192271999-07-26 Michael Meeks <michael@edenproject.org>
19228
19229 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
19230
19231 * tree.c: Ditto.
19232
19233Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19234
19235 * configure.in: upgraded to version 1.4.0
19236 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
19237 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
19238 XML query language, see http://www.w3.org/TR/xpath for more details.
19239 * parser.c, parser.h: added CHAR* related string functions for XPath
19240 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
19241 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
19242 rebuild the docs.
19243 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
19244 and regression testing capabilities for XPath.
19245
19246Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19247
19248 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
19249 closing bug #1646
19250
19251Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19252
19253 * Makefile.am, example/Makefile.am: closed bug #1683
19254
19255Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19256
19257 * example/Makefile.am, configure.in: added the makefile for the
19258 gjobread example
19259
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019260Sat Jul 10 14:19:11 CEST 1999 Tomasz KÅ‚oczko <kloczek@pld.org.pl>
William M. Brack11be2d02007-01-24 19:17:19 +000019261
19262 * doc/Makefile.am:
19263 - fix which allow "make install DESTDIR=</install/prefix>".
19264
19265Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19266
19267 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
19268 which fixed a problem on the file reading-code.
19269
19270Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19271
19272 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
19273 output.
19274 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
19275
19276Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19277
19278 * parser.h : Oops removed the binary compatibility problem
19279 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
19280 * parser.c, HTMLparser.c: applied patches for reading from stdin
19281
19282Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19283
19284 * parser.c, entities.c, valid.c: cleanup bug #1591
19285 * configure.in: cleanup bug #1592
19286 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
19287 the same tree back-end. Hence gdome will be available for it.
19288 * doc/Makefile.am: close bug #617
19289
19290Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19291
19292 * parser.c: alloctate a per parser context SAX interface block
19293
19294Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19295
19296 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
19297 and xmlEncodeEntitiesReentrant with the correct one :-\
19298
19299Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19300
19301 * commit of my internal XML base changes, quite a lot of
19302 changes, cleanups, better entities support, framework for
19303 new I/O and charset detection and handling
19304 * Fixed the configure/Makefile stuff to generate shared libs
19305 with the proper version info, so we jumped on rev from
19306 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
19307 xmlEncodeEntities() result need to be freed now, and a string
19308 xmlParserVersion provide the current library version.
19309
19310Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
19311
19312 * parser.c: fixed a buffer overrun for when you have a very long
19313 attribute with no entities in it.
19314
19315Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19316
19317 * added example directory
19318 * added example/gjobs.xml gjobread.c, still need a Makefile.in
19319
19320Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19321
19322 * Release of libxml-1.1, nearly everything has been touched for
19323 this.
19324 * Added more regression tests
19325 * Updated the documentation
19326
19327Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19328
19329 * tree.[ch]: unified the XML_NO_CORBA defines.
19330 * parser.c encoding.[ch]: started plugging in char encoding detection
19331
19332Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
19333
19334 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
19335 Also freed allocated buffer.
19336
19337Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19338 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
19339 reentrancy problem at printing. One is left in entities.c, to
19340 remove ASAP
19341 * testSAX.c : added a test example showing the use of the SAX
19342 interface if one doesn't want to build the DOM tree.
19343 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
19344
19345Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19346
19347 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
19348 large revamping of the parser to use SAX callbacks
19349 http://www.megginson.com/SAX/ (or at least a C like interface
19350 a la Expat). It's now possible to set up your own callbacks
19351 and the parser will not build a DOM tree.
19352 * test/* result/*: updated the test suite, I finally removed
19353 the old Namespace draft support (PI based).
19354
19355Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19356
19357 * Makefile.am: added test result to EXTRA_DIST for make tests
19358
19359Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19360
19361 * parser.c, parserInternals.h: moved the chars macro definitions
19362 to parserInternals.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019363 * parser.c, error.c: applied patches from "Knut Ã…kesson"
William M. Brack11be2d02007-01-24 19:17:19 +000019364 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
19365
19366Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19367
19368 * xml-config.in : applied patch to make --version work
19369
193701999-03-05 Raja R Harinath <harinath@cs.umn.edu>
19371
19372 * Makefile.am (check-local): Alias for `tests' target. This will
19373 cause `make check' to do the right thing.
19374 (tests): Don't run tests in srcdir. Also, replaced calls to
19375 basename with a `sed' "equivalent".
19376
19377Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19378
19379 * Renamed error.h to xml-error.h, corrected Makefile.am to list
19380 it in the header and not the sources, updated the doc.
19381 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
19382 pointing this out.
19383
19384Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19385
19386 * parser.c, parser.h, parserInternals.h: memory leak hunting,
19387 exported the inputStream routines.
19388 * doc/html/* : updated accordingly
19389
19390Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19391
19392 * parser.c, parser.h, parserInternals.h: added a few extra
19393 internal calls to allocate and free parser contexts ...
19394 * doc/html/* : updated accordingly
19395
19396Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19397
19398 * configure.in, Makefile.am, doc/makefile.am : General changes for
19399 1.0.0 release and including the generated HTML documentation.
19400
19401Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19402
19403 * makefile.am : added parserInternals.h, oops.
19404
19405Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19406
19407 * parserInternals.h: added this header giving access to the parser
19408 internal functions.
19409 * doc/Makefile.am : added a rebuild target which rebuilds the full
19410 set of documentations
19411 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
19412 the internal subset.
19413 * *.c *.h: modifications needed to generate the documentation using
19414 gtk-doc, cleanup of functions blocks, reorganisation of struct
19415 declarations.
19416
19417Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19418
19419 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
19420 the tar and spec file to include the beginning of the doc.
19421
194221999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
19423
19424 * doc/.cvsignore: Added this file.
19425
19426Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19427
19428 * tree.c: fixed xmlGetProp to return "" when the attribute
19429 exists, even if the node-list is NULL.
19430
19431Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19432
19433 * tree.c: patched an error outputting empty attribute values.
19434 * Makefile.am and doc/makefile.am: have been updated during the
19435 week-end. Sorry for an empty CVS log, I got a shell problem.
19436
19437Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19438
19439 * tree.h: cleaned up using enums instead of defines
19440 * parser.c, valid.[ch]: more work on parsing/output of element
19441 declarations
19442
19443Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19444
19445 * valid.[ch], tree.c, parser.c : more work toward full parsing
19446 of XML DTDs.
19447 * README: added informations about mailing-list and on-line
19448 documentation
19449
194501999-01-27 Raja R Harinath <harinath@cs.umn.edu>
19451
19452 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
19453
19454Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19455
19456 * parser.c, tree.[ch] : more work toward conformance testing,
19457 added a last element to accelerate parsing of very flat structures
19458 started working on internal subset Element content declaration.
19459 * valid.[ch] : first cut at adding code toward validation.
19460 * previous changes had also small impact on most files, especially
19461 the conformance testing using James Clark test suite.
19462
19463Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19464
19465 * test/* : updated the examples, most of them were not well
19466 formed (humm), and added rdf2.
19467 * result/* : resulting changes in the output.
19468
19469Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19470
19471 * tree.c: changed the behaviour of xmlGetProp on NULL values.
19472
19473Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19474
19475 * tree.c: patched a bug in the generation of empty attributes
19476
19477Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19478
19479 * entities.[ch], tree.[ch], tester.c: added copy interfaces
19480 for node/trees/documents/... Biggest problem is namespace
19481 support when copying subtrees.
19482
19483Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19484
19485 * parser.c, entities.c: improve entities and char ref encoding,
19486 and cleanups of error messages.
19487
19488Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19489
19490 * parser.c, entities.c: simple bug hunting done during rpm2html and
19491 rpmfind integration.
19492
19493Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19494
19495 * parser.[ch]: Added interfaces allowing to specify a SAX
19496 handler before parsing.
19497
19498Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19499
19500 * parser.c: redirrect all errors reporting through the SAX
19501 error function
19502
19503Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19504
19505 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
19506 * libtool, tlmain ...: update of the libtool files
19507
195081998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
19509
19510 * entities.c: Use g_snprintf insteda of snprintf.
19511
19512Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19513
19514 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
19515 added ent5 test for this purpose.
19516 * parser.c, parser.h: formatting, comments and UTF-8 planning.
19517
19518Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19519
19520 * parser.c: fixed? a strange error due to compression on a GWP
19521 document.
19522
19523Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19524
19525 * tree.[ch]: bug fixing
19526 * entities.[ch]: defined a specific type for predefined entities
19527 * doc/xml.html: more documentation on the library, how to use it,
19528 overview of the interfaces.
19529
19530Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19531
19532 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
19533
19534Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19535
19536 * tree.c: corrected a small bug
19537 * doc/xml.html: continuing writing documentation.
19538
19539Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19540
19541 * debugXML.h debugXML.c: added debugging utilities.
19542 * tester.c: added --debug switch.
19543 * tree.c: patched an incorrect node->type assignment.
19544 * parser.c: formatting, ensure that node->doc != NULL in attributes
19545
19546Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19547
19548 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
19549 entity support and provide an internal representation close to
19550 DOM one (entity ref nodes, and attribute value as tree). I tried
19551 to preserve the interface but this will surely break some apps
19552 (I have to change rpm2html/rpmfind for example). I had to change
19553 two interfaces, and the generated tree is somewhat different.
19554 * doc/* : started documenting the XML library, the tree and
19555 DOM/Corba. This is a first step.
19556
19557Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19558
19559 * parser.c: Set up the fonctions comment block, boring but useful.
19560 * parser.h, SAX.c, parser.c: now attributes are processed through
19561 the SAX interface. The problem is that my SAX interface diverged
19562 quite a bit from the original one, well this is not an official
19563 spec, and translating it from Java to C is hairy anyway...
19564
19565Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19566
19567 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
19568 fonctions comment block, boring but useful.
19569
19570Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19571
19572 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
19573 conversion routines. However they are not yet used to convert the
19574 inputs. The core will run with UTF-8.
19575
19576Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19577
19578 * tree.c : make sure that the type id is properly set-up when
19579 a new object is allocated, needed for DOM.
19580
19581Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19582
19583 * tree.h, tree.c: Ok, the main objects in the tree will be native
19584 corba objects, it costs 8 bytes per Node, Attribute and Document
19585 but it simplifies the Corba integration a lot (no extra interface
19586 objects to allocate/free).
19587
19588Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19589
19590 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
19591 and changed NODEs contants for conformity with DOM Level 1
19592
19593Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19594
19595 * added hooks to keep track of servants when creating objects
19596 xmlDoc and xmlNode (for Corba export).
19597
19598Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19599
19600 * added xml-config script.
19601
19602Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19603
19604 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
19605 to autoupdate libtool and automake conf files.
19606
196071998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
19608
19609 * Makefile.am: Use '?' to separate the sed
19610 commands as ',' is used when people pass -Wl,something.
19611
19612Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19613
19614 * tree.c, tree.h: added a per-document compression interface.
19615
19616Tue Sep 22 20:47:38 EDT 1998
19617
19618 * tree.c, tree.h: added saving with compression and added interfaces
19619 to control the compression level (xmlGetCompressMode,
19620 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
19621
19622Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19623
19624 * parser.c: corrected a loop for files of size 0
19625
196261998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19627
19628 * error.h: New file. Contains prototyes from `error.c'.
19629
19630Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
19631
19632 * Makefile.am (xmlincdir): New macro.
19633 (xmlinc_HEADERS): Renamed from include_HEADERS.
19634
19635Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19636
19637 * applied small patch on numeric entities from
19638 Christopher Blizzard <blizzard@appliedtheory.com>
19639
19640Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19641
19642 * New release 0.2, removed the old xml_* files so that it's
19643 coherent with the other CVS base (W3C), far better conformance
19644 to standard, new namespaces, decent entities support, beginning
19645 of a SAX-like interface. Nearly nothing left intact, even the
19646 test examples ...
19647
196481998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19649
19650 * .cvsignore: Add .deps dir
19651
19652Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19653
19654 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
19655
19656Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19657
19658 * configure.in: added test for CPP
19659 * AUTHORS, Changelog: the original ones didn't get commited but the
19660 glib ones instead, fixed.
19661 * Makefile.am: corrected an error in library naming
19662
19663Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19664
19665 * integrated code developped at W3C
19666 * changed the original Copyright
19667 * migrated to automake
19668 * prefixed the filenames by xml_ to avoid filename clashes
19669
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019670#
19671# vim: set enc=utf-8
19672#