blob: 2021242528f8f55c187ee9cfca26839dc217ad78 [file] [log] [blame]
Daniel Veillard2df2de22003-02-17 23:34:33 +00001Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
4
Daniel Veillard416589a2003-02-17 17:25:42 +00005Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
6
7 * relaxng.c check-relaxng-test-suite.py: more work on the
8 RelaxNG implementation conformance testing.
9 found 373 test schemas: 284 success 89 failures
10 found 529 test instances: 448 success 47 failures
11 * result/relaxng/*: updated the results
12
Daniel Veillard784b9352003-02-16 15:50:27 +000013Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
14
15 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
16 a patch from Kjartan Maraas to fix some typos
17
Daniel Veillardfebcca42003-02-16 15:44:18 +000018Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
19
20 * relaxng.c: more bug-hunting
21 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
22 intermediate rng tree
23 * python/generator.py: patch from Stephane Bidoul to fix the generator
24 on python < 2.2
25
Daniel Veillardd2298792003-02-14 16:54:11 +000026Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
27
28 * check-relaxng-test-suite.py relaxng.c: more testing on the
29 Relax-NG front, cleaning up the regression tests failures
30 current state and I forgot support for "mixed":
31 found 373 test schemas: 280 success 93 failures
32 found 529 test instances: 401 success 68 failures
33 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
34 moved the Name, NCName and QName validation routine in tree.c
35 * uri.c: fixed handling of URI ending up with #, i.e. having
36 an empty fragment ID.
37 * result/relaxng/*: updated the results
38
Daniel Veillard9a237c92003-02-13 15:52:58 +000039Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
40
41 * check-xinclude-test-suite.py: improved the script accordingly
42 to the XInclude regression tests updates
43 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
44 November 2002
45 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
46 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
47 augmented the Xpointer testsuite for the element() scheme
48
Daniel Veillardf4b4f982003-02-13 11:02:08 +000049Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
50
51 * relaxng.c: added TODO for the DTD compatibility spec
52 * xinclude.c: more bug fixes driven by the testsuite
53
Daniel Veillardd581b7e2003-02-11 18:03:05 +000054Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
55
56 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
57 regression tests for XInclude, improved the script, improving
58 XInclude error reporting mechanism
59
Daniel Veillard1d788d22003-02-10 16:21:58 +000060Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
61
62 * NEWS doc/* configure.in: preparing release 2.5.3
63
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +000064Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
65
66 * tree.c: trying to fix #104934 about some XHTML1 serialization
67 issues.
68
Daniel Veillard809faa52003-02-10 15:43:53 +000069Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
70
71 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
72 encoding conversion when the input buffer stops in the
73 middle of a multibyte char
74
Daniel Veillard1703c5f2003-02-10 14:28:44 +000075Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
76
77 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
78 * check-relaxng-test-suite.py: python script to run regression
79 against OASIS RelaxNG testsuite
80 * relaxng.c: some cleanup tweaks
81 * HTMLparser.c globals.c: cleanups in comments
82 * doc/libxml2-api.xml: updated the API
83 * result/relaxng/*: errors moved files, so large diffs but
84 no changes at the semantic level.
85
Daniel Veillard6aa2f602003-02-10 00:01:56 +000086Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
87
88 * tree.c: fixing #105678 problem when dumping a namespace node.
89
Daniel Veillard591b4be2003-02-09 23:33:36 +000090Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
91
92 * xpath.c: fixed doc comment problems
93 * python/generator.py python/libxml_wrap.h python/types.c: adding
94 RelaxNG wrappers
95 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
96 test of those early Python RelaxNG bindings
97
98Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +000099
100 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
101 * relaxng.c: found the validation problem I had with interleave
102 when not covering all remaining siblings
103 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
104 testsuite and check the RNG schemas against the RNG schemas
105 given in appendix A
106
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000107Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
108
109 * win32/Makefile.msvc: updates for RelaxNG
110 * win32/Makefile.mingw: updates for RelaxNG
111 * win32/libxml2.def.src: added RelaxNG exports
112
Daniel Veillard97fd5672003-02-07 13:01:54 +0000113Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
114
115 * xinclude.c: applied another bug fix from Sean Chittenden
116
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000117Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
118
119 * configure.in xmllint.c: I f...ed up the default configuration
120 of schemas and --relaxng option display in xmllint, pointed by
121 Morus Walter.
122 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
123 detection module, fixes bug #105374.
124
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000125Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
126
127 * xmlschemastypes.c: added the boolean base type.
128
Daniel Veillard96a4b252003-02-06 08:22:32 +0000129Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
130
131 * xmlschemastypes.c: started implementing some of the missing
132 default simple types
133 * result/relaxng/*: updated the results
134
Daniel Veillard72fef162003-02-05 14:31:19 +0000135Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
136
137 * NEWS doc/*: updated the docs, ready for 2.5.2 release
138
Daniel Veillard71531f32003-02-05 13:19:53 +0000139Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
140
141 * HTMLparser.c tree.c xmlIO.c: comments cleanups
142 * Makefile.am: use xmllint for doing the RelaxNG tests
143 * configure.in: preparing 2.5.2 made schemas support default to
144 on instead of off
145 * relaxng.c: removed the verbosity
146 * xmllint.c: added --relaxng option
147 * python/generator.py python/libxml_wrap.h: prepared the integration
148 of the new RelaxNG module and schemas
149 * result/relaxng/*: less verbose output
150
Daniel Veillardec498e12003-02-05 11:01:50 +0000151Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
152
153 * valid.c: do not run content model validation if the
154 content is not determinist
155
Daniel Veillardde590ca2003-02-05 10:45:26 +0000156Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
157
158 * SAX.c: added the redefinition of namespaced attribute
159 check that was missing as Fabrice Desré pointed out.
160
Daniel Veillard930dfb62003-02-05 10:17:38 +0000161Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
162
163 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
164 improvements from Nick Kew, allowing to do more checking
165 to HTML elements and attributes.
166
Daniel Veillard4287c572003-02-04 22:48:53 +0000167Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
168
169 * xinclude.c: fixing bug #105137 about entities declaration
170 needing to be copied to the including document.
171
Daniel Veillard652d8a92003-02-04 19:28:49 +0000172Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
173
174 * catalog.c: fixed bug #104817 with delegateURI
175 * xpath.c: fixing bugs #104123 and #104125
176
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000177Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
178
179 * configure.in valid.c xmlreader.c python/libxml_wrap.h
180 python/types.c: fixing #104096 to compile without regexps
181
Daniel Veillard57e79b32003-02-04 15:33:12 +0000182Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
183
184 * valid.c: fixing bug #103969 forgot to add an epsilon transition
185 when building the automata for elem*
186
Daniel Veillard358a9892003-02-04 15:22:32 +0000187Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
188
189 * HTMLparser.c: applied patch from Arne de Bruijn fixing
190 bug #103827
191
Daniel Veillardeb137172003-02-04 15:18:06 +0000192Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
193
194 * HTMLparser.c: updating a comment, fixing #103776
195
Daniel Veillard8d589042003-02-04 15:07:21 +0000196Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
197
198 * parser.c: fixing bug 105049 for validity checking of content
199 within recursive entities.
200
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000201Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
202
203 * HTMLparser.c: try to fix # 105049
204 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
205 * tree.c: updated a function comment
206
Daniel Veillard419a7682003-02-03 23:22:49 +0000207Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
208
209 * relaxng: more work on grammars and refs/defs
210 * test/relaxng/* result/relaxng/*: augmented/updated the
211 regression tests
212
Daniel Veillard144fae12003-02-03 13:17:57 +0000213Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
214
215 * relaxng: more work on name classes, except support
216 * test/relaxng/* result/relaxng/*: augmented/updated the
217 regression tests
218
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000219Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
220
221 * relaxng: more work on name classes, the "validate all" schemas
222 seems to work now.
223 * test/relaxng/* result/relaxng/*: augmented/updated the
224 regression tests
225
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000226Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
227
228 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
229 * parser.c: put a guard against infinite document depth, basically
230 trying to avoid another kind of DoS attack.
231 * relaxng.c: some code w.r.t. nameClasses
232
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000233Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
234
235 * test/relaxng/* result/relaxng/*: check all the namespace support
236 was actually correct based on tutorial section 10.
237
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000238Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
239
240 * relaxng: include seems to work okay now
241 * test/relaxng/* result/relaxng/*: augmented/updated the
242 regression tests
243
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000244Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
245
246 * relaxng.c: a bit of work done in the train back.
247 * test/relaxng/*: added one of the include tests
248
Daniel Veillard154877e2003-01-30 12:17:05 +0000249Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
250
251 * relaxng: more work done in the train
252 * test/relaxng/* result/relaxng/*: augmented/updated the
253 regression tests
254
Daniel Veillarde431a272003-01-29 23:02:33 +0000255Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
256
257 * relaxng.c: debugging of externalRef
258 * test/relaxng/* result/relaxng/*: augmented/updated the
259 regression tests
260
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000261Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
262
263 * relaxng.c: more work on Relax-NG, implementing externalRef
264 * test/relaxng/* result/relaxng/*: augmented/updated the
265 regression tests
266 * Makefile.am: cleanup to Relaxtests target
267
Daniel Veillardb08c9812003-01-28 23:09:49 +0000268Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
269
270 * relaxng.c: more work on Relax-NG, implementing interleave
271 * test/relaxng/* result/relaxng/*: augmented/updated the
272 regression tests
273
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000274Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
275
276 * relaxng.c: more work on Relax-NG, implementing interleave
277 * test/relaxng/* result/relaxng/*: augmented/updated the
278 regression tests
279
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000280Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
281
282 * doc/tutorial/customfo.xsl
283 * doc/tutorial/customhtml.xsl
284 adding stylesheet customizations used to generate fo
285 for pdf and html
286
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000287Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
288
289 * relaxng.c: more work on Relax-NG
290 * test/relaxng/* result/relaxng/*: augmented/updated the
291 regression tests
292 * xmlschemastypes.c: added a number of base type definition but not
293 the associated checks, those are still TODOs
294
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000295Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
296
297 in docs/tutorial:
298 * apa.html
299 * apb.html
300 * apc.html
301 * apd.html
302 * ape.html
303 * apf.html
304 * apg.html
305 * ar01s02.html
306 * ar01s03.html
307 * ar01s04.html
308 * ar01s05.html
309 * ar01s06.html
310 * ar01s07.html
311 * ar01s08.html
312 * index.html
313 * xmltutorial.pdf
314 * xmltutorial.xml
315 add index to tutorial
316
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000317Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
318
319 * doc/xmlcatalog.1
320 * doc/xmlcatalog_man.html
321 * doc/xmlcatalog_man.xml
322 belatedly fixing bug #93622 (adds rewriteURI type to
323 "--add" option in xmlcatalog man page
324
Daniel Veillard3be27512003-01-26 19:49:04 +0000325Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
326
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000327 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000328 Julio Merino, closing #104475
329
Daniel Veillardea3f3982003-01-26 19:45:18 +0000330Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
331
332 * relaxng.c: more work on Relax-NG
333 * test/relaxng/* result/relaxng/*: augmented/updated the
334 regression tests
335
Daniel Veillardedc91922003-01-26 00:52:04 +0000336Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
337
338 * relaxng.c: more work on Relax-NG
339 * test/relaxng/* result/relaxng/*: augmented/updated the
340 regression tests
341
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000342Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
343
344 * README: updated the policy on private mail answers
345 * relaxng.c: more work on Relax-NG
346 * test/relaxng/* result/relaxng/*: augmented/updated the
347 regression tests
348
Daniel Veillard7424eb62003-01-24 14:14:52 +0000349Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
350
351 * error.c parser.c tree.c: applied a documentation patch from
352 Stefan Kost
353
Daniel Veillard276be4a2003-01-24 01:03:34 +0000354Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
355
356 * relaxng.c: more work on Relax-NG
357 * doc/*: regenerated the docs
358 * test/relaxng/* result/relaxng/*: updated and augmented the
359 Relax-NG regression tests and results
360
Daniel Veillard6eadf632003-01-23 18:29:16 +0000361Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
362
363 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
364 First commit of the new Relax-NG validation code, not generally
365 useful yet.
366 * test/relaxng/* result/relaxng/*: current state of the regression
367 tests
368
Daniel Veillard814a76d2003-01-23 18:24:20 +0000369Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
370
371 * tree.c: minimized the memory allocated for GetContent
372 and a bit of cleanup.
373
Daniel Veillardff12c492003-01-23 16:42:55 +0000374Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
375
376 * python/generator.py: seems there is no good reasons to
377 not generate bindings for XPointer
378
Daniel Veillard540a31a2003-01-21 11:21:07 +0000379Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
380
381 * xmlreader.c doc/apibuild.py: applied a new patch from
382 Stéphane Bidoul for cleanups
383 * doc/libxml2-api.xml: rebuilt the API description with
384 new entry points
385
Daniel Veillard417be3a2003-01-20 21:26:34 +0000386Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
387
388 * xmlreader.c python/drv_libxml2.py python/generator.py
389 python/libxml.c python/libxml.py python/libxml_wrap.h
390 python/types.c: patch from Stéphane Bidoul for better per
391 context error message APIs
392 * python/tests/ctxterror.py python/tests/readererr.py:
393 update of the tests
394
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000395Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
396
397 * doc/guidelines.html
398 grammar and spelling cleanup
399
Daniel Veillard26f70262003-01-16 22:45:08 +0000400Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
401
402 * xmlreader.c include/libxml/xmlreader.h python/generator.py
403 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
404 a patch from Stéphane Bidoul to allow per XMLtextReader error
405 and warning handling
406 * python/tests/Makefile.am python/tests/readererr.py: adding the
407 specific regression test
408
Daniel Veillard71f9d732003-01-14 16:07:16 +0000409Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
410
411 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
412 should raise a syntax error
413
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000414Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
415
416 * python/libxml.c: cleanup patch from Stéphane Bidoul
417
Daniel Veillard81601f92003-01-14 13:42:37 +0000418Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
419
420 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
421
Daniel Veillarde6227e02003-01-14 11:42:39 +0000422Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
423
424 * python/generator.py python/libxml.c python/libxml.py
425 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000426 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000427 Python level.
428 * python/tests/Makefile.am python/tests/ctxterror.py: added a
429 regression test for it.
430
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000431Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
432
433 * xmlreader.c: fixed the streaming property of the reader,
434 it was generating tree faster than consuming it. Pointed out
435 by Nate Myers
436 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
437
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000438Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
439
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000440 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000441
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000442Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
443
444 * xpath.c: fix to the XPath implementation for parent and
445 ancestors axis when operating on a Result Value Tree.
446 Fixes bug #100271
447
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000448Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
449
450 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
451 to fix some URI/file escaping problems
452
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000453Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
454
455 * python/generator.py: fixed a bug raised by Raymond Wiker,
456 docSetRootElement() should not raise an exception if the
457 return is None
458
Daniel Veillard3e20a292003-01-10 13:14:40 +0000459Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
460
461 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
462 fixed bug #102181 by applying the suggested change and fixing
463 the generation/registration problem.
464
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000465Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
466
467 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
468 routines.
469
Daniel Veillard8f872442003-01-09 23:19:02 +0000470Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
471
472 * parser.c: one more IsEmptyElement crazyness, that time in
473 external parsed entities if substitution is asked.
474 * python/tests/reader3.py: added a specific test.
475
Daniel Veillarde329fc22003-01-09 21:36:42 +0000476Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
477
478 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
479 support and improved error handler registration
480
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000481Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
482
483 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
484 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
485 * README: fixed a link
486
Daniel Veillarde2830f12003-01-08 17:47:49 +0000487Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
488
489 * configure.in doc/* NEWS: preparing 2.5.1 release
490 * SAX.c parser.c: fixing XmlTextReader bug
491
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000492Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
493
494 * SAX.c: fuck, I introduced a memory leak on external parsed
495 entities in 2.5.0 :-(
496
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000497Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
498
499 * xmllint.c: another fix needed as pointed by Christophe Merlet
500 for --stream --debug if compiled without debug support.
501
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000502Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
503
504 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000505 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000506 update man page with --stream and --chkregister
507
Daniel Veillard8326e732003-01-07 00:19:07 +0000508Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
509
510 * globals.c: fixed --with-threads compile
511 * xmllint.c: fixed --without-debug compile
512 * include/libxml/globals.h: cleanup
513 * include/libxml/schemasInternals.h: add a missing include
514
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000515Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
516
517 * configure.in NEWS: preparing 2.5.0 release
518 * SAX.c: only warn in pedantic mode about namespace name
519 brokeness
520 * globals.c: fix a doc generation problem
521 * uri.c: fix #101520
522 * doc/*: updated and rebuilt the doc for the release, includuding
523 stylesheet update
524 * python/Makefile.am: fix a filename bug
525
526Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
527
528 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
529 should not be called.
530
531Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
532
533 * libxml-2.0.pc.in: applied the patch to fix #101894
534
535Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
536
537 * tree.c : applied patch from Lukas Schroeder for register callbacks
538 * valid.c: modified patch from Lukas Schroeder to test
539 register callbacks with --chkregister
540
541Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
542
543 * xmlreader.c: seriously changed the way data are pushed to
544 the underlying parser, go by block of 512 bytes instead of
545 tryng to detect tag boundaries at that level. Changed the
546 way empty element are detected and tagged.
547 * python/tests/reader.py python/tests/reader2.py
548 python/tests/reader3.py: small changes mostly due to context
549 reporting being different and DTD node being reported. Some
550 errors previously undetected are now caught and fixed.
551 * doc/xmlreader.html: flagged last section as TODO
552
553Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
554
555 * python/libxml.py: integrated the Python 2.2 optimizations
556 from Hannu Krosing, while maintaining compatibility with
557 1.5 and 2.1
558
559Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
560
561 * xmllint.c: a bit of cleanup
562 * xmlreader.c: small fix
563 * doc/xmlreader.html: more work on the XmlTextReader tutorial
564 * python/libxml.py: a few fixes pointed out by Hannu Krosing
565
566Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
567
568 * python/setup.py.in: patch from Stéphane Bidoul to include
569 drv_libxml2.py in setup.py
570
571Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
572
573 * doc/xmlreader.html: starting documenting the new XmlTextReader
574 interface.
575
576Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
577
578 * xmllint.c: added the --stream flag to use the TextReader API
579 * xmlreader.c: small performance tweak
580
581Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
582
583 * xmlreader.c python/tests/reader2py: okay the DTD validation
584 code on top of the XMLTextParser API should be solid now.
585
586Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
587
588 * xmlreader.c python/tests/reader2py: Fixing some more mess
589 with validation and recursive entities while using the
590 reader interface, it's getting a bit messy...
591
592Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
593
594 * xmlreader.c python/tests/reader.py: another couple of problem
595 related to IsEmptyElement reported by Stéphane Bidoul needed
596 some fixes.
597
598Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
599
600 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
601 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
602 based on the python XmlTextReader interface.
603
604Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
605
606 * tree.c: backing out one change in the last patch which broke the
607 regression tests
608
609Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
610
611 * global.data globals.c tree.c include/libxml/globals.h: applied
612 an old patch from Lukas Schroeder to track node creation and
613 destruction. Probably missing a lot of references at the moment
614 and not usable reliably.
615
616Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
617
618 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
619 from doc/news.html and a stylesheet
620
621Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
622
623 * xmlreader.c python/tests/reader.py: fixed another couple of
624 xmlreader bugs reported by Stéphane Bidoul and added tests.
625
626Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
627
628 * xmlreader.c python/tests/reader2.py: fixed another validity
629 checking in external parsed entities raised by Stéphane Bidoul
630 and added a specific regression test.
631 * python/tests/reader3.py: cleanup
632
633Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
634
635 * xmlreader.c python/tests/reader2.py: fixed a problem with
636 validation within entities pointed by Stéphane Bidoul, augmented
637 the tests to catch those.
638
639Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
640
641 * python/generator.py: modified the generator to allow keeping
642 class references when creating new classes, needed to fix a bug
643 pointed by Stéphane Bidoul where the input buffer of the
644 xmlTextReader instance gets destroyed if the python wrapper for
645 the input is not referenced anymore.
646
647Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
648
649 * xmlreader.c python/tests/reader.py: fixed another pair of problem
650 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
651
652Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
653
654 * xmlreader.c python/tests/reader.py: fixed another problem
655 pointed by Stéphane Bidoul
656
657Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
658
659 * xmlreader.c python/tests/reader.py: fixed a limit case problem
660 with "<a/>"
661
662Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
663
664 * SAX.c: warn on xmlns:prefix="foo"
665 * xmlreader.c python/tests/reader.py: fixed a couple of problem
666 for namespace attributes handling.
667
668Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
669
670 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
671 a really nasty problem raised by a DocBook XSLT transform
672 provided by Sebastian Bergmann
673
674Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
675
676 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
677 by Stéphane Bidoul and integrated it into the tests
678
679Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
680
681 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
682 extended the XmlTextReader API a bit, addding accessors for
683 the current doc and node, and an entity substitution mode for
684 the parser.
685 * python/libxml.py python/libxml2class.txt: related updates
686 * python/tests/Makefile.am python/tests/reader.py
687 python/tests/reader2.py python/tests/reader3.py: updated a bit
688 the old tests and added a new one to test the entities handling
689
690Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
691
692 * python/generator.py python/libxml2class.txt
693 python/tests/reader.py python/tests/reader2.py: changed the
694 generator to provide casing for the XmlTextReader similar to
695 C# so that examples and documentation are more directly transposable.
696 Fixed the couple of tests in the suite.
697
698Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
699
700 * doc/guidelines.html: added a document on guildeline for
701 publishing and deploying XML
702
703Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
704
705 * valid.c xmlreader.c: final touch running DTD validation
706 on the XmlTextReader
707 * python/tests/Makefile.am python/tests/reader2.py: added a
708 specific run based on the examples from test/valid/*.xml
709
710Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
711
712 * python/libxml.py: added a few predefined xmlTextReader parser
713 configuration values.
714
715Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
716
717 * python/libxml_wrap.h: trying to fix #102037
718
719Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
720
721 * SAX.c: fixing bug #95296, when the predefined entities
722 are redefined in the DTD the default one must be used
723 instead anyway.
724
725Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
726
727 * doc/xmllint.xml
728 * doc/xmllint.1
729 Add discussion of XML_DEBUG_CATALOG to xmllint man
730 page - bug #100907
731
732
733Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
734
735 * xmlreader.c: Fixed the empty node detection to avoid reporting
736 an inexistant close tag.
737
738Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
739
740 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
741 for Python 2.1
742
743Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
744
745 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
746
747Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
748
749 * doc/libxml2-api.xml python/tests/reader.py: one really need
750 to provide the base URI information when creating a reader parser
751 from an input stream. Updated the API and the example using it.
752
753Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
754
755 * testReader.c xmlreader.c valid.c include/libxml/tree.h
756 include/libxml/valid.h include/libxml/xmlreader.h: working on
757 DTD validation on top of xml reader interfaces. Allows to
758 validate arbitrary large instances. This required some extensions
759 to the valid module interface and augmenting the size of xmlID
760 and xmlRef structs a bit.
761 * uri.c xmlregexp.c: simple cleanup.
762
763Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
764
765 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
766 work on the xml reader interfaces.
767 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
768 Web page for the Windows binaries.
769
770Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
771
772 * xmlIO.c: applied a patch for VMS following the report by
773 Nigel Hall
774
775Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
776
777 * parser.c: the parseStartTag bug fix wasn't complete.
778
779Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
780
781 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
782 parseStartTag, fixing it.
783 * test/att4 result/att4 result/noent/att4: adding the test
784 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
785 more methods to XmlTextReader.
786
787Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
788
789 * win32/libxml2.def.src: added more xml reader exports
790 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
791 to the build
792
793Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
794
795 * doc/tutorial/xmltutorial.xml
796 plus generated html and pdf
797 Updating tutorial again based on further comments from Niraj
798 Tolia on the last iteration
799
800Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
801
802 * doc/tutorial/xmltutorial.xml
803 * doc/tutorial/includekeyword.c
804 * doc/tutorial/includegetattribute.c
805 plus generated html and pdf
806 Adding fix from Niraj Tolia to tutorial to properly free memory.
807
808
809Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
810
811 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
812 more methods of XmlTextReader.
813 * python/libxml2class.txt python/tests/reader.py: this increased the
814 methods in the bndings, augmented the test to check those new
815 functions.
816
817Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
818
819 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
820 methods of XmlTextReader.
821 * python/generator.py python/libxml_wrap.h python/types.c
822 python/libxml2class.txt: added the reader to the Python bindings
823 * python/tests/Makefile.am python/tests/reader.py: added a specific
824 test for the Python bindings of the Reader APIs
825 * parser.c: small cleanup.
826
827Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
828
829 * xinclude.c: fallback was only copying the first child not the
830 full child list of the fallback element, closes #89684 as reopened
831 by Bernd Kuemmerlen
832
833Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
834
835 * win32/libxml2.def.src: exported htmlNodeDumpOutput
836
837Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
838
839 * configure.in: preparing release of 2.4.30
840 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
841 gives enum values, fix functype return type, put back fields in
842 structs
843 * doc/*: updated the docs rebuilt
844
845Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
846
847 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
848 about htmlNodeDumpOutput location.
849 * xpath.c: removed an undefined function signature
850 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
851 too many symbols in the API breaking the python bindings.
852 Updated with the libxslt/libexslt changes.
853
854Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
855
856 * configure.in: preparing release of 2.4.29
857 * doc/*: rebuilt the docs and API
858 * xmlreader.c: a few more fixes for the XmlTextReader API
859
860Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
861
862 * include/win32config.h: applied mingw patch from Magnus Henoch
863
864Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
865
866 * catalog.c doc/libxml2-api.xml: a bit more cleanup
867
868Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
869
870 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
871 building Python script, does the C parsing directly, generates
872 a better API description including structure fieds defs and
873 enums. Still a couple of bugs, but good enough for the python
874 wrappers now.
875 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
876 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
877 include/libxml/schemasInternals.h include/libxml/tree.h: more
878 cleanup based on the python analysis script reports.
879 * libxml.spec.in: make sure the API XML description is part of the
880 devel package.
881
882Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
883
884 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
885 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
886 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
887 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
888 code cleanup, especially the function comments.
889 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
890
891Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
892
893 * Makefile.am xmlreader.c include/libxml/Makefile.am
894 include/libxml/xmlreader.h: Adding a new set of APIs based on
895 the C# TextXmlReader API but converted to C. Allow to parse
896 in constant memory usage, far simpler to program and explain
897 than the SAX like APIs, unfinished but working.
898 * testReader.c: test program
899
900Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
901
902 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
903
904Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
905
906 * tree.c: Chip turner indicated that XHTML1 serialization
907 rule for style actually break on both IE and Mozilla,
908 try to avoid the rule if escaping ain't necessary
909
910Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
911
912 * nanhttp.c: handle HTTP URL escaping, problem reported by
913 Glen Nakamura and Stefano Zacchiroli
914
915Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
916
917 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
918
919Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
920
921 * uri.c: Johann Richard pointed out some XPointer problems for
922 URN based URI references in XInclude. Modified the URI parsing
923 and saving routines to allow correct parsing and saving of
924 XPointers, especially when attached to "opaque" scheme accordingly
925 to RFC 2396
926
927Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
928
929 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
930 of refactoring to the HTML saving code.
931 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
932 in the doc.
933
934Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
935
936 * tree.c include/libxml/tree.h: refactored the XML dump of a node
937 to a buffer API to reuse the generic dump to an OutputIO layer,
938 this reduces code, fixes xmlNodeDump() for XHTML, also made
939 xmlNodeDump() now return the number of byte written.
940
941Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
942
943 * python/setup.py.in: another patch from Stéphane Bidoul for
944 Python bindings on Windows
945 * doc/parsedecl.py: small cleanup
946
947Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
948
949 * libxml.spec.in configure.in: add a line in %changelog for releases
950
951Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
952
953 * parser.c: patch from Marcus Clarke fixing a problem in entities
954 parsing that was detected in KDe documentations environment.
955
956Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
957
958 * python/libxml.c (libxml_prev): Return the previous as opposed to
959 the next node (I guess this is the result of some cut & paste programming:)
960
961Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
962
963 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
964
965Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
966
967 * python/generator.py python/libxml.c python/setup.py.in: trying
968 to fix the Python bindings build on Windows (Stéphane Bidoul)
969
970Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
971
972 * win32/configure.js: added option for python bindings
973 * win32/libxml2.def.src: added more exports
974
975Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
976
977 * win32/Makefile.mingw: fixed unresolved symbols when linking with
978 pthreads
979 * win32/wince/*: applied updates to Windows CE port from Javier
980
981Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
982
983 * configure.in: preparing 2.4.28
984 * libxml.spec.in doc/Makefile.am: some cleanup
985 * doc/*: updated the news and regenerated.
986
987Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
988
989 * HTMLparser.c: final touch at closing #87235 </p> end tags
990 need to be generated.
991 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
992 this change slightly the output of a few tests
993 * doc/*: regenerated
994
995Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
996
997 * parserInternals.c: fixing bug #99190 when UTF8 document are
998 parsed using the progressive parser and the end of the chunk
999 is in the middle of an UTF8 multibyte character.
1000
1001Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1002
1003 * threads.c: fixed initialization problem in xmlNewGlobalState
1004 which was causing crash.
1005 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1006 in xmlInitializeGlobalState.
1007 * parserInternals.c: cleaned up ctxt->sax initialisation.
1008
1009Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1010
1011 * tree.c include/libxml/tree.h: modified the existing APIs
1012 to handle XHTML1 serialization rules automatically, also add
1013 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1014 libxslt serialization uses it when needed without changing
1015 the library API.
1016 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1017 result/xhtml1: added a new test specifically for xhtml1 output
1018 and updated the result of one XHTML1 test
1019
1020Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1021
1022 * xinclude.c parserInternals.c encoding.c: fixed #99082
1023 for xi:include encoding="..." support on text includes.
1024 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1025 test/XInclude/ents/isolatin.txt : added a specific regression test
1026 * python/generator.py python/libxml2class.txt: fixed the generator
1027 the new set of comments generated for doc/libxml2-api.xml were
1028 breaking the python generation.
1029
1030Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1031
1032 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1033 * configure.in: patch for Solaris on new autoconf closes #98880
1034 * doc/parsedecl.py: repair the frigging API building script,
1035 did I say that python xmllib sucks ?
1036 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1037 and some comment are no more truncated.
1038
1039Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1040
1041 * parser.c: Martin Stoilov pointed out a potential leak in
1042 xmlCreateMemoryParserCtxt
1043
1044Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1045
1046 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1047 included in HTML documents and using the push parser.
1048
1049Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1050
1051 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1052 specified, look for the Python interpreter not just in the
1053 specified root but also in the specified location. Fixes #98825
1054
1055Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1056
1057 * python/libxml.c: fixing bug #98792 , node may have no doc
1058 and dereferencing without checking ain't good ...
1059
1060Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1061
1062 * configure.in: preparing release 2.4.27
1063 * doc/* : updated and rebuilt the docs
1064 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1065 and all the docs are actually packaged and in the final RPMs
1066 * parser.c parserInternals.c include/libxml/parser.h: restore
1067 xmllint --recover feature.
1068
1069Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1070
Daniel Veillard784b9352003-02-16 15:50:27 +00001071 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001072 processing of parsed entities, and XPath computation on sustitued
1073 entities.
1074 * testXPath.c: make sure entities are substitued.
1075
1076Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1077
Daniel Veillard784b9352003-02-16 15:50:27 +00001078 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001079 processing of internal parsed entities, which had to be changed.
1080
1081Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1082
1083 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1084 trying to fix bug #98517 about building outside the source tree
1085 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1086
1087Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1088
1089 * include/win32config.h: cleanup
1090 * win32/Makefile.mingw: integrated mingw in JScript configure
1091 * win32/Makefile.msvc: modified to allow mingw coexistence
1092 * win32/configure.js: integrated mingw
1093 * win32/Readme.txt: cleanup
1094
1095Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1096
1097 * HTMLparser.c: strengthen the guard in the Pop macros,
1098 like in the XML parser, closes bug #97315
1099
1100Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1101
1102 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1103 callback is never used.
1104
1105Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1106
1107 * parserInternals.c: fixed the initialization of the SAX structure
1108 which was breaking xsltproc
1109 * xpath.c: patch from Petr Pajas for CDATA nodes
1110 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1111 * parser.c include/libxml/parser.h: patch from Peter Jones
1112 removing a leak in xmlSAXParseMemory() and adding the
1113 function xmlSAXParseMemoryWithData()
1114
1115Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1116
1117 adding pdf of tutorial, changing web page to link to it
1118 * doc/tutorial/xmltutorial.pdf
1119 * doc/xml.html
1120 * doc/docs.html
1121
1122Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1123
1124 * doc/tutorial/ar01s08.html
1125 adding file what I forgot for tutorial
1126
1127
1128Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1129
1130 Adding encoding discussion to tutorial
1131 Added:
1132 * doc/tutorial/images/*.png: DocBook admonition image files
1133 * doc/tutorial/apf.html, apg.html: new generated html
1134 * doc/tutorial/includeconvert.c: conversion code entity file
1135 changed:
1136 * doc/tutorial/xmltutorial.xml: DocBook original
1137 * doc/tutorial/*.html: generated html
1138
1139Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1140
1141 * include/libxml/*.h: retired xmlwin32version.h
1142 * doc/Makefile.am: retired xmlwin32version.h
1143 * win32/configure.js: retired xmlwin32version.h
1144
1145Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1146
1147 * win32/libxml2.def.src: exported additional symbols
1148 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1149 sisterhood
1150
1151Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1152
1153 * globals.c: fixed a typo pointed out by Igor
1154 * xpath.c: try to speed up node compare using line numbers
1155 if available.
1156
1157Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1158
1159 * tree.c: make xmlFreeNode() handle attributes correctly.
1160
1161Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1162
1163 * catalog.c: completed the #96963 fix, as reported by Karl
1164 Eichwalder
1165
1166Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1167
1168 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1169
1170Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1171
1172 * Makefile.am: switched the order of a couple of includes
1173 to fix bugs #97100
1174
1175Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1176
1177 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1178 xmlLoadCatalogs that used to separate directories with a ':'.
1179
1180Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1181
1182 * threads.c: improvements to the Windows-side of thread handling
1183 * testThreads.c: conditionally excluded unistd.h
1184 * testThradsWin32.c: broke overlong lines
1185 * include/win32config.h: adapted thread-related macros to the new
1186 scheme and for pthreads on Windows
1187 * win32/Makefile.msvc: introduced a more flexible thread build,
1188 added testThreads[Win32].c to the build
1189 * win32/configure.js: introduced a more flexible thread config
1190
11912002-10-31 John Fleck <jfleck@inkstain.net>
1192
1193 * doc/xml.html (and, by implication, FAQ.html)
1194 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1195
1196Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1197
1198 * configure.in: removed xmlwin32version.h
1199 * include/libxml/Makefile.am: removed xmlwin32version.h
1200
1201Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1202
1203 * tree.c: applied patch from Brian Stafford to fix a bug
1204 in xmlReconciliateNs()
1205
1206Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1207
1208 * tree.c: applied patch from Christian Glahn to allow
1209 xmlNewChild() on document fragment nodes
1210
1211Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1212
1213 * parser.c: Christian Glahn found a problem with a recent
1214 patch to xmlParseBalancedChunkMemoryRecover()
1215 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1216 problems
1217 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1218 test/schemas/seq*: added the test cases from Charles
1219
1220Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1221
1222 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1223 serious cleanup of the spec file and associated changes
1224 in the Makefiles.
1225 * valid.c: try to remove some warnings on x86_64
1226
1227Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1228
1229 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1230 fix bug #96586
1231
1232Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1233
1234 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1235 parsing, applied his patch
1236 * result/HTML/attrents.html result/HTML/attrents.html.err
1237 result/HTML/attrents.html.sax test/HTML/attrents.html:
1238 added the test and result case provided by Mikhail Sogrine
1239
1240Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1241
1242 * vms/build_libxml.com vms/config.vms vms/readme.vms
1243 include/libxml/parser.h include/libxml/parserInternals.h
1244 include/libxml/tree.h include/libxml/xmlIO.h
1245 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1246 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1247 Applied the VMS update patch from Craig A. Berry
1248 * doc/*.html: update
1249
1250Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1251
1252 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1253
1254Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1255
1256 * debugXML.c: adding a grep command to --shell in xmllint
1257 for T.V. Raman
1258
1259Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1260
1261 * xmlcatalog.c: tried to fix some of the problem with --sgml
1262
1263Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1264
1265 * parser.c: tried to fix bug #91500 where doc->children may
1266 be overriden by a call to xmlParseBalancedChunkMemory()
1267
1268Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1269
1270 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1271 identifiers in SGML catalogs containing '&'
1272
1273Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1274
1275 * python/types.c: fixed bugs when passing result value tree
1276 to Python functions.
1277
1278Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1279
1280 * configure.in: preparing the release of 2.4.26
1281 * doc/*: updated and rebuilt the documentation
1282
1283Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1284
1285 * parser.c: fixed a XML Namespace compliance bug reported by
1286 Alexander Grimalovsky
1287
1288Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1289
1290 * HTMLtree.c: fixed serialization of script and style when
1291 they are not lowercase (i.e. added using the API to the tree).
1292
1293Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1294
1295 * valid.c: make xmlValidateDocument emit a warning msg if there
1296 is no DTD, pointed by Christian Glahn
1297
1298Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1299
1300 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1301 content model when some of the blocks have min or max, and a couple
1302 of bugs found in the process.
1303 * result/schemas/list0* test/schemas/list0*: added some specific
1304 regression tests
1305
1306Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1307
1308 * README: updated the contact informations
1309
1310Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1311
1312 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1313 misses it, reported by Peter Bray.
1314
1315Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1316
1317 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1318 and removed a few warnings
1319
1320Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1321
1322 * parser.c: Christian Glahn found a small bug in the push parser.
1323 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1324 public
1325
1326Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1327
1328 * xmlschemas.c include/libxml/xmlschemas.h: added
1329 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1330 * testSchemas.c: added --memory to test the new interface
1331
1332Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1333
1334 * doc/index.py doc/search.php: integrated the XSLT indexing,
1335 a few fixed in the indexer, added a scope selection at the
1336 search level.
1337
1338Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1339
1340 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1341 this was due to uninitialized parts of the validation context
1342
1343Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1344
1345 * debugXML.c: applied patch from Mark Vakoc except the API
1346 change, preserved it.
1347 * doc/*: updated the docs to point to the search engine for
1348 information lookup or before bug/help reports.
1349
1350Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1351
1352 * doc/index.py doc/search.php: added mailing-list archives
1353 indexing and lookup
1354
1355Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1356
1357 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1358
1359Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1360
1361 * doc/index.py: improved HTML indexing
1362 * doc/search.php: make the queries also lookup the HTML based indexes
1363
1364Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1365
1366 * doc/index.py: added HTML page indexing
1367
1368Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1369
1370 * xmlIO.c: extended Windows path normalisation to fix the base
1371 problem in libxslt.
1372 * catalog.c: fixed list handling in XML_CATALOG_FILES
1373
1374Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1375
1376 * valid.c: typo/bug found by Christian Glahn
1377
1378Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1379
1380 * xmlIO.c: applied Windows CE patch from Javier.
1381 * win32/wince: new directory, contains support for the PocketPC
1382 with Windows CE from Javier.
1383 * include/win32config.h: reorganised, removed duplicate
1384 definitions and applied WinCE patch from Javier.
1385 * include/wsockcompat.h: new file, now contains WinSock
1386 compatibility macros.
1387 * win32/Makefile.msvc: introduced double-run compilation.
1388
1389Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1390
1391 * configure.in include/libxml/xmlwin32version.h: preparing release
1392 of 2.4.25
1393 * doc/*: updated and regenerated teh docs and web pages.
1394
1395Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1396
1397 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1398 error were not covering namespace declarations.
1399 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1400 it was missing the attribute declaration for the namespace
1401 * result/VC/NS3: the fix now report breakages in that test
1402
1403Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1404
1405 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1406
1407Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1408
1409 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1410 and regenerated the docs and web site
1411
1412Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1413
1414 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1415 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1416 not before
1417
1418Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1419
1420 * python/generator.py python/libxml2class.txt: fixed a stupid error
1421 breaking the python API
1422
1423Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1424
1425 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1426 triostr.c triostr.h: applied a trio update patch from
1427 Bjorn Reese which should work with MinGW
1428
1429Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1430
1431 * tree.c: improving some documentation comments
1432 * xmlregexp.c: found and fixed a mem leak with python regression tests
1433 * doc/*: rebuilt the doc and the API XML file including the
1434 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1435 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1436 python/types.c: added access to the XML Schemas regexps from
1437 python
1438 * python/tests/Makefile.am python/tests/regexp.py: added a
1439 simple regexp bindings test
1440
1441Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1442
1443 * doc/xml.html:
1444 fixing ftp links - thanks to Vitaly Ostanin
1445
1446Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1447
1448 * xmlregexp.c: fixed the data callback on transition functionality
1449 which was broken when using the compact form
1450 * result/schemas/*: updated the results, less verbose, all tests
1451 pass like before
1452 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1453 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1454 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1455 annoying warnings
1456 * xpath.c: try to provide better error report when possible
1457
1458Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1459
1460 * Makefile.am: fixed a breakage raised by Jacob
1461
1462Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1463
1464 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1465 which don't use sockets
1466
1467Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1468
1469 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1470 * win32/configure.js: applied zlib patch from Daniel Gehriger
1471
1472Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1473
1474 * win32/configure.js: applied the patch from Mark Vakoc for
1475 regexp support
1476 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1477 for regexp support
1478
1479Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1480
1481 * xmlschemastypes.c: as pointed by Igor Float and Double
1482 parsing ain't finished yet
1483
1484Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1485
1486 * Makefile.am configure.in: trying to fix #88412 by bypassing
1487 all the python subdir if python ain't detected
1488
1489Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1490
1491 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1492 made configuring with regexps/automata/unicode the default
1493 but without schemas ATM
1494 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1495 fixed the regexp based DTD validation performance and memory
1496 problem by switching to a compact form for determinist regexps
1497 and detecting the determinism property in the process. Seems
1498 as fast as the old DTD validation specific engine :-) despite
1499 the regexp built and compaction process.
1500
1501Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1502
1503 * valid.c: determinism is debugged, new DTD checking code now works
1504 but xmlFAComputesDeterminism takes far too much CPU and the whole
1505 set usues too much memory to be really usable as-is
1506
1507Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1508
1509 * tree.c: fixed another stupid bug in xmlGetNodePath()
1510 * xmllint.c: --version now report the options compiled in
1511
1512Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1513
1514 * HTMLparser.c: small cleanup
1515 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1516 when configured with them. A bit of debugging around the determinism
1517 checks is still needed
1518
1519Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1520
1521 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1522
1523Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1524
1525 * xmlIO.c: small portability glitch fixed.
1526
1527Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1528
1529 * xmlschemastypes.c: incomplete steps for real/double support
1530 * testAutomata.c include/libxml/xmlautomata.h
1531 include/libxml/xmlregexp.h: avoiding a compilation problem
1532 * valid.c include/libxml/valid.h: starting the work toward using
1533 the regexps for actual DTD validation
1534
1535Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1536
1537 * hash.c: cosmetic cleanup
1538 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1539 integrating a DTD validation layer based on the regexps
1540
1541Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1542
1543 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1544 the determinism was tested before eliminating the epsilon
1545 transitions :-(
1546
1547Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1548
1549 * python/generator.py python/libxml.c python/libxml.py
1550 python/libxml2-python-api.xml python/libxml2class.txt
1551 python/libxml_wrap.h python/types.c: updated the python
1552 bindings, added code for easier File I/O, and the ability to
1553 define a resolver from Python fixing bug #91635
1554 * python/tests/Makefile.am python/tests/inbuf.py
1555 python/tests/outbuf.py python/tests/pushSAXhtml.py
1556 python/tests/resolver.py python/tests/serialize.py: updated
1557 and augmented the set of Python tests.
1558
1559Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1560
1561 * win32/configure.js: added more readme info for the binary
1562 package.
1563
1564Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1565
1566 * xmlIO.c: fixed a stupid out of bound array error
1567
1568Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1569
1570 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1571 messing around with support for Windows path, cleanups,
1572 trying to identify and fix the various code path to the
1573 filename access. Added xmlNormalizeWindowsPath()
1574
1575Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1576
1577 * error.c valid.c: working on better error reporting of validity
1578 errors, especially providing an accurate context.
1579 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1580 error reports in those cases.
1581
1582Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1583
1584 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1585 parser.c parserInternals.c xmlIO.c: get rid of all the
1586 perror() calls made in the library execution paths. This
1587 should fix both #92059 and #92385
1588
1589Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1590
1591 * xmllint.c: memory leak reporting was broken after a change
1592 of the preprocessor symbol used to activate it.
1593
1594Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1595
1596 * tree.c: try to make the copy function work for node of
1597 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1598 DOM layers though, not libxml2 itself.
1599
1600Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1601
1602 * valid.c: try to provide file and line informations, not all
1603 messages are covered, but it's a (good) start
1604
1605Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1606
1607 * xinclude.c: reimplemented a large part of the XInclude
1608 processor, trying to minimize resources used, James Henstridge
1609 provided a huge test case which was exhibiting severe memory
1610 consumption problems.
1611
1612Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1613
1614 * python/Makefile.am: applied patch from Christophe Merlet to
1615 reestablish DESTDIR
1616
1617Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1618
1619 * libxml.spec.in: fixes libary path for x86_64 AMD
1620
1621Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1622
1623 * doc/tutorial/includekeyword.c
1624 * doc/tutorial/xmltutorial.xml:
1625 (plus resulting generated html files)
1626 fixing one spot I missed in the tutorial where I hadn't freed
1627 memory properly
1628
1629Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1630
1631 * doc/tutorial/includeaddattribute.c
1632 * doc/tutorial/includeaddkeyword.c
1633 * doc/tutorial/includegetattribute.c
1634 * doc/tutorial/includekeyword.c
1635 * doc/tutorial/xmltutorial.xml
1636 * doc/tutorial/*.html:
1637 update tutorial to properly free memory (thanks to Christopher
1638 R. Harris for pointing out that this needs to be done)
1639 * doc/tutorial/images/callouts/*.png:
1640 added image files so the callouts are graphical, making it
1641 easier to read ( use "--param callout.graphics 1" to generate
1642 html with graphical callouts)
1643
1644Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1645
1646 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1647 nice logos generated by Marc Liyanage
1648 * doc/site.xsl *.html: changed the stylesheet to show the new
1649 logo and regenerated the pages
1650
1651Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1652
1653 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1654
1655Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1656
1657 * xpath.c: possible mem leak patch from Jason Adams
1658
1659Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1660
1661 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1662 in the XQuery namespace
1663 * configure.in: preparing 2.4.24
1664 * doc/*.html: updated the web pages
1665
1666Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1667
1668 * python/generator.py: closing bug #85258 by generating conditional
1669 compile check to avoid linking to routines not configured in.
1670
16712002-08-22 Havoc Pennington <hp@pobox.com>
1672
1673 * autogen.sh: update error message for missing automake
1674
1675Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1676
1677 * python/Makefile.am: typo in target name resulted in libxml2.py
1678 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1679
1680Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1681
1682 * win32/win32/Makefile.mingw: updated with version from
1683 Elizabeth Barham at http://soggytrousers.net/repository/
1684
1685Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1686
1687 * win32/Makefile.msvc: added the prefix location to the include
1688 and lib search path.
1689
16902002-08-18 Havoc Pennington <hp@pobox.com>
1691
1692 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1693 both automake 1.6 and 1.4 installed get the right automake. Means
1694 compilation from CVS will now require the latest automake 1.4
1695 release, or manually creating symlinks called "automake-1.4" and
1696 "aclocal-1.4"
1697
1698Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1699
1700 * configure.in python/Makefile.am: more AMD 64 induced changes from
1701 Frederic Crozat
1702
1703Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1704
1705 * xinclude.c: oops I was missing the xml:base fixup too
1706 * result/XInclude/*.xml: this adds xml:base attributes to most
1707 results of the tests
1708
1709Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1710
1711 * xinclude.c: quick but apparently working implementation of
1712 xi:fallback, should close bug #89684
1713 * Makefile.am test/XInclude/docs/fallback.xml
1714 result/XInclude/fallback.xml: added a basic test for fallback,
1715 and run with --nowarning to avoid a spurious warning
1716 * configure.in: applied patch from Frederic Crozat for python
1717 bindings on AMD 64bits machines.
1718
1719Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1720
1721 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1722 the caller don't pass a SAX callback block.
1723
1724Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1725
1726 * tree.c: applied the same fix for the XML-1.0 namespace to
1727 xmlSearchNsByHref() as was done for xmlSearchNs()
1728
1729Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1730
1731 * libxml.3: small cleanup of the man page
1732 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1733 when serializing HREF attributes generated by XSLT.
1734
1735Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1736
1737 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1738 version of Marc Liyanage' patch for boolean attributes in HTML
1739 output
1740
1741Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1742
1743 * python/tests/serialize.py: fixed the test results, indenting
1744 behaviour changed slightly
1745
1746Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1747
1748 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
1749 new c14n function to Windows def files
1750
1751Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
1752
1753 * c14n.c: fixed a memory leak in c14n code
1754
1755Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1756
1757 * parser.c include/libxml/parser.h: adding a new API for Christian
1758 Glahn: xmlParseBalancedChunkMemoryRecover
1759 * valid.c: patch from Rick Jones for some grammar cleanup in
1760 validation messages
1761 * result/VC/* result/valid/*: this slightly change some of the
1762 regression tests outputs
1763
1764Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1765
1766 * tree.c: trying to fix a problem in namespaced attribute handling
1767 raised by Christian Glahn
1768
1769Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1770
1771 * encoding.c include/libxml/encoding.h: Opening the interface
1772 xmlNewCharEncodingHandler as requested in #89415
1773 * python/generator.py python/setup.py.in: applied cleanup
1774 patches from Marc-Andre Lemburg
1775 * tree.c: fixing bug #89332 on a specific case of loosing
1776 the XML-1.0 namespace on xml:xxx attributes
1777
1778Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
1779
1780 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
1781 corner case from new Merlin's test suite and added a callback
1782 that will be used to improve xmlsec performance
1783
1784
1785Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1786
1787 * HTMLtree.c: trying to fix the <style> escaping problem in
1788 HTML serialization bug #89342
1789
1790Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1791
1792 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
1793 and rebuilt the web site.
1794
1795Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
1796
1797 * include/libxml/tree.h: added _private member to xmlNs struct
1798
1799Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1800
1801 * HTMLparser.c: fixing bug #84876 based on the xml working
1802 code.
1803
1804Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1805
1806 * python/Makefile.am: enhanced to fix bug 72012 (errors
1807 when using '-jX' make parameter)
1808
1809Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1810
1811 * xpath.c: small additional enhancement for booleans
1812 compared to nodesets
1813
1814Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1815
1816 * HTMLtree.c: changed the order of the encoding declaration
1817 attributes in the meta tags due to a bug in IE/Mac
1818
1819Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1820
1821 * xpath.c: enhanced handling of booleans (especially '='
1822 and '!=' for nodesets) - fixes bug 85256. Added new
1823 routine xmlXPathNotEqualValues for more proper handling
1824 of '!=' when nodesets are involved.
1825
1826Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
1827
1828 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
1829 doc/xmlcatalog_man.xml to the source distribution
1830
1831Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1832
1833 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
1834 asked for this.
1835
1836Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1837
1838 * configure.in: preparing 2.4.23
1839 * doc/*: rebuilt the docs
1840
1841Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1842
1843 * parser.c: fixing bug #84169 by fixing the
1844 comment of xmlCreatePushParserCtxt to describe the
1845 encoding detection parameters better.
1846
1847Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
1848
1849 * valid.c: fixing bug #79331 in one path the lookup for
1850 ID attributes on a namespaced node wasn't handled correctly :-\
1851
1852Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
1853
1854 * HTMLparser.c: trying to fix 87235 about discarded white
1855 spaces in the HTML parser.
1856 * result/HTML/*: this changes the output of a number of HTML
1857 regression tests
1858
1859Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
1860
1861 * xpath.c: applied patch from Richard Jinks for the namespace
1862 axis + fixed a memory error.
1863 * parser.c parserInternals.c: applied patches from Peter Jacobi
1864 removing ctxt->token for good.
1865 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
1866 popped out by the regression tests.
1867 * Makefile.am: patch for threads makefile from Gary Pennington
1868
1869Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1870
1871 * xpath.c: enhanced behaviour of position() after usage of
1872 expressions involving preceding-sibling (et al).
1873
1874Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
1875
1876 * hash.c: applied a patch from Peter Jacobi to solve a problem
1877 when compiling with the Watcom C on Win32
1878 * result/schemas/*.err: the change of hashing algo generated
1879 permutations in the output
1880
1881Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
1882
1883 * hash.c: applied patch from Sander Vesik improving the quality of
1884 the hash function.
1885
18862002-06-14 Aleksey Sanin <aleksey@aleksey.com>
1887
1888 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
1889 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
1890 xmllint.c xpath.c: replaced sprintf() with snprintf()
1891 to prevent possible buffer overflow (the bug was pointed
1892 out by Anju Premachandran)
1893
1894Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1895
1896 * parser.c: removed an uninitialized data error popped by valgrind
1897 on PE references
1898
1899Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
1900
1901 * doc/xml.html
1902 adding tutorial reference to the web page
1903
1904Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
1905
1906 * doc/tutorial/xmltutorial.xml
1907 * doc/tutorial/ar01s07.html
1908 * doc/tutorial/ape.html
1909 * doc/tutorial/includegetattribute.c
1910 adding section to tutorial about retrieving an attribute
1911 value
1912
1913Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
1914
1915 * parser.c: applied a couple of patches from Peter Jacobi to start
1916 to get rid of ctxt->token, with a possible significant speed
1917 improvement to be gained once done. Better compliance with PE
1918 references constructs in DTDs too.
1919 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
1920 from Peter too
1921
1922Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
1923
1924 * parser.c: Babak Vahedipour-Kunze reported that openTag in
1925 xmlParseElement was likely to have been deallocated at the
1926 time of the report, possibly leading to segfault. Just report
1927 the tag name now.
1928
1929Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1930
1931 * xpath.c: patch from Richard Jinks for XPath substring() function
1932 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
1933
19342002-06-06 Aleksey Sanin <aleksey@aleksey.com>
1935
1936 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
1937
1938Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
1939
1940 *doc/FAQ.html
1941 fixing typos in FAQ, thanks to Robert Funnell for the
1942 editing help
1943
1944Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
1945
1946 * NEWS: got complaints from rpmlint that it was empty
1947
1948Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
1949
1950 * added doc/tutorial, including:
1951 apa.html
1952 apb.html
1953 apc.html
1954 apd.html
1955 ar01s02.html
1956 ar01s03.html
1957 ar01s04.html
1958 ar01s05.html
1959 ar01s06.html
1960 includeaddattribute.c
1961 includeaddkeyword.c
1962 includekeyword.c
1963 includestory.xml
1964 index.html
1965 xmltutorial.xml
1966 libxml tutorial, including generated html
1967
1968Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1969
1970 * result/c14n/exc-without-comments/merlin-c14n-two-*
1971 result/c14n/without-comments/merlin-c14n-two-*
1972 test/c14n/exc-without-comments/merlin-c14n-two-*
1973 test/c14n/without-comments/merlin-c14n-two-*
1974 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
1975 c14n/exc-c14n and slightly modified test script to handle
1976 these test cases
1977 * c14n.c: fixed bugs for complicated nodes set (namespace
1978 without node and others from merlin-c14n-two.tar.gz)
1979 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
1980 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
1981 for xmlsec performance patch
1982 * xpath.c: fixed self::node() for namespaces and attributes
1983
1984Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
1985
1986 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
1987 but with the format parameter
1988 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
1989
1990Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
1991
1992 * Makefile.am: updated c14n tests suite
1993 * c14n.c: performance improvement for previous c14n patch
1994
1995Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
1996
1997 * parser.c: another peroformance patch from Peter Jacobi, that
1998 time on parsing attribute values.
1999
2000Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2001
2002 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2003 into LibXML2 test suite
2004
2005Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2006
2007 * c14n.c: propagating xpath ancesstors node fix to c14n
2008 plus small performance improvement to reduce number of
2009 mallocs
2010 * xpath.c: fixed ancestors axis processing for namespace nodes
2011
2012Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2013
2014 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2015 Peter Jacobi
2016
2017Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2018
2019 * configure.in: preparing 2.4.22
2020
2021Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2022
2023 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2024 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2025 a public entry point.
2026 * doc/*: rebuilt the API and docs
2027
2028Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2029
2030 * xpath.c: patch from Richard Jinks to fix a problem introduced
2031 in the previous patch and pointed by Norm
2032
2033Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2034
2035 * libxml.spec.in: fixing bug #81112
2036
2037Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2038
2039 * uri.c: fixing bug #82848
2040
2041Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2042
2043 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2044 output of one catalog test
2045
2046Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2047
2048 * global.data globals.c tree.c include/libxml/globals.h
2049 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2050 default value for global parameter xmlIndentTreeOutput to 1 and
2051 introduced new global parameter xmlTreeIndentString (the string
2052 used to do one-level indent) with default value " " (as it was
2053 in tree.c)
2054
2055Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2056
2057 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2058 with trio and schemas.
2059
2060Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2061
2062 * xpath.c: patch from Richard Jinks to fix the problem raised in
2063 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2064
2065Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2066
2067 * xmlschemas.c: a bit of work on import.
2068 * xmlschemastypes.c: Charles Bozeman provided a compare function
2069 for date/time types so min/max facet restrictions should work,
2070 indeterminate comparisons return an error instead of equal.
2071 * test/schemas/date_0* result/schemas/date_0_0: specific test
2072 from Charles Bozeman too
2073
2074Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2075
2076 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2077 from Christian Cornelssen fixing the man pages and the Catalog
2078 building script.
2079 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2080 next step is <xs:import> I now have a reasonable understanding
2081 of how it works.
2082
2083Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2084
2085 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2086
2087Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2088
2089 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2090
2091Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2092
2093 * xpath.c: fixing an XPath function evalutation bug pointed out
2094 by Alexey Efimov where the context was lost when evaluating
2095 the function arguments
2096
2097Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2098
2099 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2100 function public for XMLSec performance optimizations
2101
2102Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2103
2104 * python/generator.py python/libxml2class.txt : fixed a problem
2105 with the HTML parser pointed by Gary Benson
2106 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2107 example
2108
2109Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2110 * parser.c: fixed bug #81159 (memory growth in SAX)
2111
2112Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2113 * xpath.c: fixed bug #78858 (the real fix)
2114
2115Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2116 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2117
2118Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2119
2120 * tree.c: modified xmlNodeSetBase to allow changing the
2121 base of a document.
2122
2123Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2124
2125 * xmlschemastypes.c: patch Charles Bozeman for validation of
2126 all the date, time, and duration types
2127 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2128 * configure.in: fixed an error pointed by an user
2129 * xml2-config.in: fixed an error pointed by an user
2130
2131Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2132
2133 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2134 win32/libxml2.def.src xmlIO.c: exported default
2135 'file:', 'http:' and 'ftp:' protocols input handlers
2136 and maked protocols comparisson case insensitive
2137
2138Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2139
2140 * configure.in: Neven Has detected a typo
2141
2142Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2143
2144 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2145 as one of the persons allowed to commit directly to the
2146 module.
2147
2148Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2149
2150 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2151 * valid.c: raised a too low limit
2152 * doc/*: rebuilt the docs
2153
2154Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2155
2156 * test/XPath/expr/floats test/XPath/expr/functions
2157 result/XPath/expr/floats result/XPath/expr/functions
2158 xpath.c: another XPath conformance patch from Richard Jinks
2159
2160Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2161
2162 * xmlschemas.c: fixed validation of attribute groups.
2163 * test/schemas result/schemas: added an example from the primer
2164
2165Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2166
2167 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2168 * test/schemas result/schemas: updated the test list
2169
2170Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2171
2172 * TODO: updated a bit
2173 * parser.c: made a comment more specific
2174 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2175 Schemas conformance.
2176 * test/schemas result/schemas: updated the test list
2177
2178Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2179
2180 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2181 implementing xs:all with minOccurs = 0
2182 * tes/schemas/* result/schemas/*: added more tests covering
2183 xs:all
2184
2185Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2186
2187 * xmlregexp.c: first implementation of the all particle, this
2188 may need to be revisited for case where not all transitions
2189 must be crossed.
2190
2191Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2192
2193 * tree.c: another entity processing update from Markus Henke
2194
2195Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2196
2197 * trionan.c: fixed crash on OSF/1
2198
2199Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2200
2201 * xmlschemas.c: more Schemas work
2202 * test/schemas/* result/schemas/*: added more tests coming
2203 from the spec.
2204
2205Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2206
2207 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2208 ExcC14N specification
2209
2210Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2211
2212 * tree.c: patch from Markus Henke, fix for recursive entities.
2213
2214Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2215
2216 * xpath.c: fix a problem with string() on a document node.
2217
2218Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2219
2220 * Makefile.am xmlschemas.c: more Schemas work
2221 * test/schemas/* result/schemas/*: added more tests coming
2222 from the spec.
2223
2224Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2225
2226 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2227 * result/HTML/*: this changes a few things in the results
2228
2229Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2230
2231 * include/libxml/tree.h: eliminated 'declaration different than
2232 prototype' warning
2233 * include/win32config.h: "resolved" conflicts with errno.h
2234
2235Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2236
2237 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2238 on the automata interfaces and debug of counted choices
2239 * test/schemas/* result/schemas/*: added a number of tests
2240
2241Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2242
2243 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2244 a bit of work on Schemas
2245 * testSchemas.c: try to make it more useful
2246 * test/schemas/* result/schemas/* Makefile.am: changed the
2247 Schemas regression test procedure, started adding a few samples
2248
2249Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2250
2251 * include/libxml/encoding.h: Patch for the Borland C++ builder
2252 * include/libxml/tree.h: Patch for the Borland C++ builder
2253 * threads.c: Patch for the Borland C++ builder
2254 * win32/bcb5: New directory for the Borland C++ builder
2255 project files
2256
2257Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2258
2259 * win32/Makefile.msvc: Update for XML Schema support
2260 * win32/configure.js: Update for XML Schema support
2261 * win32/libxml2.def.src: Update for XML Schema support
2262
2263Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2264
2265 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2266 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2267 xmlunicode.c include/libxml/Makefile.am
2268 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2269 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2270 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2271 include/libxml/xmlversion.h.in : merged the current state of
2272 XML Schemas implementation, it is not configured in by default,
2273 a specific --schemas configure option has been added.
2274 * test/automata test/regexp test/schemas Makefile.am
2275 result/automata result/regexp result/schemas:
2276 merged automata/regexp/schemas regression tests
2277
2278Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2279
2280 * xpath.c: Gary found a compile time problem, fixes #78823
2281
2282Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2283
2284 * configure.in: release of 2.4.20
2285 * doc/*: updated and rebuilt the docs
2286
2287Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2288
2289 * python/Makefile.am: patch from Cristian Gafton to build on
2290 Red Hat 6.2, should also fix #75779
2291
2292Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2293
2294 * valid.c: first part of fixing #78729
2295
2296Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2297
2298 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2299 escaping of URI when saving HTML files.
2300 * result/HTML/*: this impacted some tests
2301
2302Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2303
2304 * configure.in: trying to fix #77441
2305
2306Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2307
2308 * include/libxml/xmlIO.h: Hallski complained it could not be
2309 included by itself.
2310
2311Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2312
2313 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2314
2315Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2316
2317 * win32/configure.js: patch from Nilo for the c14n option
2318 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2319
2320Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2321
2322 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2323 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2324 LIBXML_THREAD_ENABLED
2325
2326Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2327
2328 * xpath.c: another patch from Richard Jinks for substring conformance
2329 * test/XPath/expr/floats test/XPath/expr/strings
2330 result/XPath/expr/floats result/XPath/expr/strings: update of the
2331 test suite to check those.
2332
2333Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2334
2335 * xpath.c: patch from Richard Jinks for .x float parsing.
2336
2337Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2338
2339 * parser.c: patch from Markus Henke when an encoding ain't recognized
2340
2341Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2342
2343 * libxml.m4: got a report that #include <string.h> was needed
2344
2345Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2346
2347 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2348
2349Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2350
2351 * doc/example.html: fixing typo
2352
2353Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2354
2355 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2356 pointed out by Melvyn Sopacua.
2357
2358Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2359
2360 * libxml.m4: Frédéric Crozat gave a patch related to the change
2361 of Include paths breaking the libxml.m4
2362
2363Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2364
2365 * xpath.c: Fix bug #76927 forgot to save some context
2366 when evaluating binary expressions
2367
2368Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2369
2370 * configure.in: fixed configure for MPE/iX from Markus Henke
2371 * xmlmemory.c: fixed initialization problems
2372 * xpath.c: another set of patches from Richard Jinks this
2373 fixes "make XPathtests" on linux
2374
2375Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2376
2377 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2378 * test/XPath/expr/compare test/XPath/expr/equality
2379 test/XPath/expr/floats test/XPath/expr/functions
2380 test/XPath/expr/strings result/XPath/expr/compare
2381 result/XPath/expr/equality result/XPath/expr/floats
2382 result/XPath/expr/functions result/XPath/expr/strings: Updated
2383 tests though they show a divergence on Linux
2384
2385Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2386
2387 * xpath.c trionan.c: previous commit also included patches
2388 from Richard Jinks on some IEEE support corner case
2389
2390Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2391
2392 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2393 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2394 that $(datadir) should be used for docs
2395
2396Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2397
2398 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2399 could leak filedescriptors
2400
2401Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2402
2403 * configure.in nanohttp.c: applied patch from Allan Clark for
2404 UnixWare/OpenServer
2405
2406Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2407
2408 * configure.in: preparing 2.4.19
2409 * doc/*: rebuilt the docs
2410
2411Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2412
2413 * nanohttp.c: fixing #76043, got fed up with non-portability
2414 of that piece of code.
2415
2416Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2417
2418 * valid.c SAX.c: Never commit without running "make tests" :-(
2419 fix a couple of stupidities in the previous commit
2420 * result/*: a few changes in some attribute order result of previous
2421 commit.
2422
2423Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2424
2425 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2426 the internal subset should not raise duplicate ID errors,
2427 also there was a small bug in conjunction to namespace
2428 declarations defaulted and xml:xxx attributes DTD definitions.
2429
2430Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2431
2432 * xpath.c: Richard Jinks also raised some rounding problems
2433 this tries to fix them
2434
2435Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2436
2437 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2438 behaviour in xmlXPathCastToString()
2439
2440Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2441
2442 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2443 raised by Morus Walter
2444
2445Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2446
2447 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2448 from Igor
2449
2450Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2451
2452 * xpath.c: fixing #75619, related to a problem when trying
2453 to evaluate condition when the current node set resulting
2454 from that sub-step evaluation is empty. Also fixes 2 potential
2455 problem with previous-sibling and next-siblings axis.
2456
2457Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2458
2459 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2460 HTML support is not configured in.
2461
2462Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2463
2464 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2465 include/libxml/tree.h: dohh I really didn't intended to commit
2466 this test version :-(
2467
2468Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2469
2470 * testSAX.c: I wanted to see the real speed at the SAX interface
2471 after a little too many Ximianer started complaining about the
2472 parser speed.
2473 added a --quiet option:
2474 paphio:~/XML -> ls -l db100000.xml
2475 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2476 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2477 3200006 callbacks generated
2478 real 0m1.270s
2479 Which means 16MBytes/s and 3Mcallback/s
2480
2481Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2482
2483 * xpath.c: valgrind spotted another error that time when running
2484 on libxslt regression tests
2485
2486Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2487
2488 * Makefile.am: adding "make valgrind" running the full regression
2489 tests (except python ones) under Valgrind (using valgrind -q
2490 which was kindly added by the author).
2491 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2492 passes cleanly now except an obcure floating point initialization
2493 raised in log10() in one XPath regression test ???
2494 * tree.c: edited some comments to close #75244
2495
2496Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2497
2498 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2499 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2500 context of ScrollKeeper, made sure that if the number is
2501 an integer, the serialization follows the description at
2502 http://www.w3.org/TR/xpath#section-String-Functions
2503
2504Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2505
2506 * configure.in: preparing 2.4.18
2507 * doc/*: updated and rebuilt the web site
2508 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2509 the Windows and Cygwin maintainers.
2510 * parser.c: humm, changed the way the SAX parser work when
2511 xmlSubstituteEntitiesDefault(1) is set, it will then
2512 do the entity registration and loading by itself in case the
2513 user provided SAX getEntity() returns NULL.
2514 * testSAX.c: added --noent to test the behaviour.
2515
2516Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2517
2518 * parser.c: Wilfried Teiken provided a hackish but working
2519 way to get context reported back on entities when parsing
2520 with SAX and without breaking the DOM build.
2521
2522Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2523
2524 * c14n.c: applied a new patch from Aleksey Sanin
2525 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2526 to reference Aleksey implementation of XML digital Signatures
2527
2528Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2529
2530 * xpath.c: small fix to avoid potential problem due to
2531 ordering of freeing data
2532 * python/Makefile.am: people were complaining about
2533 the generated file in python dir not being built
2534
2535Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2536
2537 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2538 python/generator.py python/libxml.c python/types.c: Cleanup
2539 of the python Makefiles based on Jacob and James feedback,
2540 fixed the spec file accordingly, fixed the number of warning
2541 that passing my pedantic CFLAGS was generating. Conclusion
2542 is that Python includes are real crap.
2543
2544Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2545
2546 * configure,in: it was reported quite a few times that
2547 xml2-config --cflags should not output
2548 -I$includeprefix/libxml2/libxml because libxml2 header names
2549 clashes with existing names like list.h from C++ stl.
2550 Includes should be #include<libxml/xxx.h> so ...
2551
2552Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2553
2554 * c14n.c: another patch from Aleksey Sanin
2555
2556Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2557
2558 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2559 canonicalization algorithm
2560 * doc/xml.html doc/index.html: added the C14N references on the
2561 index page.
2562
25632002-03-13 jacob berkman <jacob@ximian.com>
2564
2565 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2566 usage, redundant, and gcc specific
2567
2568Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2569
2570 * xpath.c: speedup some node selection operations, this can
2571 have a significant impact on DocBook Norm's stylesheets
2572 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2573 make sure it's always the case
2574 * debugXML.c: distinguish CDATA and comments in ls operations
2575
2576Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2577
2578 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2579 to generate better API descriptions etc...
2580
2581Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2582
2583 * c14n.c: Fixing #74186, made sure all boolean expressions
2584 get fully parenthesized, ran indent on the output
2585 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2586 include/libxml/tree.h: also #74186 related, removed the
2587 --with-buffers option, and all the preprocessor conditional
2588 sections that were resulting from it.
2589
2590Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2591
2592 * valid.c: applied patch from Dodji Seketeli fixing an
2593 uninitailized variable in xmlValidGetValidElements()
2594
2595Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2596
2597 * c14n.c: fixed a few comments
2598 * doc/*.html doc/*/*.html: regenerated the docs and added
2599 the C14N API
2600 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2601
2602Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2603
2604 * check-xml-test-suite.py: fix to adapt varaiations in the
2605 bindings
2606 * configure.in python/setup.py python/setup.py.in: fixed to
2607 have the version of the python scripts automatically updated
2608
2609Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2610
2611 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2612 in xmlCopyProp()
2613
2614Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2615
2616 * configure.in: preparing 2.4.17 release
2617 * doc/*: updated and rebuilt the docs
2618 * xpath.c: fixed a comment
2619 * python/libxml.c: fixed a possible reentrancy problem
2620
2621Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2622
2623 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2624 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2625 added a specific regression test
2626 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2627 not raise exceptions when failing to find the attribute.
2628
2629Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2630
2631 * configure.in xmllint.c: owen pointed out a problem with the
2632 ftme fix, gettimeofday() was not detected by configure and
2633 the ftime header wasn't included, dohhh
2634
2635Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2636
2637 * configure.in xmllint.c: trying to fix #71457 for timing
2638 precision when gettimeofday() is not availble but ftime() is
2639
2640Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2641
2642 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2643 are now copied on install and part of the -devel RPM
2644
2645Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2646
2647 * xpath.c: trying to avoid bug #72150 which was apparently
2648 caused by a gcc bug (or a processor problem) as detailed
2649 at http://veillard.com/gcc.bug
2650
2651Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2652
2653 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2654 fixed xmlReconciliateNs(), added a Python test/example for
2655 inter-document cut'n paste
2656 * python/libxml.py: fixed node.doc on document nodes and added
2657 xpathEval() onto node objects
2658
2659Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2660
2661 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2662 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2663 fixup and integrated tests for the serialization stuff
2664
2665Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2666
2667 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2668 moved the libxml man page to section 3
2669
2670Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2671
2672 * tree.c: fix bug #72490
2673 * python/libxml.c python/libxml.py: added methods serialize()
2674 and saveTo() to all node elements.
2675
2676Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2677
2678 * xmlIO.c: closed #73430, don't read from an input source
2679 which indicated an end-of-file or an error.
2680
2681Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2682
2683 * parser.c: make sure SAX endDocument is always called as
2684 this could result in a Python memory leak otherwise (it's
2685 used to decrement ref-counting)
2686 * python/generator.py python/libxml.c python/libxml.py
2687 python/libxml2-python-api.xml python/libxml2class.txt
2688 python/tests/error.py python/tests/xpath.py: implemented
2689 the suggestions made by Gary Benson and extended the tests
2690 to match it.
2691
2692Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2693
2694 * python/generator.py: applied patch fixing #73450
2695
2696Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2697
2698 * xpath.c: fixing #61290 "namespace nodes have no parent"
2699 long standing divergence from the XPath REC. NodeSets
2700 simply hold a copy of namespace nodes and those node ->next
2701 points to the parent (which may not be the node carrying the
2702 definition).
2703 * include/libxml/xpath.h: flagged but didn't added a possible
2704 speedup
2705 * DOCBparser.c HTMLparser.c: removed some warnings from push
2706 parser due to new state being added.
2707 * tree.c: new fix from Boris Erdmann
2708 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2709 the XML Canonalization support from Aleksey Sanin
2710
2711Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2712
2713 * tree.c: patch from Boris Erdmann fixing some namespace odities
2714 with xmlCopyNode()
2715
2716Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2717
2718 * xmlIO.c: fix bug #72706 when loading a NULL entity
2719
2720Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2721
2722 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2723 actually change in a future XML Namespace revision.
2724
2725Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2726
2727 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2728 added the possibility of returning nodesets from XPath extension
2729 functions written in Python
2730
2731Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2732
2733 * python/*: commiting some Python bindings work done while travelling
2734
2735Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2736
2737 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2738 explicitely with memory debugging switched on
2739
2740Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2741
2742 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2743 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2744 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2745 the accessor generator for strings
2746 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
2747 regression test.
2748
2749Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2750
2751 * python/README python/generator.py python/libxml.c python/setup.py:
2752 added the 'usual' setup.py to allow building a libxml2-python
2753 module based on the same code. The initialization is however
2754 different the 2 .so files fo libxml2 and libxslt are identical and
2755 they entry point initialize both libraries. this is done to avoid
2756 some possible nasty problem since the Python don't merge the maps
2757 of all shared modules.
2758
2759Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2760
2761 * parser.c: fixed a push/encoding bug reported by Michael
2762 on librsvg
2763
2764Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2765
2766 * include/libxml/parserInternals.h: fixes a misplaced #endif
2767
2768Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2769
2770 * parser.c valid.c: found and fixed a couple of allocation bugs
2771
2772Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2773
2774 * doc/xml.html doc/python.html doc/*: added a Python and binding
2775 page describing the current state of the Python bindings and
2776 giving pointers to the other languages wrappers.
2777
2778Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2779
2780 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
2781 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
2782 rebuilt the API and web site
2783 * xpath.c: fixed #71978 portability bugs
2784
2785Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2786
2787 * SAX.c: oops broke automatic defaulting of namespaces attributes.
2788
2789Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2790
2791 * include/libxml/parserInternals.h parser.c: had to change
2792 2 internal parsing API when processing document content
2793 to check the start and end of element content are defined
2794 in the same entity
2795 * valid.c include/libxml/valid.h: attribute normalization can
2796 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
2797 with the context to report it.
2798 * SAX.c: fixed the last known bugs, crazy validation constraints
2799 when a document is standalone seems correctly handled. There
2800 is a couple of open issues left which need consideration especially
2801 PE93 on external unparsed entities and standalone status.
2802 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
2803 The 2 tests left failing are actually in error. Cleanup done.
2804
2805Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2806
2807 * valid.c: implemented E59 spaces in CDATA does not match the
2808 nonterminal S
2809
2810Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2811
2812 * SAX.c parser.c valid.c: more validation test fixups
2813 * check-xml-test-suite.py: added duration info for the tests
2814
2815Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2816
2817 * parser.c valid.c: a couple of errors were reported but not
2818 saved back as such in the parsing context. Down to 1% failure rate
2819 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
2820
2821Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2822
2823 * xmlInternald.c: isExtender was missing a char
2824 * parser.c include/libxml/parser.h: % are acceptable in the
2825 internal subset if within a PUBLIC ID
2826
2827Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2828
2829 * SAX.c parserInternals.c valid.c: more work on the conformance
2830 suite. Took the step to finally block documents with encoding
2831 errors. It's a fatal error per the spec, people should have fixed
2832 their documents by now.
2833
2834Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2835
2836 * check-xml-test-suite.py: fixed the test script after some discussion
2837 on the semantic of TYPE="error"
2838 * Makefile.am: added the script to the distrib
2839
2840Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2841
2842 * SAX.c entities.c: fixed a couple of conformances issues deep
2843 into the validation code (standalone and undeclared Notations)
2844
2845Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2846
2847 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
2848 stayed there for years !
2849
2850Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2851
2852 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
2853 missing
2854
2855Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2856
2857 * check-xml-test-suite.py: improved the behaviour a bit as
2858 well as the logs
2859 * parser.c valid.c SAX.c: fixed a few more bugs
2860 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
2861
2862Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2863
2864 * check-xml-test-suite.py: python script to run regression tests
2865 against the XML Test suite of W3C/OASis
2866 * SAX.c: fixed a validation bug
2867 * parser.c: fixed 3 errors pointed by the test suite
2868 * doc/buildDocBookCatalog: fixed a typo pointed by drake
2869 * python/Makefile.am: fixed a dependendy
2870
2871Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2872
2873 * xmlmemory.c: avoid a warning bug #71594
2874
2875Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2876
2877 * xmlmemory.c: Jesse Perry provided a patch to remove a few
2878 warning on alpha/Tru64
2879
2880Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2881
2882 * include/libxml/entities.h: fixing a comment
2883 * valid.c: fixing some troubles with validity check on namespaces
2884 * result/VC/NS3 test/VC/NS3: added a specific regression test
2885
2886Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2887
2888 * tree.c: Fixing #71342 serializing '\n' in attribute values
2889 * result/noent/att3 result/att3 test/att3: added a specific
2890 test.
2891
2892Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2893
2894 * python/libxml.c: couple of bug fixes
2895
2896Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2897
2898 * python/*.py: removed tabs and used spaces.
2899
2900Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2901
2902 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
2903 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
2904
2905Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2906
2907 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
2908 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
2909
2910Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2911
2912 * include/libxml/encoding.h include/libxml/entities.h
2913 include/libxml/globals.h include/libxml/parser.h
2914 include/libxml/threads.h include/libxml/tree.h
2915 include/libxml/xmlmemory.h: trying to fix the include mess
2916
2917Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2918
2919 * include/libxml/xmlmemory.h: reverted part of the previous
2920 attempt to provide #69655, this was breaking the build.
2921
2922Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2923
2924 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
2925 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
2926 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
2927 include/libxml/parserInternals.h include/libxml/tree.h
2928 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
2929 Tentatively fixed #69655 , make compiling with -Wredundant-decls
2930 clean.
2931 * python/libxml.c: fixed a warning.
2932
2933Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2934
2935 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
2936 copying of node, merge back IDs in the target document.
2937 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
2938 test/XInclude/ents/ids.xml: test case
2939 * result/VC/ElementValid4: output changed due to a typo fix
2940
2941Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2942
2943 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00002944 generate the dependencies right as Jacob found out. Add
2945 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002946
2947Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2948
2949 * parserInternals.c valid.c: Justin Fletcher found some parts
2950 of the code needing cleanup
2951 * libxml.spec.in python/Makefile.am python/generator.py
2952 python/libxml.c python/libxml.py: Fixed the python Makefiles
2953 corrected a bug showing up on ia64, changed the name of the
2954 python internal module too
2955
2956Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2957
2958 * Makefile.am: applied patch from Andris Pavenis for binary
2959 name suffixes
2960
2961Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2962
2963 * xmllint.c win32/win32config.h: fixing #68748
2964
2965Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2966
2967 * valid.c: fixing #70166
2968
2969Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2970
2971 * valid.c: fixing #70077
2972
2973Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2974
2975 * Copyright Makefile.am README configure.in libxml.spec.in:
2976 Changed to the MIT Licence
2977 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
2978 doc/xmlio.html: updated the doc accordingly
2979 * include/libxml/xmlwin32version.h configure.in: preparing
2980 2.4.14 release
2981 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2982 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2983 fixed the const xmlChar * wrapper and generator, XPath extension
2984 functions now use the context as first argument
2985 * python/tests/tstxpath.py python/tests/xpath.py
2986 python/tests/xpathext.py: Updated the tests accordingly
2987 * tree.c: fixed bug #70067
2988
2989Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2990
2991 * Makefile.am: cleanup
2992 * debugXML.c: always use stdout if output is NULL
2993 * xmlIO.c: don't close filedescriptors passed to outputBuffers
2994 * python/Makefile.am python/generator.py python/libxml2class.txt
2995 python/libxml_wrap.h python/types.c: augmented the number of bindings
2996 handling FILE * and XPath contexts
2997 * python/tests/Makefile.am: avoid a stupid problem due to the
2998 use of TEST.
2999
3000Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3001
3002 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3003
3004Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3005
3006 * python/TODO python/libxml.c: cleanup the extension function lookup
3007 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3008
3009Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3010
3011 * configure.in python/Makefile.am: do not install outside
3012 of prefix
3013
3014Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3015
3016 * python/TODO python/libxml.c: started adding SAX interfaces
3017 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3018 SAX test
3019
3020Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3021
3022 * tree.c: hardened the addChild function
3023 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3024 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3025 added accessors needed for xmlNode, a bit more testing and
3026 extension of interfaces
3027 * python/tests/Makefile.am python/tests/build.py: added a test
3028 build from scratch/save/load/check
3029
3030Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3031
3032 * parserInternals.c: change a small bit in the way valididy
3033 error messages get initialized
3034 * python/TODO python/libxml.c python/libxml2-python-api.xml
3035 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3036 added some memory debugging to track leaks at the libxml2 level
3037 * python/tests/*.py: changed all tests to check for leaks,
3038 there is just one left in XPath extension registrations.
3039
3040Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3041
3042 * python/TODO python/generator.py python/libxml2-python-api.xml
3043 python/libxml2class.txt: more accessor classes for the parser
3044 context, allow to switch on and check validity
3045 * python/tests/Makefile.am python/tests/error.py
3046 python/tests/invalid.xml python/tests/valid.xml
3047 python/tests/validate.py: attded more test and and added error.py
3048 which I forgot to commit in the last step
3049
3050Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3051
3052 * python/Makefile.am python/types.c: cleanup
3053 * python/libxml.c python/libxml.py python/libxml_wrap.h
3054 python/generator.py python/libxml2-python-api.xml
3055 python/libxml2class.txt: added class for parser context, added
3056 first cut for push mode support. Added a framework to generate
3057 accessors functions.
3058 * python/tests/Makefile.am python/tests/push.py: added a push
3059 test
3060
3061Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3062
3063 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3064 bug a bit of cleanup.
3065
3066Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3067
3068 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3069 python/libxml2class.txt: adding error redirections and preformat
3070 to a python handler
3071 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3072 tests self checking
3073
3074Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3075
3076 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3077 a function
3078
3079Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3080
3081 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3082 python/libxml.c python/libxml2-python-api.xml
3083 python/libxml2class.txt: Progressing through the TODOs, class
3084 description output, extra XML API, RPM now builds the wrappers
3085 for all python installed versions
3086
3087Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3088
3089 * configure.in libxml.spec.in python/Makefile.am python/TODO
3090 python/generator.py python/libxml2class.txt: added more informations
3091 in the libxml2-python package including docs. Slightly changed
3092 the class hierarchy
3093 * python/tests/*: added basic regression tests infrastructure too
3094
3095Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3096
3097 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3098 added libxml2-python as part of the packages installed
3099
3100Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3101
3102 * python/Makefile.am python/generator.py python/libxml.c
3103 python/libxml.py: more work, now able to extend the
3104 XPath interpreter with functions written in python.
3105
3106Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3107
3108 * python/Makefile.am: Jacob sent a patch to allow building from
3109 tarfile.
3110
3111Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3112
3113 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3114 inserted the python wrappers build, I hope this won't be too
3115 unportable
3116
3117Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3118
3119 * xpath.c: minor optimization
3120 * python/generator.py python/libxml.c python/libxml.py
3121 python/libxml_wrap.h: more work on the python bindings,
3122 they now support XPath and there is no evident leak
3123
3124Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3125
3126 * python/generator.py python/libxml.c python/libxml.py:
3127 more work on the python bindings generator.
3128
3129Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3130
3131 * python/generator.py python/libxml.c python/libxml_wrap.h:
3132 more work on the python bindings.
3133
3134Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3135
3136 * python/generator.py python/libxml.c python/libxml.py
3137 python/libxml_wrap.h: commited early version of a python binding
3138 for private use only ATM
3139
3140Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3141
3142 * entities.c tree.c include/libxml/entities.h: applied patch
3143 from Anthony Jones to implement copy of DTD subtree too. Had
3144 just to keep 2 function private which really ought to become
3145 public ones.
3146
3147Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3148
3149 * xmllint.c: added pointers to the web pages in the usage()
3150
3151Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3152
3153 * tree.c: more fixes from Petr Kozelka for attribute handling
3154 in the tree API to align the semantic with DOM.
3155
3156Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3157
3158 * valid.c tree.c entities.c: another set of patches from
3159 Anthony Jones for copy operations cleanup and robustness
3160
3161Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3162
3163 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3164 an alphabetic index based on comments content
3165 * doc/*: rebuilt the web site with the new references
3166
3167Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3168
3169 * parserInternals.h: Greg Sjaardema suggested to use an
3170 eponential buffer groth policy in xmlParserAddNodeInfo()
3171
3172Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3173
3174 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3175 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3176 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3177 to generate cross-references, and added/updated the stylesheets
3178 to generate and link API indexes. The generic keyword index
3179 is not done yet.
3180 * doc/*.html: regenerated all the usual docs too
3181
3182Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3183
3184 * debugXML.c: added an xpath function to the shell for T. V. Raman
3185
3186Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3187
3188 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3189 debug routines.
3190
3191Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3192
3193 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3194 support of attribute nodes
3195
3196Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3197
3198 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3199 hopefully near complete and fully documented of the API in XML
3200 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3201 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3202 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3203 include/libxml/parserInternals.h include/libxml/valid.hi
3204 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3205 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3206 include/libxml/xpath.h include/libxml/xpathInternals.h:
3207 Cleaned up the doc comments a lot in the process, the interface
3208 coverage is now 100%
3209
3210Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3211
3212 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3213 extracts comments from the gtk-doc DocBook output (a bit
3214 convoluted but seems to work).
3215
3216Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3217
3218 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3219 added an XML description of the API, moved the script generating
3220 it here. Added a "make api" target
3221
3222Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3223
3224 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3225
3226Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3227
3228 * xpath.c include/libxml/xpathInternals.h: the change made to
3229 xmlXPathFuncLookupFunc was incompatible roll it back
3230
3231Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3232
3233 * SAX.c: cleanup patch from Anthony Jones
3234 * doc/Makefile.am: fix the headers to avoid in make scan
3235 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3236 includes, * vs Ptr and general cleanup
3237 * parsedecl.py: first version of a script to extract the
3238 module interfaces, the goal will be to provide .decl or XML
3239 specification of the interfaces to build wrappers.
3240
3241Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3242
3243 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3244 now provides return codes in case of errors
3245
3246Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3247
3248 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3249 Upgraded to trio baseline 1.6
3250 * strio.h strio.c: Replaced by triostr.h and triostr.c
3251
3252Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3253
3254 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3255 of strdup usage in the code
3256
3257Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3258
3259 * parser.c error.c: Keith Isdale complained rightly that
3260 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3261
3262Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3263
3264 * tree.c: fixed the funxtion to set the xml: attributes
3265 * debugXML.c: added "setbase" to test it.
3266
3267Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3268
3269 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3270 to allow updating an attribute content
3271
3272Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3273
3274 * libxml.h: try to avoid problems when compiling on Windows
3275
3276Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3277
3278 * hash.c: patch from Anthony Jones for hash.c allocation size
3279 * Makefile.am: trying to work around Yet Another Libtool Madness
3280 and build the 2.4.13 release finally ...
3281
3282Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3283
3284 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3285 * doc/* : update of the documentation
3286
3287Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3288
3289 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3290 at fixing #61290 :-(
3291
3292Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3293
3294 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3295 Fixes bug #67229
3296
3297Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3298
3299 * tree.c: trying to avoid troubles when a subtree is copied
3300 and coalesced in part with the target tree. Should fix
3301 bug #67407
3302
3303Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3304
3305 * valid.c: fixed validation of attributes content of type
3306 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3307 values, very old bug. Fixes #67671
3308
3309Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3310
3311 * parser.c include/libxml/parserInternals.h tree.c: integrated
3312 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3313 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3314
3315Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3316
3317 * threads.c: applied Serguei Narojnyi's patch to add native
3318 thread support on the Win32 platform
3319 * testThreadsWin32.c Makefile.am: added the test program also
3320 from Serguei, Win32 specific
3321 * include/win32config.h include/libxml/xmlwin32version.h.in:
3322 added patch from Igor for the Windows thread specific defines.
3323
3324Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3325
3326 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3327
3328Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3329
3330 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3331 output page into XMLinfo.html. Close bug #66951 and
3332 raised by Robert Collins too.
3333
3334Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3335
3336 * encoding.c: Paul Keogh pointed out a possibility of segfault
3337 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3338 Closes bug # 68238
3339
3340Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3341
3342 * doc/*.html: updated the Gdome2 links
3343
3344Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3345
3346 * libxml.h: Applied following patches from Robert Collins
3347 and make sure IN_LIBXML is defined when compiling it
3348 -------
3349 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3350 as well as Visual C.
3351 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3352 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3353 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3354 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3355 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3356 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3357 xmlSysIDExists xmlNoNetExists).
3358 * xmllint.c: Don't include winsock2.h for Cygwin.
3359
3360Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3361
3362 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3363 when the version info is not present.
3364
3365Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3366
3367 * tree.c: Anthony Jones pointed out a problem in
3368 xmlStringGetNodeList() and provided a fix for it
3369
3370Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3371
3372 * parser.c: patch from Frank J Franklin to remove a bug in
3373 xmlCreatePushParserCtxt() when the initial buffer passed
3374 is large.
3375
3376Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3377
3378 * win32/*: big cleanup of the Windows/MSVC project files
3379 from Igor Zlatkovic
3380
3381Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3382
3383 * doc/Makefile.am: should fix #67674 and avoid troubles if
3384 xsltproc is not available or fails in the prefix provided
3385
3386Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3387
3388 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3389
3390Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3391
3392 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3393 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3394 Fixed a few other problems raised by Charlie Bozeman.
3395 * result/VC/ElementValid[5-7]: fixed the output
3396
3397Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3398
3399 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3400 patches from Charlie Bozeman. Regenerated the HTML docs.
3401
3402Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3403
3404 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3405 for Windows from Igor
3406
3407Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3408
3409 * xmllint.c: applied Justin Fletcher patch for --output or -o
3410
3411Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3412
3413 * win32/libxml2/libxml2.def.src: close #67019
3414
3415Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3416
3417 * xmllint.c: applied Justin Fletcher generic timing patch
3418 similar to the one already applied to xsltproc.
3419
3420Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3421
3422 * include/libxml/tree.h tree.c: applied documentation patches
3423 from Charlie Bozeman
3424
3425Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3426
3427 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3428
3429Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3430
3431 * valid.c: fix the xmlStrdup() used in the previous patch.
3432 * valid.c: added --dropdtd
3433 * tree.c: fixed xmlUnlinkNode so it also removes the references
3434 from the document if the node is a DTD
3435
3436Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3437
3438 * HTMLtree.c valid.c: cleanup some static declarations
3439
3440Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3441
3442 * xmllint.c: removed another strdup()
3443 * doc/FAQ: removed the HP/UX entry
3444
3445Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3446
3447 * valid.c: fix bug #66816 when validating.
3448 * xmllint.c: don't use sys/time.h if configure did not found it
3449
3450Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3451
3452 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3453 xmlcatalog_man.xml
3454
3455Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3456
3457 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3458 xmlInitMemory() was declared twice
3459
3460Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3461
3462 * globals.c: do not reference strdup() !
3463 * configure.in libxml-2.0.pc.in: trying to fix the libs
3464 of the various config extraction modules
3465
3466Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3467
3468 * configure.in : preparing 2.4.12
3469 * doc/* : updated and rebuilt the docs
3470
3471Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3472
3473 * uri.c: closed bug #66159
3474 * testURI.c: added --escape option
3475 * configure.in: some cleanup for xml2-config --cflags
3476
3477Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3478
3479 * globals.c testThreads.c: removed some misplaced includes
3480 of xmlversion.h
3481
3482Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3483
3484 * threads.c: patch from Gary Pennington fixing a possible
3485 problem at initialization time.
3486
3487Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3488
3489 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3490 Eric Lavigne contribution to build libxml2 on MacOS using
3491 CodeWarrior.
3492
3493Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3494
3495 * xmllint.c: applied Geert Kloosterman's patch to fix
3496 --repeat --timing output
3497
3498Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3499
3500 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3501 where non-wellformed XML declaractions were not detected.
3502
3503Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3504
3505 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3506
3507Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3508
3509 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3510 gets reset by xmlCleanupInputCallbacks() and this makes the
3511 function useless. Same for output.
3512
3513Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3514
3515 * xmlIO.c: robert pointed out a loop error in callback cleanups
3516
3517Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3518
3519 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3520 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3521 they are not really tied to debugging
3522
3523Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3524
3525 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3526 * xmllint.c: better --catalogs description
3527
3528Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3529
3530 * tree.c: fixed a couple of problems in xmlSetProp()
3531
3532Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3533
3534 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3535 unappropriate stdout output.
3536
3537Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3538
3539 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3540 by Denis Beurive, closes #65111
3541
3542Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3543
3544 * valid.c: in case of content model validity error, don't
3545 print it if validity warnings were not requested.
3546
3547Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3548
3549 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3550 * parserInternals.c: removed the last exit() call. Print an
3551 unmaskable error on stderr instead (library mismatch detection)
3552
3553Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3554
3555 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3556 shell instructions from Heiko Rupp
3557
3558Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3559
3560 * catalog.c: use the URL notation file:// for default catalog paths
3561
3562Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3563
3564 * include/libxml/tree.h: better comments for _private fields
3565 * tree.c: removed a problem when copying an entity reference.
3566
3567Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3568
3569 * vms/*: updated instructions and diffs from John A Fotheringham
3570
3571Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3572
3573 * include/libxml/xmlerror.h: avoid an include problem if
3574 #include <libxml/xmlerror.h> happens first in code
3575 seems to be the case in KDE libs
3576
3577Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3578
3579 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3580 from Igor for Windows
3581
3582Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3583
3584 * Makefile.am: Gary Pennington pointed out a missing prefix
3585
3586Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3587
3588 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3589 * doc/*: upgraded and rebuilt the docs
3590
3591Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3592
3593 * HTMLparser.c: fix comment in scripts element parsing.
3594 * result/HTML/doc3*: updated the results.
3595
3596Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3597
3598 * uri.c: another URI bug fix #63336, using Joel Young patch.
3599
3600Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3601
3602 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3603 a cleaned up version of the Pwd shell string generation.
3604
3605Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3606
3607 * valid.c include/libxml/tree.h: trying to fix namespaces +
3608 validation problems for good, closing #63619 in the process
3609 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3610 wrong in this respect, fixed it.
3611
3612Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3613
3614 * xmllint.c: Morus Walter patch to allow --format and --encode
3615
3616Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3617
3618 * debugXML.c: Stefan Kost provided an help command for the shell
3619
3620Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3621
3622 * debugXML.c: Heiko Rupp pointed that the shell would crash
3623 on empty nodesets returns.
3624
3625Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3626
3627 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3628 migh need the history libraries
3629
3630Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3631
3632 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3633 handle the case of < in quoted attributes, Bastian Kleineidam
3634
3635Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3636
3637 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3638 fixing catalog breakages
3639 * Makefile.am catalog.c result/catalogs/catal
3640 result/catalogs/mycatalog.* test/catalogs/catal*:
3641 fixed more problems in catalog support, added more regression tests
3642 for both XML and SGML catalog handling
3643
3644Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3645
3646 * debugXML.c: applied an improvement to xmlGetLineNo() from
3647 Keith Isdale
3648
3649Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3650
3651 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3652 Side effect of the progressive catalog loading
3653
3654Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3655
3656 * Makefile.am: confexecdir and confexec_DATA were defined twice
3657 pointed out by Karl Eichwalder
3658
3659Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3660
3661 * xmlcatalog.c: avoid unlink() and use remove() instead.
3662
3663Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3664
3665 * libxml.spec.in: cleanup
3666 * include/libxml/xmlwin32version.h: updated with 2.4.8
3667
3668Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3669
3670 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3671 of compiling libxml with a non standard set of options
3672
3673Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3674
3675 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3676 document --sgml option, fixing gnome bugzilla #63382
3677
3678Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3679
3680 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3681 breakage of 2.4.7, added a couple of really needed APIs
3682 like xmlCatalogIsEmpty() and xmlNewCatalog()
3683 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3684 for install-catalog
3685 * configure.in: preparing 2.4.8
3686
3687Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3688
3689 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3690 include/libxml/tree.h include/libxml/xmlIO.h: more include
3691 cleanups, export cleanly one html output + format function.
3692
3693Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3694
3695 * parser.c: removed initGenericErrorDefaultFunc call from
3696 xmlInitParser() since it could destroy previous calls to
3697 xsltSetGenericErrorFunc() effects
3698
3699Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3700
3701 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3702 keyword.
3703
3704Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3705
3706 * Makefile.am: cleanup
3707 * threads.c: cleanup too
3708 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3709 from xsltproc
3710 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003711 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003712
3713Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3714
3715 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3716 was not used anymore !
3717
3718Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3719
3720 * configure.in: preparing 2.4.7
3721 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3722 manual page from John
3723 * doc/*: updated the doc and rebuilt the generated pages
3724
3725Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3726
3727 * xmlIO.c: closing bug #62711, the library should never
3728 close stdin or stdout.
3729
3730Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3731
3732 * uri.c: second pass at fixing #63336, using Joel Young
3733 final patch. looks okay.
3734
3735Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3736
3737 * uri.c include/libxml/uri.h: trying to clear #63336
3738 allowing the escaping routine to parse unconformant
3739 URI-References.
3740
3741Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3742
3743 * vms/readme.vms vms/build_libxml.com nanoftp.c
3744 include/libxml/xmlversion.h.in: a few VMS updates from
3745 John A Fotheringham
3746 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
3747 and xmlCleanupOutputCallbacks() for the Perl binding people.
3748
3749Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
3750
3751 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
3752 apply fixes to close #63271 and avoid segfaults when
3753 the error routine gets callbed before xmlInitParser()
3754 get called.
3755 * nanoftp.c error.c: Applied patches from Justin Fletcher
3756 correcting some xmlGenericError misuses.
3757
3758Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
3759
3760 *doc/xmllint.xml, doc/xmllint.1
3761 New and improved man page for xmllint - .xml is the original, .1
3762 is the generated man page
3763
3764Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
3765
3766 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
3767 the web site from the main HTML document.
3768
3769Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3770
3771 * parser.c: fixed an erroneous validation bug when PE refs
3772 occurs in external parsed entities referenced from the
3773 internals subset
3774 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
3775 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
3776 added the associated testcase, it's a nice one.
3777 * HTMLparser.c: generate the DTD node as HTML still ...
3778 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
3779
3780Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
3781
3782 * HTMLparser.c: fixed a bug in htmlNewDoc()
3783
3784Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
3785
3786 * test/threads/*: added entities testing to the Thread test
3787 * testThreads.c: make the test reasonable
3788 * DOCBparser.c: fix the DTD public and system ID
3789 * xmllint.c: added --sgml for SGML DocBook importing
3790 * Makefile.am: added Docbtests target
3791
3792Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3793
3794 * nanoftp.c: use only "anonymous@" string for anonymous passwds
3795 * testThreads.c: removed bogus include
3796
3797Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
3798
3799 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
3800 fixed a very serious (looping) validation bug
3801
3802Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
3803
3804 * include/libxml/globals.h include/libxml/threads.h threads.c
3805 testThreads.c: far more testing, cleaning up bugs
3806 * *.c : make sure globals.h is always included.
3807
3808Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
3809
3810 * HTMLparser.c: try to get rid of parser loops for good.
3811
3812Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
3813
3814 * configure.in: fixed some bugs in CFLAGS passing.
3815 * test/threads Makefile.am testThreads.c: added a specific
3816 threaded test case (really nasty, guaranteed).
3817
3818Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
3819
3820 * catalog.c: serious cleanup on the management of the
3821 XML catalog tree, more tests done, especially with
3822 the catalog PI.
3823
3824Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
3825
3826 * catalog.c: avoid a problem in catalog cleanup on SMP if
3827 catalogs were not initialized.
3828
3829Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
3830
3831 * catalog.c xpath.c: trying to cleanup the not thread safe
3832 parts of the library.
3833
3834Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
3835
3836 * include/libxml/globals.h configure.in global.data: make
3837 the allocation be per-thread a configure option
3838 * encoding.c include/libxml/parser.h: fixed compilation
3839 errors
3840
3841Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3842
3843 * include/libxml/parser.h: Norm reported that a few lines
3844 added were breaking libxslt compile, removed them for now
3845
3846Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
3847
3848 * parser.c parserInternals.c threads.c: debugged and fixed
3849 initialization problems which were giving troubles on SMP
3850 boxes.
3851
3852Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3853
3854 * include/libxml/Makefile.am: missing globals.h
3855
3856Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
3857
3858 * globals.c: added a couple of standard includes.
3859
3860Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
3861
3862 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
3863 include/libxml/parserInternals.h include/libxml/tree.h
3864 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
3865 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
3866 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
3867 Applied the last patches from Gary, cleanup, activated threading
3868 all user accessible global variables are now handled in globals.[ch]
3869 Still a bit rought but make tests passes with either
3870 --with-threads defined at configure time or not.
3871 * Makefile.am example/Makefile.am: added globals.[ch] and threads
3872 linking options
3873
3874Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
3875
3876 * Makefile.am include/libxml/Makefile.am
3877 include/libxml/globals.h globals.c include/libxml/threads.h
3878 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
3879 configure.in: started integrating the core of the thread support
3880 not activated yet but half integrated. The code should still
3881 compile and work anyway.
3882
3883Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3884
3885 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
3886 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
3887 integrating the non-controversial parts of Gary Pennington
3888 multithread patches
3889 * catalog.c: corrected a small bug introduced
3890
3891Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
3892
3893 * catalog.c include/libxml/catalog.h: very serious cleanup,
3894 isolating unportable code and as much as possible the accesses
3895 to the global shared catalog. May need more testing !
3896
3897Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
3898
3899 * include/libxml/debugXML.h debugXML.c tree.c: integrating
3900 Keith Isdale patches for the XSLT debugger interfaces. Some
3901 cleanup
3902
3903Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
3904
3905 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
3906 * DOCBparser.c: generate line nubers in elements
3907
3908Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
3909
3910 * configure.in: preparing 2.4.6 release
3911 * doc/xml.html doc/html/*: updated and rebuilt the docs
3912 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
3913
3914Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
3915
3916 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
3917 adding documentation for DV's supercatalog support
3918
3919Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
3920
3921 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
3922 super catalog support adding one API and one flag --sgml to
3923 xmlcatalog
3924
3925Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
3926
3927 * doc/xmlcatalog_man.xml, xmlcatalog.1
3928 One more crack at
3929 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
3930
3931
3932Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3933
3934 * xpath.c: implemented xmlXPathObjectCopy for external objects
3935 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
3936
3937Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
3938
3939 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
3940 finishing up fix to
3941 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
3942 the xmlcatalog man page display more elegantly
3943
3944Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
3945
3946 * configure.in: closing bug #61832
3947 * HTMLparser.c: removed a warning
3948
3949Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
3950
3951 * xpath.c: fixing #61673 part I, do not loose doc information
3952 when copying result value trees.
3953
3954Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
3955
3956 * xpath.c: trying to harden the XPath interpreter
3957
3958Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
3959
3960 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
3961 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
3962
3963Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
3964
3965 * HTMLparser: repaired another loop problem
3966
3967Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
3968
3969 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
3970 parsing.
3971 * xpath.c: fix bug #61291 the default XML namespace node is
3972 missing from the namespace axis.
3973 * tree.c: refuse to create namespaces nodes with prefix "xml"
3974
3975Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
3976
3977 * SAX.c: ouch a non-defined namespace could lead to a crash,
3978 fixed #61215
3979
3980Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
3981
3982 * parserInternals.c: closed bug #61054
3983
3984Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3985
3986 * include/libxml/Makefile.am: closing #60708
3987
3988Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
3989
3990 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
3991 adding xmlSAXParseFileWithData following Marco Stipek suggestion
3992
3993Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
3994
3995 * valid.c: close bug #61550 when xml: wasn't considered a namespace
3996
3997Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
3998
3999 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4000 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4001
4002Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4003
4004 * catalog.c: Justin Fletcher provided cleaup code in case
4005 HAVE_STAT is not defined
4006 * include/win32config.h: Igor Zlatkovic suggested to have
4007 HAVE_STAT defined there
4008
4009Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4010
4011 * catalog.c - fixed typing error reported by M. Barros
4012
4013Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4014
4015 * xmllint.c - fixing typo
4016
4017Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4018
4019 * HTMLparser.c: small enhancement to prevent loop on
4020 unrecognizable data
4021
4022Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4023
4024 * parserInternals.c: applying patch from bug #60757 this
4025 should close it
4026
4027Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4028
4029 * catalog.c xmlcatalog.c: removed a couple of warning
4030 * xpath.c: try to solve the linking problem on platforms
4031 needing trio to compile
4032
4033Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4034
4035 * Makefile.am libxml.spec.in: backing up non-documented changes
4036 commited without review or aproval by Jens Finke <jens@gnome.org>
4037 * HACKING: made 100% clear that no commit should be done directly
4038
4039Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4040
4041 * configure.in: Joe Orton provided a patch fixing a problem
4042 when iconv is specified to be in a non-standard directory
4043 but wasn't exported in xml2-config --cflags
4044
4045Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4046
4047 * configure.in: let's ship 2.4.5 before getting too much
4048 troubles with 2.4.4 errors.
4049
4050Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4051
4052 * encoding.c entities.c: do not output hexadecimal charrefs
4053 when serializing HTML since some version of Netscape can't
4054 grok it, generate decimal ones.
4055 * result/HTML/doc3.htm: output changed due to previous test
4056 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4057
4058Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4059
4060 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4061 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4062
4063Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4064 Released 2.4.4
4065
4066 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4067 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4068 updated the configuration scripts systems accordingly
4069
4070Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4071
4072 * configure.in: preparing for 2.4.4
4073 * doc/xml.html doc/html/*: updated and rebuilt the docs
4074
4075Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4076
4077 * win32/dsp/libxml2.def.src: tried to incorporate comments
4078 from bug #59220
4079
4080Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4081
4082 * parser.c result/noent/wml.xml: fixed bug #59981 related
4083 to handling of '&' in attributes when entities are substitued
4084
4085Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4086
4087 * libxml.h include/libxml/xmlversion.h.in
4088 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4089 Tried to close bug #60131
4090
4091Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4092
4093 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4094
4095Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4096
4097 * SAX.c: fixing bug #59946 on xmlns=""
4098
4099Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4100
4101 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4102 but allocates a new error code.
4103
4104Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4105
4106 * xmllint.c: John Fleck fixed typos in the options output
4107 * parser.c SAX.c: fix ignorable white space SAX selection
4108
4109Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4110
4111 * entities.c: Steve Underwood found the possibility of an
4112 ininite loop in case of error.
4113
4114Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4115
4116 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4117
4118Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4119
4120 * parser.c: warn if version is not 1.0 but it's not
4121 strictly speaking an error after analyzing the spec
4122
4123Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4124
4125 *doc/catalog.html - add link to the html version of the
4126 man page, other linguistic cleanups
4127
4128Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4129
4130 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4131 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4132 file, has not yet been included in the build.
4133
4134Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4135
4136 * catalog.c: removed a duplicate affectation Justin Fletcher
4137
4138Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4139
4140 * tree.c: Armin Sander pointed a possible text coalescing
4141 problem, completed his patch.
4142
4143Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4144
4145 * trionan.c: Fixed const and volatile re-definition problem
4146
4147Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4148
4149 * libxml.4 parser.c: doc updates from Heiko Rupp
4150 * parserInternals.c: 2 sanity checks from Heiko Rupp
4151
4152Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4153
4154 * tree.c: applied patch from Armin Sander to make some pointers
4155 const in xmlCopyNode()
4156 * include/libxml/tree.h: added fix to the header
4157
4158Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4159
4160 * xpath.c: hum, restrict the integer usage gcc bug workaround
4161 to only gcc compilers so that other architecture don't get
4162 penalized by this limitation.
4163 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4164
4165Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4166
4167 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4168 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4169
4170Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4171
4172 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4173 --convert option to xmlcatalog to convert SGML ones to
4174 the XML syntax.
4175 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4176
4177 2.4.3 got released at that point
4178Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4179
4180 * catalog.c xmlIO.c: started some serious testing and fixed
4181 a few bug and optmization needs.
4182
4183Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4184
4185 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4186 preparing for a 2.4.3 release even if it may not be ready yet
4187 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4188 all file parsing lookup to go through the entity resolver, add
4189 to add an API to bypass it (needed to load catalogs themselves),
4190 some cleanup on the catalog code too.
4191 * nanoftp.c: small cleanup
4192 * doc/catalog.html: small update
4193
4194Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4195
4196 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4197 Jun Kuriyama
4198
4199Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4200
4201 * doc/catalog.html: finished the catalog documentation
4202
4203Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4204
4205 * doc/catalog.html doc/xml.html: added documentation about
4206 Catalog support, misses an API description
4207 * doc/html/*: reextracted the API pages
4208
4209Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4210
4211 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4212 Added the part about section 7.2 on URI resolution,
4213 fixed a side effect in the HTML parser, look complete
4214 and ready to rock except the URI/SystemID part!
4215
4216Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4217
4218 * include/libxml/catalog.h include/libxml/parser.h
4219 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4220 xmlIO.c: added support and APIs needed for the catalog PI
4221 * include/libxml/xmlIO.h: cleanup
4222
4223Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4224
4225 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4226 include/libxml/catalog.h: starts to look okay, really
4227 plugged the new framework, cleaned a lot of stuff,
4228 added some APIs, except the PI's support missing this
4229 should be mostly complete
4230 * result/catalogs/* test/catalogs/*: added new test, enriched
4231 the existing one with URN ID tests
4232
4233Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4234
4235 * catalog.c: fixed nextCatalog
4236 * result/catalogs/docbook test/catalogs/*: started adding
4237 a small regression test
4238
4239Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4240
4241 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4242 more work on the XML catalog support.
4243 * parser.c include/libxml/parser.h: small cleanup seems using
4244 list as a public parameter name can give portability troubles
4245 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4246 include/libxml/xpath.h include/libxml/Makefile.am: removed
4247 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4248 wrappers
4249
4250Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4251
4252 * Makefile.am trio.c triodef.h trionan.c xpath.c
4253 include/libxml/Makefile.am include/libxml/trionan.h:
4254 Re-worked Not-A-Number and Infinity support.
4255 * xmlcatalog.c: added readline include files
4256
4257Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4258
4259 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4260 testCatalog as xmlcatalog, making it an installed app
4261 adding a shell, and preparing it to be a /etc/xml/catalog
4262 management tool, though not ready yet
4263 * catalog.c include/libxml/catalog.h: adding support for
4264 XML Catalogs http://www.oasis-open.org/committees/entity/
4265 not finished, there is some interesting tradeoffs and a
4266 few open questions left.
4267
4268Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4269
4270 * xmllint.c: fixed a line formatting problem
4271
4272Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4273
4274 * SAX.c: removed a couple of unused variable (Albert Chin)
4275
4276Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4277
4278 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4279 trying to fix some troubles w.r.t. function returning
4280 const xxxPtr.
4281
4282Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4283
4284 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4285 defined
4286
4287Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4288
4289 * xpointer.c: removed unused var
4290
4291Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4292
4293 * testXPath.c: another small cleanup closing bug #59110
4294
4295Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4296
4297 * win32/dsp/libxml2.def.src: small cleanup closing bug
4298 #59108
4299
4300Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4301
4302 * example/gjobread.c: add xmlCleanupParser() before leaving
4303
4304Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4305
4306 * config.h.in configure.in include/libxml/xmlwin32version.h:
4307 released 2.4.2
4308
4309Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4310
4311 * include/libxml/valid.h debugXML.c valid.c: deprecate
4312 the non-boundchecking Sprintf functions, add Snprintf
4313 this should close bug #57984
4314
4315Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4316
4317 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4318 URIs before doing the lookups (pointed by Mark Vakoc)
4319
4320Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4321
4322 * xpath.c: serious changes on Result Value Trees and NodeSets
4323 w.r.t. deallocation and collect operations. Probably not
4324 100% clean (merge of allocated trees smells like a problem).
4325 Seems sufficient to close #58943
4326
4327Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4328
4329 * xmllint.c: adding a --format option
4330
4331Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4332
4333 * xpath.c: count() was broken on Result Value Tree
4334 * xmlIO.c: fixed file:/// accesses on _WIN32
4335
4336Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4337
4338 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4339 macro was renamed, this should close bug #58683
4340
4341Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4342
4343 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4344 entity substitution mode text at the end of the entity might
4345 be added due to text coalescing.
4346 * nanoftp.c parser.c: small cleanup
4347
4348Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4349
4350 * HACKING: added John Fleck right to commit in the doc subdir
4351
4352Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4353
4354 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4355 allow to inherit attributes from the DTD directly in the
4356 tree, this is needed for XPath and can be a useful feature.
4357 Inherited namespaces are always provided at the tree level now
4358 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4359 of tests for this feature (XSLT being the prime user).
4360
4361Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4362
4363 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4364 testSAX.c xmlIO.c xmllint.c include/win32config.h
4365 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4366 include/libxml/xmlwin32version.h.in win32/README.MSDev
4367 win32/dsp/*: applied Win32 Facelift No.2 patches from
4368 Igor Zlatkovic for Windows/MSC
4369
4370Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4371
4372 * SAX.c: unparsedEntityDecl() the URI computation of the
4373 entity wasn't done breaking XSLT unparsed-entity-uri()
4374
4375Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4376
4377 * xpath.c: fixed a bug when walking the descendants and
4378 the current node has no children
4379 * debugXML.c: show up when a text node is supposed to not be escaped
4380
4381Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4382
4383 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4384 worked like the set:leading() function)
4385 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4386
4387Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4388
4389 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4390
4391Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4392
4393 * include/libxml/xmlIO.h: apply change to close #58141
4394 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4395
4396Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4397
4398 * parser.c: when the internal subset uses a PE, then the
4399 included entity can use conditional sections.
4400
4401Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4402
4403 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4404 when walking the namespace axis showing up in
4405 libxst/tests/general/bug-12
4406 * xmlmemory.c: added the possibility to trace a given block
4407 defined by its address
4408
4409Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4410
4411 * parser.c: don't override existing encoding specified before
4412 starting xmlParseDocument()
4413
4414Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4415
4416 * include/libxml/xmlwin32version.h: reinserted, needed for
4417 Windows users of CVS
4418
44192001-07-27 Darin Adler <darin@bentspoon.com>
4420
4421 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4422 * testCatalog.c: Add include of <libxml/parser.h>.
4423
44242001-07-27 Darin Adler <darin@bentspoon.com>
4425
4426 * include/libxml/.cvsignore:
4427 * include/libxml/xmlwin32version.h:
4428 Remove this file from CVS because it's generated.
4429
4430Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4431
4432 * parser.c include/libxml/parser.h: applied const patches from
4433 Tom Moog #58002
4434
4435Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4436
4437 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4438 lookup framework
4439
4440Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4441
4442 * tree.c: fixed xmlCopyNode() for documents
4443
4444Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4445
4446 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4447
4448Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4449
4450 * parser.c: fixes bug #57652 reported by Morus Walter
4451
4452Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4453
4454 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4455
4456Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4457
4458 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4459 errors, lesson don't add new functions at 1am before a release
4460 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4461 from XPath initialization when possible.
4462
4463Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4464
4465 * result/scripts/base*: removing history/readline changed
4466 this slightly
4467 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4468 xmllint.c: make element content line number generation
4469 optionnal to avoid breaking old apps added interface to switch
4470
4471Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4472
4473 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004474 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004475 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4476 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4477 John Kroll fixes to allow saving to HTTP via PUT (or
4478 POST of needed).
4479 * doc/html/*.html: regenerated the docs
4480
4481Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4482
4483 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4484 xmlHashScanFull and xmlHashScannFull3 to get passed the
4485 three keys as arguments to the callback function
4486
4487Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4488
4489 * configure.in Makefile.am: removed libxml softlink for good
4490 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4491 100% coverage by gtk-doc
4492
4493Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4494
4495 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4496 fixed serious troubles due to size_t vs. int mismatch
4497
4498Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4499
4500 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4501
4502Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4503
4504 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4505 convenient extension API for value and context managing
4506 Now handles external objects through xmlXPathPopExternal,
4507 xmlXPathWrapExternal and xmlXPathReturnExternal.
4508 Added functions for sets operations (intersection, etc.)
4509
4510Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4511
4512 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4513 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4514 HTMLparser.c: cleanup of global variables, marking some
4515 const or private.
4516
4517Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4518
4519 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4520 fixed xmlXPathNodeSetItem when passing index=0
4521
4522Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4523
4524 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4525
4526Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4527
4528 * xmllint.c: fixed compilation under Cygwin #57503
4529 * TODO: update
4530
45312001-07-13 Peter Williams <peterw@ximian.com>
4532
4533 * config.h.in: add #undef HAVE_DLFCN_H
4534
4535 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4536 builddir.
4537
4538Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4539
4540 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4541 raised by #57348 and #57381
4542
4543Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4544
4545 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4546 tree.c xpointer.c: store the line numbder in element->content,
4547 may break some software, need a configuration mechanism
4548
45492001-07-10 Darin Adler <darin@bentspoon.com>
4550
4551 * .cvsignore:
4552 * example/.cvsignore:
4553 * include/.cvsignore:
4554 * include/libxml/.cvsignore:
4555 Various things that are generated and should be ignored.
4556
4557Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4558
4559 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4560 * doc/xml.html doc/html/*: updated the docs
4561
4562Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4563
4564 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4565 validation occured on content with element child
4566
4567Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4568
4569 * tree.c: fixed XML Base computation which was broken
4570 * debugXML.c: added a base function to the shell
4571 * Makefile.am result/scripts/* test/scripts/*: added scripts
4572 based regression tests, and adding 2 XML Base tests
4573
4574Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4575
4576 * tree.c: set properties doc and call xmlSetListDoc for properties
4577 content when grafting them in a different tree.
4578 * aclocal.m4: remove from CVS
4579
4580Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4581
4582 * win32/libxml2/libxml2.def.src: added some missing entry point
4583 for XPath (Mark Vakoc)
4584
4585Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4586
4587 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4588 layer should URI-Unescape before trying to open resources.
4589
4590Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4591
4592 * xpath.c: fix the name() bug for elements in the default
4593 namespace reported by Charlie Bozeman
4594
4595Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4596
4597 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4598 led to an XPath fix, improvements of SAX initialization, and
4599 an added option --nocdata to testXPath
4600
4601Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4602
4603 * doc/libxml-doc.el: Felix Natter provided anew version working
4604 with XEmacs too
4605
4606Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4607
4608 * include/libxml/xpath.h: small cleanup
4609 * doc/xml.html: update
4610
4611Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4612
4613 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4614 released 2.3.14
4615
4616Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4617
4618 * doc/html/*: rebuilt the docs for the release
4619 * doc/xml.html: added 2.3.14 release.
4620
4621Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4622
4623 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4624 were not equal to empty strings
4625
4626Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4627
4628 * SAX.c: fixed a URI-Reference computation problem when validating
4629 * xmlIO.c: small cleanup
4630
4631Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4632
4633 * parser.c: improved the description of a couple of interfaces
4634 upon Larry Stamper suggestion
4635
4636Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4637
4638 * SAX.c entities.c parser.c: changed completely the way entities
4639 are handled when running the parser in entity substitution mode.
4640 This fixes a bug reported by Stephan Kulow and nearly divides
4641 by 3 the amount of memory required by libxslt to load and process
4642 DocBook TDG.
4643
4644Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4645
4646 * HTMLparser.c: fixing a too early root closing problem raised
4647 byt Prashanth Naidu
4648
4649Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4650
4651 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4652 raised by Mark Vakoc.
4653
4654Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4655
4656 * example/Makefile.am: fixed the include path to add srcdir/include
4657 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4658 and some cleanup
4659
4660Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4661
4662 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4663 lot of optimization work, results in significant improvements
4664 when handling really complex XPath queries. Add a small optimizer
4665 for unions, improve [n] and [last()], avoid some costly ops.
4666
4667Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4668
4669 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4670 * xpath.c: small cleanup
4671 * xmlGetNsList: reformated, fixed problems if used on Entities
4672
4673Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4674
4675 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4676
4677Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4678
4679 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4680 * Makefile.am example/Makefile.am: workaround automake generating
4681 erroneous deps
4682
4683Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4684
4685 * include/win32config.h: bug #56801 Yon Derek provided a patch
4686 to the windows config file.
4687
4688Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4689
4690 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4691 libxml.h : Yon Derek provided a set of changes to compile from
4692 CVS on Windows/MSC
4693
4694Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4695
4696 * parser.c: fixed UTF8 BOM support in push mode
4697 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4698 added a specific testcase
4699
4700Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4701
4702 * Makefile.am: added --push regression tests
4703 * parserInternals.c: the XML parser segfaulted in --push mode
4704
4705Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4706
4707 * configure.in: moved the symlinks detection within a CVS
4708 check, this is not portable and will be removed soon.
4709 * xpath.c: small cleanup/speedup
4710
4711Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4712
4713 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4714 release of 2.3.12
4715 * parser.c: make an error message if unknow entities in all cases
4716
4717Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4718
4719 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4720
4721Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4722
4723 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4724 includes were installed in the wrong dir
4725
4726Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4727
4728 * doc/html.xml: warn against sending code to exhibit bugs.
4729
4730Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4731
4732 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4733 Tru64 from Thomas Leitner
4734
4735Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4736
4737 * AUTHORS: added William and Bjorn
4738 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4739 daniel@veillard.com hopefully I won't have to do this again
4740 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4741 docs can be rebuilt cleanly now
4742 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4743 from CVs it's generated, added include/libxml/xmlwin32version.h
4744 also generated but which should change far less frequently.
4745 * catalog.c nanoftp.c: made sure to include libxml.h not
4746 libxml/xmlversion.h directly
4747 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
4748 when compiling on WIN32 and MSC
4749
4750Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4751
4752 * include/Makefile.am include/libxml/Makefile.am configure.in:
4753 fixed make distcheck and rebuilding the rpms
4754
4755Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4756
4757 * configure.in: should finish the migration of exported includes
4758 into a real include/libxml in CVS, at least for CVS users.
4759 * removed the exported headers, added in include/libxml (as well
4760 as xmlversion.h.in).
4761
4762Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4763
4764 * configure.in: fixed the way to detect symlink
4765
4766Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4767
4768 * configure.in: updated, include/libxml is now a real CVS dir
4769
4770Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4771
4772 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
4773 version works with both libxml1 and libxml2 (it autodetects
4774 the prefix of the html-files) from Felix Natter.
4775 * doc/xml.html: updated doc accordingly
4776
4777Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4778
4779 * xpath.c: fixed the bug generating a template loop in libxslt
4780 when using docbook-xsl-1.4, * should filter out document nodes
4781 * HACKING: added William
4782 * TODO: updated
4783
4784Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4785
4786 * doc/FAQ.html: added a warning about gcc-3.0
4787 * doc/xml.html: added reference to gdome2 and removed a confusing
4788 sentence
4789
4790Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4791
4792 * xmlversion.h: okay this is a generated file, but Windows
4793 users need it and they can't generate it, and I want CVS
4794 Windows users ...
4795 * win32/libxml2/libxml2_so.dsp: Windows project file for
4796 the shared lib version of libxml2
4797 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
4798 resources needed for libxslt/xsltproc by Yon Derek
4799
4800Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4801
4802 * trio.c: MSVC fix (provided by Igor Zlatkovic)
4803
4804Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4805
4806 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
4807
4808Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4809
4810 * include/win32config.h: Yon Derek provided a first fix
4811 to be able to compile libxslt/xsltproc on Windows
4812
4813Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4814
4815 * xpath.c: attempt to work around what seemed a gcc optimizer
4816 bug when handling floats on i386 http://veillard.com/gcc.bug
4817 * tree.c entities.c encoding.c: doing some cleanups while
4818 chasing it
4819
4820Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4821
4822 * Makefile.am: cleanup when --without-debug is specified
4823 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
4824 w.r.t. --without-debug and other include points
4825 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
4826 Catalogs
4827 * configure.in entities.h tree.h HTMLparser.c: removed
4828 --without-corba, made the _private field mandatory
4829
4830Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4831
4832 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
4833 outputs a BOM in UTF8, an errata has been issued to avoid the
4834 problem, that was the most reasonable solution... Add support
4835 for a leading UTF8 BOM in entities.
4836
4837Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4838
4839 * valid.c: fixed a bug found when post validating an entity ref
4840 * xmllint.c: added --loaddtd and sligly changed --postvalid to
4841 activate it too
4842
4843Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4844
4845 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
4846 weakness in the node copy the XPointer and the XInclude
4847 implementations. Serious cleanup.
4848
4849Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4850
4851 * Makefile.am: Kjartan Maraas provided a small patch to
4852 add xml2-config.in to EXTRA_DIST
4853
4854Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4855
4856 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
4857 provided another failing case found in KDE, the way the
4858 ctxt->vctxt.nodeTab was allocated and freed changed over
4859 time but it wasn't completely cleaned up. This should fix it.
4860
4861Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4862
4863 * parser.c: Stephan Kulow also raised the fact that line number
4864 could get miscounted making debug harder, fixed the problem
4865 in xmlParseCharData()
4866
4867Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4868
4869 * valid.c: Stephan Kulow pointed out a problem when validating
4870 and using an empty entity, forgot a 'break' in a case.
4871
4872Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4873
4874 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
4875 * doc/xml.html: updated with 2.3.11
4876
4877Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4878
4879 * TODO: updated adding cleanup of generated doc
4880 * configure.in: prepared to release 2.3.11
4881 * xmllint.c: added --version for bug reporting
4882 * doc/html/*.html: rebuilt the doc
4883
4884Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4885
4886 * xpath.c: first part of the work on selecting namespace to
4887 fix bug #56115
4888
4889Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4890
4891 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
4892 when using -liconv
4893 * TODO: updated
4894
4895Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4896
4897 * HTMLtree.[ch]: more work on the HTML serialization routnes,
4898 cleanup, encoding support.
4899
4900Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4901
4902 * xpath.c: Thomas Broyer suggested a better patch for the / arg
4903
4904Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4905
4906 * xpath.c: bug detected by Ankh when / is used as a function arg
4907
4908Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4909
4910 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
4911 of element and use it to avoid outputting formatting spaces at
4912 the wrong place. Implemented the format parameter for HTML save.
4913 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
4914 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
4915 result/HTML/wired.html: of course this impact the result of a
4916 number of HTML tests
4917
4918Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4919
4920 * HTMLtree.[ch]: started augmenting the HTML save API with
4921 encoding and formatting parameters
4922
4923Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4924
4925 * HTMLtree.h: cleanup and started evaluating the work needed on
4926 revamping the HTML output code
4927
4928Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4929
4930 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
4931
4932Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4933
4934 * valid.c: fixed bug #56049, forgot one check in the
4935 validation routine
4936
4937Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4938
4939 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
4940
4941Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4942
4943 * libxml.h: fixed an error in last commit
4944 * doc/FAQ.html: added an entry for compilation from CVS
4945
4946Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4947
4948 * xmlversion.h.in libxml.h: Cygwin patches
4949 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
4950 * tree.h: cleanup
4951
4952Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4953
4954 * tree.c: patched xmlFreeNode() to avoid freeing() a static
4955 memory block in a strange case where libxml is linked twice
4956 in the binary.
4957
4958Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4959
4960 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
4961 state far too often, simple fix used to avoid it.
4962
4963Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4964
4965 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
4966 being processed, applied his patch
4967 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
4968
4969Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4970
4971 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
4972 provided fixes to compile on MSCC again
4973 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
4974 also provided an update for the project files.
4975
4976Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4977
4978 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
4979 bug #55810
4980
4981Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4982
4983 * tree.c: fixed xmlGetNsProp() to close bug #55683
4984 Note this requires libxslt to use it's own function instead.
4985
4986Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4987
4988 * HTMLtree.c: when in a pre element no formatting space should
4989 be added.
4990 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
4991
4992Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4993
4994 * configure.in: added tests for signal() and signal.h
4995
4996Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4997
4998 * xpath.c: robert pointed out xmlXPathNINF was not initialized
4999
5000Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5001
5002 * doc/libxml-doc.el: Felix Natter provided a new version for
5003 libxml2
5004
5005Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5006
5007 * HTMLtree.c: when in a pre element no formatting space should
5008 be added.
5009
5010Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5011
5012 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5013
5014Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5015
5016 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5017 hack
5018 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5019 * uri.c: fixed a warning
5020
5021Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5022
5023 * HTMLtree.c: trying to close bug #55772 escaping in script
5024 elements
5025 * doc/xml.html: suggest to send mail to the list
5026
5027Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5028
5029 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5030 good. Use a macro and based on the solution provided in
5031 vsnprintf manual page from GNU.
5032
5033Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5034
5035 * error.c: Workaround for non-preserving variadic list.
5036 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5037
5038Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5039
5040 * doc/xml.html: added 2.3.10 release
5041
5042Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5043
5044 * configure.in: releasing 2.3.10
5045
5046Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5047
5048 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5049
5050Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5051
5052 * encoding.c: Robert Collins provided a patch to add the
5053 "US-ASCII" encoding alias
5054
5055Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5056
5057 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5058 string oriented functions and started cleaning the related areas
5059 in xpath.c which needed fixing in this respect
5060
5061Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5062
5063 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5064 #55380
5065 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5066
5067Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5068
5069 * TODO: updated
5070 * nanohttp.[ch] : started adding APIs to get the redirected URL
5071 when this occurs (needed for further base computation
5072 * tree.h: cleanup
5073 * encoding.c: cleanup
5074 * SAX.c: minor change around ctxt->loadsubset
5075
5076Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5077
5078 * Makefile.am include/Makefile.am: small change to have
5079 include/libxml rebuilt if working from CVS.
5080 * uri.c: applied another patch from Carl Douglas for URI escaping,
5081 this should close bug #51876
5082
5083Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5084
5085 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5086 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5087 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5088 added specific regression test
5089 * parser.h: preparing for the XSLT mode where DTD inherited
5090 attributes are added to the tree.
5091
5092Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5093
5094 * xinclude.[ch]: Updated the namespace for the Last Call version
5095 * result/XInclude/include test/XInclude/include: updated the
5096 testsuite accordingly
5097
5098Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5099
5100 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5101 related to bug #51876
5102
5103Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5104
5105 * tree.c: fixed a gross mistake in base computation, xml:base is
5106 not completely correct yet (need cascade).
5107 * xpath.[ch]: added the few things needed to find a function name
5108 and URI from the XPath context when it is called.
5109
5110Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5111
5112 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5113 * DOCBparser.c: small cleanup
5114 * xmllint.c: added a --catalogs option to load catalogs from
5115 $SGML_CATALOG_FILES
5116 * tree.c: cleanup
5117 * configure.in: iconv library fixup, ICONV_LIBS
5118
5119Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5120
5121 * catalog.c: handling of CATALOG entries. detection of recursion,
5122 and a few bugfixes
5123 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5124 against the default namespace
5125
5126Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5127
5128 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5129
5130Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5131
5132 * parser.c: fixed propagation context info when parsing an
5133 external entity.
5134 * doc/html/*.html: regenerated a couple of docs
5135
5136Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5137
5138 * doc/xml.html: update with 2.3.9 informations
5139
5140Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5141
5142 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5143 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5144 * doc/html/* : rebuilt the docs
5145 * valid.c: small patch which may improve some case when
5146 validating.
5147
5148Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5149
5150 * HTMLparser.c: Closed bug #54891
5151 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5152 to the suite
5153
5154Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5155
5156 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5157 applied a documentation patch from LotR and filled in a few missing
5158 descriptions
5159
5160Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5161
5162 * xpath.c tree.c parser.c: speed optimizations at the parser level
5163 document tree freeing and xpath evaluation
5164
5165Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5166
5167 * parser.c parser.h parserInternals.h: fixed a couple of
5168 interfaces for handling memory buffer input to const char *
5169 upon suggestion of JamesH.
5170
5171Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5172
5173 * configure.in: LoTR sent a patch fixing the previous commit
5174
5175Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5176
5177 * configure.in: trying to deal again with the stoopid -R linking
5178 flag of Solaris
5179
5180Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5181
5182 * xpath.h: two nodeset access macros from Thomas Broyer
5183
5184Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5185
5186 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5187 patch from Thomas Broyer
5188
5189Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5190
5191 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5192 case
5193 * INSTALL: was empty added stuff from the FAQ
5194
5195Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5196
5197 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5198 attributes handling and #54433 by adding xmlUnsetProp()
5199 and xmlUnsetNsProp()
5200
5201Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5202
5203 * HTMLparser.c: Patch from Jonas Borgström
5204 (htmlGetEndPriority): New function, returns
5205 the priority of a certain element.
5206 (htmlAutoCloseOnClose): Only close inline elements if they
5207 all have lower or equal priority.
5208 * result/HTML: this of course changed a number of tests results.
5209
5210Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5211
5212 * xmlIO.c catalog.c: plugged in the default catalog resolution
5213 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5214 documentations
5215 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5216
5217Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5218
5219 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5220 integrating catalogs
5221 * catalog.[ch] testCatalog.c: adding a small catalo API
5222 (only SGML catalog support).
5223 * parser.c: restaured xmlKeepBlanksDefault(0) API
5224
5225Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5226
5227 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5228
5229Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5230
5231 * parser.c: added xmlParseExternalEntityPrivate() to allow
5232 propagation of ctxt->_private when parsing external entities
5233
5234Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5235
5236 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5237
5238Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5239
5240 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5241
5242Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5243
5244 * valid.c: warn when indeterminist content model is detected
5245 * result/VC/ElementValid8: this adds a message
5246 * Makefile.am: add --novalid for VCM tests
5247 * parserInternals.c: added a call to Init memory
5248
5249Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5250
5251 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5252 when both parameters are NULL.
5253
5254Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5255
5256 * valid.c: applied small patch from Gary Pennington, reindented
5257 some part of the code.
5258
5259Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5260
5261 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5262 release, updated and regenerated the docs
5263
5264Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5265
5266 * xpath.c result/XPath/expr/floats : clarified and cleanup
5267 printing of abnormal floats in tests.
5268
5269Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5270
5271 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5272 * results/HTML/ : a few changes in the output of the HTML tests as
5273 a result.
5274 * configure.in: tying to fix -liconv where needed
5275
5276Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5277
5278 * Makefile.am: fixed a stupid error
5279
5280Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5281
5282 * configure.in Makefile.am: make the inclusion of the trio
5283 modules in the library conditional
5284
5285Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5286
5287 * DOCBparser.c: patche from László Kovács, fixed entities refs
5288 in attributes handling
5289
5290Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5291
5292 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5293 flushing
5294
5295Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5296
5297 * xpath.c: fix of an XSLT namespace bug reported on the list
5298 general/bug-8-
5299
5300Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5301
5302 * strio.h trio.c: Dan McNichol suggested a couple of small
5303 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5304
5305Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5306
5307 * tree.c parser.c encoding.c: spent a bit more time looking
5308 at the parsing speed and DOM handling. Added a few more
5309 speedups.
5310
5311Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5312
5313 * parser.c: small but effective parsing speed improvement
5314
5315Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5316
5317 * configure.in: default on the DocBook parser inclusion (for Gnome)
5318 * DOCBparser.h: fixed a header reference
5319
5320Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5321
5322 * configure.in xpath.c: applied Bjorn patches for FPE on the
5323 alpha
5324
5325Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5326
5327 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5328 xmlSaveFormatFileTo()
5329
5330Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5331
5332 * xpath.c: simple and efficient optimization, XPath functions
5333 aways bind to the same code, cache this
5334 * TODO: updated (by saying some is obsolete)
5335
5336Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5337
5338 * xpath.c: more cleanup work on XPath name parsing routines
5339
5340Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5341
5342 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5343 xmlXPathParseName
5344 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5345 * debugXML.c: avoid compilation problems if compiling without
5346 HTML support, Igor Zlatkovic
5347 * win32/libxml2/libxml2.def.src: being able to compile without
5348 XPath on Windows
5349
5350Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5351
5352 * libxml.m4: yet another patch from Toshio Kuratomi
5353
5354Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5355
5356 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5357
5358Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5359
5360 * tree.[ch]: added xmlSaveFormatFile interface for saving
5361 and indenting a file.
5362
5363Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5364
5365 * xpath.c: fixed bug #53689 related to processing-instruction()
5366
5367Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5368
5369 * DOCBparser.c: patche from László Kovács
5370
5371Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5372
5373 * parser.c: applied fixes from Christian Glahn bug report #53391
5374
5375Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5376
5377 * error.c: Jean François Lecomte provided a complete description
5378 and a fix to bug #53537
5379
5380Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5381
5382 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5383
5384Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5385
5386 * DOCBparser.c SAX.c: a bit more work on entities processing.
5387 Still Need to cleanup XML output and references in attributes
5388
5389Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5390
5391 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5392
5393Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5394
5395 * tree.c: trying to fix #53574, not completely complete,
5396 I would like xmllint --copy --debug test/ent1 and
5397 xmllint --debug test/ent1 to show the same result.
5398 * xpath.c: fix a bug when trying to sort namespace nodes
5399
5400Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5401
5402 * HTMLtree.c: real fix for #53402
5403
5404Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5405
5406 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5407 PIs when using xsl:output
5408 * valid.c: closing #53537 some case generate segfaults if there
5409 is validity errors
5410
5411Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5412
5413 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5414 of external parsed entities, added --noent to testDocbook
5415 * valid.c: Garry Pennington found an uninitialized variable
5416 access in xmlValidateElementContent()
5417
5418Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5419
5420 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5421 with madness
5422 * result/HTML/ : this modified the result of the regression tests
5423 a lot.
5424
5425Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5426
5427 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5428 to doc where it wasn't checked against NULL reported by
5429 Jens Laas
5430
5431Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5432
5433 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5434 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5435
5436Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5437
5438 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5439 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5440 * SAX.[ch]: cleanup and updates for DocBook
5441 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5442 ex SGML identifier changes
5443 * valid.c: removed a static unused function.
5444
5445Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5446
5447 * HTMLtree.c: applied change for Paul Sponagl on script saving
5448 * Makefile.am: the warning about entity title.xml are normal.
5449
5450Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5451
5452 * configure.in: release of 2.3.7
5453 * Makefile.am: fixing make distcheck
5454
5455Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5456
5457 * doc/html/* doc/xml.html: updated and regenerated the docs
5458
5459Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5460
5461 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5462
5463Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5464
5465 * tree.c: fixed #53388 with the provided patch
5466
5467Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5468
5469 * valid.c: Bjorn detected an invalid memory access. Fixed
5470 vstateVPush()
5471
5472Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5473
5474 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5475
5476Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5477
5478 * libxml.h: new header used only for the compilation of libxml
5479 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5480 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5481 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5482 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5483 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5484 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5485 baseline (version 1.2 plus a single patch).
5486 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5487 scientific notation for numbers. Tests added.
5488 * xpath.c: formatting of numbers changed to use sprintf
5489 (contribution from William Brack)
5490
5491Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5492
5493 * valid.c: cleanup, more useful debugging
5494 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5495 * xmlIO.c: entity loading is printed as an error when validating
5496
5497Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5498
5499 * valid.c: fixed to validate within entities
5500 * test/VCM/v22.xml: added a specific testcase
5501
5502Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5503
5504 * valid.c: forgot an epsilon transition in for ()+
5505 * test/VCM/v21.xml : added a specific test case
5506
5507Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5508
5509 * valid.c: removed a state explosion exhibited by RSS
5510 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5511 from bug #51872
5512
5513Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5514
5515 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5516 validation without using an ugly NFA -> DFA algo in the source.
5517 Made a specific algorithm easier to maintain, using a single
5518 stack and without recursion.
5519 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5520 * hash.c: made the growing routine static
5521 * tree.h parser.c: added the parent information to an
5522 xmlElementContent node.
5523
5524Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5525
5526 * SAX.c parser.c xpath.c: generating IDs when not validating
5527 from an external parsed entity was poisoning the ID has table
5528 with removed values. This was killing XSLT on the KDE help
5529 browser.
5530
5531Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5532
5533 * entities.h: andrew@ugh.net.au detected a double declaration
5534
5535Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5536
5537 * debugXML.c hash.c tree.h valid.c : some changes related to
5538 the validation suport to improve speed with DocBook
5539 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5540 the way validation errors get reported
5541
5542Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5543
5544 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5545 by P C Chow and William M. Brack for XSLT HTML output
5546
5547Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5548
5549 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5550 Igor Zlatkovic patches for MSC compilation and added his
5551 updates
5552
5553Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5554
5555 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5556 prefix lookup.
5557 * parserInternals.c: fixed the bug reported by Morus Walter
5558 due to an off by one typo in xmlStringCurrentChar()
5559
5560Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5561
5562 * HTMLparser.c result/HTML/*: revamped the way the HTML
5563 parser handles end of tags or end of input
5564
5565Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5566
5567 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5568
5569Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5570
5571 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5572 bug where the linktime verions of free() won't work ...
5573
5574Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5575
5576 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5577
5578Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5579
5580 * doc/xml.html: added 2.3.6 release
5581
5582Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5583
5584 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5585 * result/wml.xml: resulted in a small output change
5586
5587Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5588
5589 * tree.c: xmlNewDoc was missing the charset initialization
5590 * xmllint.c: added --auto to autogenerate a doc, allow to
5591 reproduce the problem fixed on xmlNewDoc
5592
5593Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5594
5595 * xpath.c: trying to get 52979 solved
5596 * tree.c result/ result/noent/: trying to get 52712 solved, this
5597 also made me clean up the fact that XML output in general should
5598 not add formating blanks by default, this changed the output of
5599 a few tests
5600
5601Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5602
5603 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5604
5605Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5606
5607 * configure.in: finally released 2.3.6
5608
5609Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5610
5611 * xpath.c: checking for null pointer generated by new code
5612
5613Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5614
5615 * xpath.c: fixed a [] evaluation problem reported
5616 * test/XPath/tests/simpleaddr: extended test
5617 * result/XPath/simpleaddr: updated result
5618
5619Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5620
5621 * xmllint.c: Dan Timis reported a portability problem
5622 on Macs without mmap, fixed it.
5623
5624Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5625
5626 * testXPath.c : added a --tree option allowing to display the
5627 tree dump of the XPath expression
5628
5629Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5630
5631 * xpath.c: fixed a memleak when comparing nodesets
5632 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5633 * tree.c: added a TODO
5634
5635Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5636
5637 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5638 we need string functions
5639 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5640 to be able to use them where needed. Applied some changes
5641 to reduce name linking pollution and compile in only what's
5642 needed.
5643 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5644 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5645 for the string manipulation functions
5646 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5647 to the free() function of xmlmemory.c
5648 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5649 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5650 usage.
5651
5652
5653Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5654
5655 * error.c: applied the context output patch of the error
5656 handling submitted by Chuck Griffith
5657 * error/VC/*: this slightly change some error logs
5658
5659Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5660
5661 * parser.c: fixed line number reporting on error
5662
5663Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5664
5665 * parser.c: Sullivan and Darin found a parser bug,
5666 applied the patch.
5667
5668Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5669
5670 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5671 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5672 xmlversion.h.in xpointer.c: of course the way I defined
5673 UNUSED breaks on old gcc version. Try to be smart and
5674 also define it directly in xmlversion.h
5675 * configure.in: removed -ansi flag from the pedantic set
5676
5677Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5678 Huge cleanup, I switched to compile with
5679 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5680 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5681 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5682 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5683 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5684 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5685 encoding.h entities.c error.c list.[ch] nanoftp.c
5686 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5687 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5688 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5689 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5690 Cleanup, staticfied a number of non-exported functions,
5691 detected and cleaned up a dozen of problem found this way,
5692 avoided a lot of public function name/typedef/system names clashes
5693 * doc/xml.html: updated
5694 * configure.in: switched private flags to the really pedantic ones.
5695
5696Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5697
5698 * configure.in: 2.3.5
5699 * doc/html/*: rebuilt the docs
5700
5701Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5702
5703 * parser.c: fixed a reported bug in NOTATION parsing
5704 * uri.c: accepted but not fixed bug 51876, added TODO
5705 * Makefile.am: fixed bug 51876
5706
5707Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5708
5709 * config.h.in configure.in error.c: fix a compilation problem
5710 on platforms without vsnprintf (xml@thewrittenword.com)
5711
5712Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5713
5714 * parser.c: fixed a function name header typo
5715 * SAX.c: notations can also occur in external subset.
5716
5717Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5718
5719 * error.c: removed a C++ like comment
5720
5721Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5722
5723 * parser.c: fixing bug 52299 strange condition leading
5724 to a parser crash due to a buffer overflow
5725 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5726 added the specific test case
5727
5728Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5729
5730 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5731 xmlXPathConvert{String,Number,Boolean} to be able to make
5732 type casts without a context stack, fixed some implementation
5733 problems related to the absence of context at parse-time,
5734 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5735 in the public API too
5736 * xpointer.c xpathInternals.h: we need to know at parse time
5737 whether we are compiling an XPointer
5738
5739Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5740
5741 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5742 cleaned up the parser internals, refactored XPath code, added
5743 new compilation based APIs and cleanly separated public and
5744 private APIs.
5745
5746Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5747
5748 * xpath.h: the comp field must be added at the end to avoid
5749 killing binary compat.
5750
5751Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5752
5753 * Makefile.am: detect XPath memleaks in regreson tests
5754 * error.c: fixed and error w.r.t. error reporting still using
5755 stderr
5756 * hash.c: added new line at end of file
5757 * tree.h: minor cleanup
5758 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
5759 expression parsing from evaluation, resulted in a number of
5760 changes internally, and in XPointer. Likely to break stuff
5761 using xpathInternals.h but should remain binary compatible,
5762 new interfaces will be added.
5763
5764Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5765
5766 * configure.in: fixed a couple of problems reported by
5767 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
5768 without gcc on non linux platforms.
5769
5770Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5771
5772 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
5773 a fix for --with-html-dir= configure support. I hope it won't
5774 break rpm generation
5775
5776Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5777
5778 * xmlIO.c: one function comment cleanup.
5779
5780Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5781
5782 * SAX.c: external subset notations were improperly registered
5783 in the internal subset.
5784
5785Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5786
5787 * README.cvs-commits: added, pointing to HACKING
5788 * HACKING: updated
5789
5790Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5791
5792 * parser.c: and Matt Sergeant found one in the XML push
5793 parser (erroneous check I forgot to remove when I fixed the
5794 main parser).
5795
5796Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5797
5798 * xpath.c: ptittom found a small bug in UnaryExpr
5799
5800Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5801
5802 * configure.in: bumped to 2.3.4
5803 * error.c: fixed bug #51860
5804 * tree.c: fixed bug #51861
5805 * valid.c: cleanup, more debug, failed to fix one bug crap ...
5806 * tree.[ch] : added xmlDefaultBufferSize
5807 * nanoftp.c: typo in function name header block
5808 * doc/xml.html : updated, added link to XML::LibXSLT
5809 * doc/html/* : rebuilt the docs
5810
5811Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5812
5813 * parser.c SAX.c: the new content parsing code raised an
5814 ugly bug in the characters() SAX callback. Found it
5815 just because of strangeness in XSLT XML Rec ouptut :-(
5816
5817Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5818
5819 * Makefile.am: Martin Baulig suggested to add -lm
5820 * tree.c: found another bug in xmlNodeGetContent()
5821
5822Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5823
5824 * xpath.c: Bjorn found the error related to strictness of comparison.
5825
5826Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5827
5828 * parser.c: trying to fix the Dtd parsing problem reported
5829 by Gary, side effect of last week speed optimizations.
5830
5831Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5832
5833 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
5834 * parserInternals.c: removed unneeded test raised by Stric
5835
5836Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
5837
5838 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
5839 and fixed by William Brack). Added xmlXPathFormatNumber.
5840 Changed the sorting slightly.
5841 * configure.in Makefile.am example/Makefile.am: Added -lm.
5842 Please note that applications linking with libxml2, must
5843 also like with the math library from now on.
5844
5845Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5846
5847 * HTMLparser.c: fixed loop reported by Marc Sanfacon
5848
5849Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5850
5851 * parser.c: one must report spaces even if the Dtd element
5852 content proves that this is not part of the element content.
5853 * result/valid/*.xml: this changed the ouptu slightly
5854
5855Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5856
5857 * configure.in: bumped to 2.3.3
5858 * doc/xml.html: updated
5859
5860Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5861
5862 * tree.c: minor doc fix
5863 * xpath.c: deallocation issues when a result tree has been
5864 converted to a node-set
5865
5866Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5867
5868 * doc/xml.html: oops corrected dates s/2000/2001
5869
5870Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5871
5872 * valid.c: new patch from Gary Pennington
5873
5874Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5875
5876 * doc/xml.html: applied patch from Ankh
5877
5878Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5879
5880 * xinclude.c: fixed a problem building on Mac
5881
5882Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5883
5884 * parser.c: more work on increasing parsing ferformances
5885
5886Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5887
5888 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
5889 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
5890 avoiding memcpy in production builds MEM_CLEANUP macro use
5891 * parser.[ch] parserInternals.c: optimizations of the tightest
5892 internal loops inside the parser. Better checking of I/O
5893 flushing/loading conditions
5894 * xmllint.c : added --timing
5895
5896Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5897
5898 * configure.in: bumped to 2.3.2
5899 * doc/xml.html: updated for release
5900
5901Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5902
5903 * xpath.c: found a memleak and fixed a nasty bug
5904
5905Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5906
5907 * xmllint.[c1] : added return code errors for xmllint
5908 * xpath.c: specific debug dump function for result value trees
5909
5910Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5911
5912 * xpath.c: finally implemented xmlXPathCompareNodeSets
5913 * test/XPath/expr/floats results/XPath/expr/floats: added
5914 a test for float expressions
5915
5916Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5917
5918 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
5919 * parserInternals.[ch]: trying to speed up parsing
5920 * xpath.c : speeded up node set equality op
5921
5922Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5923
5924 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
5925 better handling of ID/IDREF and the list modules associated
5926 * configure.in: small CFLAGS cleanup
5927
5928Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5929
5930 * configure.in: fixed iconv detection on AIX (stric)
5931
5932Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5933
5934 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
5935
5936Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
5937
5938 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
5939 and optimized xmlXPathNodeSetSort
5940
5941Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5942
5943 * xpath.c: bug fix when context size is 0
5944 * parser.c: I like Norm's Dtd because they still manage to break
5945 the parser occasionally
5946
5947Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5948
5949 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
5950
5951Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5952
5953 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
5954 attributes within the XML-1.0 namespace
5955
5956Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5957
5958 * xpathInternals.h: exported a few axis functions
5959 * doc/xml.html: updated the doc
5960
5961Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5962
5963 * configure.in: applied patch from Daniel van Balen for OpenBSD
5964 and bumped version to 2.3.1
5965 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
5966 attempt to find autoclosing was simply broken, removed it,
5967 updated the examples, this is better
5968
5969Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5970
5971 * hash.[ch]: added Paolo Casarini patch to provide Delete from
5972 hash functionnalities.
5973 * doc/html/* : rebuild the doc
5974
5975Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5976
5977 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
5978 on predicate
5979 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
5980 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
5981 really want to have tags closed on output even if we accept
5982 unclosed ones on input
5983
5984Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5985
5986 * xpath.c: ouch don't free NULL, rare case fixed
5987 * tree.c: don't coalesce text nodes if they don't have the
5988 same behaviour wrt escaping on output
5989
5990Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5991
5992 * xpath.c: small fixup
5993 * SAX.c: don't warn on empty namespaces.
5994
5995Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5996
5997 * README: a bit of cleanup
5998 * configure.in: preparing for 2.3.0 release
5999
6000Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6001
6002 * hash.[ch]: added a first version of xmlHashSize()
6003 * valid.c: another bug fix from Gary Pennington
6004
6005Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6006
6007 * valid.c: couple of bug fixes pointed by Gary Pennington
6008 * HTMLtree.c: #if 0 cleanup
6009
6010Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6011
6012 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6013 which removes a time consuming check of xmlXPathNodeSetAdd()
6014 and use it in places where we are sure to not break unicity
6015
6016Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6017
6018 * xpath.c: bug fixes found from XSLT
6019 * tree.c: preserve node->name special values when copying nodes.
6020 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6021 external subset are fetched when available but without full
6022 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6023 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6024 output with encoding disabled.
6025
6026Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6027
6028 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6029 xmlCheckFilename should not be called from xmlFileOpenW
6030 and xmlGzfileOpenW
6031
6032Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6033
6034 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6035 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6036 added the new tests for URI normalization
6037 * testURI.c: fixed stoopid bugs
6038 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6039 the URI in the error messages are now properly normalized
6040
6041Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6042
6043 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6044
6045Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6046
6047 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6048
6049Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6050
6051 * xpath.c: fixed mod operator
6052
6053Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6054
6055 * parser.c: fixed xmlStrcat doc
6056 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6057 trees.
6058
6059Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6060
6061 * xpath.c result/XPath/tests/chaptersbase
6062 result/XPath/tests/simplebase: fixed XPath node()
6063 * tree.c: small fix in xmlNewNs()
6064 * Makefile.am: removed extraneous xml2Conf.sh rule
6065
6066Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6067
6068 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6069 Changed the library name, in order to get libxml-devel and
6070 libxml2-devel to coexist on a single system
6071 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6072 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6073
6074Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6075
6076 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6077 libxml2-devel installable in // as libxml-devel.
6078
6079Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6080
6081 * doc/Makefile.am: fixed make rebuild in doc
6082 * doc/html/*.html: rebuilt the docs
6083
6084Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6085
6086 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6087
6088Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6089
6090 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6091 the HTML doc to go into the -devel RPM ...
6092 * aclocal.m4 config.h.in: some updates due to auto* magic
6093
6094Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6095
6096 * xpath.h: added a hook in the context structure allowing to
6097 link to extra support, needed for XSLT
6098
6099Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6100
6101 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6102 xmlXPtrCmpPoints to use it.
6103 * propagated the following patch from Alejandro Forero
6104 * include/win32config.h xmlIO.c: applied further suggestions
6105 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6106 * example/gjobread.c: fixed warnings, now that it builds
6107
6108Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6109
6110 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6111
6112 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6113 filename points to a valid file (not a directory).
6114 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6115 Added calls to xmlCheckFilenameDir.
6116
6117 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6118 `path' (rather than `filename') as the parameter to gzopen and open.
6119
6120Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6121
6122 * Makefile.am: fixed a problem with EXTRA_DIST
6123
6124Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6125
6126 * Makefile.am example/Makefile.am: finally found the trick
6127 to build the example, i.e. add "." in SUBDIRS before example
6128 in the list <grin/>
6129
6130Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6131
6132 * doc/xml.html: updated with an XSLT section, removed pointer to
6133 W3C CVS base.
6134
6135Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6136
6137 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6138 too, and deallocation need to occur the same way.
6139
6140Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6141
6142 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6143 type correponding to an XSLT result tree fragment. Share most
6144 of the data format with node set, as well as operators.
6145 * HTMLtree.c: added a newline at the end of the doctype output
6146 whe this one is not present initially.
6147 * tree.c: make sure taht the parent and doc pointers are properly
6148 set when copying attributes (lists).
6149
6150Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6151
6152 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6153
6154Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6155
6156 * xpath.c: seems I finally killed that ugly path evaluation
6157 context bug (tagged 9999 in case is is wrong)
6158
6159Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6160
6161 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6162 for XSLT
6163
6164Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6165
6166 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6167 for xmlGzfileOpen() bug
6168
6169Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6170
6171 * xpath.c: removed an error found by XSLT usage
6172 * tree.c parserInternals.h: use a predefined static string
6173 for text and comment nodes, avoid freeing them in xmlFreeNode,
6174 exported the string name in parserInternals.h and added
6175 another value to disable encoding at output (for XSLT),
6176 gain memory, time.
6177
6178Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6179
6180 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6181 win32/libxml2/libxml2_so.dsp: new makefiles and update
6182 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6183
6184Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6185
6186 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6187 Gary Pennington
6188
6189Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6190
6191 * xpath.c: fixed the comaprision of values and nodelists,
6192 need to compare nodelist still ...
6193 * debugXML.c: avoided a possible core dump
6194 * HTMLparser.c: cleanup
6195 * nanohttp.c: contributed fix.
6196 * tree.c: fixes in properties handling added xmlSetNsProp
6197 needed by libxslt
6198 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6199 comment
6200 * TODO: updated
6201
6202Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6203
6204 * parser.c parserInternals.c: applied Bjorn Reese optimization
6205 patch
6206
6207Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6208
6209 * Makefile.am: applied patch fro make check from Martin Vidner
6210
6211Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6212
6213 * configure.in: preparing 2.2.11
6214 * doc/html/*: rebuild the HTML files
6215 * doc/xml.html : updated
6216
6217Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6218
6219 * tree.c: fixed a stupid bug
6220 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6221 patches related to validation of an XInclude processing result
6222 * TODO: updated
6223
6224Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6225
6226 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6227 on large files
6228
6229Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6230
6231 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6232
6233Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6234
6235 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6236 reported by Jonas Borgström
6237 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6238
6239Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6240
6241 * testXPath.c xpath.c: fixing the XPath union expressions problem
6242 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6243
6244Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6245
6246 * xmllint.c: Made is so if the file name is "-" is will read form
6247 standard input. Sven Heinicke <sven@zen.org>
6248 * tree.c: fixed a problem when growing buffer
6249 * tree.h: fixed the comment of the node types following andersca
6250 comment
6251 * TODO: updated
6252
6253Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6254
6255 * HTMLparser.[ch]: added a way to avoid adding automatically
6256 omitted tags. htmlHandleOmittedElem() allows to change the
6257 default handling.
6258 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6259 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6260 of xmllint too when using --memory flag, added a memory test
6261 suite at the Makefile level.
6262 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6263 with namespace use when encountering QNames in XPath evalation,
6264 added xmlns() scheme in XPointer.
6265 * nanoftp.c : incorporated a fix
6266 * parser.c xmlIO.c: fixed problems raised with encoding when using
6267 the memory I/O
6268 * parserInternals.c: closed bug 25934 reported by
6269 torsten.landschoff@innominate.de
6270 * TODO: updated
6271
6272Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6273
6274 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6275 on a non-updated tree :-(, made a 2.2.10 release to correct the
6276 situation
6277
6278Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6279
6280 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6281 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6282 integrated a set of OpenVMS changes from Howard Taylor
6283 <Howard.Taylor@pacoast.com>
6284
6285Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6286
6287 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6288 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6289
6290Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6291
6292 * HTMLparser.c: some fixes on auto-open of html/head/body
6293 * encoding.c: fixed a compilation error on some gcc env
6294 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6295 XPointer implementation
6296 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6297 related XPointer tests and associated results
6298
6299Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6300
6301 * doc/xmldtd.html doc/xml.html: following a short step by step
6302 guidance on IRC to help maciej with DTDs I started a small
6303 page on the subject.
6304
6305Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6306
6307 * HTMLparser.c: fixed handling of broken charrefs
6308 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6309 patches
6310
6311Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6312
6313 * doc/xml.html doc/html/* : rebuilt the docs after adding
6314 xinclude and updated page for 2.2.7 and 2.2.8
6315 * configure.in: releasing 2.2.8
6316
6317Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6318
6319 * parser.[ch] parserInternals.c: applied the conditional
6320 section processing fix from Jonathan P Springer
6321 <jonathan.springer2@gte.net>
6322 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6323 project file, fixed iconv default non support
6324 * xpath.c: fixed the problem of evaluating relative expressions
6325 when a node context is provided.
6326
6327Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6328
6329 * nanoftp.c: fixed gcc 2.95 new warnings
6330 * SAX.c: fixed a stupid bug
6331 * tree.c: fixed a formatting problem when round-tripping
6332 from/to memory
6333 * xinclude.c: chased memleak, fixed a base problem
6334 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6335 xmlXPtrBuildNodeList()
6336 * TODO: updated
6337 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6338 adding a first small set of regression tests for XInclude
6339
6340Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6341
6342 * nanohttp.[ch]: applied Wayne Davison patches to access
6343 the WWW-Authorization header.
6344 * parser.c: Closed Bug#30847: Problems when switching encoding
6345 in short files by applying Simon Berg's patch.
6346 * valid.c: fixed a validation problem
6347 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6348 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6349 Wayne Davison
6350 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6351 need to be extended to non full nodes selections.
6352 * xinclude.c: starts to work decently
6353
6354Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6355
6356 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6357 debugXML.c xmlversion.h.in: Started adding XInclude support,
6358 this is a new xmllint option
6359 * tree.c xpath.c: applied TOM patches for XPath
6360 * xpointer.c: fixed a couple of errors.
6361 * uri.c: added an escaping function needed for xinclude
6362 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6363 new warning from RH70 gcc's version
6364
6365Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6366
6367 * HTMLparser.c: fixed loop on invalid char in scripts
6368 * parser.c: update to description of xmlIOParseDTD()
6369 * libxml.m4 xmlversion.h.in: changes contributed by
6370 Michael Schmeing <m.schmeing@internet-factory.de>
6371 * configure.in: preparing for 2.2.7
6372 * Makefile.am: trying to avoid config.h and acconfig.h
6373 being included in the distrib
6374 * configure.in: released 2.2.7
6375
6376Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6377
6378 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6379 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6380
6381Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6382
6383 * parser.[ch]: added xmlIOParseDTD()
6384 * xpointer.c: added support for the 2 extra parameters of
6385 string-range, fixed a stoopid error when '0' was present
6386 in XPointer expressions
6387 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6388 testsuite for the above
6389
6390Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6391
6392 * libxml.spec.in: improved package descriptions
6393
6394Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6395
6396 * xpath.c xpathInternals.h: applied a large cleaning patch
6397 from TOM <ptittom@free.fr>, it also add namespace support
6398 for function and variables registration.
6399
6400Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6401
6402 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6403 * Makefile.mingw: Wayne Davison's update adding hash.c
6404
6405Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6406
6407 * xpath.c: fixed the root evaluation problems
6408 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6409 ignorable spaces with <b> <bold> <em>
6410 * tree.c: fixed a loop in xmlSearchNsByHref()
6411
6412Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6413
6414 * xpath.c: applied another XPath patch from TOM
6415 * xpath.c include/makefile.am: applied another patch from
6416 china@thewrittenword.com (cleanup on IRIX).
6417
6418Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6419
6420 * xml-config.1: received a fixed version from Fredrik Hallenberg
6421 <hallon@lysator.liu.se>
6422
6423Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6424
6425 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6426 cleanup patch for XPath
6427
6428Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6429
6430 * patched to redirrect all "out of context" error messages to
6431 a reconfigurable routine. The changes are:
6432 * xmlerror.h : added the export of an error context type (void *)
6433 an error handler type xmlGenericErrorFunc there is an interface
6434 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6435 to reset the error handling routine and its argument
6436 (by default it's equivalent to respectively fprintf and stderr.
6437 * all the c files: all wild accesses to stderr or stdout within
6438 the library have been replaced to calls to the handler.
6439
6440Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6441
6442 * configure.in: release 2.2.6
6443 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6444 exporting the inner functions of xpath for extension modules
6445 * doc/*: updated and rebuilt the doc
6446
6447Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6448
6449 * nanohttp.c : applied Wayne HTTP cleanup patch
6450 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6451 and xmlNodeSetSpacePreserve()
6452
6453Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6454
6455 * xpath.c: closing bug #29260
6456
6457Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6458
6459 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6460 multikey tuples, made hash structure opaque
6461 * valid.[ch]: moved elements, attributes, notations decalarations
6462 as well as ID and refs to hash tables.
6463 * entities.c: hash cleanup
6464 * xmlmemory.c: fixed a dump problem in debug mode
6465 * include/Makefile.am: problem passing in DESTDIR= values patch
6466 from Marc Christensen <marc@calderasystems.com>
6467 * nanohttp.c: removed debugging remains
6468 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6469 * HTMLparser.c parser.c: fixing a number of problems with the
6470 macros in the *parser.c files (Wayne).
6471 * HTMLparser.c: close the previous option when opening a new one
6472 (Marc Sanfacon).
6473 * result/HTML/*: updated the HTML results accordingly
6474
6475Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6476
6477 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6478 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6479 XPath functions and XML entities table to them. More to come...
6480 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6481
6482Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6483
6484 * tree.c: coalesce adjacent text nodes
6485 * valid.c: handling of blank nodes in DTd validation (raised
6486 by problems with a posteriori validation).
6487 * nanohttp.c: changing behaviour on HTTP write stuff.
6488 * HTMLtree.c: forced body and html to be explicitely closed.
6489 * xpath.h: exported more XPath functions.
6490
6491Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6492
6493 * Release of 2.2.5
6494 * xpointer.c: range() range-inside and other helper functions
6495 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6496
6497Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6498
6499 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6500 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6501
6502Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6503
6504 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6505 and XPointer modules
6506
6507Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6508
6509 * SAX.h: closed #25107
6510
6511Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6512
6513 * testSAX.c: fixed problem with cdata reporting
6514 * SAXresult/* : updated
6515
6516Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6517
6518 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6519 Closed bug #27499, added to regression tests
6520 * TODO: updated
6521
6522Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6523
6524 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6525 support for SCRIPT and STYLE with help from Bjorn Reese
6526 * test/HTML/* result/HTML/*: added simple testcase and updated
6527 the existing ones.
6528
6529Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6530
6531 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6532 string-range for empty strings
6533 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6534 test/XPath/xptr/strrange: augmented the XPointer testsuite
6535
6536Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6537
6538 * doc/xml.html doc/xmlmem.html: added a module describing memory
6539 interfaces and use, updated the main page.
6540
6541Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6542
6543 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6544 nanoftp code work on Windows too now
6545
6546Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6547
6548 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6549 * xpointer.c: implemented string-range() at least a good first version
6550 * test/XPath/docs/str test/XPath/xptr/strrange
6551 result/XPath/xptr/strrange: the string-range() tests
6552
6553Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6554
6555 * Makefile.am include/Makefile.am include/win32config.h
6556 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6557 and make distcheck
6558
6559Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6560
6561 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6562 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6563 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6564
6565Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6566
6567 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6568 patch for socklen_t detection by
6569 Albert Chin-A-Young <china@thewrittenword.com>
6570
6571Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6572
6573 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6574 and added a --dtdvalid option to xmllint used to test it
6575
6576Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6577
6578 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6579 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6580
6581Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6582
6583 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6584 handlings (registration, lookup, cleanup)
6585
6586Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6587
6588 * configure.in Makefile.am include/makefile.am: adding XPointer
6589 and XPtrtests target
6590 * xpointer.[ch] : new files for XPointer support
6591 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6592 more XPath tests
6593
6594Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6595
6596 * configure.in: fixed, very broken, make distcheck works again
6597
6598Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6599
6600 * More work toward 2.2.5, integrated a number of patches
6601 * configure.in Makefile.am win32config.h.in: trying to cleanup
6602 make distcheck .... huh ...
6603 * include/Makefile.am include/win32config.h: new directory
6604 for includes
6605 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6606 updated teh makefiles and instructions for WIN32
6607 * xpath.c: small fixes
6608 * test/XPath/ results/XPath: updated the testcases and results
6609 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6610 suggested patches
6611 * valid.c: fixed an ID bug
6612
6613Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6614
6615 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006616 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006617 * xpath.[ch]: worked on XPointer
6618
6619Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6620
6621 * configure.in Makefile.am: 2.2.5, ship the include in an
6622 include/libxml subdirectory, use symlinks when using CVS
6623 * testSAX.c: fixed small bug
6624 * testXPath.c: changed the way testfiles are parsed
6625 * debugXML.c: same kind of cleanup when parsing an argument expression
6626 XPath/XPointers can have blanks embedded
6627 * xpath.[ch]: more cleanup, reorgs for XPointer work
6628 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6629 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6630
6631Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6632
6633 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6634 in the XPath engine, rewrote large parts of it, now it's far
6635 cleaner and in sync with the REC not an old WD. Fixed a parsing
6636 problem in the interactive XML shell found when testing XPath.
6637
6638Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6639
6640 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6641 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6642 examples with the extra test
6643
6644Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6645
6646 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6647 the global init function.
6648
6649Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6650
6651 * HTMLparser.c: Doohhh, attribute name parsing was still case
6652 sensitive ! Fixed this ...
6653 * result/HTML/* : updated the tests results accordingly
6654
6655Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6656
6657 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6658 engine, should be far more stable, incorporated a new version of
6659 preceding/following axis, need testing
6660 * uri.c: fixed file:///c:/a/b/c problem
6661 * test/XPath/tests/idsimple: augmented the XPath tests
6662
6663Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6664
6665 * doc/* rebuilding docs for 2.2.4 release
6666
6667Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6668
6669 * configure.in: releasing 2.2.4
6670 * parser.[ch]: added xmlStrEqual()
6671 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6672 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6673 use xmlStrEqual instead
6674 * TODO: updated
6675 * added an XPath test
6676
6677Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6678
6679 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6680 * entities.h: exported xmlInitializePredefinedEntities
6681 * parser.[ch] : added xmlInitParser()
6682 * parserInternals.h : had to export htmlInitAutoClose()
6683
6684Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6685
6686 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6687 problems
6688 * Makefile.am : added XPath regression tests to normal tests
6689 * uri.c: fixed a problem with local paths, cleanup
6690 * parser.c: fixed a problem with large CData sections
6691
6692Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6693
6694 * configure.in xml-config.in: patch from "Ben Taylor"
6695 <sol7x86@hotmail.com> for solaris shared libs lookup
6696
66972000-09-30 Martin Baulig <baulig@suse.de>
6698
6699 * libxml-2.0.pc.in: Provide pkg-config script.
6700
6701 * configure.in: Create the libxml-2.0.pc script from the
6702 libxml-2.0.pc.in templates.
6703 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6704 script in `$(libdir)/pkgconfig'.
6705
6706Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6707
6708 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6709 when compiling with MSC
6710
6711Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6712
6713 * xpath.c: patch for normalize-string() substring-before(),
6714 substring-after() and translate() functions from Bjorn Reese
6715 <breese@mail1.stofanet.dk>
6716 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6717 Fredrik Hallenberg <hallon@lysator.liu.se>
6718 * TODO: updated
6719
6720Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6721
6722 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6723 problem of socklen_t being undefined on a number of platforms
6724 * debugXML.c: fixed a compilation problem when without snprintf
6725
6726Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6727
6728 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6729 an URI bug and a fix for the control-character-induced infinite loop
6730 * nanohttp.c: preventive fix for compiling on WIN32
6731
6732Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6733
6734 * xmlint.c: closing bug #25000
6735
6736Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6737
6738 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6739 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6740 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6741 related function, fixing xmlStrncmp(), and associated cleanup
6742 * result/HTML/entities.html.sax: updating result
6743
6744Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6745
6746 * uri.c: applied patch for URI escaping from Wayne Davison
6747 <wayned@blorf.net>
6748 * tree.c parserInternals.c HTMLparser.c: memset checks patches
6749 from Denis Barbier <barbier@imacs.polytechnique.fr>
6750 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
6751 patch from Wayne Davison
6752
6753Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6754
6755 * doc/xml.html : updated with new releases, adding "how to help"
6756
6757Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6758
6759 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
6760 removed a few warnings in pedantic mode ...
6761 * parserInternals.c parser.c: moved encoding switching function
6762 to parserInternals.c
6763 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
6764
6765Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6766
6767 * HTMLparser.c parser.c: set ctxt->errNo before calling the
6768 error or warning handlers
6769
6770Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6771
6772 * parserInternals.c parserInternals.h parser.c Makefile.am:
6773 created a new module parserInternals.c, moved most of the
6774 code shared by the various parsers there, as well as
6775 deprecated code from parser.c. More cleanup of parser.c
6776 * uri.c: fixed a problem when URI is NULL
6777 * valid.c: speedup when looking for an attribute declaration
6778
6779Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6780
6781 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
6782 the cleanup of the computation of URI references when seeking
6783 external entities. The URI reference string and the resulting
6784 URI are both stored now.
6785 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
6786 large s(n)printf checks and cleanup from Denis Barbier
6787 <barbier@imacs.polytechnique.fr>
6788 * xmlversion.h.in tree.h: couple of SGML declarations for a
6789 possible docbook module.
6790 * result/VC/ : a couple of test output changed due to the change
6791 of the entities URI
6792
6793Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6794
6795 * parser.h: added a _private field for linking user's data
6796
6797Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6798
6799 * parser.c parserInternals.h: demacroified most of the IS_XXX
6800 the gain in size is significant so ...
6801
6802Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6803
6804 * entities.c: cases where looking up entities with doc==NULL
6805 covered
6806
6807Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6808
6809 * uri.c: applied Wayne Davison patch
6810 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
6811
6812Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6813
6814 * uri.c testUri.c: applied Wayne Davison patches
6815 * test/URI/uri.data result/URI/uri.data: first set of tests/results
6816 * Makefile.in: added URItest and included thenin "make tests"
6817
6818Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6819
6820 * xmlversion.h.in: closed bug 22941
6821
6822Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6823
6824 * doc/xmlio.html: added doc and example for entity loader
6825 redefinition.
6826
6827Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6828
6829 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
6830 used by libxml
6831
6832Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6833
6834 * parser.c: Fixed bug on invalid ontent characters and when using
6835 push.
6836 * xmllint.c: fixed xmllint endling of errors in push mode
6837
6838Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6839
6840 * HTMLparser.c testHTML.c: applied two new patches from
6841 Wayne Davison <wayned@users.sourceforge.net>
6842 * result/HTML/*.sax: regenerated HTML SAX output
6843 * parser.c: more cleanup.
6844
6845Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6846
6847 * HTMLparser.[ch] testHTML.c: applied the second set of
6848 patches from Wayne Davison <wayned@users.sourceforge.net>,
6849 adding htmlEncodeEntities()
6850 * HTMLparser.c: fixed an ignorable white space detection bug
6851 occuring when parsing with SAX only
6852 * result/HTML/*.sax: updated since the output is now HTML
6853 encoded...
6854
6855Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6856
6857 * HTMLparser.[ch]: applied some of Wayne Davison
6858 <wayned@users.sourceforge.net> patches
6859
6860Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6861
6862 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
6863 undeclared namespace prefix was used, added a warning.
6864 Cleaned up support w.r.t. entities, spilling out a warning
6865 and being pedantic on lookups.
6866 * test/warning/ent9 : added testcase for previous example.
6867 * TODO: updated
6868 * parserInternals.h parser.c: changed the way names are parsed
6869 now allow infinite size and decrease penalty for normal use
6870 * parser.c: Started a big cleanup/check of the parser code,
6871 fixed some of the most tortuous entity code, spotted code
6872 unused anymore
6873 * test/*: added tests for very long names and related nasty
6874 things.
6875
6876Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6877
6878 * doc/encoding.html: added encoding aliases doc
6879 * doc/xml.html: updates
6880 * encoding.[ch]: added EncodingAliases functions
6881 * entities.[ch] valid.[ch] debugXML.c: removed two serious
6882 bottleneck affecting large DTDs like Docbook
6883 * parser.[ch] xmllint.c: added a pedantic option, will be
6884 useful
6885 * SAX.c: redefinition of entities is reported in pedantic mode
6886 * testHTML.c: uninitialized warning from gcc
6887 * uri.c: fixed a couple of bugs
6888 * TODO: added issue raised by Michael
6889
6890Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6891
6892 * doc/encoding.html: propagated Martin Duerst suggestions
6893
6894Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6895
6896 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
6897 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
6898 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
6899 by Wayne Davison
6900
6901Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6902
6903 * nanoftp.c nanohttp.c: small cleanup
6904 * TODO: updated
6905
6906Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6907
6908 * added an old VC testcase and updated title.xml entity
6909
6910Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6911
6912 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
6913 done on auto-opening of <p> tags and cleanup of SAX output
6914
6915Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6916
6917 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
6918
6919Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6920
6921 * doc/xml.html libxml.* structure.*: updated the doc a bit
6922
6923Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6924
6925 * testSAX.c testHTML.c result/HTML/: cleanup of the output
6926 of SAX tests
6927
6928Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6929
6930 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
6931 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
6932
6933Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6934
6935 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
6936 * testHTML.c: fix core dump on Solaris 2.x systems
6937 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
6938 * result/HTML/*.sax: previous bug fix lead to new results
6939
6940Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6941
6942 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
6943 * configure.in: added --with-readline=DIR to accept alternate
6944 path for readline include/library
6945 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
6946 for ANSI under HP-UX
6947 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
6948 includes @LIBS@
6949
6950Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6951
6952 * doc/* : rebuilt the docs
6953 * getting ready for 2.2.2 release
6954
6955Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6956
6957 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
6958 and xmlAddFeature()
6959 * tree.[ch]: added xmlAddChildList()
6960 * xmllint.c: MAP_FAILED macro test
6961 * parser.h: added xmlParseCtxtExternalEntity()
6962 * valid.c: applied bug fixes removed warning
6963 * tree.c: added CDATA block to elements content
6964 * testSAX.c: cleanup of output
6965 * testHTML.c: added SAX testing
6966 * encoding.c: better error recovery
6967 * SAX.c, parser.c: fixed one of the external entity processing
6968 of the OASis testsuite
6969 * Makefile.am: added HTML SAX regression tests
6970 * configure.in: bumped to 2.2.2
6971 * test/HTML/ result/HTML: added a few of HTML tests, and added the
6972 SAX results
6973
6974Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6975
6976 * configure.in: patch for HP compiler
6977
69782000-08-04 Sven Heinicke <sven@zen.org>
6979
6980 * xmllint.c: Was coredumping sometimes when the file given didn't
6981 exist.
6982
6983Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6984
6985 * parser.c xmlIO.[ch]: fixed the problem of encoding support
6986
6987 when using in memory parsing. Need some cleanup.
6988 * xmllint.c configure.in: added a --memory flag to test memory
6989 parsing
6990
6991Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6992
6993 * nanohttp.c: fixed socklen_t replacement to unsigned int
6994 * parser.c: fixed a space handdling missing at the end of
6995 production 28 DOCTYPE.
6996 * xmlmemory.c: fixed a stupid bug on the routine to override
6997 allocation functions
6998 * TODO: updated
6999
7000Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7001
7002 * doc/ regenerated the docs
7003
7004Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7005
7006 * doc/encoding.html doc/xml.html: added I18N doc
7007 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7008 improvements, both parser and filters, added ASCII & HTML,
7009 fixed the ISO-Latin-1 one
7010 * xmllint.c testHTML.c: added/made visible --encode
7011 * debugXML.c : cleanup
7012 * most .c files: applied patches due to warning on Windows and
7013 when using Sun Pro cc compiler
7014 * xpath.c : cleanup memleaks
7015 * nanoftp.c : added a TESTING preprocessor flag for standalong
7016 compile so that people can report bugs more easilly
7017 * nanohttp.c : ditched socklen_t which was a portability mess
7018 and replaced it with unsigned int.
7019 * tree.[ch]: added xmlHasProp()
7020 * TODO: updated
7021 * test/ : added more test for entities, NS, encoding, HTML, wap
7022 * configure.in: preparing for 2.2.0 release
7023
7024Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7025
7026 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007027 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007028
7029Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7030
7031 * doc/xml.html: changed the xmlsoft.org structure, updated the
7032 examples w.r.t. root and childs
7033
7034Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7035
Daniel Veillard784b9352003-02-16 15:50:27 +00007036 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007037
7038Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7039
7040 * HTMLparser.c: Work on character encoding support for the HTML parser
7041 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7042 * encoding.c: Fixed a potential memleak in the encoding stuff
7043
7044Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7045
7046 * doc/FAQ.html doc/Makefile.am : added a FAQ
7047
7048Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7049
7050 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7051 of the HTML parser to force it to not bypass SAX
7052
7053Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7054
7055 * win32config.h.in: updated
7056 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7057 lacks iconv support :-( need to release 2.1.1
7058 * configure.in: release 2.1.1
7059 * HTMLparser: fixed bug #14784
7060 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7061 by Windows compiler
7062 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7063 the SAX startDocument() callback.
7064 * TODO: updated
7065
7066Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7067
7068 * added xmlStopParser()
7069
7070Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7071
7072 * configure.in: 2.1.0 prerelease
7073 * Large resync between W3C and Gnome tree
7074 * nanoftp, nanohttp.c: fixed stalled connections probs
7075 * HTMLtree.c SAX.c : support for attribute without values in
7076 HTML for andersca
7077 * valid.c: Fixed most validation + namespace problems
7078 * HTMLparser.c: start document callback for andersca
7079 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7080 * parser.h, SAX.c: serious speed improvement for large
7081 CDATA blocks
7082 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7083 different encoding
7084 * example/Makefile.am example/gjobread.c tree.h: work on
7085 libxml1 libxml2 convergence.
7086 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7087 and the LIBXML_TEST_VERSION macro
7088
7089Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7090
7091 * doc/xml.html: various patches and improvements typo fixed by
7092 Felix Natter
7093 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7094 from Felix Natter <fnatter@gmx.net>
7095
7096Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7097
7098 * doc/upgrade.html: updated with instructions for support of both
7099 libxml-1.x and libxml-2.x
7100 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7101 for 2.x support and also fixed includes
7102
7103
7104Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7105
7106 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7107 the encoding support, added iconv support, so now libxml if
7108 compiled with iconv automatically support japanese encodings
7109 among others. Work based on initial patch from Yuan-Chen Cheng
7110 I may have broken binary compat in the encoding handler
7111 registration scheme, but that was so utterly broken I don't
7112 expect anybody to have used this feature until now.
7113 * parserInternals.h: fixup on the CHAR range macro
7114 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7115 code.
7116 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7117 * uri.c: added xmlParseURI() I can't believe I forgot to
7118 implement this one in 2.0 !!!
7119 * SAX.c: moved doc->encoding update in the endDocument() call.
7120 * TODO: updated.
7121
7122Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7123
7124 * tree.h: removed extraneous xmlRemoveProp definition
7125 * TODO: added item about --disable-corba configure switch
7126 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7127 * nanoftp.c: fixed include problems giving troubles on AIX and
7128 slowlaris
7129 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7130 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7131 comment and headers changes to lower gtk-doc number of warnings
7132 * doc/html/*: rebuilt docs
7133
7134Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7135
7136 * HACKING: documented the tag for 1.x and instructions
7137
7138Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7139
7140 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7141 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7142 xmlCreateIOParserCtxt
7143 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7144 significant overall improvement
7145 * xmllint.c: added I/O test to xmllint
7146 * testSAX.c: added a speed test
7147 * doc/* : updated/regenerated
7148
7149Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7150
7151 * xpath.c uri.h parserInternals.h: cosmetic changes from
7152 "Timur I. Bakeyev" <timur@bat.ru>, including making
7153 xmlCreateURI() public
7154
7155Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7156
7157 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7158 and the code at the same time. Added a clean mechanism for
7159 overload or added input methods: xmlRegisterInputCallbacks()
7160 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7161 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7162 * TODO: updated
7163 * doc/* : updated/regenerated
7164 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7165 source dir
7166
7167Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7168
7169 * testURI.c: yet another forgotten commit, I should get some sleep !
7170
7171Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7172
7173 * xmllint.c: forgot to commit this too ?
7174
7175Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7176
7177 * xmlversion.h.in : forgot to commit this previously
7178
7179Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7180
7181 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7182 * README TODO: updated for release
7183 * uri.c uri.h: added authority parsing/saving
7184 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7185 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7186 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7187 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7188 Makefile.am : added compile-time customization of libxml
7189 --with-ftp --with-http --with-html --with-xpath --with-debug
7190 --with-mem-debug
7191 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7192 #include <libxml/xxx.h> I hope it won't break too much stuff
7193 and will be manageable in the future...
7194 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7195 and added xmllint to the installed programs
7196 * uri.h: added xmlFreeURI()
7197
7198Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7199
7200 * uri.c uri.h: finished the escaping handling, the base support
7201 and the URI path normalization. Looks good just lacks the
7202 authority content parsing code.
7203 * Makefile.am: added instructions to generate testURI
7204 * TODO: updated
7205 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7206 added links and icons for W3C and Gnome
7207
7208Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7209
7210 * xmlmemory.[ch] : seems I forgot to actually update the files in
7211 the last commit :-)
7212 * doc/xml.html doc/html/* : updated and uploaded the docs
7213
7214Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7215
7216 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7217 * TODO: updated
7218 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7219 libxml default allocation function with another set (like gmalloc/
7220 gfree).
7221 * Makefile.am, uri.c, uri.h: added a set of functions to do
7222 exact (litteraly copied from the RFC 2396 productions) parsing
7223 and handling of URI. Will be needed for XLink, one XML WFC,
7224 XML Base and reused in the nano[ftp/http] modules. Still work
7225 to be done.
7226
7227Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7228
7229 * configure.in, libxml.spec.in : libxml2
7230 * doc/* : updated the doc page, rebuilt the docs
7231
7232Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7233
7234 * all: tagged LIB_XML_1_X
7235 * *.c *.h : updated from W3C CVS tree
7236 * configure.in : 2.0.0-beta
7237 * libxml.spec.in : libxml2 package nam
7238 * result/* : new version of the tests output
7239
7240Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7241
7242 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7243
7244Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7245
7246 * doc/* : rebuilt the docs
7247 * parser.c: final patch on #6766
7248 * valid.c: small patch on validity checks.
7249
7250Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7251
7252 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7253 added
7254 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7255 compatibility w.r.t. XML spec and existing code.
7256
7257Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7258
7259 * parser.c: seems a better solution to <a> </a> exists,
7260 will try it for a while
7261
7262Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7263
7264 * parser.c: tried to remove the <a> </a> generating <a/>
7265 this is hard. Left a flag for that purpose. Fixed bug #6766
7266 * configure.in: prepared 1.8.7 not released, due to previous
7267 problem
7268
7269Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7270
7271 * doc/xml.html : applied second patch from Paul DuBois
7272
7273Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7274
7275 * doc/xml.html : applied patch from Paul DuBois
7276
7277Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7278
7279 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7280
7281Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7282
7283 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7284 compilation warnings on various platforms.
7285 * parser.c: Fixed #5281 validity error callbacks are now desactived
7286 by default if not validating.
7287
7288Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7289
7290 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7291
7292Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7293
7294 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7295 <gkatsi@cs.toronto.edu>
7296
7297Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7298
7299 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7300 processing URLs
7301
7302Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7303
7304 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7305 xmlNanoFTPUpdateURL for persistent control connections.
7306 * configure.in: 1.8.6
7307
7308Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7309
7310 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7311 * tree.[ch] : added xmlSaveNoEmptyTags
7312
73132000-01-29 James Henstridge <james@daa.com.au>
7314
7315 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7316
7317 * Makefile.am: added nanoftp.[ch] to the build.
7318
7319Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7320
7321 * nanoftp.[ch]: cleanup, comments, API
7322 * debugXML.c : fixed a bug in the cat command
7323 * doc/*: regenerated the docs
7324
7325Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7326
7327 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7328 * debugXML.c : fixed a bug in the cat command
7329 * valid.c: fixing some small probs
7330 * libxml.spec.in: get rid of the SNAP suffix
7331 * doc/xml.html: updated the status
7332
7333Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7334
7335 * xml-config.in: xml-config --version to just return the
7336 version number
7337 * xpath.c: some cleanup w.r.t. axis when the current node is
7338 an attribute.
7339 * TODO: updated
7340
7341Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7342
7343 * configure.in: prepared for libxml-1.8.5
7344 * doc/* recompiled the documentation
7345
73462000-01-17 Jody Goldberg <jgoldberg@home.com>
7347
7348 * configure.in : WARNING autoconf subtlety alert :
7349 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7350 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7351 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7352 get defined by AC_CHECK_HEADERS.
7353
7354Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7355
7356 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7357 Rune.Djurhuus@fast.no
7358
7359Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7360
7361 * TODO: updated
7362 * tree.c, parser.c: made sure that only memory alloc problems
7363 and internal parser errors are allowed to write to stdout or
7364 stderr.
7365
7366Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7367
7368 * tree.c : restored xmlNewGlobalNs since this seems used by
7369 a lot of existing code :-(, fixed a bug in xmlNewNs
7370 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7371 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7372 to exit() from the library code.
7373 * xpath.c, parser.c: removed bugs or unused code detected by
7374 Windows compilers
7375 * parser.c: started adding interfaces for parsing well balanced
7376 XML fragments
7377 * configure.in: releasing 1.8.4
7378 * doc/* : rebuilt the docs
7379
7380Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7381
7382 * tree.[ch] : added xmlNewDocFragment() for DOM
7383 * testHTML.c: uninitialized variable.
7384
7385Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7386
7387 * doc/* : rebuild the docs
7388
7389Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7390
7391 * acconfig.h: readline and history patch
7392 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7393 * tree.c: added check and handling when possibly removing an ID
7394 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7395 and saving.
7396 * test/HTML/entities.html result/HTML/entities.html* : test for
7397 various entities reference cases
7398 * result/HTML/* : as a result output of some testcase have
7399 changed
7400 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7401 by previous example. added xmlParseTryOrFinish().
7402 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7403 entities.h debugXML.h HTMLparser.h: changed the way struct are
7404 declared to allow gtk-doc to expose those
7405 * parser.c: closed bug #4960
7406 * Makefile.am configure.in: Applied patch from
7407 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7408 and math/socket libs detection
7409
7410Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7411
7412 * configure.in, Makefile.am: link tester against readline
7413 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7414
7415Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7416
7417 * tree.[ch]: added xmlRemoveProp
7418 * win32config.h.in nanohttp.c: avoid including the Windows
7419 socket stuff in every C files
7420 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7421 the XmL parser(s)
7422 * test/ns4 result/ns4 etc...: added test case for previous prob
7423 * tree.c: xmlNewNs wasn't checking for double definition
7424 * Makefile.in: fixed a problem with dist-hook duplicates
7425 * parser.[hc], xmlIO.c: fixed the loading of external entities
7426 APIs, now xmlLoadExternalEntity() is used everywhere and
7427 setting up an app specific front-end using the
7428 * SAX.c parser.c: some fixes, now the xhtml spec validates
7429 with the xhtml DTD.
7430 * error.c: fixed crashes in case of no input stream
7431 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7432 to the validation tests and results
7433
7434Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7435
7436 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7437 too htmlCreatePushParserCtxt() and htmlParseChunk()
7438 * parser.c: a bit of cleanup.
7439 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7440 to XML) removed the last mem leak known
7441 * HTMLtree.c: output message cleanup
7442 * xmlmemory.c: display content info about memory blocks
7443 * result/HTML/wired.* : missing att value warning change
7444
7445Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7446
7447 * doc/* : rebuilt the documentation
7448
7449Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7450
7451 * parser.[ch] parserInternals.h: Push parser for XML,
7452 seems to work fine now
7453 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7454 --push for push testing
7455 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7456 * testSAX.c: added --push
7457 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7458 subtree
7459 * xmlIO.[ch] : enriched API + fixes for push mode
7460 * entities.[ch]: added the entity content length to the struct.
7461 * xmlmemory.[ch]: new API to show the last entries for the shell
7462 * valid.c: added required attribute testing
7463 * SAX.c: the cdata callback now merge contiguous fragments
7464 * HTMLparser.c: cleanup of some macros
7465
7466Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7467
7468 * parser.c: fix for PIs name starting with xml
7469 * tree.c: fixed a potential problem with || and && ops
7470 * *.c, configure.in win32config.h.in : generate win32config.h for
7471 those on the Other Side !
7472
7473Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7474
7475 * parser.c: fixed a stupid = vs. == bug :-(
7476 * doc/gnome-xml.sgml: s/glade/xml/
7477
7478Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7479
7480 * configure.in, doc/xml.html : bug fix release 1.8.2
7481 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7482 Hopefully the end of that silly C++ include problem
7483 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7484 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7485 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7486 troubles with autoclosed elements when the stree shape doesn't
7487 follow the DtD specs. Added htmlIsAutoClosed() and
7488 htmlAutoCloseTag()
7489 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7490 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7491 * debugXML.c: fixed a bug on printing default namespaces.
7492 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7493
7494Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7495
7496 * result/HTML/*.htm[l] : updated the HTML regression tests according
7497 to the new output
7498 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7499 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7500 problem due to intermix of extern "C" { ... } declarations for C++
7501 and recursive includes in the headers
7502
75031999-12-20 Chris Lahey <clahey@umich.edu>
7504
7505 * HTMLtree.c: Made it so that html nodes with a single child do
7506 not insert a carriage return before or after the child node.
7507
7508Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7509
7510 * configure.in, doc/xml.html : bug fix release 1.8.1
7511 * parser.c: fixed bug #4344
7512 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7513 added the glue to avoid C++ problems
7514 * doc/* : regenerated the documentation
7515
7516Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7517
7518 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7519 namespace recognition, and Dia as a resul :-(
7520 * encoding.c: closed bug #3950
7521
7522Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7523
7524 * valid.c: debugging a posteriori validation, except URI expansion
7525 stuff this should be fixed now
7526 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7527 Carl Nygard <cnygard@bellatlantic.net>
7528 * tester.c: added --postvalid, cleaning of the code
7529 * tree.[ch]: added xmlDocGetRootElement()
7530
7531Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7532
7533 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7534 c++ losage.
7535
7536Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7537
7538 * configure.in, doc/xml.html : bumped to 1.8.0
7539 * xlink.[ch], Makefile.am : added framework for link detection
7540 * parser.h: added nbChars to parser context, needed for cleanup.
7541 * xmlmemory.c: removed a nasty bug when out of mem
7542 * valid.[ch]: adding namespace support for attribute decl
7543 * tester.c: added --debugent option
7544 * debugXML.[ch]: added xmlDebugDumpEntities()
7545 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7546 buffers instead, this was really needed, validation was breaking
7547 in strange ways due to that. Added xmlParseStringPEReference()
7548 and other parsing from strings functions. Entities processing
7549 modified again, but PERef are still not handled correcly but
7550 unless you're Eve Maller you won't notice :-)
7551 * HTMLparser.c: large changes toward reliability, and switched to
7552 lowercase internal tags, XHTML is lowercase, so it will help
7553 that output is closer to next version.
7554 * doc/* : regenerated the documentation, it is now hosted at
7555 http://xmlsoft.org/ (same bits I just bought the domain :-)
7556
7557
7558Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7559
7560 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7561 doc generation
7562 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7563 in the SAX API
7564 * doc/*: rebuilt the doc making sure everything appears in the
7565 HTML files
7566
7567Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7568
7569 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7570 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7571 which allow impressive speed improvement on dataset with
7572 large text pieces, but at the cost of broken binary
7573 compatibility and slightly bigger memory usage.
7574 Configure with --with-buffers to activate them, they
7575 are protected with XML_USE_BUFFER_CONTENT define.
7576 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7577 goal is 0 memory left allocated once parser is no more used
7578 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7579 call xmlCleanupParser() and xmlMemoryDump()
7580
7581Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7582
7583 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7584 * parser.[ch] encoding.[ch]: added memory cleanup routines
7585 * parser.c: closing bug #3788
7586 * doc/*: rebuilt the doc
7587
7588Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7589
7590 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7591 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7592 * tester.c: added --compress option
7593 * doc/*: rebuilt the documentation
7594
7595Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7596
7597 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7598 if given /proc/kcore as input !
7599 * doc/xml.html doc/*: updated and rebuilt the documentation
7600
7601Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7602
7603 * parser.c: Fixed some wrongly space collapsing code due to
7604 a misreading of the spec.
7605 * result/*: fixed the output accordingly
7606
7607Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7608
7609 * encoding.c: bug fix and typos
7610 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7611 * parser.c: added attribute normalization closing bug #3597
7612 * test/att* result/att* SAXresult/att*: testcase for attribute
7613 normalization
7614
7615Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7616
7617 * configure.in: closing bug #3163 by adding extra flags for the
7618 cc compiler on HP-UX
7619
7620Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7621
7622 * valid.[ch] : removed a typo and an enumerated type bug in the
7623 xmlAddElementDecl() function
7624 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7625 call to xmlEncodeEntitiesReentrant() so that the functions
7626 New, Set and Get are at the same level.
7627 * parser.c HTMLparser.c: extra memory allocation bug for
7628 attributes detected by someone using libxml in embedded systems :-)
7629
7630Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7631
7632 * xmlmemory.h: turned off mem debug :-\
7633
7634Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7635
7636 * parser.c: closed bug #2784 a one line fix, but worth pushing
7637 a new release out
7638 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7639 some structures, comments before and after the
7640 main element, and other nastyness
7641 * HTMLtree.c tree.c: accomodate the extended HTML supported
7642 * configure.in: pushing 1.7.4
7643 * test/ent8 and related outputs : added a new test for bug #2784
7644 * test/HTML/wired.html and related output: a nasty HTML example
7645 * Makefile.am: improved the test scripts
7646 * docs/* : reran the documentation extractor, updated xml.html
7647
7648Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7649
7650 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7651 HTMLparser and debugged the HTML related code. HTML documents
7652 now have their own type
7653 * entities.c: do not dump &apos; for HTML output
7654 * xmlmemory.c: improvement, breakpoint mechanism
7655 * testHTML.c: added --sax --repeat ...
7656 * Makefile.am: improved the HTML tests
7657 * valid.[ch]: added xmlValidGetValidElements and
7658 xmlValidGetPotentialChildren
7659 * tester.c: added --insert to test the 2 new functions
7660 * test//* result//* SAXresult//* : regression test cleanup
7661 and extension.
7662 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7663 gnome-xml-nanohttp.html
7664
7665Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7666
7667 * HTMLparser.c: fixed problems with some autoclose tags
7668 * tree.c: fixed XML output problems.
7669 * result/* SAXresult/*: update of the tests output
7670
7671Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7672
7673 * Makefile.am: Arturo patch for xmlConf.sh version info
7674 * parser.c: Tim Josling patch for single quoted items
7675 * tester.c: Tim Josling patch for tester options usage
7676 * tree.h: indent cleanup
7677
7678Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7679
7680 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7681 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7682
7683Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7684
7685 * tree.c : Raph patch for initialization of CORBA fields
7686 * parser.c, xpath.c, ...: modification of doc comments
7687 * xpath.c : allow spaces in xpath expressions
7688
7689Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7690
7691 * xmlmemory.h: turning off memory debug :-(
7692
7693Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7694
7695 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7696 better SAX interfaces.
7697 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7698 entity.
7699 * configure.in: 1.7.2
7700
7701Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7702
7703 * libxml.spec.in: fixed the URL
7704 * doc/xml.html: improved the documentation front-end
7705
7706Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7707
7708 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7709
7710Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7711
7712 * libxml.spec.in: fixed the alpha compile problem
7713 * parser.[ch]: changed errno to errNo in the parser context :-(
7714 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7715 * doc/xml.html: changed CHAR to xmlChar
7716 * doc/html/*: recompiled the documentation
7717 * configure.in: 1.7.1
7718
7719Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7720
7721 * parser.h: modified the parser context struct to regain 1.4.0
7722 binary compatibility
7723 * parser.c, xml-error.h: added errno ot teh context and defined
7724 a set of errors values with update of errno
7725 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7726 DTDs and entities
7727 * *.h, *.c: complete cleanup of the use of config.h and include
7728 protection depending on the current setup.
7729 * overalll debugging, maintenance and bug-fixing on all modules
7730 * updated the documentation
7731 * ready for 1.7.0
7732
7733Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7734
7735 * HTMLparser.c : cleanup
7736 * SAX.c valid.c valid.h: added ID/IDREF checking
7737 * tree.c tree.h: extended doc structure for refs
7738 * configure.in: 1.6.2
7739 * parser.c: patched bug in SAX user arg call
7740 * parserInternals.h: patched missing close in C++ wrapping
7741 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7742 especially upcoming XPointer implementation.
7743 * doc/xml.html: augmented, typo
7744
7745Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7746
7747 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
7748 not all invocations of install understand -d.
7749
7750Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
7751
7752 * Makefile.am: prepend all the test* calls with $(top_builddir) -
7753 to make 'check' works, when builddir != srcdir.
7754
7755Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7756
7757 * doc/xml.html : updated the documentation
7758
7759Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7760
7761 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
7762 not deallocated memory blocks
7763 * *.c : replaces all calls to malloc() free() and realloc() to
7764 the wrapper functions/macros
7765 * tree.c : removed memory leaks dues to calling xmlFreeNode()
7766 instead of xmlFreeNodeList()
7767
7768Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7769
7770 * HTMLparser.c: corrected a stupid bug leading to core dump at
7771 tree deallocation. Removed warnings indicated by
7772 Stephane.Conversy@lri.fr
7773 * entities.c: Fixes Yet Another Stupid Bug, entities were not
7774 looked for in the external subset
7775
7776Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7777
7778 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
7779 on SGI by Stephane.Conversy@lri.fr
7780
7781Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7782
7783 * all .h : changed the prototype declaration indent as in gtk
7784 * most .c : working on reducing the TODOs in the code
7785 * most .c : cleanup though -pedantic and Insure++
7786 * improvements on validation ID checkings.
7787 * tree.[ch] SAX.c: added support for namespace on attributes #2022
7788 * xml-config.in: closed #1810
7789
7790Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7791
7792 * tree.h, valid.c, valid.h: more work on validity, IDs
7793 * xpath.c: added/fixed comparidon and equlity, added a new isinf
7794 definition for AIX
7795
7796Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7797
7798 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
7799 the distribution due to a cut'n paste error at last commit
7800
7801Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7802
7803 * configure.in: upgraded to version 1.4.0
7804 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
7805 Big update, added a large part of the validation process,
7806 it should be usable, but some parts are missing
7807 * xpath.c: improved the implementation w.r.t. root.
7808 * Makefile.am: added more tests
7809 * test and result trees: added a lot of tests
7810 * libxml.spec.in: export libxml.so.0 and libxml.so.1
7811
7812Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7813
7814 * Added an HACKING file
7815
7816Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7817
7818 * xpath.[ch] : improvements and debug of the XPath implementation
7819 * parser.c, HTMLparser.c : modified the parsers to be progressive
7820 * tree.[ch] : extended the Buffer promitives
7821 * xmlIO.[ch] : added basic I/O routines providing progressive
7822 parsing and ready for I18N conversion plugins
7823 * SAXresult/* : the SAX callback sequence maybe slightly different
7824 now
7825 * test*.c : improved/updated the tests programs
7826 * doc/* : recompiled the docs.
7827
78281999-07-26 Michael Meeks <michael@edenproject.org>
7829
7830 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
7831
7832 * tree.c: Ditto.
7833
7834Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7835
7836 * configure.in: upgraded to version 1.4.0
7837 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
7838 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
7839 XML query language, see http://www.w3.org/TR/xpath for more details.
7840 * parser.c, parser.h: added CHAR* related string functions for XPath
7841 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
7842 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
7843 rebuild the docs.
7844 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
7845 and regression testing capabilities for XPath.
7846
7847Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7848
7849 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
7850 closing bug #1646
7851
7852Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7853
7854 * Makefile.am, example/Makefile.am: closed bug #1683
7855
7856Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7857
7858 * example/Makefile.am, configure.in: added the makefile for the
7859 gjobread example
7860
7861Sat Jul 10 14:19:11 CEST 1999 Tomasz KÂłoczko <kloczek@pld.org.pl>
7862
7863 * doc/Makefile.am:
7864 - fix which allow "make install DESTDIR=</install/prefix>".
7865
7866Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7867
7868 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
7869 which fixed a problem on the file reading-code.
7870
7871Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7872
7873 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
7874 output.
7875 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
7876
7877Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7878
7879 * parser.h : Oops removed the binary compatibility problem
7880 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
7881 * parser.c, HTMLparser.c: applied patches for reading from stdin
7882
7883Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7884
7885 * parser.c, entities.c, valid.c: cleanup bug #1591
7886 * configure.in: cleanup bug #1592
7887 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
7888 the same tree back-end. Hence gdome will be available for it.
7889 * doc/Makefile.am: close bug #617
7890
7891Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7892
7893 * parser.c: alloctate a per parser context SAX interface block
7894
7895Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7896
7897 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
7898 and xmlEncodeEntitiesReentrant with the correct one :-\
7899
7900Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7901
7902 * commit of my internal XML base changes, quite a lot of
7903 changes, cleanups, better entities support, framework for
7904 new I/O and charset detection and handling
7905 * Fixed the configure/Makefile stuff to generate shared libs
7906 with the proper version info, so we jumped on rev from
7907 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
7908 xmlEncodeEntities() result need to be freed now, and a string
7909 xmlParserVersion provide the current library version.
7910
7911Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
7912
7913 * parser.c: fixed a buffer overrun for when you have a very long
7914 attribute with no entities in it.
7915
7916Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7917
7918 * added example directory
7919 * added example/gjobs.xml gjobread.c, still need a Makefile.in
7920
7921Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7922
7923 * Release of libxml-1.1, nearly everything has been touched for
7924 this.
7925 * Added more regression tests
7926 * Updated the documentation
7927
7928Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7929
7930 * tree.[ch]: unified the XML_NO_CORBA defines.
7931 * parser.c encoding.[ch]: started plugging in char encoding detection
7932
7933Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
7934
7935 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
7936 Also freed allocated buffer.
7937
7938Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7939 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
7940 reentrancy problem at printing. One is left in entities.c, to
7941 remove ASAP
7942 * testSAX.c : added a test example showing the use of the SAX
7943 interface if one doesn't want to build the DOM tree.
7944 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
7945
7946Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7947
7948 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
7949 large revamping of the parser to use SAX callbacks
7950 http://www.megginson.com/SAX/ (or at least a C like interface
7951 a la Expat). It's now possible to set up your own callbacks
7952 and the parser will not build a DOM tree.
7953 * test/* result/*: updated the test suite, I finally removed
7954 the old Namespace draft support (PI based).
7955
7956Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7957
7958 * Makefile.am: added test result to EXTRA_DIST for make tests
7959
7960Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7961
7962 * parser.c, parserInternals.h: moved the chars macro definitions
7963 to parserInternals.h
7964 * parser.c, error.c: applied patches from "Knut Ă…kesson"
7965 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
7966
7967Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7968
7969 * xml-config.in : applied patch to make --version work
7970
79711999-03-05 Raja R Harinath <harinath@cs.umn.edu>
7972
7973 * Makefile.am (check-local): Alias for `tests' target. This will
7974 cause `make check' to do the right thing.
7975 (tests): Don't run tests in srcdir. Also, replaced calls to
7976 basename with a `sed' "equivalent".
7977
7978Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7979
7980 * Renamed error.h to xml-error.h, corrected Makefile.am to list
7981 it in the header and not the sources, updated the doc.
7982 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
7983 pointing this out.
7984
7985Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7986
7987 * parser.c, parser.h, parserInternals.h: memory leak hunting,
7988 exported the inputStream routines.
7989 * doc/html/* : updated accordingly
7990
7991Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7992
7993 * parser.c, parser.h, parserInternals.h: added a few extra
7994 internal calls to allocate and free parser contexts ...
7995 * doc/html/* : updated accordingly
7996
7997Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7998
7999 * configure.in, Makefile.am, doc/makefile.am : General changes for
8000 1.0.0 release and including the generated HTML documentation.
8001
8002Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8003
8004 * makefile.am : added parserInternals.h, oops.
8005
8006Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8007
8008 * parserInternals.h: added this header giving access to the parser
8009 internal functions.
8010 * doc/Makefile.am : added a rebuild target which rebuilds the full
8011 set of documentations
8012 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8013 the internal subset.
8014 * *.c *.h: modifications needed to generate the documentation using
8015 gtk-doc, cleanup of functions blocks, reorganisation of struct
8016 declarations.
8017
8018Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8019
8020 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8021 the tar and spec file to include the beginning of the doc.
8022
80231999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8024
8025 * doc/.cvsignore: Added this file.
8026
8027Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8028
8029 * tree.c: fixed xmlGetProp to return "" when the attribute
8030 exists, even if the node-list is NULL.
8031
8032Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8033
8034 * tree.c: patched an error outputting empty attribute values.
8035 * Makefile.am and doc/makefile.am: have been updated during the
8036 week-end. Sorry for an empty CVS log, I got a shell problem.
8037
8038Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8039
8040 * tree.h: cleaned up using enums instead of defines
8041 * parser.c, valid.[ch]: more work on parsing/output of element
8042 declarations
8043
8044Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8045
8046 * valid.[ch], tree.c, parser.c : more work toward full parsing
8047 of XML DTDs.
8048 * README: added informations about mailing-list and on-line
8049 documentation
8050
80511999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8052
8053 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8054
8055Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8056
8057 * parser.c, tree.[ch] : more work toward conformance testing,
8058 added a last element to accelerate parsing of very flat structures
8059 started working on internal subset Element content declaration.
8060 * valid.[ch] : first cut at adding code toward validation.
8061 * previous changes had also small impact on most files, especially
8062 the conformance testing using James Clark test suite.
8063
8064Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8065
8066 * test/* : updated the examples, most of them were not well
8067 formed (humm), and added rdf2.
8068 * result/* : resulting changes in the output.
8069
8070Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8071
8072 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8073
8074Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8075
8076 * tree.c: patched a bug in the generation of empty attributes
8077
8078Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8079
8080 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8081 for node/trees/documents/... Biggest problem is namespace
8082 support when copying subtrees.
8083
8084Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8085
8086 * parser.c, entities.c: improve entities and char ref encoding,
8087 and cleanups of error messages.
8088
8089Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8090
8091 * parser.c, entities.c: simple bug hunting done during rpm2html and
8092 rpmfind integration.
8093
8094Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8095
8096 * parser.[ch]: Added interfaces allowing to specify a SAX
8097 handler before parsing.
8098
8099Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8100
8101 * parser.c: redirrect all errors reporting through the SAX
8102 error function
8103
8104Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8105
8106 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8107 * libtool, tlmain ...: update of the libtool files
8108
81091998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8110
8111 * entities.c: Use g_snprintf insteda of snprintf.
8112
8113Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8114
8115 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8116 added ent5 test for this purpose.
8117 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8118
8119Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8120
8121 * parser.c: fixed? a strange error due to compression on a GWP
8122 document.
8123
8124Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8125
8126 * tree.[ch]: bug fixing
8127 * entities.[ch]: defined a specific type for predefined entities
8128 * doc/xml.html: more documentation on the library, how to use it,
8129 overview of the interfaces.
8130
8131Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8132
8133 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8134
8135Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8136
8137 * tree.c: corrected a small bug
8138 * doc/xml.html: continuing writing documentation.
8139
8140Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8141
8142 * debugXML.h debugXML.c: added debugging utilities.
8143 * tester.c: added --debug switch.
8144 * tree.c: patched an incorrect node->type assignment.
8145 * parser.c: formatting, ensure that node->doc != NULL in attributes
8146
8147Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8148
8149 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8150 entity support and provide an internal representation close to
8151 DOM one (entity ref nodes, and attribute value as tree). I tried
8152 to preserve the interface but this will surely break some apps
8153 (I have to change rpm2html/rpmfind for example). I had to change
8154 two interfaces, and the generated tree is somewhat different.
8155 * doc/* : started documenting the XML library, the tree and
8156 DOM/Corba. This is a first step.
8157
8158Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8159
8160 * parser.c: Set up the fonctions comment block, boring but useful.
8161 * parser.h, SAX.c, parser.c: now attributes are processed through
8162 the SAX interface. The problem is that my SAX interface diverged
8163 quite a bit from the original one, well this is not an official
8164 spec, and translating it from Java to C is hairy anyway...
8165
8166Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8167
8168 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8169 fonctions comment block, boring but useful.
8170
8171Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8172
8173 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8174 conversion routines. However they are not yet used to convert the
8175 inputs. The core will run with UTF-8.
8176
8177Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8178
8179 * tree.c : make sure that the type id is properly set-up when
8180 a new object is allocated, needed for DOM.
8181
8182Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8183
8184 * tree.h, tree.c: Ok, the main objects in the tree will be native
8185 corba objects, it costs 8 bytes per Node, Attribute and Document
8186 but it simplifies the Corba integration a lot (no extra interface
8187 objects to allocate/free).
8188
8189Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8190
8191 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8192 and changed NODEs contants for conformity with DOM Level 1
8193
8194Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8195
8196 * added hooks to keep track of servants when creating objects
8197 xmlDoc and xmlNode (for Corba export).
8198
8199Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8200
8201 * added xml-config script.
8202
8203Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8204
8205 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8206 to autoupdate libtool and automake conf files.
8207
82081998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8209
8210 * Makefile.am: Use '?' to separate the sed
8211 commands as ',' is used when people pass -Wl,something.
8212
8213
8214Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8215
8216 * tree.c, tree.h: added a per-document compression interface.
8217
8218Tue Sep 22 20:47:38 EDT 1998
8219
8220 * tree.c, tree.h: added saving with compression and added interfaces
8221 to control the compression level (xmlGetCompressMode,
8222 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8223
8224Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8225
8226 * parser.c: corrected a loop for files of size 0
8227
82281998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8229
8230 * error.h: New file. Contains prototyes from `error.c'.
8231
8232Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8233
8234 * Makefile.am (xmlincdir): New macro.
8235 (xmlinc_HEADERS): Renamed from include_HEADERS.
8236
8237Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8238
8239 * applied small patch on numeric entities from
8240 Christopher Blizzard <blizzard@appliedtheory.com>
8241
8242Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8243
8244 * New release 0.2, removed the old xml_* files so that it's
8245 coherent with the other CVS base (W3C), far better conformance
8246 to standard, new namespaces, decent entities support, beginning
8247 of a SAX-like interface. Nearly nothing left intact, even the
8248 test examples ...
8249
82501998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8251
8252 * .cvsignore: Add .deps dir
8253
8254Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8255
8256 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8257
8258Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8259
8260 * configure.in: added test for CPP
8261 * AUTHORS, Changelog: the original ones didn't get commited but the
8262 glib ones instead, fixed.
8263 * Makefile.am: corrected an error in library naming
8264
8265Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8266
8267 * integrated code developped at W3C
8268 * changed the original Copyright
8269 * migrated to automake
8270 * prefixed the filenames by xml_ to avoid filename clashes
8271
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008272Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8273
8274 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8275 should not be called.
8276
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008277Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8278
8279 * libxml-2.0.pc.in: applied the patch to fix #101894
8280
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008281Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8282
8283 * tree.c : applied patch from Lukas Schroeder for register callbacks
8284 * valid.c: modified patch from Lukas Schroeder to test
8285 register callbacks with --chkregister
8286
Daniel Veillard067bae52003-01-05 01:27:54 +00008287Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8288
8289 * xmlreader.c: seriously changed the way data are pushed to
8290 the underlying parser, go by block of 512 bytes instead of
8291 tryng to detect tag boundaries at that level. Changed the
8292 way empty element are detected and tagged.
8293 * python/tests/reader.py python/tests/reader2.py
8294 python/tests/reader3.py: small changes mostly due to context
8295 reporting being different and DTD node being reported. Some
8296 errors previously undetected are now caught and fixed.
8297 * doc/xmlreader.html: flagged last section as TODO
8298
Daniel Veillard51a447a2003-01-04 19:42:46 +00008299Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8300
8301 * python/libxml.py: integrated the Python 2.2 optimizations
8302 from Hannu Krosing, while maintaining compatibility with
8303 1.5 and 2.1
8304
Daniel Veillarde59494f2003-01-04 16:35:29 +00008305Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8306
8307 * xmllint.c: a bit of cleanup
8308 * xmlreader.c: small fix
8309 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8310 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8311
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008312Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8313
8314 * python/setup.py.in: patch from Stéphane Bidoul to include
8315 drv_libxml2.py in setup.py
8316
Daniel Veillard66b82892003-01-04 00:44:13 +00008317Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8318
8319 * doc/xmlreader.html: starting documenting the new XmlTextReader
8320 interface.
8321
Daniel Veillard7704fb12003-01-03 16:19:51 +00008322Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8323
8324 * xmllint.c: added the --stream flag to use the TextReader API
8325 * xmlreader.c: small performance tweak
8326
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008327Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8328
8329 * xmlreader.c python/tests/reader2py: okay the DTD validation
8330 code on top of the XMLTextParser API should be solid now.
8331
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008332Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8333
8334 * xmlreader.c python/tests/reader2py: Fixing some more mess
8335 with validation and recursive entities while using the
8336 reader interface, it's getting a bit messy...
8337
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008338Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8339
8340 * xmlreader.c python/tests/reader.py: another couple of problem
8341 related to IsEmptyElement reported by Stéphane Bidoul needed
8342 some fixes.
8343
Daniel Veillard4f860202003-01-02 13:00:02 +00008344Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8345
8346 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8347 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8348 based on the python XmlTextReader interface.
8349
Daniel Veillard3c265e42003-01-01 21:06:49 +00008350Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8351
8352 * tree.c: backing out one change in the last patch which broke the
8353 regression tests
8354
Daniel Veillard5335dc52003-01-01 20:59:38 +00008355Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8356
8357 * global.data globals.c tree.c include/libxml/globals.h: applied
8358 an old patch from Lukas Schroeder to track node creation and
8359 destruction. Probably missing a lot of references at the moment
8360 and not usable reliably.
8361
Daniel Veillard8ba17412003-01-01 19:13:12 +00008362Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8363
8364 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8365 from doc/news.html and a stylesheet
8366
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008367Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8368
8369 * xmlreader.c python/tests/reader.py: fixed another couple of
8370 xmlreader bugs reported by Stéphane Bidoul and added tests.
8371
Daniel Veillard9e395c22003-01-01 14:50:44 +00008372Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8373
8374 * xmlreader.c python/tests/reader2.py: fixed another validity
8375 checking in external parsed entities raised by Stéphane Bidoul
8376 and added a specific regression test.
8377 * python/tests/reader3.py: cleanup
8378
Daniel Veillardd5896142002-12-31 14:45:26 +00008379Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8380
8381 * xmlreader.c python/tests/reader2.py: fixed a problem with
8382 validation within entities pointed by Stéphane Bidoul, augmented
8383 the tests to catch those.
8384
Daniel Veillarddc85f282002-12-31 11:18:37 +00008385Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8386
8387 * python/generator.py: modified the generator to allow keeping
8388 class references when creating new classes, needed to fix a bug
8389 pointed by Stéphane Bidoul where the input buffer of the
8390 xmlTextReader instance gets destroyed if the python wrapper for
8391 the input is not referenced anymore.
8392
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008393Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8394
8395 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8396 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8397
Daniel Veillard571b8892002-12-30 12:37:59 +00008398Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8399
8400 * xmlreader.c python/tests/reader.py: fixed another problem
8401 pointed by Stéphane Bidoul
8402
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008403Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8404
8405 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8406 with "<a/>"
8407
Daniel Veillardecaba492002-12-30 10:55:29 +00008408Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8409
8410 * SAX.c: warn on xmlns:prefix="foo"
8411 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8412 for namespace attributes handling.
8413
Daniel Veillard2d84a892002-12-30 00:01:08 +00008414Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8415
8416 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8417 a really nasty problem raised by a DocBook XSLT transform
8418 provided by Sebastian Bergmann
8419
Daniel Veillard29b3e282002-12-29 11:14:41 +00008420Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8421
8422 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8423 by Stéphane Bidoul and integrated it into the tests
8424
Daniel Veillarde18fc182002-12-28 22:56:33 +00008425Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8426
8427 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8428 extended the XmlTextReader API a bit, addding accessors for
8429 the current doc and node, and an entity substitution mode for
8430 the parser.
8431 * python/libxml.py python/libxml2class.txt: related updates
8432 * python/tests/Makefile.am python/tests/reader.py
8433 python/tests/reader2.py python/tests/reader3.py: updated a bit
8434 the old tests and added a new one to test the entities handling
8435
Daniel Veillardaba976d2002-12-28 21:14:18 +00008436Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8437
8438 * python/generator.py python/libxml2class.txt
8439 python/tests/reader.py python/tests/reader2.py: changed the
8440 generator to provide casing for the XmlTextReader similar to
8441 C# so that examples and documentation are more directly transposable.
8442 Fixed the couple of tests in the suite.
8443
Daniel Veillard83298842002-12-28 15:12:33 +00008444Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8445
8446 * doc/guidelines.html: added a document on guildeline for
8447 publishing and deploying XML
8448
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008449Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8450
8451 * valid.c xmlreader.c: final touch running DTD validation
8452 on the XmlTextReader
8453 * python/tests/Makefile.am python/tests/reader2.py: added a
8454 specific run based on the examples from test/valid/*.xml
8455
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008456Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8457
8458 * python/libxml.py: added a few predefined xmlTextReader parser
8459 configuration values.
8460
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008461Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8462
8463 * python/libxml_wrap.h: trying to fix #102037
8464
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008465Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8466
8467 * SAX.c: fixing bug #95296, when the predefined entities
8468 are redefined in the DTD the default one must be used
8469 instead anyway.
8470
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008471Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8472
8473 * doc/xmllint.xml
8474 * doc/xmllint.1
8475 Add discussion of XML_DEBUG_CATALOG to xmllint man
8476 page - bug #100907
8477
8478
Daniel Veillarddf512f42002-12-23 15:56:21 +00008479Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8480
8481 * xmlreader.c: Fixed the empty node detection to avoid reporting
8482 an inexistant close tag.
8483
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008484Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8485
8486 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8487 for Python 2.1
8488
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008489Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8490
8491 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8492
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008493Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8494
8495 * doc/libxml2-api.xml python/tests/reader.py: one really need
8496 to provide the base URI information when creating a reader parser
8497 from an input stream. Updated the API and the example using it.
8498
Daniel Veillardea7751d2002-12-20 00:16:24 +00008499Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8500
8501 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8502 include/libxml/valid.h include/libxml/xmlreader.h: working on
8503 DTD validation on top of xml reader interfaces. Allows to
8504 validate arbitrary large instances. This required some extensions
8505 to the valid module interface and augmenting the size of xmlID
8506 and xmlRef structs a bit.
8507 * uri.c xmlregexp.c: simple cleanup.
8508
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008509Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8510
8511 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8512 work on the xml reader interfaces.
8513 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8514 Web page for the Windows binaries.
8515
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008516Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8517
8518 * xmlIO.c: applied a patch for VMS following the report by
8519 Nigel Hall
8520
Daniel Veillard3772de32002-12-17 10:31:45 +00008521Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8522
8523 * parser.c: the parseStartTag bug fix wasn't complete.
8524
Daniel Veillard67df8092002-12-16 22:04:11 +00008525Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8526
8527 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8528 parseStartTag, fixing it.
8529 * test/att4 result/att4 result/noent/att4: adding the test
8530 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8531 more methods to XmlTextReader.
8532
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008533Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8534
8535 * win32/libxml2.def.src: added more xml reader exports
8536 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8537 to the build
8538
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008539Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8540
8541 * doc/tutorial/xmltutorial.xml
8542 plus generated html and pdf
8543 Updating tutorial again based on further comments from Niraj
8544 Tolia on the last iteration
8545
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008546Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8547
8548 * doc/tutorial/xmltutorial.xml
8549 * doc/tutorial/includekeyword.c
8550 * doc/tutorial/includegetattribute.c
8551 plus generated html and pdf
8552 Adding fix from Niraj Tolia to tutorial to properly free memory.
8553
8554
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008555Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8556
8557 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8558 more methods of XmlTextReader.
8559 * python/libxml2class.txt python/tests/reader.py: this increased the
8560 methods in the bndings, augmented the test to check those new
8561 functions.
8562
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008563Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8564
8565 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8566 methods of XmlTextReader.
8567 * python/generator.py python/libxml_wrap.h python/types.c
8568 python/libxml2class.txt: added the reader to the Python bindings
8569 * python/tests/Makefile.am python/tests/reader.py: added a specific
8570 test for the Python bindings of the Reader APIs
8571 * parser.c: small cleanup.
8572
Daniel Veillard06503452002-12-13 10:42:08 +00008573Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8574
8575 * xinclude.c: fallback was only copying the first child not the
8576 full child list of the fallback element, closes #89684 as reopened
8577 by Bernd Kuemmerlen
8578
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008579Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8580
8581 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8582
Daniel Veillard000eafb2002-12-12 10:04:22 +00008583Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8584
Daniel Veillardc1eed322002-12-12 11:01:32 +00008585 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008586 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008587 gives enum values, fix functype return type, put back fields in
8588 structs
8589 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008590
Daniel Veillard024b5702002-12-12 00:15:55 +00008591Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8592
8593 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8594 about htmlNodeDumpOutput location.
8595 * xpath.c: removed an undefined function signature
8596 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8597 too many symbols in the API breaking the python bindings.
8598 Updated with the libxslt/libexslt changes.
8599
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008600Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8601
8602 * configure.in: preparing release of 2.4.29
8603 * doc/*: rebuilt the docs and API
8604 * xmlreader.c: a few more fixes for the XmlTextReader API
8605
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008606Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8607
8608 * include/win32config.h: applied mingw patch from Magnus Henoch
8609
Daniel Veillard5aad8322002-12-11 15:59:44 +00008610Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8611
8612 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8613
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008614Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8615
8616 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8617 building Python script, does the C parsing directly, generates
8618 a better API description including structure fieds defs and
8619 enums. Still a couple of bugs, but good enough for the python
8620 wrappers now.
8621 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8622 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8623 include/libxml/schemasInternals.h include/libxml/tree.h: more
8624 cleanup based on the python analysis script reports.
8625 * libxml.spec.in: make sure the API XML description is part of the
8626 devel package.
8627
Daniel Veillard01c13b52002-12-10 15:19:08 +00008628Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8629
8630 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8631 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8632 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8633 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8634 code cleanup, especially the function comments.
8635 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8636
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008637Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8638
8639 * Makefile.am xmlreader.c include/libxml/Makefile.am
8640 include/libxml/xmlreader.h: Adding a new set of APIs based on
8641 the C# TextXmlReader API but converted to C. Allow to parse
8642 in constant memory usage, far simpler to program and explain
8643 than the SAX like APIs, unfinished but working.
8644 * testReader.c: test program
8645
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008646Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8647
8648 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8649
Daniel Veillard64b35282002-12-04 15:10:40 +00008650Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8651
8652 * tree.c: Chip turner indicated that XHTML1 serialization
8653 rule for style actually break on both IE and Mozilla,
8654 try to avoid the rule if escaping ain't necessary
8655
Daniel Veillard8efff672002-12-04 11:44:48 +00008656Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8657
8658 * nanhttp.c: handle HTTP URL escaping, problem reported by
8659 Glen Nakamura and Stefano Zacchiroli
8660
Daniel Veillard1c732d22002-11-30 11:22:59 +00008661Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8662
8663 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8664
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008665Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8666
8667 * uri.c: Johann Richard pointed out some XPointer problems for
8668 URN based URI references in XInclude. Modified the URI parsing
8669 and saving routines to allow correct parsing and saving of
8670 XPointers, especially when attached to "opaque" scheme accordingly
8671 to RFC 2396
8672
Daniel Veillard8db67d22002-11-27 19:39:27 +00008673Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8674
8675 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8676 of refactoring to the HTML saving code.
8677 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8678 in the doc.
8679
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008680Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8681
8682 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8683 to a buffer API to reuse the generic dump to an OutputIO layer,
8684 this reduces code, fixes xmlNodeDump() for XHTML, also made
8685 xmlNodeDump() now return the number of byte written.
8686
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008687Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8688
8689 * python/setup.py.in: another patch from Stéphane Bidoul for
8690 Python bindings on Windows
8691 * doc/parsedecl.py: small cleanup
8692
Daniel Veillard9715c172002-11-25 16:33:40 +00008693Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8694
8695 * libxml.spec.in configure.in: add a line in %changelog for releases
8696
Daniel Veillard9bc53102002-11-25 13:20:04 +00008697Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8698
8699 * parser.c: patch from Marcus Clarke fixing a problem in entities
8700 parsing that was detected in KDe documentations environment.
8701
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008702Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8703
8704 * python/libxml.c (libxml_prev): Return the previous as opposed to
8705 the next node (I guess this is the result of some cut & paste programming:)
8706
Daniel Veillard80d7b902002-11-23 16:23:08 +00008707Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8708
8709 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8710
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008711Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8712
8713 * python/generator.py python/libxml.c python/setup.py.in: trying
8714 to fix the Python bindings build on Windows (Stéphane Bidoul)
8715
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008716Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8717
8718 * win32/configure.js: added option for python bindings
8719 * win32/libxml2.def.src: added more exports
8720
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008721Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8722
8723 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8724 pthreads
8725 * win32/wince/*: applied updates to Windows CE port from Javier
8726
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008727Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8728
8729 * configure.in: preparing 2.4.28
8730 * libxml.spec.in doc/Makefile.am: some cleanup
8731 * doc/*: updated the news and regenerated.
8732
Daniel Veillardfee408f2002-11-22 13:18:30 +00008733Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8734
8735 * HTMLparser.c: final touch at closing #87235 </p> end tags
8736 need to be generated.
8737 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8738 this change slightly the output of a few tests
8739 * doc/*: regenerated
8740
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008741Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8742
8743 * parserInternals.c: fixing bug #99190 when UTF8 document are
8744 parsed using the progressive parser and the end of the chunk
8745 is in the middle of an UTF8 multibyte character.
8746
William M. Brack8b2c7f12002-11-22 05:07:29 +00008747Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
8748
8749 * threads.c: fixed initialization problem in xmlNewGlobalState
8750 which was causing crash.
8751 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
8752 in xmlInitializeGlobalState.
8753 * parserInternals.c: cleaned up ctxt->sax initialisation.
8754
Daniel Veillardd5c2f922002-11-21 14:10:52 +00008755Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8756
8757 * tree.c include/libxml/tree.h: modified the existing APIs
8758 to handle XHTML1 serialization rules automatically, also add
8759 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
8760 libxslt serialization uses it when needed without changing
8761 the library API.
8762 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
8763 result/xhtml1: added a new test specifically for xhtml1 output
8764 and updated the result of one XHTML1 test
8765
Daniel Veillardd076a202002-11-20 13:28:31 +00008766Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
8767
8768 * xinclude.c parserInternals.c encoding.c: fixed #99082
8769 for xi:include encoding="..." support on text includes.
8770 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
8771 test/XInclude/ents/isolatin.txt : added a specific regression test
8772 * python/generator.py python/libxml2class.txt: fixed the generator
8773 the new set of comments generated for doc/libxml2-api.xml were
8774 breaking the python generation.
8775
Daniel Veillard817e70b2002-11-19 22:28:48 +00008776Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8777
8778 * doc/Makefile.am: repair some problem if gtk-doc fail or such
8779 * configure.in: patch for Solaris on new autoconf closes #98880
8780 * doc/parsedecl.py: repair the frigging API building script,
8781 did I say that python xmllib sucks ?
8782 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
8783 and some comment are no more truncated.
8784
Daniel Veillarda7e05b42002-11-19 08:11:14 +00008785Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
8786
8787 * parser.c: Martin Stoilov pointed out a potential leak in
8788 xmlCreateMemoryParserCtxt
8789
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00008790Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
8791
8792 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
8793 included in HTML documents and using the push parser.
8794
Daniel Veillard4efd3be2002-11-18 09:11:13 +00008795Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8796
8797 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
8798 specified, look for the Python interpreter not just in the
8799 specified root but also in the specified location. Fixes #98825
8800
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00008801Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8802
8803 * python/libxml.c: fixing bug #98792 , node may have no doc
8804 and dereferencing without checking ain't good ...
8805
Daniel Veillarddad3f682002-11-17 16:47:27 +00008806Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
8807
8808 * configure.in: preparing release 2.4.27
8809 * doc/* : updated and rebuilt the docs
8810 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
8811 and all the docs are actually packaged and in the final RPMs
8812 * parser.c parserInternals.c include/libxml/parser.h: restore
8813 xmllint --recover feature.
8814
Daniel Veillard68e9e742002-11-16 15:35:11 +00008815Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8816
Daniel Veillard784b9352003-02-16 15:50:27 +00008817 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00008818 processing of parsed entities, and XPath computation on sustitued
8819 entities.
8820 * testXPath.c: make sure entities are substitued.
8821
Daniel Veillard328f48c2002-11-15 15:24:34 +00008822Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
8823
Daniel Veillard784b9352003-02-16 15:50:27 +00008824 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00008825 processing of internal parsed entities, which had to be changed.
8826
Daniel Veillard66651aa2002-11-15 11:21:43 +00008827Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8828
8829 * Makefile.am python/Makefile.am python/tests/Makefile.am:
8830 trying to fix bug #98517 about building outside the source tree
8831 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
8832
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00008833Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8834
8835 * include/win32config.h: cleanup
8836 * win32/Makefile.mingw: integrated mingw in JScript configure
8837 * win32/Makefile.msvc: modified to allow mingw coexistence
8838 * win32/configure.js: integrated mingw
8839 * win32/Readme.txt: cleanup
8840
Daniel Veillard8dd86a52002-11-12 21:14:17 +00008841Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8842
8843 * HTMLparser.c: strengthen the guard in the Pop macros,
8844 like in the XML parser, closes bug #97315
8845
Daniel Veillard0821b152002-11-12 20:57:47 +00008846Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8847
8848 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
8849 callback is never used.
8850
Daniel Veillard8606bbb2002-11-12 12:36:52 +00008851Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8852
8853 * parserInternals.c: fixed the initialization of the SAX structure
8854 which was breaking xsltproc
8855 * xpath.c: patch from Petr Pajas for CDATA nodes
8856 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
8857 * parser.c include/libxml/parser.h: patch from Peter Jones
8858 removing a leak in xmlSAXParseMemory() and adding the
8859 function xmlSAXParseMemoryWithData()
8860
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00008861Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
8862
8863 adding pdf of tutorial, changing web page to link to it
8864 * doc/tutorial/xmltutorial.pdf
8865 * doc/xml.html
8866 * doc/docs.html
8867
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00008868Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
8869
8870 * doc/tutorial/ar01s08.html
8871 adding file what I forgot for tutorial
8872
8873
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00008874Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
8875
8876 Adding encoding discussion to tutorial
8877 Added:
8878 * doc/tutorial/images/*.png: DocBook admonition image files
8879 * doc/tutorial/apf.html, apg.html: new generated html
8880 * doc/tutorial/includeconvert.c: conversion code entity file
8881 changed:
8882 * doc/tutorial/xmltutorial.xml: DocBook original
8883 * doc/tutorial/*.html: generated html
8884
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008885Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8886
8887 * include/libxml/*.h: retired xmlwin32version.h
8888 * doc/Makefile.am: retired xmlwin32version.h
8889 * win32/configure.js: retired xmlwin32version.h
8890
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008891Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8892
8893 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008894 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
8895 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008896
Daniel Veillard7216cfd2002-11-08 15:10:00 +00008897Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
8898
8899 * globals.c: fixed a typo pointed out by Igor
8900 * xpath.c: try to speed up node compare using line numbers
8901 if available.
8902
Daniel Veillarda70d62f2002-11-07 14:18:03 +00008903Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8904
8905 * tree.c: make xmlFreeNode() handle attributes correctly.
8906
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00008907Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8908
8909 * catalog.c: completed the #96963 fix, as reported by Karl
8910 Eichwalder
8911
Daniel Veillard56f21f22002-11-06 15:49:46 +00008912Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8913
8914 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
8915
Daniel Veillard91ad8792002-11-04 17:06:52 +00008916Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8917
8918 * Makefile.am: switched the order of a couple of includes
8919 to fix bugs #97100
8920
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00008921Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8922
8923 * catalog.c: fixed bug #96963, reverted to the old behaviour of
8924 xmlLoadCatalogs that used to separate directories with a ':'.
8925
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00008926Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8927
8928 * threads.c: improvements to the Windows-side of thread handling
8929 * testThreads.c: conditionally excluded unistd.h
8930 * testThradsWin32.c: broke overlong lines
8931 * include/win32config.h: adapted thread-related macros to the new
8932 scheme and for pthreads on Windows
8933 * win32/Makefile.msvc: introduced a more flexible thread build,
8934 added testThreads[Win32].c to the build
8935 * win32/configure.js: introduced a more flexible thread config
8936
John Fleck61f6fb62002-10-31 15:23:29 +000089372002-10-31 John Fleck <jfleck@inkstain.net>
8938
8939 * doc/xml.html (and, by implication, FAQ.html)
8940 added UTF-8 conversaion FAQ from Marcus Labib Iskander
8941
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00008942Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8943
8944 * configure.in: removed xmlwin32version.h
8945 * include/libxml/Makefile.am: removed xmlwin32version.h
8946
Daniel Veillardce66ce12002-10-28 19:01:59 +00008947Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
8948
8949 * tree.c: applied patch from Brian Stafford to fix a bug
8950 in xmlReconciliateNs()
8951
Daniel Veillard7e3f1402002-10-28 18:52:57 +00008952Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8953
8954 * tree.c: applied patch from Christian Glahn to allow
8955 xmlNewChild() on document fragment nodes
8956
Daniel Veillardb39bc392002-10-26 19:29:51 +00008957Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
8958
8959 * parser.c: Christian Glahn found a problem with a recent
8960 patch to xmlParseBalancedChunkMemoryRecover()
8961 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
8962 problems
8963 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
8964 test/schemas/seq*: added the test cases from Charles
8965
Daniel Veillard366a9152002-10-23 20:43:53 +00008966Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
8967
8968 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
8969 serious cleanup of the spec file and associated changes
8970 in the Makefiles.
8971 * valid.c: try to remove some warnings on x86_64
8972
Daniel Veillardd033d022002-10-23 14:55:02 +00008973Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
8974
8975 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
8976 fix bug #96586
8977
Daniel Veillardce02dbc2002-10-22 19:14:58 +00008978Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
8979
8980 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
8981 parsing, applied his patch
8982 * result/HTML/attrents.html result/HTML/attrents.html.err
8983 result/HTML/attrents.html.sax test/HTML/attrents.html:
8984 added the test and result case provided by Mikhail Sogrine
8985
Daniel Veillarde645e8c2002-10-22 17:35:37 +00008986Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
8987
8988 * vms/build_libxml.com vms/config.vms vms/readme.vms
8989 include/libxml/parser.h include/libxml/parserInternals.h
8990 include/libxml/tree.h include/libxml/xmlIO.h
8991 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
8992 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
8993 Applied the VMS update patch from Craig A. Berry
8994 * doc/*.html: update
8995
Daniel Veillardf000f072002-10-22 14:28:17 +00008996Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
8997
8998 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
8999
Daniel Veillard1e208222002-10-22 14:25:25 +00009000Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9001
9002 * debugXML.c: adding a grep command to --shell in xmllint
9003 for T.V. Raman
9004
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009005Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9006
9007 * xmlcatalog.c: tried to fix some of the problem with --sgml
9008
Daniel Veillard935494a2002-10-22 14:22:46 +00009009Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9010
9011 * parser.c: tried to fix bug #91500 where doc->children may
9012 be overriden by a call to xmlParseBalancedChunkMemory()
9013
9014Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9015
9016 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9017 identifiers in SGML catalogs containing '&'
9018
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009019Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9020
9021 * python/types.c: fixed bugs when passing result value tree
9022 to Python functions.
9023
Daniel Veillard48267432002-10-18 11:21:38 +00009024Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9025
9026 * configure.in: preparing the release of 2.4.26
9027 * doc/*: updated and rebuilt the documentation
9028
Daniel Veillardbb284f42002-10-16 18:02:47 +00009029Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9030
9031 * parser.c: fixed a XML Namespace compliance bug reported by
9032 Alexander Grimalovsky
9033
Daniel Veillard44892f72002-10-16 15:23:26 +00009034Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9035
9036 * HTMLtree.c: fixed serialization of script and style when
9037 they are not lowercase (i.e. added using the API to the tree).
9038
Daniel Veillard2fd85422002-10-16 14:32:41 +00009039Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9040
9041 * valid.c: make xmlValidateDocument emit a warning msg if there
9042 is no DTD, pointed by Christian Glahn
9043
Daniel Veillard32370232002-10-16 14:08:14 +00009044Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9045
9046 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9047 content model when some of the blocks have min or max, and a couple
9048 of bugs found in the process.
9049 * result/schemas/list0* test/schemas/list0*: added some specific
9050 regression tests
9051
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009052Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9053
9054 * README: updated the contact informations
9055
Daniel Veillard63186732002-10-15 08:43:17 +00009056Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9057
9058 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9059 misses it, reported by Peter Bray.
9060
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009061Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9062
9063 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9064 and removed a few warnings
9065
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009066Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9067
9068 * parser.c: Christian Glahn found a small bug in the push parser.
9069 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9070 public
9071
Daniel Veillard6045c902002-10-09 21:13:59 +00009072Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9073
9074 * xmlschemas.c include/libxml/xmlschemas.h: added
9075 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9076 * testSchemas.c: added --memory to test the new interface
9077
Daniel Veillardf0070122002-10-09 14:24:17 +00009078Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9079
9080 * doc/index.py doc/search.php: integrated the XSLT indexing,
9081 a few fixed in the indexer, added a scope selection at the
9082 search level.
9083
Daniel Veillard01992e02002-10-09 10:20:30 +00009084Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9085
9086 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9087 this was due to uninitialized parts of the validation context
9088
Daniel Veillard321be0c2002-10-08 21:26:42 +00009089Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9090
9091 * debugXML.c: applied patch from Mark Vakoc except the API
9092 change, preserved it.
9093 * doc/*: updated the docs to point to the search engine for
9094 information lookup or before bug/help reports.
9095
Daniel Veillard01e87d22002-10-08 16:55:06 +00009096Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9097
9098 * doc/index.py doc/search.php: added mailing-list archives
9099 indexing and lookup
9100
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009101Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9102
9103 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9104
Daniel Veillard9b006132002-10-07 11:13:27 +00009105Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9106
9107 * doc/index.py: improved HTML indexing
9108 * doc/search.php: make the queries also lookup the HTML based indexes
9109
Daniel Veillard141d04b2002-10-06 21:51:18 +00009110Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9111
9112 * doc/index.py: added HTML page indexing
9113
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009114Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9115
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009116 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009117 problem in libxslt.
9118 * catalog.c: fixed list handling in XML_CATALOG_FILES
9119
Daniel Veillardceb09b92002-10-04 11:46:37 +00009120Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9121
9122 * valid.c: typo/bug found by Christian Glahn
9123
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009124Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9125
9126 * xmlIO.c: applied Windows CE patch from Javier.
9127 * win32/wince: new directory, contains support for the PocketPC
9128 with Windows CE from Javier.
9129 * include/win32config.h: reorganised, removed duplicate
9130 definitions and applied WinCE patch from Javier.
9131 * include/wsockcompat.h: new file, now contains WinSock
9132 compatibility macros.
9133 * win32/Makefile.msvc: introduced double-run compilation.
9134
Daniel Veillarde16b5742002-09-26 17:50:03 +00009135Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9136
9137 * configure.in include/libxml/xmlwin32version.h: preparing release
9138 of 2.4.25
9139 * doc/*: updated and regenerated teh docs and web pages.
9140
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009141Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9142
9143 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9144 error were not covering namespace declarations.
9145 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9146 it was missing the attribute declaration for the namespace
9147 * result/VC/NS3: the fix now report breakages in that test
9148
Daniel Veillardabe01742002-09-26 12:40:03 +00009149Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9150
9151 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9152
Daniel Veillard2ace1952002-09-26 12:28:02 +00009153Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9154
9155 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9156 and regenerated the docs and web site
9157
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009158Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9159
9160 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9161 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9162 not before
9163
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009164Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9165
9166 * python/generator.py python/libxml2class.txt: fixed a stupid error
9167 breaking the python API
9168
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009169Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9170
9171 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9172 triostr.c triostr.h: applied a trio update patch from
9173 Bjorn Reese which should work with MinGW
9174
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009175Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9176
9177 * tree.c: improving some documentation comments
9178 * xmlregexp.c: found and fixed a mem leak with python regression tests
9179 * doc/*: rebuilt the doc and the API XML file including the
9180 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9181 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9182 python/types.c: added access to the XML Schemas regexps from
9183 python
9184 * python/tests/Makefile.am python/tests/regexp.py: added a
9185 simple regexp bindings test
9186
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009187Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9188
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009189 * doc/xml.html:
9190 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009191
Daniel Veillard118aed72002-09-24 14:13:13 +00009192Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9193
9194 * xmlregexp.c: fixed the data callback on transition functionality
9195 which was broken when using the compact form
9196 * result/schemas/*: updated the results, less verbose, all tests
9197 pass like before
9198 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9199 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9200 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9201 annoying warnings
9202 * xpath.c: try to provide better error report when possible
9203
Daniel Veillard72336152002-09-21 13:08:14 +00009204Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9205
9206 * Makefile.am: fixed a breakage raised by Jacob
9207
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009208Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9209
9210 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9211 which don't use sockets
9212
Igor Zlatkovic01280582002-09-20 16:40:34 +00009213Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9214
9215 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9216 * win32/configure.js: applied zlib patch from Daniel Gehriger
9217
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009218Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9219
9220 * win32/configure.js: applied the patch from Mark Vakoc for
9221 regexp support
9222 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9223 for regexp support
9224
Daniel Veillardb5c05732002-09-20 13:36:25 +00009225Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9226
9227 * xmlschemastypes.c: as pointed by Igor Float and Double
9228 parsing ain't finished yet
9229
Daniel Veillard40b11342002-09-20 12:01:39 +00009230Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9231
9232 * Makefile.am configure.in: trying to fix #88412 by bypassing
9233 all the python subdir if python ain't detected
9234
Daniel Veillard23e73572002-09-19 19:56:43 +00009235Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9236
9237 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9238 made configuring with regexps/automata/unicode the default
9239 but without schemas ATM
9240 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9241 fixed the regexp based DTD validation performance and memory
9242 problem by switching to a compact form for determinist regexps
9243 and detecting the determinism property in the process. Seems
9244 as fast as the old DTD validation specific engine :-) despite
9245 the regexp built and compaction process.
9246
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009247Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9248
9249 * valid.c: determinism is debugged, new DTD checking code now works
9250 but xmlFAComputesDeterminism takes far too much CPU and the whole
9251 set usues too much memory to be really usable as-is
9252
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009253Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9254
9255 * tree.c: fixed another stupid bug in xmlGetNodePath()
9256 * xmllint.c: --version now report the options compiled in
9257
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009258Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9259
9260 * HTMLparser.c: small cleanup
9261 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9262 when configured with them. A bit of debugging around the determinism
9263 checks is still needed
9264
Daniel Veillard63b01c22002-09-17 19:25:28 +00009265Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9266
9267 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9268
Daniel Veillard92727042002-09-17 17:59:20 +00009269Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9270
9271 * xmlIO.c: small portability glitch fixed.
9272
Daniel Veillard84d70a42002-09-16 10:51:38 +00009273Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9274
9275 * xmlschemastypes.c: incomplete steps for real/double support
9276 * testAutomata.c include/libxml/xmlautomata.h
9277 include/libxml/xmlregexp.h: avoiding a compilation problem
9278 * valid.c include/libxml/valid.h: starting the work toward using
9279 the regexps for actual DTD validation
9280
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009281Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9282
9283 * hash.c: cosmetic cleanup
9284 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9285 integrating a DTD validation layer based on the regexps
9286
Daniel Veillard4402ab42002-09-12 16:02:56 +00009287Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9288
9289 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9290 the determinism was tested before eliminating the epsilon
9291 transitions :-(
9292
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009293Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9294
9295 * python/generator.py python/libxml.c python/libxml.py
9296 python/libxml2-python-api.xml python/libxml2class.txt
9297 python/libxml_wrap.h python/types.c: updated the python
9298 bindings, added code for easier File I/O, and the ability to
9299 define a resolver from Python fixing bug #91635
9300 * python/tests/Makefile.am python/tests/inbuf.py
9301 python/tests/outbuf.py python/tests/pushSAXhtml.py
9302 python/tests/resolver.py python/tests/serialize.py: updated
9303 and augmented the set of Python tests.
9304
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009305Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9306
9307 * win32/configure.js: added more readme info for the binary
9308 package.
9309
Daniel Veillard607b35c2002-09-10 12:16:19 +00009310Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9311
9312 * xmlIO.c: fixed a stupid out of bound array error
9313
9314Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9315
9316 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9317 messing around with support for Windows path, cleanups,
9318 trying to identify and fix the various code path to the
9319 filename access. Added xmlNormalizeWindowsPath()
9320
Daniel Veillard76575762002-09-05 14:21:15 +00009321Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9322
9323 * error.c valid.c: working on better error reporting of validity
9324 errors, especially providing an accurate context.
9325 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9326 error reports in those cases.
9327
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009328Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9329
9330 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9331 parser.c parserInternals.c xmlIO.c: get rid of all the
9332 perror() calls made in the library execution paths. This
9333 should fix both #92059 and #92385
9334
Daniel Veillard19aa7022002-09-05 11:14:19 +00009335Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9336
9337 * xmllint.c: memory leak reporting was broken after a change
9338 of the preprocessor symbol used to activate it.
9339
Daniel Veillardec6725e2002-09-05 11:12:45 +00009340Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9341
9342 * tree.c: try to make the copy function work for node of
9343 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9344 DOM layers though, not libxml2 itself.
9345
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009346Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9347
9348 * valid.c: try to provide file and line informations, not all
9349 messages are covered, but it's a (good) start
9350
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009351Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9352
9353 * xinclude.c: reimplemented a large part of the XInclude
9354 processor, trying to minimize resources used, James Henstridge
9355 provided a huge test case which was exhibiting severe memory
9356 consumption problems.
9357
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009358Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9359
9360 * python/Makefile.am: applied patch from Christophe Merlet to
9361 reestablish DESTDIR
9362
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009363Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9364
9365 * libxml.spec.in: fixes libary path for x86_64 AMD
9366
John Fleckbe98b332002-09-04 03:16:23 +00009367Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9368
9369 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009370 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009371 (plus resulting generated html files)
9372 fixing one spot I missed in the tutorial where I hadn't freed
9373 memory properly
9374
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009375Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9376
9377 * doc/tutorial/includeaddattribute.c
9378 * doc/tutorial/includeaddkeyword.c
9379 * doc/tutorial/includegetattribute.c
9380 * doc/tutorial/includekeyword.c
9381 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009382 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009383 update tutorial to properly free memory (thanks to Christopher
9384 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009385 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009386 added image files so the callouts are graphical, making it
9387 easier to read ( use "--param callout.graphics 1" to generate
9388 html with graphical callouts)
9389
Daniel Veillarde1662542002-08-28 11:50:59 +00009390Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9391
9392 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9393 nice logos generated by Marc Liyanage
9394 * doc/site.xsl *.html: changed the stylesheet to show the new
9395 logo and regenerated the pages
9396
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009397Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9398
9399 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9400
Daniel Veillard42766c02002-08-22 20:52:17 +00009401Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9402
9403 * xpath.c: possible mem leak patch from Jason Adams
9404
9405Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9406
9407 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9408 in the XQuery namespace
9409 * configure.in: preparing 2.4.24
9410 * doc/*.html: updated the web pages
9411
9412Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9413
9414 * python/generator.py: closing bug #85258 by generating conditional
9415 compile check to avoid linking to routines not configured in.
9416
Havoc Pennington84ec40a2002-08-22 13:59:35 +000094172002-08-22 Havoc Pennington <hp@pobox.com>
9418
9419 * autogen.sh: update error message for missing automake
9420
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009421Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9422
9423 * python/Makefile.am: typo in target name resulted in libxml2.py
9424 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9425
Daniel Veillard22669b22002-08-22 07:17:11 +00009426Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9427
9428 * win32/win32/Makefile.mingw: updated with version from
9429 Elizabeth Barham at http://soggytrousers.net/repository/
9430
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009431Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9432
9433 * win32/Makefile.msvc: added the prefix location to the include
9434 and lib search path.
9435
Havoc Pennington830e8972002-08-18 22:22:13 +000094362002-08-18 Havoc Pennington <hp@pobox.com>
9437
9438 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9439 both automake 1.6 and 1.4 installed get the right automake. Means
9440 compilation from CVS will now require the latest automake 1.4
9441 release, or manually creating symlinks called "automake-1.4" and
9442 "aclocal-1.4"
9443
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009444Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9445
9446 * configure.in python/Makefile.am: more AMD 64 induced changes from
9447 Frederic Crozat
9448
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009449Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9450
9451 * xinclude.c: oops I was missing the xml:base fixup too
9452 * result/XInclude/*.xml: this adds xml:base attributes to most
9453 results of the tests
9454
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009455Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9456
9457 * xinclude.c: quick but apparently working implementation of
9458 xi:fallback, should close bug #89684
9459 * Makefile.am test/XInclude/docs/fallback.xml
9460 result/XInclude/fallback.xml: added a basic test for fallback,
9461 and run with --nowarning to avoid a spurious warning
9462 * configure.in: applied patch from Frederic Crozat for python
9463 bindings on AMD 64bits machines.
9464
Daniel Veillard9e923512002-08-14 08:48:52 +00009465Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9466
9467 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9468 the caller don't pass a SAX callback block.
9469
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009470Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9471
9472 * tree.c: applied the same fix for the XML-1.0 namespace to
9473 xmlSearchNsByHref() as was done for xmlSearchNs()
9474
Daniel Veillardad11b302002-08-12 14:53:41 +00009475Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9476
9477 * libxml.3: small cleanup of the man page
9478 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9479 when serializing HREF attributes generated by XSLT.
9480
Daniel Veillardc084e472002-08-12 13:27:28 +00009481Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9482
9483 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9484 version of Marc Liyanage' patch for boolean attributes in HTML
9485 output
9486
Daniel Veillard5f91b372002-08-12 12:13:01 +00009487Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9488
9489 * python/tests/serialize.py: fixed the test results, indenting
9490 behaviour changed slightly
9491
Aleksey Sanin9e951762002-08-08 18:02:41 +00009492Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9493
9494 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9495 new c14n function to Windows def files
9496
Aleksey Saninea4272a2002-08-02 23:50:03 +00009497Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9498
9499 * c14n.c: fixed a memory leak in c14n code
9500
Daniel Veillard58e44c92002-08-02 22:19:49 +00009501Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9502
9503 * parser.c include/libxml/parser.h: adding a new API for Christian
9504 Glahn: xmlParseBalancedChunkMemoryRecover
9505 * valid.c: patch from Rick Jones for some grammar cleanup in
9506 validation messages
9507 * result/VC/* result/valid/*: this slightly change some of the
9508 regression tests outputs
9509
Daniel Veillard0bf29002002-08-01 12:54:11 +00009510Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9511
9512 * tree.c: trying to fix a problem in namespaced attribute handling
9513 raised by Christian Glahn
9514
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009515Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9516
9517 * encoding.c include/libxml/encoding.h: Opening the interface
9518 xmlNewCharEncodingHandler as requested in #89415
9519 * python/generator.py python/setup.py.in: applied cleanup
9520 patches from Marc-Andre Lemburg
9521 * tree.c: fixing bug #89332 on a specific case of loosing
9522 the XML-1.0 namespace on xml:xxx attributes
9523
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009524Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9525
9526 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9527 corner case from new Merlin's test suite and added a callback
9528 that will be used to improve xmlsec performance
9529
9530
Daniel Veillard0b22def2002-07-29 16:23:03 +00009531Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9532
9533 * HTMLtree.c: trying to fix the <style> escaping problem in
9534 HTML serialization bug #89342
9535
Daniel Veillard0b28e882002-07-24 23:47:05 +00009536Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9537
9538 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9539 and rebuilt the web site.
9540
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009541Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009542
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009543 * include/libxml/tree.h: added _private member to xmlNs struct
9544
Daniel Veillard1d995272002-07-22 16:43:32 +00009545Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9546
9547 * HTMLparser.c: fixing bug #84876 based on the xml working
9548 code.
9549
William M. Brack61eaba52002-07-21 11:14:18 +00009550Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9551
9552 * python/Makefile.am: enhanced to fix bug 72012 (errors
9553 when using '-jX' make parameter)
9554
William M. Brackef61d202002-07-19 08:32:00 +00009555Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9556
9557 * xpath.c: small additional enhancement for booleans
9558 compared to nodesets
9559
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009560Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9561
9562 * HTMLtree.c: changed the order of the encoding declaration
9563 attributes in the meta tags due to a bug in IE/Mac
9564
William M. Brack0c022ad2002-07-12 00:56:01 +00009565Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9566
9567 * xpath.c: enhanced handling of booleans (especially '='
9568 and '!=' for nodesets) - fixes bug 85256. Added new
9569 routine xmlXPathNotEqualValues for more proper handling
9570 of '!=' when nodesets are involved.
9571
Daniel Veillard06944e22002-07-11 19:55:18 +00009572Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9573
9574 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9575 doc/xmlcatalog_man.xml to the source distribution
9576
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009577Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9578
9579 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9580 asked for this.
9581
Daniel Veillard539638b2002-07-06 19:55:14 +00009582Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9583
9584 * configure.in: preparing 2.4.23
9585 * doc/*: rebuilt the docs
9586
Daniel Veillard176d99f2002-07-06 19:22:28 +00009587Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9588
9589 * parser.c: fixing bug #84169 by fixing the
9590 comment of xmlCreatePushParserCtxt to describe the
9591 encoding detection parameters better.
9592
Daniel Veillard37f961d2002-07-06 17:53:56 +00009593Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9594
9595 * valid.c: fixing bug #79331 in one path the lookup for
9596 ID attributes on a namespaced node wasn't handled correctly :-\
9597
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009598Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9599
9600 * HTMLparser.c: trying to fix 87235 about discarded white
9601 spaces in the HTML parser.
9602 * result/HTML/*: this changes the output of a number of HTML
9603 regression tests
9604
Daniel Veillardfdc91562002-07-01 21:52:03 +00009605Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9606
9607 * xpath.c: applied patch from Richard Jinks for the namespace
9608 axis + fixed a memory error.
9609 * parser.c parserInternals.c: applied patches from Peter Jacobi
9610 removing ctxt->token for good.
9611 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9612 popped out by the regression tests.
9613 * Makefile.am: patch for threads makefile from Gary Pennington
9614
William M. Brack6000af52002-06-28 11:43:13 +00009615Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9616
Daniel Veillardfdc91562002-07-01 21:52:03 +00009617 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009618 expressions involving preceding-sibling (et al).
9619
Daniel Veillard153120c2002-06-18 07:58:35 +00009620Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9621
9622 * hash.c: applied a patch from Peter Jacobi to solve a problem
9623 when compiling with the Watcom C on Win32
9624 * result/schemas/*.err: the change of hashing algo generated
9625 permutations in the output
9626
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009627Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9628
9629 * hash.c: applied patch from Sander Vesik improving the quality of
9630 the hash function.
9631
Aleksey Sanina5808b92002-06-14 17:07:41 +000096322002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009633
9634 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9635 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9636 xmllint.c xpath.c: replaced sprintf() with snprintf()
9637 to prevent possible buffer overflow (the bug was pointed
9638 out by Anju Premachandran)
9639
Daniel Veillarde059b892002-06-13 15:32:10 +00009640Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9641
9642 * parser.c: removed an uninitialized data error popped by valgrind
9643 on PE references
9644
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009645Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9646
9647 * doc/xml.html
9648 adding tutorial reference to the web page
9649
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009650Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9651
9652 * doc/tutorial/xmltutorial.xml
9653 * doc/tutorial/ar01s07.html
9654 * doc/tutorial/ape.html
9655 * doc/tutorial/includegetattribute.c
9656 adding section to tutorial about retrieving an attribute
9657 value
9658
Daniel Veillardf5582f12002-06-11 10:08:16 +00009659Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9660
9661 * parser.c: applied a couple of patches from Peter Jacobi to start
9662 to get rid of ctxt->token, with a possible significant speed
9663 improvement to be gained once done. Better compliance with PE
9664 references constructs in DTDs too.
9665 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9666 from Peter too
9667
Daniel Veillard38d80e22002-06-11 07:24:56 +00009668Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9669
9670 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9671 xmlParseElement was likely to have been deallocated at the
9672 time of the report, possibly leading to segfault. Just report
9673 the tag name now.
9674
Daniel Veillard9e412302002-06-10 15:59:44 +00009675Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9676
9677 * xpath.c: patch from Richard Jinks for XPath substring() function
9678 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9679
Aleksey Sanina5808b92002-06-14 17:07:41 +000096802002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009681
9682 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9683
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009684Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9685
9686 *doc/FAQ.html
9687 fixing typos in FAQ, thanks to Robert Funnell for the
9688 editing help
9689
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009690Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9691
9692 * NEWS: got complaints from rpmlint that it was empty
9693
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009694Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9695
9696 * added doc/tutorial, including:
9697 apa.html
9698 apb.html
9699 apc.html
9700 apd.html
9701 ar01s02.html
9702 ar01s03.html
9703 ar01s04.html
9704 ar01s05.html
9705 ar01s06.html
9706 includeaddattribute.c
9707 includeaddkeyword.c
9708 includekeyword.c
9709 includestory.xml
9710 index.html
9711 xmltutorial.xml
9712 libxml tutorial, including generated html
9713
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009714Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9715
9716 * result/c14n/exc-without-comments/merlin-c14n-two-*
9717 result/c14n/without-comments/merlin-c14n-two-*
9718 test/c14n/exc-without-comments/merlin-c14n-two-*
9719 test/c14n/without-comments/merlin-c14n-two-*
9720 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9721 c14n/exc-c14n and slightly modified test script to handle
9722 these test cases
9723 * c14n.c: fixed bugs for complicated nodes set (namespace
9724 without node and others from merlin-c14n-two.tar.gz)
9725 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9726 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9727 for xmlsec performance patch
9728 * xpath.c: fixed self::node() for namespaces and attributes
9729
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009730Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9731
9732 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9733 but with the format parameter
9734 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9735
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009736Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9737
9738 * Makefile.am: updated c14n tests suite
9739 * c14n.c: performance improvement for previous c14n patch
9740
Daniel Veillarde72c7562002-05-31 09:47:30 +00009741Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9742
9743 * parser.c: another peroformance patch from Peter Jacobi, that
9744 time on parsing attribute values.
9745
Aleksey Sanin508a1012002-05-31 06:32:32 +00009746Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
9747
9748 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
9749 into LibXML2 test suite
9750
Aleksey Sanindffd5c82002-05-31 04:24:13 +00009751Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
9752
9753 * c14n.c: propagating xpath ancesstors node fix to c14n
9754 plus small performance improvement to reduce number of
9755 mallocs
9756 * xpath.c: fixed ancestors axis processing for namespace nodes
9757
Daniel Veillard46de64e2002-05-29 08:21:33 +00009758Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9759
9760 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
9761 Peter Jacobi
9762
Daniel Veillardd5e22ef2002-05-27 21:17:57 +00009763Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9764
9765 * configure.in: preparing 2.4.22
9766
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00009767Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9768
9769 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
9770 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
9771 a public entry point.
9772 * doc/*: rebuilt the API and docs
9773
Daniel Veillarded23b7d2002-05-27 12:16:02 +00009774Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9775
9776 * xpath.c: patch from Richard Jinks to fix a problem introduced
9777 in the previous patch and pointed by Norm
9778
Daniel Veillardc6924812002-05-24 11:10:43 +00009779Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9780
9781 * libxml.spec.in: fixing bug #81112
9782
Daniel Veillard234bc4e2002-05-24 11:03:05 +00009783Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9784
9785 * uri.c: fixing bug #82848
9786
Daniel Veillarda2878972002-05-24 07:54:39 +00009787Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9788
9789 * result/catalogs/mycatalog.full: Aleksey's commit changed the
9790 output of one catalog test
9791
Aleksey Sanin114e4752002-05-24 07:20:27 +00009792Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +00009793
Aleksey Sanin114e4752002-05-24 07:20:27 +00009794 * global.data globals.c tree.c include/libxml/globals.h
9795 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
9796 default value for global parameter xmlIndentTreeOutput to 1 and
9797 introduced new global parameter xmlTreeIndentString (the string
9798 used to do one-level indent) with default value " " (as it was
9799 in tree.c)
9800
Daniel Veillard49d5af82002-05-23 11:55:49 +00009801Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9802
9803 * Makefile.am: Merijn Broeren pointed out a problem when compiling
9804 with trio and schemas.
9805
Daniel Veillard7c13af42002-05-22 09:57:32 +00009806Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9807
9808 * xpath.c: patch from Richard Jinks to fix the problem raised in
9809 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
9810
Daniel Veillard5a872412002-05-22 06:40:27 +00009811Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9812
9813 * xmlschemas.c: a bit of work on import.
9814 * xmlschemastypes.c: Charles Bozeman provided a compare function
9815 for date/time types so min/max facet restrictions should work,
9816 indeterminate comparisons return an error instead of equal.
9817 * test/schemas/date_0* result/schemas/date_0_0: specific test
9818 from Charles Bozeman too
9819
Daniel Veillard10b6da42002-05-18 07:55:20 +00009820Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9821
9822 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
9823 from Christian Cornelssen fixing the man pages and the Catalog
9824 building script.
9825 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
9826 next step is <xs:import> I now have a reasonable understanding
9827 of how it works.
9828
Daniel Veillarde5354492002-05-16 08:43:22 +00009829Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9830
9831 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
9832
Igor Zlatkovic1396e182002-05-14 22:22:40 +00009833Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9834
9835 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
9836
Daniel Veillard088bf112002-05-14 11:03:59 +00009837Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9838
9839 * xpath.c: fixing an XPath function evalutation bug pointed out
9840 by Alexey Efimov where the context was lost when evaluating
9841 the function arguments
9842
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009843Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +00009844
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009845 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
9846 function public for XMLSec performance optimizations
9847
Daniel Veillard3cd72402002-05-13 10:33:30 +00009848Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9849
9850 * python/generator.py python/libxml2class.txt : fixed a problem
9851 with the HTML parser pointed by Gary Benson
9852 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
9853 example
9854
Aleksey Sanine48a3182002-05-09 18:20:01 +00009855Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9856 * parser.c: fixed bug #81159 (memory growth in SAX)
9857
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009858Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9859 * xpath.c: fixed bug #78858 (the real fix)
9860
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009861Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009862 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009863
Daniel Veillard4cbe4702002-05-05 06:57:27 +00009864Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9865
9866 * tree.c: modified xmlNodeSetBase to allow changing the
9867 base of a document.
9868
Daniel Veillard070803b2002-05-03 07:29:38 +00009869Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9870
9871 * xmlschemastypes.c: patch Charles Bozeman for validation of
9872 all the date, time, and duration types
9873 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
9874 * configure.in: fixed an error pointed by an user
9875 * xml2-config.in: fixed an error pointed by an user
9876
Aleksey Sanin5aac8b82002-05-01 18:32:28 +00009877Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9878
9879 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
9880 win32/libxml2.def.src xmlIO.c: exported default
9881 'file:', 'http:' and 'ftp:' protocols input handlers
9882 and maked protocols comparisson case insensitive
9883
Daniel Veillard34de97f2002-04-30 14:29:22 +00009884Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9885
9886 * configure.in: Neven Has detected a typo
9887
Daniel Veillard28577c32002-04-30 06:48:41 +00009888Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
9889
9890 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
9891 as one of the persons allowed to commit directly to the
9892 module.
9893
Daniel Veillardfc57b412002-04-29 15:50:14 +00009894Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9895
9896 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
9897 * valid.c: raised a too low limit
9898 * doc/*: rebuilt the docs
9899
Daniel Veillardeca82812002-04-24 11:42:02 +00009900Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9901
9902 * test/XPath/expr/floats test/XPath/expr/functions
9903 result/XPath/expr/floats result/XPath/expr/functions
9904 xpath.c: another XPath conformance patch from Richard Jinks
9905
Daniel Veillard13e04c62002-04-23 17:51:29 +00009906Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
9907
9908 * xmlschemas.c: fixed validation of attribute groups.
9909 * test/schemas result/schemas: added an example from the primer
9910
Daniel Veillard88c58912002-04-23 07:12:20 +00009911Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9912
9913 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
9914 * test/schemas result/schemas: updated the test list
9915
Daniel Veillarde19fc232002-04-22 16:01:24 +00009916Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9917
9918 * TODO: updated a bit
9919 * parser.c: made a comment more specific
9920 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
9921 Schemas conformance.
9922 * test/schemas result/schemas: updated the test list
9923
Daniel Veillard441bc322002-04-20 17:38:48 +00009924Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9925
9926 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
9927 implementing xs:all with minOccurs = 0
9928 * tes/schemas/* result/schemas/*: added more tests covering
9929 xs:all
9930
Daniel Veillard8a001f62002-04-20 07:24:11 +00009931Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9932
9933 * xmlregexp.c: first implementation of the all particle, this
9934 may need to be revisited for case where not all transitions
9935 must be crossed.
9936
Daniel Veillard7646b182002-04-20 06:41:40 +00009937Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9938
9939 * tree.c: another entity processing update from Markus Henke
9940
Bjorn Reese54d02fb2002-04-19 15:16:01 +00009941Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
9942
9943 * trionan.c: fixed crash on OSF/1
9944
Daniel Veillardb4398962002-04-19 07:01:55 +00009945Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9946
9947 * xmlschemas.c: more Schemas work
9948 * test/schemas/* result/schemas/*: added more tests coming
9949 from the spec.
9950
Daniel Veillard54761132002-04-18 21:00:44 +00009951Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9952
9953 * c14n.c: patch from Aleksey Sanin reflecting a change in the
9954 ExcC14N specification
9955
Daniel Veillardbf8dae82002-04-18 16:39:10 +00009956Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9957
9958 * tree.c: patch from Markus Henke, fix for recursive entities.
9959
Daniel Veillard23b1f372002-04-18 15:50:05 +00009960Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9961
9962 * xpath.c: fix a problem with string() on a document node.
9963
Daniel Veillarddecd64d2002-04-18 14:41:51 +00009964Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9965
9966 * Makefile.am xmlschemas.c: more Schemas work
9967 * test/schemas/* result/schemas/*: added more tests coming
9968 from the spec.
9969
Daniel Veillard6231e842002-04-18 11:54:04 +00009970Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9971
9972 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
9973 * result/HTML/*: this changes a few things in the results
9974
Igor Zlatkovic648b8e92002-04-17 18:35:57 +00009975Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9976
9977 * include/libxml/tree.h: eliminated 'declaration different than
9978 prototype' warning
9979 * include/win32config.h: "resolved" conflicts with errno.h
9980
Daniel Veillardb509f152002-04-17 16:28:10 +00009981Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9982
9983 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
9984 on the automata interfaces and debug of counted choices
9985 * test/schemas/* result/schemas/*: added a number of tests
9986
Daniel Veillard8651f532002-04-17 09:06:27 +00009987Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9988
9989 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
9990 a bit of work on Schemas
9991 * testSchemas.c: try to make it more useful
9992 * test/schemas/* result/schemas/* Makefile.am: changed the
9993 Schemas regression test procedure, started adding a few samples
9994
Igor Zlatkovica6f2d902002-04-16 17:57:17 +00009995Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
9996
9997 * include/libxml/encoding.h: Patch for the Borland C++ builder
9998 * include/libxml/tree.h: Patch for the Borland C++ builder
9999 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010000 * win32/bcb5: New directory for the Borland C++ builder
10001 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010002
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010003Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10004
10005 * win32/Makefile.msvc: Update for XML Schema support
10006 * win32/configure.js: Update for XML Schema support
10007 * win32/libxml2.def.src: Update for XML Schema support
10008
Daniel Veillard4255d502002-04-16 15:50:10 +000010009Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10010
10011 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10012 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10013 xmlunicode.c include/libxml/Makefile.am
10014 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10015 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10016 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10017 include/libxml/xmlversion.h.in : merged the current state of
10018 XML Schemas implementation, it is not configured in by default,
10019 a specific --schemas configure option has been added.
10020 * test/automata test/regexp test/schemas Makefile.am
10021 result/automata result/regexp result/schemas:
10022 merged automata/regexp/schemas regression tests
10023
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010024Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10025
10026 * xpath.c: Gary found a compile time problem, fixes #78823
10027
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010028Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10029
10030 * configure.in: release of 2.4.20
10031 * doc/*: updated and rebuilt the docs
10032
Daniel Veillardf544f192002-04-15 12:56:56 +000010033Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10034
10035 * python/Makefile.am: patch from Cristian Gafton to build on
10036 Red Hat 6.2, should also fix #75779
10037
Daniel Veillard940492d2002-04-15 10:15:25 +000010038Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10039
10040 * valid.c: first part of fixing #78729
10041
Daniel Veillardeb475a32002-04-14 22:00:22 +000010042Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10043
10044 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10045 escaping of URI when saving HTML files.
10046 * result/HTML/*: this impacted some tests
10047
Daniel Veillard9b731d72002-04-14 12:56:08 +000010048Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10049
10050 * configure.in: trying to fix #77441
10051
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010052Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10053
10054 * include/libxml/xmlIO.h: Hallski complained it could not be
10055 included by itself.
10056
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010057Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10058
10059 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10060
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010061Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10062
10063 * win32/configure.js: patch from Nilo for the c14n option
10064 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10065
Daniel Veillardda423da2002-04-10 19:25:38 +000010066Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10067
10068 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10069 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10070 LIBXML_THREAD_ENABLED
10071
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010072Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10073
10074 * xpath.c: another patch from Richard Jinks for substring conformance
10075 * test/XPath/expr/floats test/XPath/expr/strings
10076 result/XPath/expr/floats result/XPath/expr/strings: update of the
10077 test suite to check those.
10078
Daniel Veillard01917aa2002-04-10 11:30:41 +000010079Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10080
10081 * xpath.c: patch from Richard Jinks for .x float parsing.
10082
Daniel Veillard46d6c442002-04-09 16:10:39 +000010083Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10084
10085 * parser.c: patch from Markus Henke when an encoding ain't recognized
10086
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010087Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10088
10089 * libxml.m4: got a report that #include <string.h> was needed
10090
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010091Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10092
10093 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10094
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010095Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10096
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010097 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010098
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010099Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10100
10101 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10102 pointed out by Melvyn Sopacua.
10103
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010104Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10105
10106 * libxml.m4: Frédéric Crozat gave a patch related to the change
10107 of Include paths breaking the libxml.m4
10108
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010109Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10110
10111 * xpath.c: Fix bug #76927 forgot to save some context
10112 when evaluating binary expressions
10113
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010114Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10115
10116 * configure.in: fixed configure for MPE/iX from Markus Henke
10117 * xmlmemory.c: fixed initialization problems
10118 * xpath.c: another set of patches from Richard Jinks this
10119 fixes "make XPathtests" on linux
10120
Daniel Veillard21458c82002-03-27 16:12:22 +000010121Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10122
10123 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10124 * test/XPath/expr/compare test/XPath/expr/equality
10125 test/XPath/expr/floats test/XPath/expr/functions
10126 test/XPath/expr/strings result/XPath/expr/compare
10127 result/XPath/expr/equality result/XPath/expr/floats
10128 result/XPath/expr/functions result/XPath/expr/strings: Updated
10129 tests though they show a divergence on Linux
10130
Daniel Veillard28dfed12002-03-27 09:08:17 +000010131Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10132
10133 * xpath.c trionan.c: previous commit also included patches
10134 from Richard Jinks on some IEEE support corner case
10135
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010136Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10137
10138 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10139 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10140 that $(datadir) should be used for docs
10141
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010142Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10143
10144 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10145 could leak filedescriptors
10146
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010147Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10148
10149 * configure.in nanohttp.c: applied patch from Allan Clark for
10150 UnixWare/OpenServer
10151
Daniel Veillard19274092002-03-25 16:48:03 +000010152Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10153
10154 * configure.in: preparing 2.4.19
10155 * doc/*: rebuilt the docs
10156
Daniel Veillard56b2db72002-03-25 16:35:28 +000010157Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10158
10159 * nanohttp.c: fixing #76043, got fed up with non-portability
10160 of that piece of code.
10161
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010162Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10163
10164 * valid.c SAX.c: Never commit without running "make tests" :-(
10165 fix a couple of stupidities in the previous commit
10166 * result/*: a few changes in some attribute order result of previous
10167 commit.
10168
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010169Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10170
10171 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10172 the internal subset should not raise duplicate ID errors,
10173 also there was a small bug in conjunction to namespace
10174 declarations defaulted and xml:xxx attributes DTD definitions.
10175
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010176Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10177
10178 * xpath.c: Richard Jinks also raised some rounding problems
10179 this tries to fix them
10180
Daniel Veillard4e2df542002-03-22 12:23:14 +000010181Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10182
10183 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10184 behaviour in xmlXPathCastToString()
10185
Daniel Veillarddb552912002-03-21 13:27:59 +000010186Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10187
10188 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10189 raised by Morus Walter
10190
Daniel Veillard9e537932002-03-21 13:08:08 +000010191Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10192
10193 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10194 from Igor
10195
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010196Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10197
10198 * xpath.c: fixing #75619, related to a problem when trying
10199 to evaluate condition when the current node set resulting
10200 from that sub-step evaluation is empty. Also fixes 2 potential
10201 problem with previous-sibling and next-siblings axis.
10202
Daniel Veillard1840ef02002-03-21 08:05:23 +000010203Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10204
10205 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10206 HTML support is not configured in.
10207
Daniel Veillard561b7f82002-03-20 21:55:57 +000010208Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10209
10210 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10211 include/libxml/tree.h: dohh I really didn't intended to commit
10212 this test version :-(
10213
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010214Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10215
10216 * testSAX.c: I wanted to see the real speed at the SAX interface
10217 after a little too many Ximianer started complaining about the
10218 parser speed.
10219 added a --quiet option:
10220 paphio:~/XML -> ls -l db100000.xml
10221 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10222 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10223 3200006 callbacks generated
10224 real 0m1.270s
10225 Which means 16MBytes/s and 3Mcallback/s
10226
Daniel Veillardc62a1472002-03-19 18:35:12 +000010227Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10228
10229 * xpath.c: valgrind spotted another error that time when running
10230 on libxslt regression tests
10231
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010232Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10233
10234 * Makefile.am: adding "make valgrind" running the full regression
10235 tests (except python ones) under Valgrind (using valgrind -q
10236 which was kindly added by the author).
10237 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10238 passes cleanly now except an obcure floating point initialization
10239 raised in log10() in one XPath regression test ???
10240 * tree.c: edited some comments to close #75244
10241
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010242Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10243
10244 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10245 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10246 context of ScrollKeeper, made sure that if the number is
10247 an integer, the serialization follows the description at
10248 http://www.w3.org/TR/xpath#section-String-Functions
10249
Daniel Veillard5997aca2002-03-18 18:36:20 +000010250Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10251
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010252 * configure.in: preparing 2.4.18
10253 * doc/*: updated and rebuilt the web site
10254 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10255 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010256 * parser.c: humm, changed the way the SAX parser work when
10257 xmlSubstituteEntitiesDefault(1) is set, it will then
10258 do the entity registration and loading by itself in case the
10259 user provided SAX getEntity() returns NULL.
10260 * testSAX.c: added --noent to test the behaviour.
10261
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010262Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10263
10264 * parser.c: Wilfried Teiken provided a hackish but working
10265 way to get context reported back on entities when parsing
10266 with SAX and without breaking the DOM build.
10267
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010268Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10269
10270 * c14n.c: applied a new patch from Aleksey Sanin
10271 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10272 to reference Aleksey implementation of XML digital Signatures
10273
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010274Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10275
10276 * xpath.c: small fix to avoid potential problem due to
10277 ordering of freeing data
10278 * python/Makefile.am: people were complaining about
10279 the generated file in python dir not being built
10280
Daniel Veillardd2379012002-03-15 22:24:56 +000010281Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10282
10283 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10284 python/generator.py python/libxml.c python/types.c: Cleanup
10285 of the python Makefiles based on Jacob and James feedback,
10286 fixed the spec file accordingly, fixed the number of warning
10287 that passing my pedantic CFLAGS was generating. Conclusion
10288 is that Python includes are real crap.
10289
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010290Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10291
10292 * configure,in: it was reported quite a few times that
10293 xml2-config --cflags should not output
10294 -I$includeprefix/libxml2/libxml because libxml2 header names
10295 clashes with existing names like list.h from C++ stl.
10296 Includes should be #include<libxml/xxx.h> so ...
10297
Daniel Veillard6f293b12002-03-15 09:42:33 +000010298Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10299
10300 * c14n.c: another patch from Aleksey Sanin
10301
Daniel Veillard5c396542002-03-15 07:57:50 +000010302Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10303
10304 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10305 canonicalization algorithm
10306 * doc/xml.html doc/index.html: added the C14N references on the
10307 index page.
10308
jacob berkman9be65862002-03-14 02:15:56 +0000103092002-03-13 jacob berkman <jacob@ximian.com>
10310
10311 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10312 usage, redundant, and gcc specific
10313
Daniel Veillard75be0132002-03-13 10:03:35 +000010314Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10315
10316 * xpath.c: speedup some node selection operations, this can
10317 have a significant impact on DocBook Norm's stylesheets
10318 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10319 make sure it's always the case
10320 * debugXML.c: distinguish CDATA and comments in ls operations
10321
Daniel Veillard61f26172002-03-12 18:46:39 +000010322Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10323
10324 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10325 to generate better API descriptions etc...
10326
Daniel Veillard9ff88172002-03-11 09:15:32 +000010327Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10328
10329 * c14n.c: Fixing #74186, made sure all boolean expressions
10330 get fully parenthesized, ran indent on the output
10331 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10332 include/libxml/tree.h: also #74186 related, removed the
10333 --with-buffers option, and all the preprocessor conditional
10334 sections that were resulting from it.
10335
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010336Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10337
10338 * valid.c: applied patch from Dodji Seketeli fixing an
10339 uninitailized variable in xmlValidGetValidElements()
10340
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010341Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10342
10343 * c14n.c: fixed a few comments
10344 * doc/*.html doc/*/*.html: regenerated the docs and added
10345 the C14N API
10346 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10347
Daniel Veillardfa49d872002-03-09 10:20:00 +000010348Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10349
10350 * check-xml-test-suite.py: fix to adapt varaiations in the
10351 bindings
10352 * configure.in python/setup.py python/setup.py.in: fixed to
10353 have the version of the python scripts automatically updated
10354
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010355Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10356
10357 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10358 in xmlCopyProp()
10359
Daniel Veillardaf43f632002-03-08 15:05:20 +000010360Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10361
10362 * configure.in: preparing 2.4.17 release
10363 * doc/*: updated and rebuilt the docs
10364 * xpath.c: fixed a comment
10365 * python/libxml.c: fixed a possible reentrancy problem
10366
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010367Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10368
10369 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10370 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10371 added a specific regression test
10372 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10373 not raise exceptions when failing to find the attribute.
10374
Daniel Veillard90bc3712002-03-07 15:12:58 +000010375Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10376
10377 * configure.in xmllint.c: owen pointed out a problem with the
10378 ftme fix, gettimeofday() was not detected by configure and
10379 the ftime header wasn't included, dohhh
10380
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010381Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10382
10383 * configure.in xmllint.c: trying to fix #71457 for timing
10384 precision when gettimeofday() is not availble but ftime() is
10385
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010386Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10387
10388 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10389 are now copied on install and part of the -devel RPM
10390
Daniel Veillard7b416132002-03-07 08:36:03 +000010391Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10392
10393 * xpath.c: trying to avoid bug #72150 which was apparently
10394 caused by a gcc bug (or a processor problem) as detailed
10395 at http://veillard.com/gcc.bug
10396
Daniel Veillardf742d342002-03-07 00:05:35 +000010397Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10398
10399 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10400 fixed xmlReconciliateNs(), added a Python test/example for
10401 inter-document cut'n paste
10402 * python/libxml.py: fixed node.doc on document nodes and added
10403 xpathEval() onto node objects
10404
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010405Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10406
10407 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10408 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10409 fixup and integrated tests for the serialization stuff
10410
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010411Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10412
10413 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10414 moved the libxml man page to section 3
10415
Daniel Veillard1e774382002-03-06 17:35:40 +000010416Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10417
10418 * tree.c: fix bug #72490
10419 * python/libxml.c python/libxml.py: added methods serialize()
10420 and saveTo() to all node elements.
10421
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010422Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10423
10424 * xmlIO.c: closed #73430, don't read from an input source
10425 which indicated an end-of-file or an error.
10426
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010427Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10428
10429 * parser.c: make sure SAX endDocument is always called as
10430 this could result in a Python memory leak otherwise (it's
10431 used to decrement ref-counting)
10432 * python/generator.py python/libxml.c python/libxml.py
10433 python/libxml2-python-api.xml python/libxml2class.txt
10434 python/tests/error.py python/tests/xpath.py: implemented
10435 the suggestions made by Gary Benson and extended the tests
10436 to match it.
10437
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010438Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10439
10440 * python/generator.py: applied patch fixing #73450
10441
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010442Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10443
10444 * xpath.c: fixing #61290 "namespace nodes have no parent"
10445 long standing divergence from the XPath REC. NodeSets
10446 simply hold a copy of namespace nodes and those node ->next
10447 points to the parent (which may not be the node carrying the
10448 definition).
10449 * include/libxml/xpath.h: flagged but didn't added a possible
10450 speedup
10451 * DOCBparser.c HTMLparser.c: removed some warnings from push
10452 parser due to new state being added.
10453 * tree.c: new fix from Boris Erdmann
10454 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10455 the XML Canonalization support from Aleksey Sanin
10456
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010457Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10458
10459 * tree.c: patch from Boris Erdmann fixing some namespace odities
10460 with xmlCopyNode()
10461
Daniel Veillardc6613042002-03-02 09:34:02 +000010462Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10463
10464 * xmlIO.c: fix bug #72706 when loading a NULL entity
10465
Daniel Veillardc0fef772002-03-01 16:16:31 +000010466Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10467
10468 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10469 actually change in a future XML Namespace revision.
10470
Daniel Veillard79426f22002-03-01 16:14:17 +000010471Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10472
10473 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10474 added the possibility of returning nodesets from XPath extension
10475 functions written in Python
10476
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010477Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10478
10479 * python/*: commiting some Python bindings work done while travelling
10480
Daniel Veillard97300512002-03-01 09:13:41 +000010481Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10482
10483 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10484 explicitely with memory debugging switched on
10485
Daniel Veillard6361da02002-02-23 10:10:33 +000010486Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10487
10488 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10489 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10490 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10491 the accessor generator for strings
10492 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10493 regression test.
10494
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010495Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10496
10497 * python/README python/generator.py python/libxml.c python/setup.py:
10498 added the 'usual' setup.py to allow building a libxml2-python
10499 module based on the same code. The initialization is however
10500 different the 2 .so files fo libxml2 and libxslt are identical and
10501 they entry point initialize both libraries. this is done to avoid
10502 some possible nasty problem since the Python don't merge the maps
10503 of all shared modules.
10504
Daniel Veillard158a4d22002-02-20 22:17:58 +000010505Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10506
10507 * parser.c: fixed a push/encoding bug reported by Michael
10508 on librsvg
10509
Daniel Veillard7839e162002-02-20 18:54:48 +000010510Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10511
10512 * include/libxml/parserInternals.h: fixes a misplaced #endif
10513
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010514Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10515
10516 * parser.c valid.c: found and fixed a couple of allocation bugs
10517
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010518Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10519
10520 * doc/xml.html doc/python.html doc/*: added a Python and binding
10521 page describing the current state of the Python bindings and
10522 giving pointers to the other languages wrappers.
10523
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010524Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10525
10526 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10527 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10528 rebuilt the API and web site
10529 * xpath.c: fixed #71978 portability bugs
10530
Daniel Veillard8aff2472002-02-19 21:50:43 +000010531Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10532
10533 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10534
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010535Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10536
10537 * include/libxml/parserInternals.h parser.c: had to change
10538 2 internal parsing API when processing document content
10539 to check the start and end of element content are defined
10540 in the same entity
10541 * valid.c include/libxml/valid.h: attribute normalization can
10542 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10543 with the context to report it.
10544 * SAX.c: fixed the last known bugs, crazy validation constraints
10545 when a document is standalone seems correctly handled. There
10546 is a couple of open issues left which need consideration especially
10547 PE93 on external unparsed entities and standalone status.
10548 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10549 The 2 tests left failing are actually in error. Cleanup done.
10550
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010551Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10552
10553 * valid.c: implemented E59 spaces in CDATA does not match the
10554 nonterminal S
10555
Daniel Veillard878eab02002-02-19 13:46:09 +000010556Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10557
10558 * SAX.c parser.c valid.c: more validation test fixups
10559 * check-xml-test-suite.py: added duration info for the tests
10560
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010561Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10562
10563 * parser.c valid.c: a couple of errors were reported but not
10564 saved back as such in the parsing context. Down to 1% failure rate
10565 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10566
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010567Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10568
10569 * xmlInternald.c: isExtender was missing a char
10570 * parser.c include/libxml/parser.h: % are acceptable in the
10571 internal subset if within a PUBLIC ID
10572
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010573Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10574
10575 * SAX.c parserInternals.c valid.c: more work on the conformance
10576 suite. Took the step to finally block documents with encoding
10577 errors. It's a fatal error per the spec, people should have fixed
10578 their documents by now.
10579
Daniel Veillard55253e22002-02-18 14:32:39 +000010580Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10581
10582 * check-xml-test-suite.py: fixed the test script after some discussion
10583 on the semantic of TYPE="error"
10584 * Makefile.am: added the script to the distrib
10585
Daniel Veillard28757702002-02-18 11:19:30 +000010586Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10587
10588 * SAX.c entities.c: fixed a couple of conformances issues deep
10589 into the validation code (standalone and undeclared Notations)
10590
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010591Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10592
10593 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10594 stayed there for years !
10595
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010596Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10597
10598 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10599 missing
10600
Daniel Veillardc7612992002-02-17 22:47:37 +000010601Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10602
10603 * check-xml-test-suite.py: improved the behaviour a bit as
10604 well as the logs
10605 * parser.c valid.c SAX.c: fixed a few more bugs
10606 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10607
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010608Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10609
10610 * check-xml-test-suite.py: python script to run regression tests
10611 against the XML Test suite of W3C/OASis
10612 * SAX.c: fixed a validation bug
10613 * parser.c: fixed 3 errors pointed by the test suite
10614 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10615 * python/Makefile.am: fixed a dependendy
10616
Daniel Veillard9f28f302002-02-15 20:48:08 +000010617Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10618
10619 * xmlmemory.c: avoid a warning bug #71594
10620
Daniel Veillard144024e2002-02-13 21:14:46 +000010621Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10622
10623 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10624 warning on alpha/Tru64
10625
Daniel Veillarde4301c82002-02-13 13:32:35 +000010626Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10627
10628 * include/libxml/entities.h: fixing a comment
10629 * valid.c: fixing some troubles with validity check on namespaces
10630 * result/VC/NS3 test/VC/NS3: added a specific regression test
10631
Daniel Veillarda6d05382002-02-13 13:07:41 +000010632Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10633
10634 * tree.c: Fixing #71342 serializing '\n' in attribute values
10635 * result/noent/att3 result/att3 test/att3: added a specific
10636 test.
10637
Daniel Veillard797a5652002-02-12 13:46:21 +000010638Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10639
10640 * python/libxml.c: couple of bug fixes
10641
Daniel Veillard01a6d412002-02-11 18:42:20 +000010642Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10643
10644 * python/*.py: removed tabs and used spaces.
10645
Daniel Veillard397ff112002-02-11 18:27:20 +000010646Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10647
10648 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10649 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10650
Daniel Veillard03517542002-02-11 13:54:40 +000010651Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10652
10653 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10654 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10655
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010656Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10657
10658 * include/libxml/encoding.h include/libxml/entities.h
10659 include/libxml/globals.h include/libxml/parser.h
10660 include/libxml/threads.h include/libxml/tree.h
10661 include/libxml/xmlmemory.h: trying to fix the include mess
10662
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010663Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10664
10665 * include/libxml/xmlmemory.h: reverted part of the previous
10666 attempt to provide #69655, this was breaking the build.
10667
Daniel Veillard0ba59232002-02-10 13:20:39 +000010668Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10669
10670 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10671 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10672 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10673 include/libxml/parserInternals.h include/libxml/tree.h
10674 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10675 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10676 clean.
10677 * python/libxml.c: fixed a warning.
10678
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010679Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10680
10681 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10682 copying of node, merge back IDs in the target document.
10683 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10684 test/XInclude/ents/ids.xml: test case
10685 * result/VC/ElementValid4: output changed due to a typo fix
10686
Daniel Veillard1c18e302002-02-09 22:16:40 +000010687Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10688
10689 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010690 generate the dependencies right as Jacob found out. Add
10691 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010692
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010693Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10694
10695 * parserInternals.c valid.c: Justin Fletcher found some parts
10696 of the code needing cleanup
10697 * libxml.spec.in python/Makefile.am python/generator.py
10698 python/libxml.c python/libxml.py: Fixed the python Makefiles
10699 corrected a bug showing up on ia64, changed the name of the
10700 python internal module too
10701
Daniel Veillard07be19b2002-02-08 14:20:35 +000010702Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10703
10704 * Makefile.am: applied patch from Andris Pavenis for binary
10705 name suffixes
10706
Daniel Veillardf216d462002-02-08 13:44:24 +000010707Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10708
10709 * xmllint.c win32/win32config.h: fixing #68748
10710
Daniel Veillardd455d792002-02-08 13:37:46 +000010711Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10712
10713 * valid.c: fixing #70166
10714
10715Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10716
10717 * valid.c: fixing #70077
10718
Daniel Veillardc575b992002-02-08 13:28:40 +000010719Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10720
10721 * Copyright Makefile.am README configure.in libxml.spec.in:
10722 Changed to the MIT Licence
10723 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10724 doc/xmlio.html: updated the doc accordingly
10725 * include/libxml/xmlwin32version.h configure.in: preparing
10726 2.4.14 release
10727 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10728 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10729 fixed the const xmlChar * wrapper and generator, XPath extension
10730 functions now use the context as first argument
10731 * python/tests/tstxpath.py python/tests/xpath.py
10732 python/tests/xpathext.py: Updated the tests accordingly
10733 * tree.c: fixed bug #70067
10734
Daniel Veillard7db38712002-02-07 16:39:11 +000010735Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10736
10737 * Makefile.am: cleanup
10738 * debugXML.c: always use stdout if output is NULL
10739 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10740 * python/Makefile.am python/generator.py python/libxml2class.txt
10741 python/libxml_wrap.h python/types.c: augmented the number of bindings
10742 handling FILE * and XPath contexts
10743 * python/tests/Makefile.am: avoid a stupid problem due to the
10744 use of TEST.
10745
Daniel Veillard15a143b2002-02-06 22:40:50 +000010746Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10747
10748 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
10749
Daniel Veillard70cab352002-02-06 16:06:58 +000010750Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10751
10752 * python/TODO python/libxml.c: cleanup the extension function lookup
10753 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
10754
Daniel Veillard7a96efc2002-02-05 16:34:33 +000010755Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10756
10757 * configure.in python/Makefile.am: do not install outside
10758 of prefix
10759
Daniel Veillard33caa0b2002-02-04 14:07:26 +000010760Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10761
10762 * python/TODO python/libxml.c: started adding SAX interfaces
10763 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
10764 SAX test
10765
Daniel Veillard36eea2d2002-02-04 00:17:01 +000010766Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10767
10768 * tree.c: hardened the addChild function
10769 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10770 python/libxml2class.txt python/libxml_wrap.h python/TODO:
10771 added accessors needed for xmlNode, a bit more testing and
10772 extension of interfaces
10773 * python/tests/Makefile.am python/tests/build.py: added a test
10774 build from scratch/save/load/check
10775
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000010776Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10777
10778 * parserInternals.c: change a small bit in the way valididy
10779 error messages get initialized
10780 * python/TODO python/libxml.c python/libxml2-python-api.xml
10781 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10782 added some memory debugging to track leaks at the libxml2 level
10783 * python/tests/*.py: changed all tests to check for leaks,
10784 there is just one left in XPath extension registrations.
10785
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000010786Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
10787
10788 * python/TODO python/generator.py python/libxml2-python-api.xml
10789 python/libxml2class.txt: more accessor classes for the parser
10790 context, allow to switch on and check validity
10791 * python/tests/Makefile.am python/tests/error.py
10792 python/tests/invalid.xml python/tests/valid.xml
10793 python/tests/validate.py: attded more test and and added error.py
10794 which I forgot to commit in the last step
10795
Daniel Veillard3ce52572002-02-03 15:08:05 +000010796Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10797
10798 * python/Makefile.am python/types.c: cleanup
10799 * python/libxml.c python/libxml.py python/libxml_wrap.h
10800 python/generator.py python/libxml2-python-api.xml
10801 python/libxml2class.txt: added class for parser context, added
10802 first cut for push mode support. Added a framework to generate
10803 accessors functions.
10804 * python/tests/Makefile.am python/tests/push.py: added a push
10805 test
10806
Daniel Veillardcfb05462002-02-02 23:18:22 +000010807Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10808
10809 * python/Makefile.am python/TODO python/libxml.py: fixed a small
10810 bug a bit of cleanup.
10811
Daniel Veillard5d819032002-02-02 21:49:17 +000010812Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10813
10814 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
10815 python/libxml2class.txt: adding error redirections and preformat
10816 to a python handler
10817 * python/tests/Makefile.am python/tests/*.py: cleanup made all
10818 tests self checking
10819
Daniel Veillard7fd7a942002-02-02 12:19:46 +000010820Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10821
10822 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
10823 a function
10824
Daniel Veillard9589d452002-02-02 10:28:17 +000010825Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10826
10827 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
10828 python/libxml.c python/libxml2-python-api.xml
10829 python/libxml2class.txt: Progressing through the TODOs, class
10830 description output, extra XML API, RPM now builds the wrappers
10831 for all python installed versions
10832
Daniel Veillard253aa2c2002-02-02 09:17:16 +000010833Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
10834
10835 * configure.in libxml.spec.in python/Makefile.am python/TODO
10836 python/generator.py python/libxml2class.txt: added more informations
10837 in the libxml2-python package including docs. Slightly changed
10838 the class hierarchy
10839 * python/tests/*: added basic regression tests infrastructure too
10840
10841Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10842
10843 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
10844 added libxml2-python as part of the packages installed
10845
Daniel Veillarda7340c82002-02-01 17:56:45 +000010846Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10847
10848 * python/Makefile.am python/generator.py python/libxml.c
10849 python/libxml.py: more work, now able to extend the
10850 XPath interpreter with functions written in python.
10851
Daniel Veillardc3e39442002-02-01 09:29:41 +000010852Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10853
10854 * python/Makefile.am: Jacob sent a patch to allow building from
10855 tarfile.
10856
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000010857Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10858
10859 * python/Makefile.am python/libxml.c configure.in Makefile.am:
10860 inserted the python wrappers build, I hope this won't be too
10861 unportable
10862
Daniel Veillard1971ee22002-01-31 20:29:19 +000010863Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10864
10865 * xpath.c: minor optimization
10866 * python/generator.py python/libxml.c python/libxml.py
10867 python/libxml_wrap.h: more work on the python bindings,
10868 they now support XPath and there is no evident leak
10869
Daniel Veillard36ed5292002-01-30 23:49:06 +000010870Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10871
10872 * python/generator.py python/libxml.c python/libxml.py:
10873 more work on the python bindings generator.
10874
Daniel Veillard96fe0952002-01-30 20:52:23 +000010875Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10876
10877 * python/generator.py python/libxml.c python/libxml_wrap.h:
10878 more work on the python bindings.
10879
Daniel Veillardd2897fd2002-01-30 16:37:32 +000010880Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10881
10882 * python/generator.py python/libxml.c python/libxml.py
10883 python/libxml_wrap.h: commited early version of a python binding
10884 for private use only ATM
10885
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000010886Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10887
10888 * entities.c tree.c include/libxml/entities.h: applied patch
10889 from Anthony Jones to implement copy of DTD subtree too. Had
10890 just to keep 2 function private which really ought to become
10891 public ones.
10892
Daniel Veillarda42f25f2002-01-25 14:15:40 +000010893Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10894
10895 * xmllint.c: added pointers to the web pages in the usage()
10896
Daniel Veillardbd227ae2002-01-24 16:05:41 +000010897Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10898
10899 * tree.c: more fixes from Petr Kozelka for attribute handling
10900 in the tree API to align the semantic with DOM.
10901
Daniel Veillard36065812002-01-24 15:02:46 +000010902Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10903
10904 * valid.c tree.c entities.c: another set of patches from
10905 Anthony Jones for copy operations cleanup and robustness
10906
Daniel Veillardf8592562002-01-23 17:58:17 +000010907Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10908
10909 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
10910 an alphabetic index based on comments content
10911 * doc/*: rebuilt the web site with the new references
10912
Daniel Veillardc8c7be42002-01-23 17:53:44 +000010913Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10914
10915 * parserInternals.h: Greg Sjaardema suggested to use an
10916 eponential buffer groth policy in xmlParserAddNodeInfo()
10917
Daniel Veillard3bf65be2002-01-23 12:36:34 +000010918Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10919
10920 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
10921 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
10922 doc/parsedecl.py doc/Makefile.am: updated the python extractor
10923 to generate cross-references, and added/updated the stylesheets
10924 to generate and link API indexes. The generic keyword index
10925 is not done yet.
10926 * doc/*.html: regenerated all the usual docs too
10927
Daniel Veillard2070c482002-01-22 22:12:19 +000010928Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10929
10930 * debugXML.c: added an xpath function to the shell for T. V. Raman
10931
10932Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000010933
10934 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
10935 debug routines.
10936
Daniel Veillardc169f8b2002-01-22 21:40:13 +000010937Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10938
10939 * tree.c: apply an patch from Petr Kozelka for unlink and replace
10940 support of attribute nodes
10941
Daniel Veillard9d06d302002-01-22 18:15:52 +000010942Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10943
10944 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
10945 hopefully near complete and fully documented of the API in XML
10946 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
10947 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
10948 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
10949 include/libxml/parserInternals.h include/libxml/valid.hi
10950 include/libxml/xmlIO.h include/libxml/xmlerror.hi
10951 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
10952 include/libxml/xpath.h include/libxml/xpathInternals.h:
10953 Cleaned up the doc comments a lot in the process, the interface
10954 coverage is now 100%
10955
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010956Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10957
10958 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
10959 extracts comments from the gtk-doc DocBook output (a bit
10960 convoluted but seems to work).
10961
Daniel Veillard61006472002-01-21 17:31:47 +000010962Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10963
10964 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
10965 added an XML description of the API, moved the script generating
10966 it here. Added a "make api" target
10967
Daniel Veillardd2f23002002-01-21 13:36:00 +000010968Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10969
10970 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
10971
Daniel Veillard99e55eb2002-01-21 08:56:29 +000010972Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10973
10974 * xpath.c include/libxml/xpathInternals.h: the change made to
10975 xmlXPathFuncLookupFunc was incompatible roll it back
10976
Daniel Veillard963d2ae2002-01-20 22:08:18 +000010977Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10978
10979 * SAX.c: cleanup patch from Anthony Jones
10980 * doc/Makefile.am: fix the headers to avoid in make scan
10981 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
10982 includes, * vs Ptr and general cleanup
10983 * parsedecl.py: first version of a script to extract the
10984 module interfaces, the goal will be to provide .decl or XML
10985 specification of the interfaces to build wrappers.
10986
Daniel Veillard0f5f1622002-01-20 12:42:06 +000010987Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10988
10989 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
10990 now provides return codes in case of errors
10991
Bjorn Reese026d29f2002-01-19 15:40:18 +000010992Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
10993
10994 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
10995 Upgraded to trio baseline 1.6
10996 * strio.h strio.c: Replaced by triostr.h and triostr.c
10997
Daniel Veillard572577e2002-01-18 16:23:55 +000010998Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10999
11000 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11001 of strdup usage in the code
11002
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011003Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11004
11005 * parser.c error.c: Keith Isdale complained rightly that
11006 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11007
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011008Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11009
11010 * tree.c: fixed the funxtion to set the xml: attributes
11011 * debugXML.c: added "setbase" to test it.
11012
Daniel Veillard2c748c62002-01-16 15:37:50 +000011013Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11014
11015 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11016 to allow updating an attribute content
11017
Daniel Veillard8de85c62002-01-15 17:10:15 +000011018Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11019
11020 * libxml.h: try to avoid problems when compiling on Windows
11021
Daniel Veillard314cfa02002-01-14 17:58:01 +000011022Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11023
11024 * hash.c: patch from Anthony Jones for hash.c allocation size
11025 * Makefile.am: trying to work around Yet Another Libtool Madness
11026 and build the 2.4.13 release finally ...
11027
Daniel Veillard744683d2002-01-14 17:30:20 +000011028Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11029
11030 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11031 * doc/* : update of the documentation
11032
Daniel Veillarde6a55192002-01-14 17:11:53 +000011033Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11034
11035 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11036 at fixing #61290 :-(
11037
Daniel Veillardfb25a512002-01-13 20:32:08 +000011038Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11039
11040 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11041 Fixes bug #67229
11042
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011043Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11044
11045 * tree.c: trying to avoid troubles when a subtree is copied
11046 and coalesced in part with the target tree. Should fix
11047 bug #67407
11048
Daniel Veillardd8224e02002-01-13 15:43:22 +000011049Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11050
11051 * valid.c: fixed validation of attributes content of type
11052 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11053 values, very old bug. Fixes #67671
11054
Daniel Veillard8107a222002-01-13 14:10:10 +000011055Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11056
11057 * parser.c include/libxml/parserInternals.h tree.c: integrated
11058 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11059 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11060
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011061Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11062
11063 * threads.c: applied Serguei Narojnyi's patch to add native
11064 thread support on the Win32 platform
11065 * testThreadsWin32.c Makefile.am: added the test program also
11066 from Serguei, Win32 specific
11067 * include/win32config.h include/libxml/xmlwin32version.h.in:
11068 added patch from Igor for the Windows thread specific defines.
11069
Daniel Veillard845cce42002-01-09 11:51:37 +000011070Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11071
11072 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11073
Daniel Veillard7b602b42002-01-08 13:26:00 +000011074Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11075
11076 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11077 output page into XMLinfo.html. Close bug #66951 and
11078 raised by Robert Collins too.
11079
Daniel Veillard73c6e532002-01-08 13:15:33 +000011080Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11081
11082 * encoding.c: Paul Keogh pointed out a possibility of segfault
11083 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11084 Closes bug # 68238
11085
Daniel Veillard4a859202002-01-08 11:49:22 +000011086Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11087
11088 * doc/*.html: updated the Gdome2 links
11089
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011090Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11091
11092 * libxml.h: Applied following patches from Robert Collins
11093 and make sure IN_LIBXML is defined when compiling it
11094 -------
11095 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11096 as well as Visual C.
11097 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11098 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11099 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11100 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11101 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11102 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11103 xmlSysIDExists xmlNoNetExists).
11104 * xmllint.c: Don't include winsock2.h for Cygwin.
11105
Daniel Veillard401c2112002-01-07 16:54:10 +000011106Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11107
11108 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11109 when the version info is not present.
11110
Daniel Veillard6f42c132002-01-06 23:05:13 +000011111Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11112
11113 * tree.c: Anthony Jones pointed out a problem in
11114 xmlStringGetNodeList() and provided a fix for it
11115
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011116Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11117
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011118 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011119 xmlCreatePushParserCtxt() when the initial buffer passed
11120 is large.
11121
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011122Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11123
11124 * win32/*: big cleanup of the Windows/MSVC project files
11125 from Igor Zlatkovic
11126
Daniel Veillardcebb1362002-01-02 13:13:30 +000011127Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11128
11129 * doc/Makefile.am: should fix #67674 and avoid troubles if
11130 xsltproc is not available or fails in the prefix provided
11131
Daniel Veillard26908ab2002-01-01 16:50:03 +000011132Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11133
11134 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11135
Daniel Veillard5344c602001-12-31 16:37:34 +000011136Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11137
11138 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11139 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11140 Fixed a few other problems raised by Charlie Bozeman.
11141 * result/VC/ElementValid[5-7]: fixed the output
11142
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011143Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11144
11145 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11146 patches from Charlie Bozeman. Regenerated the HTML docs.
11147
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011148Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11149
11150 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11151 for Windows from Igor
11152
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011153Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11154
11155 * xmllint.c: applied Justin Fletcher patch for --output or -o
11156
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011157Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11158
11159 * win32/libxml2/libxml2.def.src: close #67019
11160
Daniel Veillard01db67c2001-12-18 07:09:59 +000011161Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11162
11163 * xmllint.c: applied Justin Fletcher generic timing patch
11164 similar to the one already applied to xsltproc.
11165
Daniel Veillardd1640922001-12-17 15:30:10 +000011166Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11167
11168 * include/libxml/tree.h tree.c: applied documentation patches
11169 from Charlie Bozeman
11170
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011171Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11172
11173 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11174
Daniel Veillard29e43992001-12-13 22:21:58 +000011175Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11176
11177 * valid.c: fix the xmlStrdup() used in the previous patch.
11178 * valid.c: added --dropdtd
11179 * tree.c: fixed xmlUnlinkNode so it also removes the references
11180 from the document if the node is a DTD
11181
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011182Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11183
11184 * HTMLtree.c valid.c: cleanup some static declarations
11185
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011186Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11187
11188 * xmllint.c: removed another strdup()
11189 * doc/FAQ: removed the HP/UX entry
11190
Daniel Veillarded472f32001-12-13 08:48:14 +000011191Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11192
11193 * valid.c: fix bug #66816 when validating.
11194 * xmllint.c: don't use sys/time.h if configure did not found it
11195
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011196Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11197
11198 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11199 xmlcatalog_man.xml
11200
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011201Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11202
11203 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11204 xmlInitMemory() was declared twice
11205
Daniel Veillardb82c1662001-12-09 14:00:54 +000011206Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11207
11208 * globals.c: do not reference strdup() !
11209 * configure.in libxml-2.0.pc.in: trying to fix the libs
11210 of the various config extraction modules
11211
Daniel Veillardef90ba72001-12-07 14:24:22 +000011212Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11213
11214 * configure.in : preparing 2.4.12
11215 * doc/* : updated and rebuilt the docs
11216
Daniel Veillard220346d2001-12-07 11:33:54 +000011217Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11218
11219 * uri.c: closed bug #66159
11220 * testURI.c: added --escape option
11221 * configure.in: some cleanup for xml2-config --cflags
11222
Daniel Veillard2a906822001-12-06 14:34:08 +000011223Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11224
11225 * globals.c testThreads.c: removed some misplaced includes
11226 of xmlversion.h
11227
Daniel Veillarde28313b2001-12-06 14:08:31 +000011228Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11229
11230 * threads.c: patch from Gary Pennington fixing a possible
11231 problem at initialization time.
11232
Daniel Veillardd3b08822001-12-05 12:03:33 +000011233Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11234
11235 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011236 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011237 CodeWarrior.
11238
Daniel Veillarda7866932001-12-04 13:14:44 +000011239Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11240
11241 * xmllint.c: applied Geert Kloosterman's patch to fix
11242 --repeat --timing output
11243
Daniel Veillard19840942001-11-29 16:11:38 +000011244Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11245
11246 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11247 where non-wellformed XML declaractions were not detected.
11248
Daniel Veillarde85d9342001-11-28 14:43:12 +000011249Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11250
11251 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11252
Daniel Veillard22f25a82001-11-28 09:12:23 +000011253Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11254
11255 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11256 gets reset by xmlCleanupInputCallbacks() and this makes the
11257 function useless. Same for output.
11258
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011259Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11260
11261 * xmlIO.c: robert pointed out a loop error in callback cleanups
11262
Daniel Veillard8faa7832001-11-26 15:58:08 +000011263Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11264
11265 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11266 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11267 they are not really tied to debugging
11268
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011269Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11270
11271 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11272 * xmllint.c: better --catalogs description
11273
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011274Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11275
11276 * tree.c: fixed a couple of problems in xmlSetProp()
11277
Daniel Veillardcd337f02001-11-22 18:20:37 +000011278Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11279
11280 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11281 unappropriate stdout output.
11282
Daniel Veillard566d4df2001-11-22 13:00:53 +000011283Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11284
11285 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11286 by Denis Beurive, closes #65111
11287
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011288Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11289
11290 * valid.c: in case of content model validity error, don't
11291 print it if validity warnings were not requested.
11292
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011293Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11294
11295 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11296 * parserInternals.c: removed the last exit() call. Print an
11297 unmaskable error on stderr instead (library mismatch detection)
11298
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011299Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11300
11301 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11302 shell instructions from Heiko Rupp
11303
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011304Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11305
11306 * catalog.c: use the URL notation file:// for default catalog paths
11307
Daniel Veillard0ec98632001-11-14 15:04:32 +000011308Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11309
11310 * include/libxml/tree.h: better comments for _private fields
11311 * tree.c: removed a problem when copying an entity reference.
11312
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011313Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11314
11315 * vms/*: updated instructions and diffs from John A Fotheringham
11316
Daniel Veillarda11001b2001-11-12 22:45:36 +000011317Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11318
11319 * include/libxml/xmlerror.h: avoid an include problem if
11320 #include <libxml/xmlerror.h> happens first in code
11321 seems to be the case in KDE libs
11322
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011323Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11324
11325 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11326 from Igor for Windows
11327
11328Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11329
11330 * Makefile.am: Gary Pennington pointed out a missing prefix
11331
Daniel Veillard43d3f612001-11-10 11:57:23 +000011332Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11333
11334 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11335 * doc/*: upgraded and rebuilt the docs
11336
Daniel Veillardc1f78342001-11-10 11:43:05 +000011337Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11338
11339 * HTMLparser.c: fix comment in scripts element parsing.
11340 * result/HTML/doc3*: updated the results.
11341
11342Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11343
11344 * uri.c: another URI bug fix #63336, using Joel Young patch.
11345
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011346Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11347
11348 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11349 a cleaned up version of the Pwd shell string generation.
11350
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011351Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11352
11353 * valid.c include/libxml/tree.h: trying to fix namespaces +
11354 validation problems for good, closing #63619 in the process
11355 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11356 wrong in this respect, fixed it.
11357
Daniel Veillardd536f702001-11-08 17:32:47 +000011358Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11359
11360 * xmllint.c: Morus Walter patch to allow --format and --encode
11361
Daniel Veillard5004f422001-11-08 13:53:05 +000011362Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11363
11364 * debugXML.c: Stefan Kost provided an help command for the shell
11365
Daniel Veillarda6825e82001-11-07 13:33:59 +000011366Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11367
11368 * debugXML.c: Heiko Rupp pointed that the shell would crash
11369 on empty nodesets returns.
11370
Daniel Veillard03f848d2001-11-07 12:53:46 +000011371Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11372
11373 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11374 migh need the history libraries
11375
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011376Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11377
11378 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11379 handle the case of < in quoted attributes, Bastian Kleineidam
11380
Daniel Veillardc853b322001-11-06 15:24:37 +000011381Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11382
11383 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11384 fixing catalog breakages
11385 * Makefile.am catalog.c result/catalogs/catal
11386 result/catalogs/mycatalog.* test/catalogs/catal*:
11387 fixed more problems in catalog support, added more regression tests
11388 for both XML and SGML catalog handling
11389
Daniel Veillard66870c72001-11-05 19:27:49 +000011390Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11391
11392 * debugXML.c: applied an improvement to xmlGetLineNo() from
11393 Keith Isdale
11394
Daniel Veillardffe09c92001-11-05 14:21:47 +000011395Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11396
11397 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11398 Side effect of the progressive catalog loading
11399
Daniel Veillardad661b92001-11-05 11:43:15 +000011400Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11401
11402 * Makefile.am: confexecdir and confexec_DATA were defined twice
11403 pointed out by Karl Eichwalder
11404
Daniel Veillard6eb17722001-11-04 22:19:27 +000011405Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11406
11407 * xmlcatalog.c: avoid unlink() and use remove() instead.
11408
Daniel Veillardea898282001-11-04 22:13:45 +000011409Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11410
11411 * libxml.spec.in: cleanup
11412 * include/libxml/xmlwin32version.h: updated with 2.4.8
11413
Daniel Veillarda4617b82001-11-04 20:19:12 +000011414Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11415
11416 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11417 of compiling libxml with a non standard set of options
11418
John Fleck027edfb2001-11-04 20:13:58 +000011419Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11420
11421 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11422 document --sgml option, fixing gnome bugzilla #63382
11423
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011424Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11425
11426 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11427 breakage of 2.4.7, added a couple of really needed APIs
11428 like xmlCatalogIsEmpty() and xmlNewCatalog()
11429 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11430 for install-catalog
11431 * configure.in: preparing 2.4.8
11432
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011433Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11434
11435 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11436 include/libxml/tree.h include/libxml/xmlIO.h: more include
11437 cleanups, export cleanly one html output + format function.
11438
11439Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11440
11441 * parser.c: removed initGenericErrorDefaultFunc call from
11442 xmlInitParser() since it could destroy previous calls to
11443 xsltSetGenericErrorFunc() effects
11444
Daniel Veillardebd38c52001-11-01 08:38:12 +000011445Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11446
11447 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11448 keyword.
11449
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011450Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11451
11452 * Makefile.am: cleanup
11453 * threads.c: cleanup too
11454 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11455 from xsltproc
11456 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011457 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011458
Daniel Veillard91c00402001-10-30 17:41:38 +000011459Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11460
11461 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11462 was not used anymore !
11463
Daniel Veillard52dcab32001-10-30 12:51:17 +000011464Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11465
11466 * configure.in: preparing 2.4.7
11467 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11468 manual page from John
11469 * doc/*: updated the doc and rebuilt the generated pages
11470
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011471Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11472
11473 * xmlIO.c: closing bug #62711, the library should never
11474 close stdin or stdout.
11475
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011476Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11477
11478 * uri.c: second pass at fixing #63336, using Joel Young
11479 final patch. looks okay.
11480
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011481Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11482
11483 * uri.c include/libxml/uri.h: trying to clear #63336
11484 allowing the escaping routine to parse unconformant
11485 URI-References.
11486
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011487Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11488
11489 * vms/readme.vms vms/build_libxml.com nanoftp.c
11490 include/libxml/xmlversion.h.in: a few VMS updates from
11491 John A Fotheringham
11492 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11493 and xmlCleanupOutputCallbacks() for the Perl binding people.
11494
Daniel Veillard635ef722001-10-29 11:48:19 +000011495Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11496
11497 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11498 apply fixes to close #63271 and avoid segfaults when
11499 the error routine gets callbed before xmlInitParser()
11500 get called.
11501 * nanoftp.c error.c: Applied patches from Justin Fletcher
11502 correcting some xmlGenericError misuses.
11503
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011504Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11505
11506 *doc/xmllint.xml, doc/xmllint.1
11507 New and improved man page for xmllint - .xml is the original, .1
11508 is the generated man page
11509
Daniel Veillardc9484202001-10-24 12:35:52 +000011510Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11511
11512 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11513 the web site from the main HTML document.
11514
Daniel Veillard5151c062001-10-23 13:10:19 +000011515Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11516
11517 * parser.c: fixed an erroneous validation bug when PE refs
11518 occurs in external parsed entities referenced from the
11519 internals subset
11520 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11521 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11522 added the associated testcase, it's a nice one.
11523 * HTMLparser.c: generate the DTD node as HTML still ...
11524 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11525
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011526Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11527
11528 * HTMLparser.c: fixed a bug in htmlNewDoc()
11529
Daniel Veillard89cad532001-10-22 09:46:13 +000011530Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11531
11532 * test/threads/*: added entities testing to the Thread test
11533 * testThreads.c: make the test reasonable
11534 * DOCBparser.c: fix the DTD public and system ID
11535 * xmllint.c: added --sgml for SGML DocBook importing
11536 * Makefile.am: added Docbtests target
11537
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011538Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11539
11540 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11541 * testThreads.c: removed bogus include
11542
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011543Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11544
11545 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11546 fixed a very serious (looping) validation bug
11547
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011548Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11549
11550 * include/libxml/globals.h include/libxml/threads.h threads.c
11551 testThreads.c: far more testing, cleaning up bugs
11552 * *.c : make sure globals.h is always included.
11553
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011554Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11555
11556 * HTMLparser.c: try to get rid of parser loops for good.
11557
Daniel Veillardab7488e2001-10-17 11:30:37 +000011558Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11559
11560 * configure.in: fixed some bugs in CFLAGS passing.
11561 * test/threads Makefile.am testThreads.c: added a specific
11562 threaded test case (really nasty, guaranteed).
11563
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011564Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11565
11566 * catalog.c: serious cleanup on the management of the
11567 XML catalog tree, more tests done, especially with
11568 the catalog PI.
11569
Daniel Veillard364789a2001-10-16 12:45:00 +000011570Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11571
11572 * catalog.c: avoid a problem in catalog cleanup on SMP if
11573 catalogs were not initialized.
11574
Daniel Veillard81463942001-10-16 12:34:39 +000011575Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11576
11577 * catalog.c xpath.c: trying to cleanup the not thread safe
11578 parts of the library.
11579
Daniel Veillard64a411c2001-10-15 12:32:07 +000011580Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11581
11582 * include/libxml/globals.h configure.in global.data: make
11583 the allocation be per-thread a configure option
11584 * encoding.c include/libxml/parser.h: fixed compilation
11585 errors
11586
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011587Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11588
11589 * include/libxml/parser.h: Norm reported that a few lines
11590 added were breaking libxslt compile, removed them for now
11591
Daniel Veillard6f350292001-10-14 09:56:15 +000011592Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11593
11594 * parser.c parserInternals.c threads.c: debugged and fixed
11595 initialization problems which were giving troubles on SMP
11596 boxes.
11597
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011598Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11599
11600 * include/libxml/Makefile.am: missing globals.h
11601
Daniel Veillarde7090612001-10-13 12:18:28 +000011602Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011603
Daniel Veillarde7090612001-10-13 12:18:28 +000011604 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011605
Daniel Veillardd0463562001-10-13 09:15:48 +000011606Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11607
11608 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11609 include/libxml/parserInternals.h include/libxml/tree.h
11610 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11611 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11612 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11613 Applied the last patches from Gary, cleanup, activated threading
11614 all user accessible global variables are now handled in globals.[ch]
11615 Still a bit rought but make tests passes with either
11616 --with-threads defined at configure time or not.
11617 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11618 linking options
11619
Daniel Veillardb8478642001-10-12 17:29:10 +000011620Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11621
11622 * Makefile.am include/libxml/Makefile.am
11623 include/libxml/globals.h globals.c include/libxml/threads.h
11624 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11625 configure.in: started integrating the core of the thread support
11626 not activated yet but half integrated. The code should still
11627 compile and work anyway.
11628
Daniel Veillardb44025c2001-10-11 22:55:55 +000011629Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11630
11631 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11632 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11633 integrating the non-controversial parts of Gary Pennington
11634 multithread patches
11635 * catalog.c: corrected a small bug introduced
11636
Daniel Veillard75b96822001-10-11 18:59:45 +000011637Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11638
11639 * catalog.c include/libxml/catalog.h: very serious cleanup,
11640 isolating unportable code and as much as possible the accesses
11641 to the global shared catalog. May need more testing !
11642
Daniel Veillard78d12092001-10-11 09:12:24 +000011643Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11644
11645 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11646 Keith Isdale patches for the XSLT debugger interfaces. Some
11647 cleanup
11648
Daniel Veillardff0b7312001-10-11 06:46:09 +000011649Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11650
11651 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11652 * DOCBparser.c: generate line nubers in elements
11653
Daniel Veillard60087f32001-10-10 09:45:09 +000011654Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11655
11656 * configure.in: preparing 2.4.6 release
11657 * doc/xml.html doc/html/*: updated and rebuilt the docs
11658 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11659
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011660Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11661
11662 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11663 adding documentation for DV's supercatalog support
11664
Daniel Veillard82d75332001-10-08 15:01:59 +000011665Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11666
11667 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11668 super catalog support adding one API and one flag --sgml to
11669 xmlcatalog
11670
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011671Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11672
11673 * doc/xmlcatalog_man.xml, xmlcatalog.1
11674 One more crack at
11675 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11676
11677
Thomas Broyer47334c02001-10-07 16:41:52 +000011678Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11679
11680 * xpath.c: implemented xmlXPathObjectCopy for external objects
11681 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11682
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011683Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11684
11685 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11686 finishing up fix to
11687 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11688 the xmlcatalog man page display more elegantly
11689
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011690Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11691
11692 * configure.in: closing bug #61832
11693 * HTMLparser.c: removed a warning
11694
Daniel Veillard6ab38382001-10-06 13:08:27 +000011695Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11696
11697 * xpath.c: fixing #61673 part I, do not loose doc information
11698 when copying result value trees.
11699
Daniel Veillard556c6682001-10-06 09:59:51 +000011700Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11701
11702 * xpath.c: trying to harden the XPath interpreter
11703
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011704Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11705
11706 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11707 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11708
William M. Brack1633d182001-10-05 15:41:19 +000011709Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11710
11711 * HTMLparser: repaired another loop problem
11712
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011713Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11714
11715 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11716 parsing.
11717 * xpath.c: fix bug #61291 the default XML namespace node is
11718 missing from the namespace axis.
11719 * tree.c: refuse to create namespaces nodes with prefix "xml"
11720
Daniel Veillard651f9472001-10-04 14:51:06 +000011721Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11722
11723 * SAX.c: ouch a non-defined namespace could lead to a crash,
11724 fixed #61215
11725
Daniel Veillard7dd05702001-10-04 14:25:12 +000011726Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11727
11728 * parserInternals.c: closed bug #61054
11729
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011730Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11731
11732 * include/libxml/Makefile.am: closing #60708
11733
Daniel Veillarda293c322001-10-02 13:54:14 +000011734Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11735
11736 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11737 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11738
Daniel Veillardf4309d72001-10-02 09:28:58 +000011739Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11740
11741 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11742
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011743Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11744
11745 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11746 * DOCBparser.c HTMLparser.c parser.c: fixed typos
11747
Daniel Veillard16756b62001-10-01 07:36:25 +000011748Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
11749
11750 * catalog.c: Justin Fletcher provided cleaup code in case
11751 HAVE_STAT is not defined
11752 * include/win32config.h: Igor Zlatkovic suggested to have
11753 HAVE_STAT defined there
11754
William M. Brack5e1cac12001-09-28 16:19:18 +000011755Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11756
11757 * catalog.c - fixed typing error reported by M. Barros
11758
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000011759Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
11760
11761 * xmllint.c - fixing typo
11762
William M. Brackd28e48a2001-09-23 01:55:08 +000011763Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11764
11765 * HTMLparser.c: small enhancement to prevent loop on
11766 unrecognizable data
11767
Daniel Veillardb1d62872001-09-21 09:47:08 +000011768Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11769
11770 * parserInternals.c: applying patch from bug #60757 this
11771 should close it
11772
Daniel Veillardc0631a62001-09-20 13:56:06 +000011773Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11774
11775 * catalog.c xmlcatalog.c: removed a couple of warning
11776 * xpath.c: try to solve the linking problem on platforms
11777 needing trio to compile
11778
Daniel Veillard1a123612001-09-19 08:06:23 +000011779Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011780
Daniel Veillard1a123612001-09-19 08:06:23 +000011781 * Makefile.am libxml.spec.in: backing up non-documented changes
11782 commited without review or aproval by Jens Finke <jens@gnome.org>
11783 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011784
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011785Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
11786
11787 * configure.in: Joe Orton provided a patch fixing a problem
11788 when iconv is specified to be in a non-standard directory
11789 but wasn't exported in xml2-config --cflags
11790
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011791Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11792
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011793 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011794 troubles with 2.4.4 errors.
11795
Daniel Veillard16698282001-09-14 10:29:27 +000011796Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11797
11798 * encoding.c entities.c: do not output hexadecimal charrefs
11799 when serializing HTML since some version of Netscape can't
11800 grok it, generate decimal ones.
11801 * result/HTML/doc3.htm: output changed due to previous test
11802 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
11803
Daniel Veillard98fed372001-09-13 11:34:58 +000011804Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
11805
11806 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
11807 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
11808
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011809Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000011810 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011811
11812 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
11813 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
11814 updated the configuration scripts systems accordingly
11815
Daniel Veillard04382ae2001-09-12 18:51:30 +000011816Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11817
11818 * configure.in: preparing for 2.4.4
11819 * doc/xml.html doc/html/*: updated and rebuilt the docs
11820
Daniel Veillardd63437e2001-09-12 15:00:27 +000011821Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11822
11823 * win32/dsp/libxml2.def.src: tried to incorporate comments
11824 from bug #59220
11825
Daniel Veillard319a7422001-09-11 09:27:09 +000011826Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11827
11828 * parser.c result/noent/wml.xml: fixed bug #59981 related
11829 to handling of '&' in attributes when entities are substitued
11830
Daniel Veillard7cf5e442001-09-10 20:16:32 +000011831Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11832
11833 * libxml.h include/libxml/xmlversion.h.in
11834 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
11835 Tried to close bug #60131
11836
Daniel Veillardbce62332001-09-10 18:46:55 +000011837Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11838
11839 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
11840
Daniel Veillard143b04f2001-09-10 18:14:14 +000011841Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
11842
11843 * SAX.c: fixing bug #59946 on xmlns=""
11844
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000011845Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11846
11847 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
11848 but allocates a new error code.
11849
Daniel Veillard05c13a22001-09-09 08:38:09 +000011850Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11851
11852 * xmllint.c: John Fleck fixed typos in the options output
11853 * parser.c SAX.c: fix ignorable white space SAX selection
11854
11855Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11856
11857 * entities.c: Steve Underwood found the possibility of an
11858 ininite loop in case of error.
11859
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000011860Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
11861
11862 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
11863
Daniel Veillarda050d232001-09-05 15:51:05 +000011864Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11865
11866 * parser.c: warn if version is not 1.0 but it's not
11867 strictly speaking an error after analyzing the spec
11868
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000011869Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
11870
11871 *doc/catalog.html - add link to the html version of the
11872 man page, other linguistic cleanups
11873
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000011874Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
11875
11876 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11877 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
11878 file, has not yet been included in the build.
11879
Daniel Veillard99784ff2001-09-01 16:20:28 +000011880Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11881
11882 * catalog.c: removed a duplicate affectation Justin Fletcher
11883
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000011884Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
11885
11886 * tree.c: Armin Sander pointed a possible text coalescing
11887 problem, completed his patch.
11888
Bjorn Reese0b2ae432001-08-31 16:31:57 +000011889Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
11890
11891 * trionan.c: Fixed const and volatile re-definition problem
11892
Daniel Veillard5d96fff2001-08-31 14:55:30 +000011893Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
11894
11895 * libxml.4 parser.c: doc updates from Heiko Rupp
11896 * parserInternals.c: 2 sanity checks from Heiko Rupp
11897
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011898Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11899
11900 * tree.c: applied patch from Armin Sander to make some pointers
11901 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000011902 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011903
Daniel Veillardb06c6142001-08-27 14:26:30 +000011904Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11905
11906 * xpath.c: hum, restrict the integer usage gcc bug workaround
11907 to only gcc compilers so that other architecture don't get
11908 penalized by this limitation.
11909 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
11910
Daniel Veillard268fd1b2001-08-26 18:46:36 +000011911Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11912
11913 * valid.c: fixed a Windows compiler warning (Chris Poblete)
11914 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
11915
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000011916Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11917
11918 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
11919 --convert option to xmlcatalog to convert SGML ones to
11920 the XML syntax.
11921 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
11922
11923 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000011924Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11925
11926 * catalog.c xmlIO.c: started some serious testing and fixed
11927 a few bug and optmization needs.
11928
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000011929Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11930
11931 * Makefile.am configure.in include/libxml/xmlwin32version.h:
11932 preparing for a 2.4.3 release even if it may not be ready yet
11933 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
11934 all file parsing lookup to go through the entity resolver, add
11935 to add an API to bypass it (needed to load catalogs themselves),
11936 some cleanup on the catalog code too.
11937 * nanoftp.c: small cleanup
11938 * doc/catalog.html: small update
11939
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000011940Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11941
11942 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
11943 Jun Kuriyama
11944
Daniel Veillardffb120d2001-08-23 00:52:23 +000011945Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11946
11947 * doc/catalog.html: finished the catalog documentation
11948
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000011949Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11950
11951 * doc/catalog.html doc/xml.html: added documentation about
11952 Catalog support, misses an API description
11953 * doc/html/*: reextracted the API pages
11954
Daniel Veillarddc2cee22001-08-22 16:30:37 +000011955Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11956
11957 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
11958 Added the part about section 7.2 on URI resolution,
11959 fixed a side effect in the HTML parser, look complete
11960 and ready to rock except the URI/SystemID part!
11961
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000011962Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11963
11964 * include/libxml/catalog.h include/libxml/parser.h
11965 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
11966 xmlIO.c: added support and APIs needed for the catalog PI
11967 * include/libxml/xmlIO.h: cleanup
11968
Daniel Veillarde2940dd2001-08-22 00:06:49 +000011969Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11970
11971 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
11972 include/libxml/catalog.h: starts to look okay, really
11973 plugged the new framework, cleaned a lot of stuff,
11974 added some APIs, except the PI's support missing this
11975 should be mostly complete
11976 * result/catalogs/* test/catalogs/*: added new test, enriched
11977 the existing one with URN ID tests
11978
Daniel Veillard64339542001-08-21 12:57:59 +000011979Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
11980
11981 * catalog.c: fixed nextCatalog
11982 * result/catalogs/docbook test/catalogs/*: started adding
11983 a small regression test
11984
Daniel Veillardcda96922001-08-21 10:56:31 +000011985Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
11986
11987 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
11988 more work on the XML catalog support.
11989 * parser.c include/libxml/parser.h: small cleanup seems using
11990 list as a public parameter name can give portability troubles
11991 * trionan.c trionan.h xpath.c include/libxml/trionan.h
11992 include/libxml/xpath.h include/libxml/Makefile.am: removed
11993 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
11994 wrappers
11995
Bjorn Reese45029602001-08-21 09:23:53 +000011996Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
11997
11998 * Makefile.am trio.c triodef.h trionan.c xpath.c
11999 include/libxml/Makefile.am include/libxml/trionan.h:
12000 Re-worked Not-A-Number and Infinity support.
12001 * xmlcatalog.c: added readline include files
12002
Daniel Veillard344cee72001-08-20 00:08:40 +000012003Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12004
12005 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12006 testCatalog as xmlcatalog, making it an installed app
12007 adding a shell, and preparing it to be a /etc/xml/catalog
12008 management tool, though not ready yet
12009 * catalog.c include/libxml/catalog.h: adding support for
12010 XML Catalogs http://www.oasis-open.org/committees/entity/
12011 not finished, there is some interesting tradeoffs and a
12012 few open questions left.
12013
Daniel Veillardb7664f42001-08-19 13:00:43 +000012014Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12015
12016 * xmllint.c: fixed a line formatting problem
12017
Daniel Veillard5015b712001-08-17 09:37:52 +000012018Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12019
12020 * SAX.c: removed a couple of unused variable (Albert Chin)
12021
Daniel Veillardbb371292001-08-16 23:26:59 +000012022Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12023
12024 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12025 trying to fix some troubles w.r.t. function returning
12026 const xxxPtr.
12027
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012028Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12029
12030 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12031 defined
12032
Daniel Veillardae6db172001-08-16 19:32:00 +000012033Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12034
12035 * xpointer.c: removed unused var
12036
Daniel Veillard09190202001-08-16 16:27:41 +000012037Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12038
12039 * testXPath.c: another small cleanup closing bug #59110
12040
Daniel Veillard796f4b62001-08-16 16:00:13 +000012041Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12042
12043 * win32/dsp/libxml2.def.src: small cleanup closing bug
12044 #59108
12045
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012046Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12047
12048 * example/gjobread.c: add xmlCleanupParser() before leaving
12049
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012050Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12051
12052 * config.h.in configure.in include/libxml/xmlwin32version.h:
12053 released 2.4.2
12054
Daniel Veillardd3d06722001-08-15 12:06:36 +000012055Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12056
12057 * include/libxml/valid.h debugXML.c valid.c: deprecate
12058 the non-boundchecking Sprintf functions, add Snprintf
12059 this should close bug #57984
12060
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012061Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12062
12063 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12064 URIs before doing the lookups (pointed by Mark Vakoc)
12065
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012066Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12067
12068 * xpath.c: serious changes on Result Value Trees and NodeSets
12069 w.r.t. deallocation and collect operations. Probably not
12070 100% clean (merge of allocated trees smells like a problem).
12071 Seems sufficient to close #58943
12072
Daniel Veillard90493a92001-08-14 14:12:47 +000012073Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12074
12075 * xmllint.c: adding a --format option
12076
Daniel Veillardfe703322001-08-14 12:18:09 +000012077Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12078
12079 * xpath.c: count() was broken on Result Value Tree
12080 * xmlIO.c: fixed file:/// accesses on _WIN32
12081
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012082Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12083
12084 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12085 macro was renamed, this should close bug #58683
12086
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012087Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12088
12089 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12090 entity substitution mode text at the end of the entity might
12091 be added due to text coalescing.
12092 * nanoftp.c parser.c: small cleanup
12093
Daniel Veillard0c720972001-08-08 20:59:00 +000012094Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12095
12096 * HACKING: added John Fleck right to commit in the doc subdir
12097
Daniel Veillard48da9102001-08-07 01:10:10 +000012098Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12099
12100 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12101 allow to inherit attributes from the DTD directly in the
12102 tree, this is needed for XPath and can be a useful feature.
12103 Inherited namespaces are always provided at the tree level now
12104 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12105 of tests for this feature (XSLT being the prime user).
12106
Daniel Veillard50f34372001-08-03 12:06:36 +000012107Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12108
12109 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12110 testSAX.c xmlIO.c xmllint.c include/win32config.h
12111 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12112 include/libxml/xmlwin32version.h.in win32/README.MSDev
12113 win32/dsp/*: applied Win32 Facelift No.2 patches from
12114 Igor Zlatkovic for Windows/MSC
12115
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012116Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12117
12118 * SAX.c: unparsedEntityDecl() the URI computation of the
12119 entity wasn't done breaking XSLT unparsed-entity-uri()
12120
Daniel Veillard567e1b42001-08-01 15:53:47 +000012121Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12122
12123 * xpath.c: fixed a bug when walking the descendants and
12124 the current node has no children
12125 * debugXML.c: show up when a text node is supposed to not be escaped
12126
Thomas Broyerf186c822001-07-31 23:30:37 +000012127Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12128
12129 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12130 worked like the set:leading() function)
12131 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12132
Daniel Veillardba6db032001-07-31 16:25:45 +000012133Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12134
12135 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12136
Daniel Veillard57905372001-07-31 15:52:17 +000012137Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12138
12139 * include/libxml/xmlIO.h: apply change to close #58141
12140 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12141
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012142Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12143
12144 * parser.c: when the internal subset uses a PE, then the
12145 included entity can use conditional sections.
12146
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012147Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12148
12149 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12150 when walking the namespace axis showing up in
12151 libxst/tests/general/bug-12
12152 * xmlmemory.c: added the possibility to trace a given block
12153 defined by its address
12154
Daniel Veillard4aafa792001-07-28 17:21:12 +000012155Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12156
12157 * parser.c: don't override existing encoding specified before
12158 starting xmlParseDocument()
12159
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012160Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12161
12162 * include/libxml/xmlwin32version.h: reinserted, needed for
12163 Windows users of CVS
12164
Darin Adlera77cac02001-07-27 17:41:51 +0000121652001-07-27 Darin Adler <darin@bentspoon.com>
12166
Darin Adler699613b2001-07-27 22:47:14 +000012167 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12168 * testCatalog.c: Add include of <libxml/parser.h>.
12169
121702001-07-27 Darin Adler <darin@bentspoon.com>
12171
Darin Adlera77cac02001-07-27 17:41:51 +000012172 * include/libxml/.cvsignore:
12173 * include/libxml/xmlwin32version.h:
12174 Remove this file from CVS because it's generated.
12175
Daniel Veillard50822cb2001-07-26 20:05:51 +000012176Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12177
12178 * parser.c include/libxml/parser.h: applied const patches from
12179 Tom Moog #58002
12180
Thomas Broyerba4ad322001-07-26 16:55:21 +000012181Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12182
12183 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12184 lookup framework
12185
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012186Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12187
12188 * tree.c: fixed xmlCopyNode() for documents
12189
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012190Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12191
12192 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12193
12194Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012195
12196 * parser.c: fixes bug #57652 reported by Morus Walter
12197
Daniel Veillarde3924972001-07-25 20:25:21 +000012198Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12199
12200 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12201
Daniel Veillarda53c6882001-07-25 17:18:57 +000012202Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12203
12204 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12205 errors, lesson don't add new functions at 1am before a release
12206 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12207 from XPath initialization when possible.
12208
Daniel Veillardd9bad132001-07-23 19:39:43 +000012209Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12210
12211 * result/scripts/base*: removing history/readline changed
12212 this slightly
12213 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12214 xmllint.c: make element content line number generation
12215 optionnal to avoid breaking old apps added interface to switch
12216
Daniel Veillardf012a642001-07-23 19:10:52 +000012217Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12218
12219 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012220 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012221 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12222 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12223 John Kroll fixes to allow saving to HTTP via PUT (or
12224 POST of needed).
12225 * doc/html/*.html: regenerated the docs
12226
Thomas Broyere8126242001-07-22 03:54:15 +000012227Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12228
12229 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12230 xmlHashScanFull and xmlHashScannFull3 to get passed the
12231 three keys as arguments to the callback function
12232
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012233Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12234
12235 * configure.in Makefile.am: removed libxml softlink for good
12236 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12237 100% coverage by gtk-doc
12238
Daniel Veillard8599e702001-07-17 21:38:51 +000012239Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12240
12241 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12242 fixed serious troubles due to size_t vs. int mismatch
12243
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012244Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12245
12246 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12247
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012248Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12249
12250 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12251 convenient extension API for value and context managing
12252 Now handles external objects through xmlXPathPopExternal,
12253 xmlXPathWrapExternal and xmlXPathReturnExternal.
12254 Added functions for sets operations (intersection, etc.)
12255
Daniel Veillard22090732001-07-16 00:06:07 +000012256Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12257
12258 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12259 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12260 HTMLparser.c: cleanup of global variables, marking some
12261 const or private.
12262
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012263Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012264
12265 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12266 fixed xmlXPathNodeSetItem when passing index=0
12267
Daniel Veillard05dec342001-07-14 21:57:39 +000012268Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12269
12270 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12271
Daniel Veillard28ae6362001-07-14 16:44:32 +000012272Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12273
12274 * xmllint.c: fixed compilation under Cygwin #57503
12275 * TODO: update
12276
Peter Williamsed156f52001-07-13 18:35:13 +0000122772001-07-13 Peter Williams <peterw@ximian.com>
12278
12279 * config.h.in: add #undef HAVE_DLFCN_H
12280
12281 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12282 builddir.
12283
Daniel Veillard73b36e32001-07-12 15:09:52 +000012284Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12285
12286 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12287 raised by #57348 and #57381
12288
Daniel Veillard7db37732001-07-12 01:20:08 +000012289Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12290
12291 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12292 tree.c xpointer.c: store the line numbder in element->content,
12293 may break some software, need a configuration mechanism
12294
Darin Adler96037892001-07-11 00:03:16 +0000122952001-07-10 Darin Adler <darin@bentspoon.com>
12296
12297 * .cvsignore:
12298 * example/.cvsignore:
12299 * include/.cvsignore:
12300 * include/libxml/.cvsignore:
12301 Various things that are generated and should be ignored.
12302
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012303Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12304
12305 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12306 * doc/xml.html doc/html/*: updated the docs
12307
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012308Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12309
12310 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12311 validation occured on content with element child
12312
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012313Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12314
12315 * tree.c: fixed XML Base computation which was broken
12316 * debugXML.c: added a base function to the shell
12317 * Makefile.am result/scripts/* test/scripts/*: added scripts
12318 based regression tests, and adding 2 XML Base tests
12319
Daniel Veillard19e96c32001-07-09 10:32:59 +000012320Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12321
12322 * tree.c: set properties doc and call xmlSetListDoc for properties
12323 content when grafting them in a different tree.
12324 * aclocal.m4: remove from CVS
12325
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012326Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12327
12328 * win32/libxml2/libxml2.def.src: added some missing entry point
12329 for XPath (Mark Vakoc)
12330
Daniel Veillard388236f2001-07-08 18:35:48 +000012331Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12332
12333 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12334 layer should URI-Unescape before trying to open resources.
12335
Daniel Veillard04383752001-07-08 14:27:15 +000012336Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12337
12338 * xpath.c: fix the name() bug for elements in the default
12339 namespace reported by Charlie Bozeman
12340
Daniel Veillard7583a592001-07-08 13:15:55 +000012341Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12342
12343 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12344 led to an XPath fix, improvements of SAX initialization, and
12345 an added option --nocdata to testXPath
12346
Daniel Veillard449d7392001-07-07 19:11:06 +000012347Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12348
12349 * doc/libxml-doc.el: Felix Natter provided anew version working
12350 with XEmacs too
12351
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012352Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12353
12354 * include/libxml/xpath.h: small cleanup
12355 * doc/xml.html: update
12356
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012357Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12358
12359 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12360 released 2.3.14
12361
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012362Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12363
12364 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012365 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012366
Daniel Veillard73c9c042001-07-05 20:02:54 +000012367Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12368
12369 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12370 were not equal to empty strings
12371
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012372Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12373
12374 * SAX.c: fixed a URI-Reference computation problem when validating
12375 * xmlIO.c: small cleanup
12376
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012377Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12378
12379 * parser.c: improved the description of a couple of interfaces
12380 upon Larry Stamper suggestion
12381
Daniel Veillard62f313b2001-07-04 19:49:14 +000012382Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12383
12384 * SAX.c entities.c parser.c: changed completely the way entities
12385 are handled when running the parser in entity substitution mode.
12386 This fixes a bug reported by Stephan Kulow and nearly divides
12387 by 3 the amount of memory required by libxslt to load and process
12388 DocBook TDG.
12389
Daniel Veillardf420ac52001-07-04 16:04:09 +000012390Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12391
12392 * HTMLparser.c: fixing a too early root closing problem raised
12393 byt Prashanth Naidu
12394
Daniel Veillard8c357d52001-07-03 23:43:33 +000012395Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12396
12397 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12398 raised by Mark Vakoc.
12399
Daniel Veillard6e90d192001-07-03 16:37:49 +000012400Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12401
12402 * example/Makefile.am: fixed the include path to add srcdir/include
12403 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12404 and some cleanup
12405
Daniel Veillardf06307e2001-07-03 10:35:50 +000012406Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12407
12408 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12409 lot of optimization work, results in significant improvements
12410 when handling really complex XPath queries. Add a small optimizer
12411 for unions, improve [n] and [last()], avoid some costly ops.
12412
Daniel Veillard77044732001-06-29 21:31:07 +000012413Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12414
12415 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12416 * xpath.c: small cleanup
12417 * xmlGetNsList: reformated, fixed problems if used on Entities
12418
Daniel Veillard2adbb512001-06-28 16:20:36 +000012419Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12420
12421 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12422
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012423Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12424
12425 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12426 * Makefile.am example/Makefile.am: workaround automake generating
12427 erroneous deps
12428
Daniel Veillard12f7d292001-06-28 13:12:11 +000012429Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12430
12431 * include/win32config.h: bug #56801 Yon Derek provided a patch
12432 to the windows config file.
12433
Daniel Veillard87ee9142001-06-28 12:54:16 +000012434Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12435
12436 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12437 libxml.h : Yon Derek provided a set of changes to compile from
12438 CVS on Windows/MSC
12439
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012440Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12441
12442 * parser.c: fixed UTF8 BOM support in push mode
12443 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12444 added a specific testcase
12445
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012446Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12447
12448 * Makefile.am: added --push regression tests
12449 * parserInternals.c: the XML parser segfaulted in --push mode
12450
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012451Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12452
12453 * configure.in: moved the symlinks detection within a CVS
12454 check, this is not portable and will be removed soon.
12455 * xpath.c: small cleanup/speedup
12456
Daniel Veillard11648102001-06-26 16:08:24 +000012457Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12458
12459 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12460 release of 2.3.12
12461 * parser.c: make an error message if unknow entities in all cases
12462
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012463Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12464
12465 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12466
Daniel Veillard23793842001-06-25 16:07:45 +000012467Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12468
12469 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12470 includes were installed in the wrong dir
12471
Daniel Veillardf5498f32001-06-25 15:08:36 +000012472Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12473
12474 * doc/html.xml: warn against sending code to exhibit bugs.
12475
Daniel Veillard56f06462001-06-24 21:34:03 +000012476Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12477
12478 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12479 Tru64 from Thomas Leitner
12480
Daniel Veillardc5d64342001-06-24 12:13:24 +000012481Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12482
12483 * AUTHORS: added William and Bjorn
12484 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12485 daniel@veillard.com hopefully I won't have to do this again
12486 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12487 docs can be rebuilt cleanly now
12488 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12489 from CVs it's generated, added include/libxml/xmlwin32version.h
12490 also generated but which should change far less frequently.
12491 * catalog.c nanoftp.c: made sure to include libxml.h not
12492 libxml/xmlversion.h directly
12493 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12494 when compiling on WIN32 and MSC
12495
Daniel Veillard07385fd2001-06-23 21:55:48 +000012496Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12497
12498 * include/Makefile.am include/libxml/Makefile.am configure.in:
12499 fixed make distcheck and rebuilding the rpms
12500
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012501Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12502
12503 * configure.in: should finish the migration of exported includes
12504 into a real include/libxml in CVS, at least for CVS users.
12505 * removed the exported headers, added in include/libxml (as well
12506 as xmlversion.h.in).
12507
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012508Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12509
12510 * configure.in: fixed the way to detect symlink
12511
Daniel Veillard66541772001-06-23 18:31:04 +000012512Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12513
12514 * configure.in: updated, include/libxml is now a real CVS dir
12515
Daniel Veillardca989762001-06-23 17:39:29 +000012516Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12517
12518 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12519 version works with both libxml1 and libxml2 (it autodetects
12520 the prefix of the html-files) from Felix Natter.
12521 * doc/xml.html: updated doc accordingly
12522
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012523Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12524
12525 * xpath.c: fixed the bug generating a template loop in libxslt
12526 when using docbook-xsl-1.4, * should filter out document nodes
12527 * HACKING: added William
12528 * TODO: updated
12529
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012530Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12531
12532 * doc/FAQ.html: added a warning about gcc-3.0
12533 * doc/xml.html: added reference to gdome2 and removed a confusing
12534 sentence
12535
Daniel Veillardf7f41852001-06-22 15:18:01 +000012536Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12537
12538 * xmlversion.h: okay this is a generated file, but Windows
12539 users need it and they can't generate it, and I want CVS
12540 Windows users ...
12541 * win32/libxml2/libxml2_so.dsp: Windows project file for
12542 the shared lib version of libxml2
12543 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12544 resources needed for libxslt/xsltproc by Yon Derek
12545
Bjorn Reese3157b342001-06-22 14:41:45 +000012546Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12547
12548 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12549
Daniel Veillard4151acb2001-06-22 10:48:57 +000012550Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12551
Daniel Veillardcc146db2001-06-22 11:10:52 +000012552 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12553
12554Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12555
Daniel Veillard4151acb2001-06-22 10:48:57 +000012556 * include/win32config.h: Yon Derek provided a first fix
12557 to be able to compile libxslt/xsltproc on Windows
12558
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012559Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12560
12561 * xpath.c: attempt to work around what seemed a gcc optimizer
12562 bug when handling floats on i386 http://veillard.com/gcc.bug
12563 * tree.c entities.c encoding.c: doing some cleanups while
12564 chasing it
12565
Daniel Veillard017b1082001-06-21 11:20:21 +000012566Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12567
12568 * Makefile.am: cleanup when --without-debug is specified
12569 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12570 w.r.t. --without-debug and other include points
12571 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12572 Catalogs
12573 * configure.in entities.h tree.h HTMLparser.c: removed
12574 --without-corba, made the _private field mandatory
12575
Daniel Veillard87a764e2001-06-20 17:41:10 +000012576Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12577
12578 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12579 outputs a BOM in UTF8, an errata has been issued to avoid the
12580 problem, that was the most reasonable solution... Add support
12581 for a leading UTF8 BOM in entities.
12582
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012583Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12584
12585 * valid.c: fixed a bug found when post validating an entity ref
12586 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12587 activate it too
12588
Daniel Veillard39196eb2001-06-19 18:09:42 +000012589Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12590
12591 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12592 weakness in the node copy the XPointer and the XInclude
12593 implementations. Serious cleanup.
12594
Daniel Veillard3739b982001-06-19 12:51:30 +000012595Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12596
12597 * Makefile.am: Kjartan Maraas provided a small patch to
12598 add xml2-config.in to EXTRA_DIST
12599
Daniel Veillarda9142e72001-06-19 11:07:54 +000012600Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12601
12602 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12603 provided another failing case found in KDE, the way the
12604 ctxt->vctxt.nodeTab was allocated and freed changed over
12605 time but it wasn't completely cleaned up. This should fix it.
12606
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012607Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12608
12609 * parser.c: Stephan Kulow also raised the fact that line number
12610 could get miscounted making debug harder, fixed the problem
12611 in xmlParseCharData()
12612
Daniel Veillard64b98c02001-06-17 17:20:21 +000012613Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12614
12615 * valid.c: Stephan Kulow pointed out a problem when validating
12616 and using an empty entity, forgot a 'break' in a case.
12617
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012618Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12619
12620 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12621 * doc/xml.html: updated with 2.3.11
12622
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012623Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12624
12625 * TODO: updated adding cleanup of generated doc
12626 * configure.in: prepared to release 2.3.11
12627 * xmllint.c: added --version for bug reporting
12628 * doc/html/*.html: rebuilt the doc
12629
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012630Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12631
12632 * xpath.c: first part of the work on selecting namespace to
12633 fix bug #56115
12634
Daniel Veillard96ed5832001-06-15 22:22:04 +000012635Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12636
12637 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12638 when using -liconv
12639 * TODO: updated
12640
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012641Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12642
12643 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12644 cleanup, encoding support.
12645
Daniel Veillard608ad072001-06-14 08:32:28 +000012646Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12647
12648 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12649
Daniel Veillard239d0522001-06-13 23:02:48 +000012650Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12651
12652 * xpath.c: bug detected by Ankh when / is used as a function arg
12653
Daniel Veillard02bb1702001-06-13 21:11:59 +000012654Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12655
12656 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12657 of element and use it to avoid outputting formatting spaces at
12658 the wrong place. Implemented the format parameter for HTML save.
12659 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12660 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12661 result/HTML/wired.html: of course this impact the result of a
12662 number of HTML tests
12663
Daniel Veillard95d845f2001-06-13 13:48:46 +000012664Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12665
12666 * HTMLtree.[ch]: started augmenting the HTML save API with
12667 encoding and formatting parameters
12668
Daniel Veillardeca60d02001-06-13 07:45:41 +000012669Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12670
12671 * HTMLtree.h: cleanup and started evaluating the work needed on
12672 revamping the HTML output code
12673
Daniel Veillard84666b32001-06-11 17:31:08 +000012674Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12675
12676 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12677
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012678Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12679
12680 * valid.c: fixed bug #56049, forgot one check in the
12681 validation routine
12682
Daniel Veillardca2366a2001-06-11 12:09:01 +000012683Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12684
12685 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12686
Daniel Veillard6761eee2001-06-11 10:29:38 +000012687Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12688
12689 * libxml.h: fixed an error in last commit
12690 * doc/FAQ.html: added an entry for compilation from CVS
12691
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012692Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12693
12694 * xmlversion.h.in libxml.h: Cygwin patches
12695 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12696 * tree.h: cleanup
12697
Daniel Veillardacd370f2001-06-09 17:17:51 +000012698Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12699
12700 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12701 memory block in a strange case where libxml is linked twice
12702 in the binary.
12703
Daniel Veillard1d047672001-06-09 16:41:01 +000012704Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12705
12706 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12707 state far too often, simple fix used to avoid it.
12708
Daniel Veillard4497e692001-06-09 14:19:02 +000012709Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12710
12711 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12712 being processed, applied his patch
12713 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12714
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012715Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12716
12717 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12718 provided fixes to compile on MSCC again
12719 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12720 also provided an update for the project files.
12721
Daniel Veillarda682b212001-06-07 19:59:42 +000012722Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12723
12724 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12725 bug #55810
12726
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012727Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12728
12729 * tree.c: fixed xmlGetNsProp() to close bug #55683
12730 Note this requires libxslt to use it's own function instead.
12731
Daniel Veillardf0c53762001-06-07 16:07:07 +000012732Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12733
12734 * HTMLtree.c: when in a pre element no formatting space should
12735 be added.
12736 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12737
Daniel Veillard068a9652001-06-07 15:30:26 +000012738Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12739
12740 * configure.in: added tests for signal() and signal.h
12741
Daniel Veillard541d6552001-06-07 14:20:01 +000012742Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12743
12744 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12745
Daniel Veillard8a367d42001-06-07 14:01:34 +000012746Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12747
12748 * doc/libxml-doc.el: Felix Natter provided a new version for
12749 libxml2
12750
Daniel Veillard8a926292001-06-07 11:20:20 +000012751Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12752
12753 * HTMLtree.c: when in a pre element no formatting space should
12754 be added.
12755
Daniel Veillard14839d52001-06-06 16:11:56 +000012756Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12757
12758 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
12759
Daniel Veillarde95e2392001-06-06 10:46:28 +000012760Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12761
12762 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
12763 hack
12764 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
12765 * uri.c: fixed a warning
12766
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000012767Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12768
12769 * HTMLtree.c: trying to close bug #55772 escaping in script
12770 elements
12771 * doc/xml.html: suggest to send mail to the list
12772
12773Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000012774
12775 * error.c: attempt to fix the xmlGetVarStr breakage once and for
12776 good. Use a macro and based on the solution provided in
12777 vsnprintf manual page from GNU.
12778
Bjorn Reese99748722001-06-05 12:49:15 +000012779Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12780
12781 * error.c: Workaround for non-preserving variadic list.
12782 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
12783
Daniel Veillard2e4f1882001-06-01 10:11:57 +000012784Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12785
12786 * doc/xml.html: added 2.3.10 release
12787
Daniel Veillardb3a182e2001-06-01 09:28:09 +000012788Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12789
12790 * configure.in: releasing 2.3.10
12791
Daniel Veillard3c2758d2001-05-31 18:43:43 +000012792Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12793
12794 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
12795
Daniel Veillard20042422001-05-31 18:22:04 +000012796Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12797
12798 * encoding.c: Robert Collins provided a patch to add the
12799 "US-ASCII" encoding alias
12800
Daniel Veillard97ac1312001-05-30 19:14:17 +000012801Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12802
12803 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
12804 string oriented functions and started cleaning the related areas
12805 in xpath.c which needed fixing in this respect
12806
Daniel Veillard2d703722001-05-30 18:32:34 +000012807Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12808
12809 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
12810 #55380
12811 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
12812
Daniel Veillard9403a042001-05-28 11:00:53 +000012813Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12814
12815 * TODO: updated
12816 * nanohttp.[ch] : started adding APIs to get the redirected URL
12817 when this occurs (needed for further base computation
12818 * tree.h: cleanup
12819 * encoding.c: cleanup
12820 * SAX.c: minor change around ctxt->loadsubset
12821
Daniel Veillard6278fb52001-05-25 07:38:41 +000012822Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12823
12824 * Makefile.am include/Makefile.am: small change to have
12825 include/libxml rebuilt if working from CVS.
12826 * uri.c: applied another patch from Carl Douglas for URI escaping,
12827 this should close bug #51876
12828
Daniel Veillardd16df9f2001-05-23 13:44:21 +000012829Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12830
12831 * xinclude.c: fixed XInclude recursive behaviour bug #54678
12832 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
12833 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
12834 added specific regression test
12835 * parser.h: preparing for the XSLT mode where DTD inherited
12836 attributes are added to the tree.
12837
Daniel Veillardbbd22452001-05-23 12:02:27 +000012838Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12839
12840 * xinclude.[ch]: Updated the namespace for the Last Call version
12841 * result/XInclude/include test/XInclude/include: updated the
12842 testsuite accordingly
12843
Daniel Veillard8514c672001-05-23 10:29:12 +000012844Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12845
12846 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
12847 related to bug #51876
12848
Daniel Veillard42596ad2001-05-22 16:57:14 +000012849Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12850
12851 * tree.c: fixed a gross mistake in base computation, xml:base is
12852 not completely correct yet (need cascade).
12853 * xpath.[ch]: added the few things needed to find a function name
12854 and URI from the XPath context when it is called.
12855
Daniel Veillard81418e32001-05-22 15:08:55 +000012856Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12857
12858 * catalog.[ch]: fixes and add xmlLoadCatalogs()
12859 * DOCBparser.c: small cleanup
12860 * xmllint.c: added a --catalogs option to load catalogs from
12861 $SGML_CATALOG_FILES
12862 * tree.c: cleanup
12863 * configure.in: iconv library fixup, ICONV_LIBS
12864
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000012865Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12866
12867 * catalog.c: handling of CATALOG entries. detection of recursion,
12868 and a few bugfixes
12869 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
12870 against the default namespace
12871
Daniel Veillard04b93292001-05-21 08:15:31 +000012872Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12873
12874 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
12875
Daniel Veillarda97a19b2001-05-20 13:19:52 +000012876Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12877
12878 * parser.c: fixed propagation context info when parsing an
12879 external entity.
12880 * doc/html/*.html: regenerated a couple of docs
12881
Daniel Veillard4623acd2001-05-19 15:13:15 +000012882Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12883
12884 * doc/xml.html: update with 2.3.9 informations
12885
Daniel Veillardbed7b052001-05-19 14:59:49 +000012886Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12887
12888 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
12889 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
12890 * doc/html/* : rebuilt the docs
12891 * valid.c: small patch which may improve some case when
12892 validating.
12893
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000012894Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12895
12896 * HTMLparser.c: Closed bug #54891
12897 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
12898 to the suite
12899
12900Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12901
12902 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
12903 applied a documentation patch from LotR and filled in a few missing
12904 descriptions
12905
Daniel Veillard76d66f42001-05-16 21:05:17 +000012906Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12907
12908 * xpath.c tree.c parser.c: speed optimizations at the parser level
12909 document tree freeing and xpath evaluation
12910
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000012911Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12912
12913 * parser.c parser.h parserInternals.h: fixed a couple of
12914 interfaces for handling memory buffer input to const char *
12915 upon suggestion of JamesH.
12916
Daniel Veillardc3739e72001-05-15 15:23:27 +000012917Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12918
12919 * configure.in: LoTR sent a patch fixing the previous commit
12920
Daniel Veillarda4f27e02001-05-15 12:41:29 +000012921Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12922
12923 * configure.in: trying to deal again with the stoopid -R linking
12924 flag of Solaris
12925
Daniel Veillard790142b2001-05-15 10:51:53 +000012926Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12927
12928 * xpath.h: two nodeset access macros from Thomas Broyer
12929
Daniel Veillardba0b8c92001-05-15 09:43:47 +000012930Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12931
12932 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
12933 patch from Thomas Broyer
12934
Daniel Veillarde62d36c2001-05-15 08:53:16 +000012935Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12936
12937 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
12938 case
12939 * INSTALL: was empty added stuff from the FAQ
12940
Daniel Veillard75bea542001-05-11 17:41:21 +000012941Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12942
12943 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
12944 attributes handling and #54433 by adding xmlUnsetProp()
12945 and xmlUnsetNsProp()
12946
Daniel Veillard0a2a1632001-05-11 14:18:03 +000012947Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12948
12949 * HTMLparser.c: Patch from Jonas Borgström
12950 (htmlGetEndPriority): New function, returns
12951 the priority of a certain element.
12952 (htmlAutoCloseOnClose): Only close inline elements if they
12953 all have lower or equal priority.
12954 * result/HTML: this of course changed a number of tests results.
12955
Daniel Veillard7d6fd212001-05-10 15:34:11 +000012956Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12957
12958 * xmlIO.c catalog.c: plugged in the default catalog resolution
12959 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
12960 documentations
12961 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
12962
Daniel Veillarda7374592001-05-10 14:17:55 +000012963Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12964
12965 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
12966 integrating catalogs
12967 * catalog.[ch] testCatalog.c: adding a small catalo API
12968 (only SGML catalog support).
12969 * parser.c: restaured xmlKeepBlanksDefault(0) API
12970
Daniel Veillardc17337c2001-05-09 10:51:31 +000012971Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12972
12973 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
12974
Daniel Veillard257d9102001-05-08 10:41:44 +000012975Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12976
12977 * parser.c: added xmlParseExternalEntityPrivate() to allow
12978 propagation of ctxt->_private when parsing external entities
12979
Daniel Veillard083c2662001-05-08 08:27:14 +000012980Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12981
12982 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
12983
Daniel Veillard01ef7382001-05-08 07:31:43 +000012984Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12985
12986 * configure.in: fixed a small portability problem with AM_CONDITIONAL
12987
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000012988Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12989
12990 * valid.c: warn when indeterminist content model is detected
12991 * result/VC/ElementValid8: this adds a message
12992 * Makefile.am: add --novalid for VCM tests
12993 * parserInternals.c: added a call to Init memory
12994
Daniel Veillard64269352001-05-04 17:52:34 +000012995Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12996
12997 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
12998 when both parameters are NULL.
12999
Daniel Veillard37721922001-05-04 15:21:12 +000013000Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13001
13002 * valid.c: applied small patch from Gary Pennington, reindented
13003 some part of the code.
13004
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013005Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13006
13007 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13008 release, updated and regenerated the docs
13009
Daniel Veillard357c9602001-05-03 10:49:20 +000013010Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13011
13012 * xpath.c result/XPath/expr/floats : clarified and cleanup
13013 printing of abnormal floats in tests.
13014
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013015Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13016
13017 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13018 * results/HTML/ : a few changes in the output of the HTML tests as
13019 a result.
13020 * configure.in: tying to fix -liconv where needed
13021
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013022Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13023
13024 * Makefile.am: fixed a stupid error
13025
Daniel Veillard7150a032001-05-02 16:41:11 +000013026Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13027
13028 * configure.in Makefile.am: make the inclusion of the trio
13029 modules in the library conditional
13030
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013031Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13032
13033 * DOCBparser.c: patche from László Kovács, fixed entities refs
13034 in attributes handling
13035
Daniel Veillardedddff92001-05-02 10:58:52 +000013036Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13037
13038 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13039 flushing
13040
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013041Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13042
13043 * xpath.c: fix of an XSLT namespace bug reported on the list
13044 general/bug-8-
13045
Daniel Veillard5792e162001-04-30 17:44:45 +000013046Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13047
13048 * strio.h trio.c: Dan McNichol suggested a couple of small
13049 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13050
Daniel Veillard02141ea2001-04-30 11:46:40 +000013051Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13052
13053 * tree.c parser.c encoding.c: spent a bit more time looking
13054 at the parsing speed and DOM handling. Added a few more
13055 speedups.
13056
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013057Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13058
13059 * parser.c: small but effective parsing speed improvement
13060
Daniel Veillardb59076b2001-04-29 17:04:07 +000013061Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13062
13063 * configure.in: default on the DocBook parser inclusion (for Gnome)
13064 * DOCBparser.h: fixed a header reference
13065
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013066Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13067
13068 * configure.in xpath.c: applied Bjorn patches for FPE on the
13069 alpha
13070
Daniel Veillardeefd4492001-04-28 16:55:50 +000013071Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13072
13073 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13074 xmlSaveFormatFileTo()
13075
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013076Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13077
13078 * xpath.c: simple and efficient optimization, XPath functions
13079 aways bind to the same code, cache this
13080 * TODO: updated (by saying some is obsolete)
13081
Daniel Veillard2156a562001-04-28 12:24:34 +000013082Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13083
13084 * xpath.c: more cleanup work on XPath name parsing routines
13085
Daniel Veillard61d80a22001-04-27 17:13:01 +000013086Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13087
13088 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13089 xmlXPathParseName
13090 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13091 * debugXML.c: avoid compilation problems if compiling without
13092 HTML support, Igor Zlatkovic
13093 * win32/libxml2/libxml2.def.src: being able to compile without
13094 XPath on Windows
13095
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013096Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13097
13098 * libxml.m4: yet another patch from Toshio Kuratomi
13099
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013100Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13101
13102 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13103
Daniel Veillard67fee942001-04-26 18:59:03 +000013104Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13105
13106 * tree.[ch]: added xmlSaveFormatFile interface for saving
13107 and indenting a file.
13108
Daniel Veillard82e49712001-04-26 14:38:03 +000013109Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13110
13111 * xpath.c: fixed bug #53689 related to processing-instruction()
13112
Daniel Veillard02f077a2001-04-26 10:59:11 +000013113Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13114
13115 * DOCBparser.c: patche from László Kovács
13116
Daniel Veillard30211a02001-04-26 09:33:18 +000013117Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13118
13119 * parser.c: applied fixes from Christian Glahn bug report #53391
13120
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013121Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13122
13123 * error.c: Jean François Lecomte provided a complete description
13124 and a fix to bug #53537
13125
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013126Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13127
13128 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13129
Daniel Veillard1034da22001-04-25 19:06:28 +000013130Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13131
13132 * DOCBparser.c SAX.c: a bit more work on entities processing.
13133 Still Need to cleanup XML output and references in attributes
13134
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013135Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13136
13137 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13138
Daniel Veillardb33c2012001-04-25 12:59:04 +000013139Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13140
13141 * tree.c: trying to fix #53574, not completely complete,
13142 I would like xmllint --copy --debug test/ent1 and
13143 xmllint --debug test/ent1 to show the same result.
13144 * xpath.c: fix a bug when trying to sort namespace nodes
13145
Daniel Veillard5146f202001-04-25 10:29:44 +000013146Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13147
13148 * HTMLtree.c: real fix for #53402
13149
Daniel Veillard7533cc82001-04-24 15:52:00 +000013150Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13151
13152 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13153 PIs when using xsl:output
13154 * valid.c: closing #53537 some case generate segfaults if there
13155 is validity errors
13156
Daniel Veillard61b33d52001-04-24 13:55:12 +000013157Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13158
13159 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13160 of external parsed entities, added --noent to testDocbook
13161 * valid.c: Garry Pennington found an uninitialized variable
13162 access in xmlValidateElementContent()
13163
Daniel Veillard56098d42001-04-24 12:51:09 +000013164Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13165
13166 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13167 with madness
13168 * result/HTML/ : this modified the result of the regression tests
13169 a lot.
13170
Daniel Veillard122376b2001-04-24 12:12:30 +000013171Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13172
13173 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13174 to doc where it wasn't checked against NULL reported by
13175 Jens Laas
13176
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013177Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13178
13179 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13180 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13181
Daniel Veillardeae522a2001-04-23 13:41:34 +000013182Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13183
13184 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13185 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13186 * SAX.[ch]: cleanup and updates for DocBook
13187 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13188 ex SGML identifier changes
13189 * valid.c: removed a static unused function.
13190
Daniel Veillardde57c612001-04-23 09:13:36 +000013191Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13192
13193 * HTMLtree.c: applied change for Paul Sponagl on script saving
13194 * Makefile.am: the warning about entity title.xml are normal.
13195
Daniel Veillard393df012001-04-22 20:11:18 +000013196Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13197
13198 * configure.in: release of 2.3.7
13199 * Makefile.am: fixing make distcheck
13200
Daniel Veillarda41123c2001-04-22 19:31:20 +000013201Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13202
13203 * doc/html/* doc/xml.html: updated and regenerated the docs
13204
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013205Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13206
13207 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13208
Daniel Veillarde82a9922001-04-22 12:12:58 +000013209Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13210
13211 * tree.c: fixed #53388 with the provided patch
13212
Daniel Veillard06803992001-04-22 10:35:56 +000013213Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13214
13215 * valid.c: Bjorn detected an invalid memory access. Fixed
13216 vstateVPush()
13217
Daniel Veillard40af6492001-04-22 08:50:55 +000013218Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13219
13220 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13221
Bjorn Reese70a9da52001-04-21 16:57:29 +000013222Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13223
13224 * libxml.h: new header used only for the compilation of libxml
13225 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13226 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13227 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13228 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13229 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13230 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13231 baseline (version 1.2 plus a single patch).
13232 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13233 scientific notation for numbers. Tests added.
13234 * xpath.c: formatting of numbers changed to use sprintf
13235 (contribution from William Brack)
13236
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013237Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13238
13239 * valid.c: cleanup, more useful debugging
13240 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13241 * xmlIO.c: entity loading is printed as an error when validating
13242
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013243Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13244
13245 * valid.c: fixed to validate within entities
13246 * test/VCM/v22.xml: added a specific testcase
13247
Daniel Veillardca1f1722001-04-20 15:47:35 +000013248Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13249
13250 * valid.c: forgot an epsilon transition in for ()+
13251 * test/VCM/v21.xml : added a specific test case
13252
Daniel Veillard85349052001-04-20 13:48:21 +000013253Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13254
13255 * valid.c: removed a state explosion exhibited by RSS
13256 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13257 from bug #51872
13258
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013259Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13260
13261 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13262 validation without using an ugly NFA -> DFA algo in the source.
13263 Made a specific algorithm easier to maintain, using a single
13264 stack and without recursion.
13265 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13266 * hash.c: made the growing routine static
13267 * tree.h parser.c: added the parent information to an
13268 xmlElementContent node.
13269
Daniel Veillarde470df72001-04-18 21:41:07 +000013270Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13271
13272 * SAX.c parser.c xpath.c: generating IDs when not validating
13273 from an external parsed entity was poisoning the ID has table
13274 with removed values. This was killing XSLT on the KDE help
13275 browser.
13276
Daniel Veillardceacdd92001-04-18 15:10:35 +000013277Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13278
13279 * entities.h: andrew@ugh.net.au detected a double declaration
13280
Daniel Veillarda10efa82001-04-18 13:09:01 +000013281Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13282
13283 * debugXML.c hash.c tree.h valid.c : some changes related to
13284 the validation suport to improve speed with DocBook
13285 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13286 the way validation errors get reported
13287
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013288Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13289
13290 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13291 by P C Chow and William M. Brack for XSLT HTML output
13292
Daniel Veillard2d90de42001-04-16 17:46:18 +000013293Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13294
13295 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13296 Igor Zlatkovic patches for MSC compilation and added his
13297 updates
13298
Daniel Veillarde043ee12001-04-16 14:08:07 +000013299Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13300
13301 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13302 prefix lookup.
13303 * parserInternals.c: fixed the bug reported by Morus Walter
13304 due to an off by one typo in xmlStringCurrentChar()
13305
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013306Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13307
13308 * HTMLparser.c result/HTML/*: revamped the way the HTML
13309 parser handles end of tags or end of input
13310
Daniel Veillard82daa812001-04-12 08:55:36 +000013311Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13312
13313 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13314
Daniel Veillard67a21302001-04-11 14:39:16 +000013315Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13316
13317 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13318 bug where the linktime verions of free() won't work ...
13319
Daniel Veillard27b55282001-04-11 12:22:25 +000013320Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13321
13322 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13323
Daniel Veillardafc73112001-04-11 11:51:41 +000013324Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13325
13326 * doc/xml.html: added 2.3.6 release
13327
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013328Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13329
13330 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13331 * result/wml.xml: resulted in a small output change
13332
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013333Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13334
13335 * tree.c: xmlNewDoc was missing the charset initialization
13336 * xmllint.c: added --auto to autogenerate a doc, allow to
13337 reproduce the problem fixed on xmlNewDoc
13338
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013339Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13340
13341 * xpath.c: trying to get 52979 solved
13342 * tree.c result/ result/noent/: trying to get 52712 solved, this
13343 also made me clean up the fact that XML output in general should
13344 not add formating blanks by default, this changed the output of
13345 a few tests
13346
Daniel Veillard73639a72001-04-10 14:31:39 +000013347Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13348
13349 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13350
Daniel Veillardfac26a12001-04-08 13:08:14 +000013351Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13352
13353 * configure.in: finally released 2.3.6
13354
Daniel Veillard911f49a2001-04-07 15:39:35 +000013355Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13356
13357 * xpath.c: checking for null pointer generated by new code
13358
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013359Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13360
13361 * xpath.c: fixed a [] evaluation problem reported
13362 * test/XPath/tests/simpleaddr: extended test
13363 * result/XPath/simpleaddr: updated result
13364
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013365Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13366
13367 * xmllint.c: Dan Timis reported a portability problem
13368 on Macs without mmap, fixed it.
13369
Daniel Veillardb38bd552001-04-03 18:22:00 +000013370Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13371
13372 * testXPath.c : added a --tree option allowing to display the
13373 tree dump of the XPath expression
13374
Daniel Veillard4dd93462001-04-02 15:16:19 +000013375Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13376
13377 * xpath.c: fixed a memleak when comparing nodesets
13378 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13379 * tree.c: added a TODO
13380
Daniel Veillard92ad2102001-03-27 12:47:33 +000013381Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13382
13383 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13384 we need string functions
13385 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13386 to be able to use them where needed. Applied some changes
13387 to reduce name linking pollution and compile in only what's
13388 needed.
13389 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13390 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13391 for the string manipulation functions
13392 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13393 to the free() function of xmlmemory.c
13394 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13395 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13396 usage.
13397
13398
Daniel Veillard2be30642001-03-27 00:32:28 +000013399Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13400
13401 * error.c: applied the context output patch of the error
13402 handling submitted by Chuck Griffith
13403 * error/VC/*: this slightly change some error logs
13404
Daniel Veillard50582112001-03-26 22:52:16 +000013405Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13406
13407 * parser.c: fixed line number reporting on error
13408
Daniel Veillard04be4f52001-03-26 21:23:53 +000013409Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13410
13411 * parser.c: Sullivan and Darin found a parser bug,
13412 applied the patch.
13413
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013414Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13415
13416 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13417 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13418 xmlversion.h.in xpointer.c: of course the way I defined
13419 UNUSED breaks on old gcc version. Try to be smart and
13420 also define it directly in xmlversion.h
13421 * configure.in: removed -ansi flag from the pedantic set
13422
13423Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013424 Huge cleanup, I switched to compile with
13425 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13426 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13427 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13428 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13429 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13430 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13431 encoding.h entities.c error.c list.[ch] nanoftp.c
13432 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13433 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13434 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13435 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13436 Cleanup, staticfied a number of non-exported functions,
13437 detected and cleaned up a dozen of problem found this way,
13438 avoided a lot of public function name/typedef/system names clashes
13439 * doc/xml.html: updated
13440 * configure.in: switched private flags to the really pedantic ones.
13441
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013442Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13443
13444 * configure.in: 2.3.5
13445 * doc/html/*: rebuilt the docs
13446
Daniel Veillard146c9122001-03-22 15:22:27 +000013447Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13448
13449 * parser.c: fixed a reported bug in NOTATION parsing
13450 * uri.c: accepted but not fixed bug 51876, added TODO
13451 * Makefile.am: fixed bug 51876
13452
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013453Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13454
13455 * config.h.in configure.in error.c: fix a compilation problem
13456 on platforms without vsnprintf (xml@thewrittenword.com)
13457
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013458Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13459
13460 * parser.c: fixed a function name header typo
13461 * SAX.c: notations can also occur in external subset.
13462
Daniel Veillard7d42b542001-03-20 13:22:46 +000013463Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13464
13465 * error.c: removed a C++ like comment
13466
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013467Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13468
13469 * parser.c: fixing bug 52299 strange condition leading
13470 to a parser crash due to a buffer overflow
13471 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13472 added the specific test case
13473
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013474Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13475
13476 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13477 xmlXPathConvert{String,Number,Boolean} to be able to make
13478 type casts without a context stack, fixed some implementation
13479 problems related to the absence of context at parse-time,
13480 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13481 in the public API too
13482 * xpointer.c xpathInternals.h: we need to know at parse time
13483 whether we are compiling an XPointer
13484
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013485Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13486
13487 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13488 cleaned up the parser internals, refactored XPath code, added
13489 new compilation based APIs and cleanly separated public and
13490 private APIs.
13491
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013492Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13493
13494 * xpath.h: the comp field must be added at the end to avoid
13495 killing binary compat.
13496
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013497Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13498
13499 * Makefile.am: detect XPath memleaks in regreson tests
13500 * error.c: fixed and error w.r.t. error reporting still using
13501 stderr
13502 * hash.c: added new line at end of file
13503 * tree.h: minor cleanup
13504 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13505 expression parsing from evaluation, resulted in a number of
13506 changes internally, and in XPointer. Likely to break stuff
13507 using xpathInternals.h but should remain binary compatible,
13508 new interfaces will be added.
13509
Daniel Veillardd574f782001-03-14 19:40:17 +000013510Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13511
13512 * configure.in: fixed a couple of problems reported by
13513 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13514 without gcc on non linux platforms.
13515
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013516Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13517
13518 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13519 a fix for --with-html-dir= configure support. I hope it won't
13520 break rpm generation
13521
Daniel Veillarda022fe02001-03-14 16:30:00 +000013522Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13523
13524 * xmlIO.c: one function comment cleanup.
13525
Daniel Veillard25239c12001-03-14 13:56:48 +000013526Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13527
13528 * SAX.c: external subset notations were improperly registered
13529 in the internal subset.
13530
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013531Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13532
13533 * README.cvs-commits: added, pointing to HACKING
13534 * HACKING: updated
13535
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013536Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13537
13538 * parser.c: and Matt Sergeant found one in the XML push
13539 parser (erroneous check I forgot to remove when I fixed the
13540 main parser).
13541
Daniel Veillard68d7b672001-03-12 18:22:04 +000013542Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13543
13544 * xpath.c: ptittom found a small bug in UnaryExpr
13545
Daniel Veillarde356c282001-03-10 12:32:04 +000013546Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13547
13548 * configure.in: bumped to 2.3.4
13549 * error.c: fixed bug #51860
13550 * tree.c: fixed bug #51861
13551 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13552 * tree.[ch] : added xmlDefaultBufferSize
13553 * nanoftp.c: typo in function name header block
13554 * doc/xml.html : updated, added link to XML::LibXSLT
13555 * doc/html/* : rebuilt the docs
13556
Daniel Veillard80f32572001-03-07 19:45:40 +000013557Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13558
13559 * parser.c SAX.c: the new content parsing code raised an
13560 ugly bug in the characters() SAX callback. Found it
13561 just because of strangeness in XSLT XML Rec ouptut :-(
13562
Daniel Veillard6c831202001-03-07 15:57:53 +000013563Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13564
13565 * Makefile.am: Martin Baulig suggested to add -lm
13566 * tree.c: found another bug in xmlNodeGetContent()
13567
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013568Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13569
13570 * xpath.c: Bjorn found the error related to strictness of comparison.
13571
Daniel Veillard29631a82001-03-05 09:49:20 +000013572Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13573
13574 * parser.c: trying to fix the Dtd parsing problem reported
13575 by Gary, side effect of last week speed optimizations.
13576
Daniel Veillard14be0a12001-03-03 18:50:55 +000013577Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13578
13579 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13580 * parserInternals.c: removed unneeded test raised by Stric
13581
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013582Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13583
13584 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13585 and fixed by William Brack). Added xmlXPathFormatNumber.
13586 Changed the sorting slightly.
13587 * configure.in Makefile.am example/Makefile.am: Added -lm.
13588 Please note that applications linking with libxml2, must
13589 also like with the math library from now on.
13590
Daniel Veillardf9533d12001-03-03 10:04:57 +000013591Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13592
13593 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13594
Daniel Veillard2f362242001-03-02 17:36:21 +000013595Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13596
13597 * parser.c: one must report spaces even if the Dtd element
13598 content proves that this is not part of the element content.
13599 * result/valid/*.xml: this changed the ouptu slightly
13600
Daniel Veillardb402c072001-03-01 17:28:58 +000013601Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13602
13603 * configure.in: bumped to 2.3.3
13604 * doc/xml.html: updated
13605
Daniel Veillard77851712001-02-27 21:54:07 +000013606Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13607
13608 * tree.c: minor doc fix
13609 * xpath.c: deallocation issues when a result tree has been
13610 converted to a node-set
13611
Daniel Veillardec70e912001-02-26 20:10:45 +000013612Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13613
13614 * doc/xml.html: oops corrected dates s/2000/2001
13615
Daniel Veillard8730c562001-02-26 10:49:57 +000013616Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13617
13618 * valid.c: new patch from Gary Pennington
13619
Daniel Veillard91e9d582001-02-26 07:31:12 +000013620Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13621
13622 * doc/xml.html: applied patch from Ankh
13623
Daniel Veillardedac3c92001-02-26 01:36:19 +000013624Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13625
13626 * xinclude.c: fixed a problem building on Mac
13627
Daniel Veillard21a0f912001-02-25 19:54:14 +000013628Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13629
13630 * parser.c: more work on increasing parsing ferformances
13631
Daniel Veillard48b2f892001-02-25 16:11:03 +000013632Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13633
13634 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13635 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13636 avoiding memcpy in production builds MEM_CLEANUP macro use
13637 * parser.[ch] parserInternals.c: optimizations of the tightest
13638 internal loops inside the parser. Better checking of I/O
13639 flushing/loading conditions
13640 * xmllint.c : added --timing
13641
Daniel Veillard71681102001-02-24 17:48:53 +000013642Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13643
13644 * configure.in: bumped to 2.3.2
13645 * doc/xml.html: updated for release
13646
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013647Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13648
13649 * xpath.c: found a memleak and fixed a nasty bug
13650
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013651Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13652
13653 * xmllint.[c1] : added return code errors for xmllint
13654 * xpath.c: specific debug dump function for result value trees
13655
Daniel Veillard4b637072001-02-21 21:52:55 +000013656Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13657
13658 * xpath.c: finally implemented xmlXPathCompareNodeSets
13659 * test/XPath/expr/floats results/XPath/expr/floats: added
13660 a test for float expressions
13661
Daniel Veillardf714aa32001-02-21 03:07:44 +000013662Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13663
13664 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13665 * parserInternals.[ch]: trying to speed up parsing
13666 * xpath.c : speeded up node set equality op
13667
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013668Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13669
13670 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13671 better handling of ID/IDREF and the list modules associated
13672 * configure.in: small CFLAGS cleanup
13673
Daniel Veillarda8abee62001-02-19 15:14:59 +000013674Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13675
13676 * configure.in: fixed iconv detection on AIX (stric)
13677
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013678Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013679
13680 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13681
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013682Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13683
13684 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13685 and optimized xmlXPathNodeSetSort
13686
Daniel Veillard142adbf2001-02-17 13:21:05 +000013687Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13688
13689 * xpath.c: bug fix when context size is 0
13690 * parser.c: I like Norm's Dtd because they still manage to break
13691 the parser occasionally
13692
Daniel Veillardf23e0092001-02-16 13:21:29 +000013693Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13694
13695 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13696
Daniel Veillarde0e26512001-02-16 00:11:46 +000013697Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13698
13699 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13700 attributes within the XML-1.0 namespace
13701
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013702Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13703
13704 * xpathInternals.h: exported a few axis functions
13705 * doc/xml.html: updated the doc
13706
Daniel Veillard760f4422001-02-15 14:59:48 +000013707Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13708
13709 * configure.in: applied patch from Daniel van Balen for OpenBSD
13710 and bumped version to 2.3.1
13711 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13712 attempt to find autoclosing was simply broken, removed it,
13713 updated the examples, this is better
13714
Daniel Veillardd194dd22001-02-14 10:37:43 +000013715Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13716
13717 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13718 hash functionnalities.
13719 * doc/html/* : rebuild the doc
13720
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013721Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13722
13723 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13724 on predicate
13725 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13726 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13727 really want to have tags closed on output even if we accept
13728 unclosed ones on input
13729
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013730Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13731
13732 * xpath.c: ouch don't free NULL, rare case fixed
13733 * tree.c: don't coalesce text nodes if they don't have the
13734 same behaviour wrt escaping on output
13735
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013736Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13737
13738 * xpath.c: small fixup
13739 * SAX.c: don't warn on empty namespaces.
13740
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013741Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13742
13743 * README: a bit of cleanup
13744 * configure.in: preparing for 2.3.0 release
13745
Daniel Veillard1f83d392001-02-08 09:37:42 +000013746Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13747
13748 * hash.[ch]: added a first version of xmlHashSize()
13749 * valid.c: another bug fix from Gary Pennington
13750
Daniel Veillard5eef6222001-02-07 18:24:48 +000013751Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13752
13753 * valid.c: couple of bug fixes pointed by Gary Pennington
13754 * HTMLtree.c: #if 0 cleanup
13755
Daniel Veillard2c257ec2001-02-06 13:29:07 +000013756Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13757
13758 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
13759 which removes a time consuming check of xmlXPathNodeSetAdd()
13760 and use it in places where we are sure to not break unicity
13761
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000013762Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13763
13764 * xpath.c: bug fixes found from XSLT
13765 * tree.c: preserve node->name special values when copying nodes.
13766 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
13767 external subset are fetched when available but without full
13768 validation. Added xmlLoadExtDtdDefaultValue, need a function.
13769 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
13770 output with encoding disabled.
13771
Daniel Veillard2c833b62001-02-03 08:52:06 +000013772Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13773
13774 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
13775 xmlCheckFilename should not be called from xmlFileOpenW
13776 and xmlGzfileOpenW
13777
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000013778Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13779
13780 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
13781 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
13782 added the new tests for URI normalization
13783 * testURI.c: fixed stoopid bugs
13784 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
13785 the URI in the error messages are now properly normalized
13786
Daniel Veillardea28ce62001-02-02 08:20:19 +000013787Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13788
13789 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
13790
Daniel Veillarde99a4762001-02-01 04:34:35 +000013791Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13792
13793 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
13794
Daniel Veillard2b325a02001-01-31 20:46:31 +000013795Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13796
13797 * xpath.c: fixed mod operator
13798
Daniel Veillardde55cf62001-01-31 15:53:13 +000013799Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13800
13801 * parser.c: fixed xmlStrcat doc
13802 * tree.c: 2 fixes form Anders Carlson for copying nodes and
13803 trees.
13804
Daniel Veillard2f913b72001-01-31 13:23:49 +000013805Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13806
13807 * xpath.c result/XPath/tests/chaptersbase
13808 result/XPath/tests/simplebase: fixed XPath node()
13809 * tree.c: small fix in xmlNewNs()
13810 * Makefile.am: removed extraneous xml2Conf.sh rule
13811
Daniel Veillardb42042b2001-01-28 07:40:36 +000013812Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13813
13814 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
13815 Changed the library name, in order to get libxml-devel and
13816 libxml2-devel to coexist on a single system
13817 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
13818 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
13819
Daniel Veillardee0a4662001-01-27 18:59:33 +000013820Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13821
13822 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
13823 libxml2-devel installable in // as libxml-devel.
13824
Daniel Veillard5eb05942001-01-27 17:50:22 +000013825Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13826
13827 * doc/Makefile.am: fixed make rebuild in doc
13828 * doc/html/*.html: rebuilt the docs
13829
Daniel Veillard65c295d2001-01-26 09:32:39 +000013830Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13831
13832 * tree.c: patch from Bjorn Reese on xmlBufferCCat
13833
Daniel Veillard8e199902001-01-25 18:54:39 +000013834Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13835
13836 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
13837 the HTML doc to go into the -devel RPM ...
13838 * aclocal.m4 config.h.in: some updates due to auto* magic
13839
Daniel Veillard93086662001-01-25 18:13:04 +000013840Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13841
13842 * xpath.h: added a hook in the context structure allowing to
13843 link to extra support, needed for XSLT
13844
Daniel Veillardf17e09b2001-01-25 13:55:35 +000013845Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13846
13847 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
13848 xmlXPtrCmpPoints to use it.
13849 * propagated the following patch from Alejandro Forero
13850 * include/win32config.h xmlIO.c: applied further suggestions
13851 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
13852 * example/gjobread.c: fixed warnings, now that it builds
13853
13854Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
13855
13856 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
13857
13858 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
13859 filename points to a valid file (not a directory).
13860 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
13861 Added calls to xmlCheckFilenameDir.
13862
13863 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
13864 `path' (rather than `filename') as the parameter to gzopen and open.
13865
Daniel Veillard48177c22001-01-23 15:27:41 +000013866Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13867
13868 * Makefile.am: fixed a problem with EXTRA_DIST
13869
Daniel Veillardb83ba402001-01-22 22:45:10 +000013870Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13871
13872 * Makefile.am example/Makefile.am: finally found the trick
13873 to build the example, i.e. add "." in SUBDIRS before example
13874 in the list <grin/>
13875
Daniel Veillard82687162001-01-22 15:32:01 +000013876Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13877
13878 * doc/xml.html: updated with an XSLT section, removed pointer to
13879 W3C CVS base.
13880
Daniel Veillard8a7642f2001-01-22 10:45:16 +000013881Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13882
13883 * xpath.c: when copying a XSLT tree object teh tree need to be copied
13884 too, and deallocation need to occur the same way.
13885
Daniel Veillarde4566462001-01-22 09:58:39 +000013886Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13887
13888 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
13889 type correponding to an XSLT result tree fragment. Share most
13890 of the data format with node set, as well as operators.
13891 * HTMLtree.c: added a newline at the end of the doctype output
13892 whe this one is not present initially.
13893 * tree.c: make sure taht the parent and doc pointers are properly
13894 set when copying attributes (lists).
13895
Daniel Veillard701c7362001-01-21 09:48:59 +000013896Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13897
13898 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
13899
Daniel Veillard5a2b6972001-01-20 21:15:50 +000013900Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13901
13902 * xpath.c: seems I finally killed that ugly path evaluation
13903 context bug (tagged 9999 in case is is wrong)
13904
Daniel Veillard8f4d9752001-01-19 05:32:34 +000013905Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13906
13907 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
13908 for XSLT
13909
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000013910Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13911
13912 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
13913 for xmlGzfileOpen() bug
13914
Daniel Veillardf6eea272001-01-18 12:17:12 +000013915Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13916
13917 * xpath.c: removed an error found by XSLT usage
13918 * tree.c parserInternals.h: use a predefined static string
13919 for text and comment nodes, avoid freeing them in xmlFreeNode,
13920 exported the string name in parserInternals.h and added
13921 another value to disable encoding at output (for XSLT),
13922 gain memory, time.
13923
Daniel Veillard8f2cc572001-01-17 08:19:35 +000013924Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13925
13926 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
13927 win32/libxml2/libxml2_so.dsp: new makefiles and update
13928 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13929
Daniel Veillardf831bfb2001-01-16 17:26:04 +000013930Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13931
13932 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
13933 Gary Pennington
13934
Daniel Veillard389e6b72001-01-15 19:41:13 +000013935Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13936
13937 * xpath.c: fixed the comaprision of values and nodelists,
13938 need to compare nodelist still ...
13939 * debugXML.c: avoided a possible core dump
13940 * HTMLparser.c: cleanup
13941 * nanohttp.c: contributed fix.
13942 * tree.c: fixes in properties handling added xmlSetNsProp
13943 needed by libxslt
13944 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
13945 comment
13946 * TODO: updated
13947
Daniel Veillard167bd532001-01-06 21:09:34 +000013948Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13949
13950 * parser.c parserInternals.c: applied Bjorn Reese optimization
13951 patch
13952
13953Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13954
13955 * Makefile.am: applied patch fro make check from Martin Vidner
13956
Daniel Veillard503b8932001-01-05 06:36:31 +000013957Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13958
13959 * configure.in: preparing 2.2.11
13960 * doc/html/*: rebuild the HTML files
13961 * doc/xml.html : updated
13962
Daniel Veillardc2f4df22001-01-04 14:06:39 +000013963Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13964
13965 * tree.c: fixed a stupid bug
13966 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
13967 patches related to validation of an XInclude processing result
13968 * TODO: updated
13969
Daniel Veillarde2488192001-01-04 10:54:22 +000013970Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13971
13972 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
13973 on large files
13974
Daniel Veillardf060a412001-01-03 20:52:44 +000013975Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13976
13977 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
13978
Daniel Veillard45cff692001-01-03 18:02:04 +000013979Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13980
13981 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
13982 reported by Jonas Borgström
13983 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
13984
Daniel Veillard08108982001-01-03 15:24:58 +000013985Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13986
13987 * testXPath.c xpath.c: fixing the XPath union expressions problem
13988 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
13989
Daniel Veillard4a6845d2001-01-03 13:32:39 +000013990Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13991
13992 * xmllint.c: Made is so if the file name is "-" is will read form
13993 standard input. Sven Heinicke <sven@zen.org>
13994 * tree.c: fixed a problem when growing buffer
13995 * tree.h: fixed the comment of the node types following andersca
13996 comment
13997 * TODO: updated
13998
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000013999Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14000
14001 * HTMLparser.[ch]: added a way to avoid adding automatically
14002 omitted tags. htmlHandleOmittedElem() allows to change the
14003 default handling.
14004 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14005 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14006 of xmllint too when using --memory flag, added a memory test
14007 suite at the Makefile level.
14008 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14009 with namespace use when encountering QNames in XPath evalation,
14010 added xmlns() scheme in XPointer.
14011 * nanoftp.c : incorporated a fix
14012 * parser.c xmlIO.c: fixed problems raised with encoding when using
14013 the memory I/O
14014 * parserInternals.c: closed bug 25934 reported by
14015 torsten.landschoff@innominate.de
14016 * TODO: updated
14017
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014018Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14019
14020 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14021 on a non-updated tree :-(, made a 2.2.10 release to correct the
14022 situation
14023
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014024Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14025
14026 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14027 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14028 integrated a set of OpenVMS changes from Howard Taylor
14029 <Howard.Taylor@pacoast.com>
14030
Daniel Veillard58770e72000-11-25 00:48:47 +000014031Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14032
14033 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14034 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14035
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014036Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14037
14038 * HTMLparser.c: some fixes on auto-open of html/head/body
14039 * encoding.c: fixed a compilation error on some gcc env
14040 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14041 XPointer implementation
14042 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14043 related XPointer tests and associated results
14044
Daniel Veillard300f7d62000-11-24 13:04:04 +000014045Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14046
14047 * doc/xmldtd.html doc/xml.html: following a short step by step
14048 guidance on IRC to help maciej with DTDs I started a small
14049 page on the subject.
14050
Daniel Veillard748e45d2000-11-17 16:36:08 +000014051Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14052
14053 * HTMLparser.c: fixed handling of broken charrefs
14054 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14055 patches
14056
Daniel Veillard28929b22000-11-13 18:22:49 +000014057Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14058
14059 * doc/xml.html doc/html/* : rebuilt the docs after adding
14060 xinclude and updated page for 2.2.7 and 2.2.8
14061 * configure.in: releasing 2.2.8
14062
Daniel Veillard41e06512000-11-13 11:47:47 +000014063Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14064
14065 * parser.[ch] parserInternals.c: applied the conditional
14066 section processing fix from Jonathan P Springer
14067 <jonathan.springer2@gte.net>
14068 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14069 project file, fixed iconv default non support
14070 * xpath.c: fixed the problem of evaluating relative expressions
14071 when a node context is provided.
14072
Daniel Veillardbf432752000-11-12 15:56:56 +000014073Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14074
14075 * nanoftp.c: fixed gcc 2.95 new warnings
14076 * SAX.c: fixed a stupid bug
14077 * tree.c: fixed a formatting problem when round-tripping
14078 from/to memory
14079 * xinclude.c: chased memleak, fixed a base problem
14080 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14081 xmlXPtrBuildNodeList()
14082 * TODO: updated
14083 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14084 adding a first small set of regression tests for XInclude
14085
Daniel Veillardc2def842000-11-07 14:21:01 +000014086Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14087
14088 * nanohttp.[ch]: applied Wayne Davison patches to access
14089 the WWW-Authorization header.
14090 * parser.c: Closed Bug#30847: Problems when switching encoding
14091 in short files by applying Simon Berg's patch.
14092 * valid.c: fixed a validation problem
14093 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14094 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14095 Wayne Davison
14096 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14097 need to be extended to non full nodes selections.
14098 * xinclude.c: starts to work decently
14099
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014100Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14101
14102 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14103 debugXML.c xmlversion.h.in: Started adding XInclude support,
14104 this is a new xmllint option
14105 * tree.c xpath.c: applied TOM patches for XPath
14106 * xpointer.c: fixed a couple of errors.
14107 * uri.c: added an escaping function needed for xinclude
14108 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14109 new warning from RH70 gcc's version
14110
Daniel Veillarda4964b72000-10-31 18:23:44 +000014111Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14112
14113 * HTMLparser.c: fixed loop on invalid char in scripts
14114 * parser.c: update to description of xmlIOParseDTD()
14115 * libxml.m4 xmlversion.h.in: changes contributed by
14116 Michael Schmeing <m.schmeing@internet-factory.de>
14117 * configure.in: preparing for 2.2.7
14118 * Makefile.am: trying to avoid config.h and acconfig.h
14119 being included in the distrib
14120 * configure.in: released 2.2.7
14121
14122Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14123
14124 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14125 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14126
Daniel Veillard01411222000-10-30 15:33:22 +000014127Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14128
14129 * parser.[ch]: added xmlIOParseDTD()
14130 * xpointer.c: added support for the 2 extra parameters of
14131 string-range, fixed a stoopid error when '0' was present
14132 in XPointer expressions
14133 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14134 testsuite for the above
14135
Daniel Veillard6db58192000-10-30 09:27:53 +000014136Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14137
14138 * libxml.spec.in: improved package descriptions
14139
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014140Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14141
14142 * xpath.c xpathInternals.h: applied a large cleaning patch
14143 from TOM <ptittom@free.fr>, it also add namespace support
14144 for function and variables registration.
14145
Daniel Veillardbd20df72000-10-29 17:53:40 +000014146Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14147
14148 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14149 * Makefile.mingw: Wayne Davison's update adding hash.c
14150
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014151Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14152
14153 * xpath.c: fixed the root evaluation problems
14154 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14155 ignorable spaces with <b> <bold> <em>
14156 * tree.c: fixed a loop in xmlSearchNsByHref()
14157
Daniel Veillard767662d2000-10-27 17:04:52 +000014158Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14159
14160 * xpath.c: applied another XPath patch from TOM
14161 * xpath.c include/makefile.am: applied another patch from
14162 china@thewrittenword.com (cleanup on IRIX).
14163
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014164Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14165
14166 * xml-config.1: received a fixed version from Fredrik Hallenberg
14167 <hallon@lysator.liu.se>
14168
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014169Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14170
14171 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14172 cleanup patch for XPath
14173
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014174Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14175
14176 * patched to redirrect all "out of context" error messages to
14177 a reconfigurable routine. The changes are:
14178 * xmlerror.h : added the export of an error context type (void *)
14179 an error handler type xmlGenericErrorFunc there is an interface
14180 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14181 to reset the error handling routine and its argument
14182 (by default it's equivalent to respectively fprintf and stderr.
14183 * all the c files: all wild accesses to stderr or stdout within
14184 the library have been replaced to calls to the handler.
14185
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014186Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14187
14188 * configure.in: release 2.2.6
14189 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14190 exporting the inner functions of xpath for extension modules
14191 * doc/*: updated and rebuilt the doc
14192
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014193Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14194
14195 * nanohttp.c : applied Wayne HTTP cleanup patch
14196 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14197 and xmlNodeSetSpacePreserve()
14198
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014199Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14200
14201 * xpath.c: closing bug #29260
14202
Daniel Veillard126f2792000-10-24 17:10:12 +000014203Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14204
14205 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14206 multikey tuples, made hash structure opaque
14207 * valid.[ch]: moved elements, attributes, notations decalarations
14208 as well as ID and refs to hash tables.
14209 * entities.c: hash cleanup
14210 * xmlmemory.c: fixed a dump problem in debug mode
14211 * include/Makefile.am: problem passing in DESTDIR= values patch
14212 from Marc Christensen <marc@calderasystems.com>
14213 * nanohttp.c: removed debugging remains
14214 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14215 * HTMLparser.c parser.c: fixing a number of problems with the
14216 macros in the *parser.c files (Wayne).
14217 * HTMLparser.c: close the previous option when opening a new one
14218 (Marc Sanfacon).
14219 * result/HTML/*: updated the HTML results accordingly
14220
Daniel Veillard52afe802000-10-22 16:56:02 +000014221Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14222
14223 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14224 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14225 XPath functions and XML entities table to them. More to come...
14226 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14227
Daniel Veillard683cb022000-10-22 12:04:13 +000014228Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14229
14230 * tree.c: coalesce adjacent text nodes
14231 * valid.c: handling of blank nodes in DTd validation (raised
14232 by problems with a posteriori validation).
14233 * nanohttp.c: changing behaviour on HTTP write stuff.
14234 * HTMLtree.c: forced body and html to be explicitely closed.
14235 * xpath.h: exported more XPath functions.
14236
Daniel Veillard1baf4122000-10-15 20:38:39 +000014237Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14238
14239 * Release of 2.2.5
14240 * xpointer.c: range() range-inside and other helper functions
14241 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14242
Daniel Veillard47e12f22000-10-15 14:24:25 +000014243Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14244
14245 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14246 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14247
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014248Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14249
14250 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14251 and XPointer modules
14252
Daniel Veillard134c9f32000-10-15 10:27:08 +000014253Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14254
14255 * SAX.h: closed #25107
14256
Daniel Veillard39915622000-10-15 10:06:55 +000014257Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14258
14259 * testSAX.c: fixed problem with cdata reporting
14260 * SAXresult/* : updated
14261
Daniel Veillard1e851392000-10-15 10:02:56 +000014262Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14263
14264 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14265 Closed bug #27499, added to regression tests
14266 * TODO: updated
14267
Daniel Veillard7eda8452000-10-14 23:38:43 +000014268Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14269
14270 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14271 support for SCRIPT and STYLE with help from Bjorn Reese
14272 * test/HTML/* result/HTML/*: added simple testcase and updated
14273 the existing ones.
14274
Daniel Veillardff9c3302000-10-13 16:38:25 +000014275Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14276
14277 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14278 string-range for empty strings
14279 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14280 test/XPath/xptr/strrange: augmented the XPointer testsuite
14281
Daniel Veillard189446d2000-10-13 10:23:06 +000014282Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14283
14284 * doc/xml.html doc/xmlmem.html: added a module describing memory
14285 interfaces and use, updated the main page.
14286
Daniel Veillard2f971a22000-10-12 23:26:32 +000014287Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14288
14289 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14290 nanoftp code work on Windows too now
14291
14292Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014293
14294 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14295 * xpointer.c: implemented string-range() at least a good first version
14296 * test/XPath/docs/str test/XPath/xptr/strrange
14297 result/XPath/xptr/strrange: the string-range() tests
14298
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014299Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14300
14301 * Makefile.am include/Makefile.am include/win32config.h
14302 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14303 and make distcheck
14304
Daniel Veillard19d61112000-10-11 23:50:35 +000014305Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14306
14307 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14308 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14309 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14310
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014311Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14312
14313 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14314 patch for socklen_t detection by
14315 Albert Chin-A-Young <china@thewrittenword.com>
14316
Daniel Veillardcd429612000-10-11 15:57:05 +000014317Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14318
14319 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14320 and added a --dtdvalid option to xmllint used to test it
14321
Daniel Veillard47c02452000-10-11 13:04:36 +000014322Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14323
14324 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14325 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14326
Daniel Veillard2d38f042000-10-11 10:54:10 +000014327Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14328
14329 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14330 handlings (registration, lookup, cleanup)
14331
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014332Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14333
14334 * configure.in Makefile.am include/makefile.am: adding XPointer
14335 and XPtrtests target
14336 * xpointer.[ch] : new files for XPointer support
14337 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14338 more XPath tests
14339
Daniel Veillard57fda592000-10-10 23:24:14 +000014340Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14341
14342 * configure.in: fixed, very broken, make distcheck works again
14343
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014344Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14345
14346 * More work toward 2.2.5, integrated a number of patches
14347 * configure.in Makefile.am win32config.h.in: trying to cleanup
14348 make distcheck .... huh ...
14349 * include/Makefile.am include/win32config.h: new directory
14350 for includes
14351 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14352 updated teh makefiles and instructions for WIN32
14353 * xpath.c: small fixes
14354 * test/XPath/ results/XPath: updated the testcases and results
14355 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14356 suggested patches
14357 * valid.c: fixed an ID bug
14358
Daniel Veillardb71379b2000-10-09 12:30:39 +000014359Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14360
14361 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014362 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014363 * xpath.[ch]: worked on XPointer
14364
Daniel Veillard7e99c632000-10-06 12:59:53 +000014365Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14366
14367 * configure.in Makefile.am: 2.2.5, ship the include in an
14368 include/libxml subdirectory, use symlinks when using CVS
14369 * testSAX.c: fixed small bug
14370 * testXPath.c: changed the way testfiles are parsed
14371 * debugXML.c: same kind of cleanup when parsing an argument expression
14372 XPath/XPointers can have blanks embedded
14373 * xpath.[ch]: more cleanup, reorgs for XPointer work
14374 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14375 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14376
Daniel Veillard55b91f22000-10-05 16:30:11 +000014377Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14378
14379 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14380 in the XPath engine, rewrote large parts of it, now it's far
14381 cleaner and in sync with the REC not an old WD. Fixed a parsing
14382 problem in the interactive XML shell found when testing XPath.
14383
Daniel Veillardac260302000-10-04 13:33:43 +000014384Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14385
14386 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14387 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14388 examples with the extra test
14389
Daniel Veillard7cfce322000-10-04 12:40:27 +000014390Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14391
14392 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14393 the global init function.
14394
Daniel Veillard970112a2000-10-03 09:33:21 +000014395Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14396
14397 * HTMLparser.c: Doohhh, attribute name parsing was still case
14398 sensitive ! Fixed this ...
14399 * result/HTML/* : updated the tests results accordingly
14400
Daniel Veillard740abf52000-10-02 23:04:54 +000014401Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14402
14403 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14404 engine, should be far more stable, incorporated a new version of
14405 preceding/following axis, need testing
14406 * uri.c: fixed file:///c:/a/b/c problem
14407 * test/XPath/tests/idsimple: augmented the XPath tests
14408
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014409Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14410
14411 * doc/* rebuilding docs for 2.2.4 release
14412
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014413Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14414
14415 * configure.in: releasing 2.2.4
14416 * parser.[ch]: added xmlStrEqual()
14417 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14418 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14419 use xmlStrEqual instead
14420 * TODO: updated
14421 * added an XPath test
14422
Daniel Veillardbc765302000-10-01 18:23:35 +000014423Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14424
14425 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14426 * entities.h: exported xmlInitializePredefinedEntities
14427 * parser.[ch] : added xmlInitParser()
14428 * parserInternals.h : had to export htmlInitAutoClose()
14429
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014430Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14431
14432 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14433 problems
14434 * Makefile.am : added XPath regression tests to normal tests
14435 * uri.c: fixed a problem with local paths, cleanup
14436 * parser.c: fixed a problem with large CData sections
14437
Daniel Veillardd2ade932000-09-30 14:39:55 +000014438Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14439
14440 * configure.in xml-config.in: patch from "Ben Taylor"
14441 <sol7x86@hotmail.com> for solaris shared libs lookup
14442
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000144432000-09-30 Martin Baulig <baulig@suse.de>
14444
14445 * libxml-2.0.pc.in: Provide pkg-config script.
14446
14447 * configure.in: Create the libxml-2.0.pc script from the
14448 libxml-2.0.pc.in templates.
14449 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014450 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014451
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014452Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14453
14454 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14455 when compiling with MSC
14456
Daniel Veillard46057e12000-09-24 18:49:59 +000014457Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14458
14459 * xpath.c: patch for normalize-string() substring-before(),
14460 substring-after() and translate() functions from Bjorn Reese
14461 <breese@mail1.stofanet.dk>
14462 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14463 Fredrik Hallenberg <hallon@lysator.liu.se>
14464 * TODO: updated
14465
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014466Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14467
14468 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14469 problem of socklen_t being undefined on a number of platforms
14470 * debugXML.c: fixed a compilation problem when without snprintf
14471
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014472Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14473
14474 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14475 an URI bug and a fix for the control-character-induced infinite loop
14476 * nanohttp.c: preventive fix for compiling on WIN32
14477
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014478Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14479
14480 * xmlint.c: closing bug #25000
14481
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014482Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14483
14484 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14485 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14486 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14487 related function, fixing xmlStrncmp(), and associated cleanup
14488 * result/HTML/entities.html.sax: updating result
14489
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014490Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14491
14492 * uri.c: applied patch for URI escaping from Wayne Davison
14493 <wayned@blorf.net>
14494 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14495 from Denis Barbier <barbier@imacs.polytechnique.fr>
14496 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14497 patch from Wayne Davison
14498
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014499Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14500
14501 * doc/xml.html : updated with new releases, adding "how to help"
14502
Daniel Veillard04698d92000-09-17 16:00:22 +000014503Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14504
14505 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14506 removed a few warnings in pedantic mode ...
14507 * parserInternals.c parser.c: moved encoding switching function
14508 to parserInternals.c
14509 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14510
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014511Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14512
14513 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14514 error or warning handlers
14515
Daniel Veillardb1059e22000-09-16 14:02:43 +000014516Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14517
14518 * parserInternals.c parserInternals.h parser.c Makefile.am:
14519 created a new module parserInternals.c, moved most of the
14520 code shared by the various parsers there, as well as
14521 deprecated code from parser.c. More cleanup of parser.c
14522 * uri.c: fixed a problem when URI is NULL
14523 * valid.c: speedup when looking for an attribute declaration
14524
Daniel Veillard39c7d712000-09-10 16:14:55 +000014525Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14526
14527 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14528 the cleanup of the computation of URI references when seeking
14529 external entities. The URI reference string and the resulting
14530 URI are both stored now.
14531 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14532 large s(n)printf checks and cleanup from Denis Barbier
14533 <barbier@imacs.polytechnique.fr>
14534 * xmlversion.h.in tree.h: couple of SGML declarations for a
14535 possible docbook module.
14536 * result/VC/ : a couple of test output changed due to the change
14537 of the entities URI
14538
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014539Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14540
14541 * parser.h: added a _private field for linking user's data
14542
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014543Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14544
14545 * parser.c parserInternals.h: demacroified most of the IS_XXX
14546 the gain in size is significant so ...
14547
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014548Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14549
14550 * entities.c: cases where looking up entities with doc==NULL
14551 covered
14552
Daniel Veillard90e11312000-09-05 10:42:32 +000014553Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14554
Daniel Veillard1de50802000-09-07 08:54:32 +000014555 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014556 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14557
Daniel Veillard98a79162000-09-04 11:15:39 +000014558Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14559
Daniel Veillard1de50802000-09-07 08:54:32 +000014560 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014561 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14562 * Makefile.in: added URItest and included thenin "make tests"
14563
14564Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014565
14566 * xmlversion.h.in: closed bug 22941
14567
Daniel Veillard2bb89092000-08-31 14:57:50 +000014568Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14569
14570 * doc/xmlio.html: added doc and example for entity loader
14571 redefinition.
14572
Daniel Veillard96984452000-08-31 13:50:12 +000014573Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14574
14575 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14576 used by libxml
14577
Daniel Veillarde715dd22000-08-29 18:29:38 +000014578Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14579
14580 * parser.c: Fixed bug on invalid ontent characters and when using
14581 push.
14582 * xmllint.c: fixed xmllint endling of errors in push mode
14583
Daniel Veillard4948eb42000-08-29 09:41:15 +000014584Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14585
14586 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014587 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014588 * result/HTML/*.sax: regenerated HTML SAX output
14589 * parser.c: more cleanup.
14590
Daniel Veillarde010c172000-08-28 10:04:51 +000014591Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14592
14593 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014594 patches from Wayne Davison <wayned@users.sourceforge.net>,
14595 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014596 * HTMLparser.c: fixed an ignorable white space detection bug
14597 occuring when parsing with SAX only
14598 * result/HTML/*.sax: updated since the output is now HTML
14599 encoded...
14600
Daniel Veillard47f3f312000-08-27 22:40:15 +000014601Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14602
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014603 * HTMLparser.[ch]: applied some of Wayne Davison
14604 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014605
Daniel Veillarde0854c32000-08-27 21:12:29 +000014606Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14607
14608 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14609 undeclared namespace prefix was used, added a warning.
14610 Cleaned up support w.r.t. entities, spilling out a warning
14611 and being pedantic on lookups.
14612 * test/warning/ent9 : added testcase for previous example.
14613 * TODO: updated
14614 * parserInternals.h parser.c: changed the way names are parsed
14615 now allow infinite size and decrease penalty for normal use
14616 * parser.c: Started a big cleanup/check of the parser code,
14617 fixed some of the most tortuous entity code, spotted code
14618 unused anymore
14619 * test/*: added tests for very long names and related nasty
14620 things.
14621
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014622Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14623
14624 * doc/encoding.html: added encoding aliases doc
14625 * doc/xml.html: updates
14626 * encoding.[ch]: added EncodingAliases functions
14627 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14628 bottleneck affecting large DTDs like Docbook
14629 * parser.[ch] xmllint.c: added a pedantic option, will be
14630 useful
14631 * SAX.c: redefinition of entities is reported in pedantic mode
14632 * testHTML.c: uninitialized warning from gcc
14633 * uri.c: fixed a couple of bugs
14634 * TODO: added issue raised by Michael
14635
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014636Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14637
14638 * doc/encoding.html: propagated Martin Duerst suggestions
14639
Daniel Veillard52402ce2000-08-22 23:36:12 +000014640Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14641
14642 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14643 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14644 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14645 by Wayne Davison
14646
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014647Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14648
14649 * nanoftp.c nanohttp.c: small cleanup
14650 * TODO: updated
14651
Daniel Veillard244ece92000-08-19 20:58:02 +000014652Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14653
14654 * added an old VC testcase and updated title.xml entity
14655
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014656Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14657
14658 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14659 done on auto-opening of <p> tags and cleanup of SAX output
14660
Daniel Veillard979e55e2000-08-19 16:48:54 +000014661Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14662
14663 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14664
Daniel Veillard4540be42000-08-19 16:40:28 +000014665Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14666
14667 * doc/xml.html libxml.* structure.*: updated the doc a bit
14668
Daniel Veillard808a3f12000-08-17 13:50:51 +000014669Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14670
14671 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14672 of SAX tests
14673
Daniel Veillard29579362000-08-14 17:57:48 +000014674Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14675
14676 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14677 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14678
Daniel Veillard1255ab72000-08-14 15:13:33 +000014679Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14680
14681 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14682 * testHTML.c: fix core dump on Solaris 2.x systems
14683 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14684 * result/HTML/*.sax: previous bug fix lead to new results
14685
Daniel Veillard03109292000-08-14 14:58:22 +000014686Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14687
14688 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14689 * configure.in: added --with-readline=DIR to accept alternate
14690 path for readline include/library
14691 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14692 for ANSI under HP-UX
14693 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14694 includes @LIBS@
14695
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014696Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14697
14698 * doc/* : rebuilt the docs
14699 * getting ready for 2.2.2 release
14700
Daniel Veillard87b95392000-08-12 21:12:04 +000014701Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14702
14703 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14704 and xmlAddFeature()
14705 * tree.[ch]: added xmlAddChildList()
14706 * xmllint.c: MAP_FAILED macro test
14707 * parser.h: added xmlParseCtxtExternalEntity()
14708 * valid.c: applied bug fixes removed warning
14709 * tree.c: added CDATA block to elements content
14710 * testSAX.c: cleanup of output
14711 * testHTML.c: added SAX testing
14712 * encoding.c: better error recovery
14713 * SAX.c, parser.c: fixed one of the external entity processing
14714 of the OASis testsuite
14715 * Makefile.am: added HTML SAX regression tests
14716 * configure.in: bumped to 2.2.2
14717 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14718 SAX results
14719
Daniel Veillard88a172f2000-08-04 18:23:10 +000014720Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14721
14722 * configure.in: patch for HP compiler
14723
147242000-08-04 Sven Heinicke <sven@zen.org>
14725
14726 * xmllint.c: Was coredumping sometimes when the file given didn't
14727 exist.
14728
Daniel Veillard46e370e2000-07-21 20:32:03 +000014729Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14730
14731 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014732
Daniel Veillard46e370e2000-07-21 20:32:03 +000014733 when using in memory parsing. Need some cleanup.
14734 * xmllint.c configure.in: added a --memory flag to test memory
14735 parsing
14736
Daniel Veillard36650692000-07-21 15:16:39 +000014737Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14738
14739 * nanohttp.c: fixed socklen_t replacement to unsigned int
14740 * parser.c: fixed a space handdling missing at the end of
14741 production 28 DOCTYPE.
14742 * xmlmemory.c: fixed a stupid bug on the routine to override
14743 allocation functions
14744 * TODO: updated
14745
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014746Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14747
14748 * doc/ regenerated the docs
14749
Daniel Veillard32bc74e2000-07-14 14:49:25 +000014750Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14751
14752 * doc/encoding.html doc/xml.html: added I18N doc
14753 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
14754 improvements, both parser and filters, added ASCII & HTML,
14755 fixed the ISO-Latin-1 one
14756 * xmllint.c testHTML.c: added/made visible --encode
14757 * debugXML.c : cleanup
14758 * most .c files: applied patches due to warning on Windows and
14759 when using Sun Pro cc compiler
14760 * xpath.c : cleanup memleaks
14761 * nanoftp.c : added a TESTING preprocessor flag for standalong
14762 compile so that people can report bugs more easilly
14763 * nanohttp.c : ditched socklen_t which was a portability mess
14764 and replaced it with unsigned int.
14765 * tree.[ch]: added xmlHasProp()
14766 * TODO: updated
14767 * test/ : added more test for entities, NS, encoding, HTML, wap
14768 * configure.in: preparing for 2.2.0 release
14769
Daniel Veillard49703262000-07-10 10:27:46 +000014770Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14771
14772 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000014773 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000014774
Daniel Veillard306be992000-07-03 12:38:45 +000014775Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14776
14777 * doc/xml.html: changed the xmlsoft.org structure, updated the
14778 examples w.r.t. root and childs
14779
Daniel Veillard7d853352000-07-02 18:53:09 +000014780Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14781
Daniel Veillard784b9352003-02-16 15:50:27 +000014782 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000014783
Daniel Veillard365e13b2000-07-02 07:56:37 +000014784Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14785
14786 * HTMLparser.c: Work on character encoding support for the HTML parser
14787 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
14788 * encoding.c: Fixed a potential memleak in the encoding stuff
14789
Daniel Veillardaf743792000-07-01 11:49:28 +000014790Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14791
14792 * doc/FAQ.html doc/Makefile.am : added a FAQ
14793
14794Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000014795
14796 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
14797 of the HTML parser to force it to not bypass SAX
14798
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000014799Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14800
14801 * win32config.h.in: updated
14802 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
14803 lacks iconv support :-( need to release 2.1.1
14804 * configure.in: release 2.1.1
14805 * HTMLparser: fixed bug #14784
14806 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
14807 by Windows compiler
14808 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
14809 the SAX startDocument() callback.
14810 * TODO: updated
14811
14812Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14813
14814 * added xmlStopParser()
14815
Daniel Veillardbe803962000-06-28 23:40:59 +000014816Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14817
14818 * configure.in: 2.1.0 prerelease
14819 * Large resync between W3C and Gnome tree
14820 * nanoftp, nanohttp.c: fixed stalled connections probs
14821 * HTMLtree.c SAX.c : support for attribute without values in
14822 HTML for andersca
14823 * valid.c: Fixed most validation + namespace problems
14824 * HTMLparser.c: start document callback for andersca
14825 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
14826 * parser.h, SAX.c: serious speed improvement for large
14827 CDATA blocks
14828 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
14829 different encoding
14830 * example/Makefile.am example/gjobread.c tree.h: work on
14831 libxml1 libxml2 convergence.
14832 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
14833 and the LIBXML_TEST_VERSION macro
14834
Daniel Veillardc310d562000-06-23 18:32:15 +000014835Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14836
14837 * doc/xml.html: various patches and improvements typo fixed by
14838 Felix Natter
14839 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
14840 from Felix Natter <fnatter@gmx.net>
14841
Daniel Veillardf3029822000-05-06 08:11:19 +000014842Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14843
14844 * doc/upgrade.html: updated with instructions for support of both
14845 libxml-1.x and libxml-2.x
14846 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
14847 for 2.x support and also fixed includes
14848
14849
Daniel Veillard496a1cf2000-05-03 14:20:55 +000014850Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14851
14852 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
14853 the encoding support, added iconv support, so now libxml if
14854 compiled with iconv automatically support japanese encodings
14855 among others. Work based on initial patch from Yuan-Chen Cheng
14856 I may have broken binary compat in the encoding handler
14857 registration scheme, but that was so utterly broken I don't
14858 expect anybody to have used this feature until now.
14859 * parserInternals.h: fixup on the CHAR range macro
14860 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
14861 code.
14862 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
14863 * uri.c: added xmlParseURI() I can't believe I forgot to
14864 implement this one in 2.0 !!!
14865 * SAX.c: moved doc->encoding update in the endDocument() call.
14866 * TODO: updated.
14867
Daniel Veillard06047432000-04-24 11:33:38 +000014868Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14869
14870 * tree.h: removed extraneous xmlRemoveProp definition
14871 * TODO: added item about --disable-corba configure switch
14872 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
14873 * nanoftp.c: fixed include problems giving troubles on AIX and
14874 slowlaris
14875 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
14876 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
14877 comment and headers changes to lower gtk-doc number of warnings
14878 * doc/html/*: rebuilt docs
14879
Daniel Veillarde0aed302000-04-16 08:52:20 +000014880Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14881
14882 * HACKING: documented the tag for 1.x and instructions
14883
Daniel Veillard5e873c42000-04-12 13:27:38 +000014884Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14885
14886 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
14887 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
14888 xmlCreateIOParserCtxt
14889 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
14890 significant overall improvement
14891 * xmllint.c: added I/O test to xmllint
14892 * testSAX.c: added a speed test
14893 * doc/* : updated/regenerated
14894
Daniel Veillardfc708e22000-04-08 13:17:27 +000014895Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14896
14897 * xpath.c uri.h parserInternals.h: cosmetic changes from
14898 "Timur I. Bakeyev" <timur@bat.ru>, including making
14899 xmlCreateURI() public
14900
Daniel Veillard5d211f42000-04-07 17:00:24 +000014901Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14902
14903 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
14904 and the code at the same time. Added a clean mechanism for
14905 overload or added input methods: xmlRegisterInputCallbacks()
14906 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
14907 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
14908 * TODO: updated
14909 * doc/* : updated/regenerated
14910 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
14911 source dir
14912
Daniel Veillarde77a9182000-04-05 19:12:29 +000014913Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14914
14915 * testURI.c: yet another forgotten commit, I should get some sleep !
14916
Daniel Veillardce8b83b2000-04-05 18:38:42 +000014917Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14918
14919 * xmllint.c: forgot to commit this too ?
14920
Daniel Veillardb9df4042000-04-05 14:23:16 +000014921Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14922
14923 * xmlversion.h.in : forgot to commit this previously
14924
Daniel Veillard361d8452000-04-03 19:48:13 +000014925Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14926
14927 * configure.in: preparing libxml-2.0.0 version looks Ok so far
14928 * README TODO: updated for release
14929 * uri.c uri.h: added authority parsing/saving
14930 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
14931 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
14932 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
14933 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
14934 Makefile.am : added compile-time customization of libxml
14935 --with-ftp --with-http --with-html --with-xpath --with-debug
14936 --with-mem-debug
14937 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
14938 #include <libxml/xxx.h> I hope it won't break too much stuff
14939 and will be manageable in the future...
14940 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
14941 and added xmllint to the installed programs
14942 * uri.h: added xmlFreeURI()
14943
Daniel Veillardec303412000-03-24 13:41:54 +000014944Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14945
14946 * uri.c uri.h: finished the escaping handling, the base support
14947 and the URI path normalization. Looks good just lacks the
14948 authority content parsing code.
14949 * Makefile.am: added instructions to generate testURI
14950 * TODO: updated
14951 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
14952 added links and icons for W3C and Gnome
14953
Daniel Veillard8f621982000-03-20 13:07:15 +000014954Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14955
14956 * xmlmemory.[ch] : seems I forgot to actually update the files in
14957 the last commit :-)
14958 * doc/xml.html doc/html/* : updated and uploaded the docs
14959
Daniel Veillard3dd82e72000-03-20 11:48:04 +000014960Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14961
14962 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
14963 * TODO: updated
14964 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000014965 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000014966 gfree).
14967 * Makefile.am, uri.c, uri.h: added a set of functions to do
14968 exact (litteraly copied from the RFC 2396 productions) parsing
14969 and handling of URI. Will be needed for XLink, one XML WFC,
14970 XML Base and reused in the nano[ftp/http] modules. Still work
14971 to be done.
14972
Daniel Veillardedfb29b2000-03-14 19:59:05 +000014973Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14974
14975 * configure.in, libxml.spec.in : libxml2
14976 * doc/* : updated the doc page, rebuilt the docs
14977
Daniel Veillardcf461992000-03-14 18:30:20 +000014978Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14979
14980 * all: tagged LIB_XML_1_X
14981 * *.c *.h : updated from W3C CVS tree
14982 * configure.in : 2.0.0-beta
14983 * libxml.spec.in : libxml2 package nam
14984 * result/* : new version of the tests output
14985
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000014986Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14987
14988 * doc/xml.html, doc/update.html: updated docs, 1.8.7
14989
Daniel Veillardb566ce12000-03-04 11:39:42 +000014990Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14991
14992 * doc/* : rebuilt the docs
14993 * parser.c: final patch on #6766
14994 * valid.c: small patch on validity checks.
14995
Daniel Veillardfb76c402000-03-04 11:39:42 +000014996Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14997
14998 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
14999 added
15000 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15001 compatibility w.r.t. XML spec and existing code.
15002
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015003Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15004
15005 * parser.c: seems a better solution to <a> </a> exists,
15006 will try it for a while
15007
Daniel Veillard83a30e72000-03-02 03:33:32 +000015008Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15009
15010 * parser.c: tried to remove the <a> </a> generating <a/>
15011 this is hard. Left a flag for that purpose. Fixed bug #6766
15012 * configure.in: prepared 1.8.7 not released, due to previous
15013 problem
15014
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015015Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15016
15017 * doc/xml.html : applied second patch from Paul DuBois
15018
Daniel Veillard402e8c82000-02-29 22:57:47 +000015019Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15020
15021 * doc/xml.html : applied patch from Paul DuBois
15022
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015023Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15024
15025 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15026
Daniel Veillard5feb8492000-02-02 17:15:36 +000015027Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15028
15029 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15030 compilation warnings on various platforms.
15031 * parser.c: Fixed #5281 validity error callbacks are now desactived
15032 by default if not validating.
15033
Daniel Veillardf341f932000-02-02 14:52:08 +000015034Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15035
15036 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15037
Daniel Veillard13c757e2000-02-01 23:59:15 +000015038Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15039
15040 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15041 <gkatsi@cs.toronto.edu>
15042
Daniel Veillard726e8792000-01-30 20:04:29 +000015043Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15044
15045 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15046 processing URLs
15047
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015048Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15049
15050 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15051 xmlNanoFTPUpdateURL for persistent control connections.
15052 * configure.in: 1.8.6
15053
15054Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15055
15056 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15057 * tree.[ch] : added xmlSaveNoEmptyTags
15058
James Henstridgef3be9312000-01-28 13:59:21 +0000150592000-01-29 James Henstridge <james@daa.com.au>
15060
15061 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15062
15063 * Makefile.am: added nanoftp.[ch] to the build.
15064
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015065Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15066
15067 * nanoftp.[ch]: cleanup, comments, API
15068 * debugXML.c : fixed a bug in the cat command
15069 * doc/*: regenerated the docs
15070
Daniel Veillardda07c342000-01-25 18:31:22 +000015071Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15072
15073 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15074 * debugXML.c : fixed a bug in the cat command
15075 * valid.c: fixing some small probs
15076 * libxml.spec.in: get rid of the SNAP suffix
15077 * doc/xml.html: updated the status
15078
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015079Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15080
15081 * xml-config.in: xml-config --version to just return the
15082 version number
15083 * xpath.c: some cleanup w.r.t. axis when the current node is
15084 an attribute.
15085 * TODO: updated
15086
Daniel Veillard461a66c2000-01-18 18:01:01 +000015087Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15088
15089 * configure.in: prepared for libxml-1.8.5
15090 * doc/* recompiled the documentation
15091
150922000-01-17 Jody Goldberg <jgoldberg@home.com>
15093
15094 * configure.in : WARNING autoconf subtlety alert :
15095 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15096 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15097 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15098 get defined by AC_CHECK_HEADERS.
15099
Daniel Veillardf967b902000-01-17 16:06:10 +000015100Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15101
15102 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15103 Rune.Djurhuus@fast.no
15104
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015105Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15106
15107 * TODO: updated
15108 * tree.c, parser.c: made sure that only memory alloc problems
15109 and internal parser errors are allowed to write to stdout or
15110 stderr.
15111
Daniel Veillard0142b842000-01-14 14:45:24 +000015112Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15113
15114 * tree.c : restored xmlNewGlobalNs since this seems used by
15115 a lot of existing code :-(, fixed a bug in xmlNewNs
15116 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15117 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15118 to exit() from the library code.
15119 * xpath.c, parser.c: removed bugs or unused code detected by
15120 Windows compilers
15121 * parser.c: started adding interfaces for parsing well balanced
15122 XML fragments
15123 * configure.in: releasing 1.8.4
15124 * doc/* : rebuilt the docs
15125
Daniel Veillard2eac5032000-01-09 21:08:56 +000015126Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15127
15128 * tree.[ch] : added xmlNewDocFragment() for DOM
15129 * testHTML.c: uninitialized variable.
15130
Daniel Veillardf3a73582000-01-05 14:58:39 +000015131Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15132
15133 * doc/* : rebuild the docs
15134
Daniel Veillard71b656e2000-01-05 14:46:17 +000015135Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15136
15137 * acconfig.h: readline and history patch
15138 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15139 * tree.c: added check and handling when possibly removing an ID
15140 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15141 and saving.
15142 * test/HTML/entities.html result/HTML/entities.html* : test for
15143 various entities reference cases
15144 * result/HTML/* : as a result output of some testcase have
15145 changed
15146 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15147 by previous example. added xmlParseTryOrFinish().
15148 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15149 entities.h debugXML.h HTMLparser.h: changed the way struct are
15150 declared to allow gtk-doc to expose those
15151 * parser.c: closed bug #4960
15152 * Makefile.am configure.in: Applied patch from
15153 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15154 and math/socket libs detection
15155
Daniel Veillard437b87b2000-01-03 17:30:46 +000015156Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15157
15158 * configure.in, Makefile.am: link tester against readline
15159 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15160
Daniel Veillard686d6b62000-01-03 11:08:02 +000015161Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15162
15163 * tree.[ch]: added xmlRemoveProp
15164 * win32config.h.in nanohttp.c: avoid including the Windows
15165 socket stuff in every C files
15166 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15167 the XmL parser(s)
15168 * test/ns4 result/ns4 etc...: added test case for previous prob
15169 * tree.c: xmlNewNs wasn't checking for double definition
15170 * Makefile.in: fixed a problem with dist-hook duplicates
15171 * parser.[hc], xmlIO.c: fixed the loading of external entities
15172 APIs, now xmlLoadExternalEntity() is used everywhere and
15173 setting up an app specific front-end using the
15174 * SAX.c parser.c: some fixes, now the xhtml spec validates
15175 with the xhtml DTD.
15176 * error.c: fixed crashes in case of no input stream
15177 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15178 to the validation tests and results
15179
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015180Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15181
15182 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15183 too htmlCreatePushParserCtxt() and htmlParseChunk()
15184 * parser.c: a bit of cleanup.
15185 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15186 to XML) removed the last mem leak known
15187 * HTMLtree.c: output message cleanup
15188 * xmlmemory.c: display content info about memory blocks
15189 * result/HTML/wired.* : missing att value warning change
15190
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015191Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15192
15193 * doc/* : rebuilt the documentation
15194
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015195Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15196
15197 * parser.[ch] parserInternals.h: Push parser for XML,
15198 seems to work fine now
15199 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15200 --push for push testing
15201 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15202 * testSAX.c: added --push
15203 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15204 subtree
15205 * xmlIO.[ch] : enriched API + fixes for push mode
15206 * entities.[ch]: added the entity content length to the struct.
15207 * xmlmemory.[ch]: new API to show the last entries for the shell
15208 * valid.c: added required attribute testing
15209 * SAX.c: the cdata callback now merge contiguous fragments
15210 * HTMLparser.c: cleanup of some macros
15211
Daniel Veillard3c558c31999-12-22 11:30:41 +000015212Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15213
15214 * parser.c: fix for PIs name starting with xml
15215 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015216 * *.c, configure.in win32config.h.in : generate win32config.h for
15217 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015218
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015219Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15220
15221 * parser.c: fixed a stupid = vs. == bug :-(
15222 * doc/gnome-xml.sgml: s/glade/xml/
15223
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015224Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15225
15226 * configure.in, doc/xml.html : bug fix release 1.8.2
15227 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15228 Hopefully the end of that silly C++ include problem
15229 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15230 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15231 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15232 troubles with autoclosed elements when the stree shape doesn't
15233 follow the DtD specs. Added htmlIsAutoClosed() and
15234 htmlAutoCloseTag()
15235 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15236 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15237 * debugXML.c: fixed a bug on printing default namespaces.
15238 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15239
Daniel Veillardb24054a1999-12-18 15:32:46 +000015240Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15241
15242 * result/HTML/*.htm[l] : updated the HTML regression tests according
15243 to the new output
15244 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15245 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15246 problem due to intermix of extern "C" { ... } declarations for C++
15247 and recursive includes in the headers
15248
Chris Lahey323c48c1999-12-18 15:32:45 +0000152491999-12-20 Chris Lahey <clahey@umich.edu>
15250
15251 * HTMLtree.c: Made it so that html nodes with a single child do
15252 not insert a carriage return before or after the child node.
15253
Daniel Veillardb24054a1999-12-18 15:32:46 +000015254Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015255
15256 * configure.in, doc/xml.html : bug fix release 1.8.1
15257 * parser.c: fixed bug #4344
15258 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15259 added the glue to avoid C++ problems
15260 * doc/* : regenerated the documentation
15261
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015262Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15263
15264 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15265 namespace recognition, and Dia as a resul :-(
15266 * encoding.c: closed bug #3950
15267
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015268Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15269
15270 * valid.c: debugging a posteriori validation, except URI expansion
15271 stuff this should be fixed now
15272 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15273 Carl Nygard <cnygard@bellatlantic.net>
15274 * tester.c: added --postvalid, cleaning of the code
15275 * tree.[ch]: added xmlDocGetRootElement()
15276
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015277Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15278
15279 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15280 c++ losage.
15281
Daniel Veillard10a2c651999-12-12 13:03:50 +000015282Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15283
15284 * configure.in, doc/xml.html : bumped to 1.8.0
15285 * xlink.[ch], Makefile.am : added framework for link detection
15286 * parser.h: added nbChars to parser context, needed for cleanup.
15287 * xmlmemory.c: removed a nasty bug when out of mem
15288 * valid.[ch]: adding namespace support for attribute decl
15289 * tester.c: added --debugent option
15290 * debugXML.[ch]: added xmlDebugDumpEntities()
15291 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15292 buffers instead, this was really needed, validation was breaking
15293 in strange ways due to that. Added xmlParseStringPEReference()
15294 and other parsing from strings functions. Entities processing
15295 modified again, but PERef are still not handled correcly but
15296 unless you're Eve Maller you won't notice :-)
15297 * HTMLparser.c: large changes toward reliability, and switched to
15298 lowercase internal tags, XHTML is lowercase, so it will help
15299 that output is closer to next version.
15300 * doc/* : regenerated the documentation, it is now hosted at
15301 http://xmlsoft.org/ (same bits I just bought the domain :-)
15302
15303
Daniel Veillard294cbca1999-12-03 13:19:09 +000015304Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15305
15306 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15307 doc generation
15308 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15309 in the SAX API
15310 * doc/*: rebuilt the doc making sure everything appears in the
15311 HTML files
15312
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015313Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15314
15315 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15316 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15317 which allow impressive speed improvement on dataset with
15318 large text pieces, but at the cost of broken binary
15319 compatibility and slightly bigger memory usage.
15320 Configure with --with-buffers to activate them, they
15321 are protected with XML_USE_BUFFER_CONTENT define.
15322 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15323 goal is 0 memory left allocated once parser is no more used
15324 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15325 call xmlCleanupParser() and xmlMemoryDump()
15326
Daniel Veillarda819dac1999-11-24 18:04:22 +000015327Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15328
15329 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15330 * parser.[ch] encoding.[ch]: added memory cleanup routines
15331 * parser.c: closing bug #3788
15332 * doc/*: rebuilt the doc
15333
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015334Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15335
15336 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15337 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15338 * tester.c: added --compress option
15339 * doc/*: rebuilt the documentation
15340
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015341Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15342
15343 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15344 if given /proc/kcore as input !
15345 * doc/xml.html doc/*: updated and rebuilt the documentation
15346
15347Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015348
15349 * parser.c: Fixed some wrongly space collapsing code due to
15350 a misreading of the spec.
15351 * result/*: fixed the output accordingly
15352
15353Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015354
15355 * encoding.c: bug fix and typos
15356 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15357 * parser.c: added attribute normalization closing bug #3597
15358 * test/att* result/att* SAXresult/att*: testcase for attribute
15359 normalization
15360
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015361Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15362
15363 * configure.in: closing bug #3163 by adding extra flags for the
15364 cc compiler on HP-UX
15365
Daniel Veillard51e3b151999-11-12 17:02:31 +000015366Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15367
15368 * valid.[ch] : removed a typo and an enumerated type bug in the
15369 xmlAddElementDecl() function
15370 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15371 call to xmlEncodeEntitiesReentrant() so that the functions
15372 New, Set and Get are at the same level.
15373 * parser.c HTMLparser.c: extra memory allocation bug for
15374 attributes detected by someone using libxml in embedded systems :-)
15375
Daniel Veillard962195f1999-10-28 15:51:53 +000015376Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15377
15378 * xmlmemory.h: turned off mem debug :-\
15379
Daniel Veillard35008381999-10-25 13:15:52 +000015380Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15381
15382 * parser.c: closed bug #2784 a one line fix, but worth pushing
15383 a new release out
15384 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15385 some structures, comments before and after the
15386 main element, and other nastyness
15387 * HTMLtree.c tree.c: accomodate the extended HTML supported
15388 * configure.in: pushing 1.7.4
15389 * test/ent8 and related outputs : added a new test for bug #2784
15390 * test/HTML/wired.html and related output: a nasty HTML example
15391 * Makefile.am: improved the test scripts
15392 * docs/* : reran the documentation extractor, updated xml.html
15393
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015394Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15395
15396 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15397 HTMLparser and debugged the HTML related code. HTML documents
15398 now have their own type
15399 * entities.c: do not dump &apos; for HTML output
15400 * xmlmemory.c: improvement, breakpoint mechanism
15401 * testHTML.c: added --sax --repeat ...
15402 * Makefile.am: improved the HTML tests
15403 * valid.[ch]: added xmlValidGetValidElements and
15404 xmlValidGetPotentialChildren
15405 * tester.c: added --insert to test the 2 new functions
15406 * test//* result//* SAXresult//* : regression test cleanup
15407 and extension.
15408 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15409 gnome-xml-nanohttp.html
15410
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015411Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15412
15413 * HTMLparser.c: fixed problems with some autoclose tags
15414 * tree.c: fixed XML output problems.
15415 * result/* SAXresult/*: update of the tests output
15416
Daniel Veillard6077d031999-10-09 09:11:45 +000015417Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15418
15419 * Makefile.am: Arturo patch for xmlConf.sh version info
15420 * parser.c: Tim Josling patch for single quoted items
15421 * tester.c: Tim Josling patch for tester options usage
15422 * tree.h: indent cleanup
15423
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015424Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15425
15426 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15427 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15428
Daniel Veillard00fdf371999-10-08 09:40:39 +000015429Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15430
15431 * tree.c : Raph patch for initialization of CORBA fields
15432 * parser.c, xpath.c, ...: modification of doc comments
15433 * xpath.c : allow spaces in xpath expressions
15434
Daniel Veillardad219441999-09-27 08:17:49 +000015435Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15436
15437 * xmlmemory.h: turning off memory debug :-(
15438
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015439Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15440
15441 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15442 better SAX interfaces.
15443 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15444 entity.
15445 * configure.in: 1.7.2
15446
15447Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015448
15449 * libxml.spec.in: fixed the URL
15450 * doc/xml.html: improved the documentation front-end
15451
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015452Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015453
15454 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15455
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015456Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015457
15458 * libxml.spec.in: fixed the alpha compile problem
15459 * parser.[ch]: changed errno to errNo in the parser context :-(
15460 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15461 * doc/xml.html: changed CHAR to xmlChar
15462 * doc/html/*: recompiled the documentation
15463 * configure.in: 1.7.1
15464
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015465Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15466
15467 * parser.h: modified the parser context struct to regain 1.4.0
15468 binary compatibility
15469 * parser.c, xml-error.h: added errno ot teh context and defined
15470 a set of errors values with update of errno
15471 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15472 DTDs and entities
15473 * *.h, *.c: complete cleanup of the use of config.h and include
15474 protection depending on the current setup.
15475 * overalll debugging, maintenance and bug-fixing on all modules
15476 * updated the documentation
15477 * ready for 1.7.0
15478
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015479Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15480
15481 * HTMLparser.c : cleanup
15482 * SAX.c valid.c valid.h: added ID/IDREF checking
15483 * tree.c tree.h: extended doc structure for refs
15484 * configure.in: 1.6.2
15485 * parser.c: patched bug in SAX user arg call
15486 * parserInternals.h: patched missing close in C++ wrapping
15487 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15488 especially upcoming XPointer implementation.
15489 * doc/xml.html: augmented, typo
15490
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015491Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15492
15493 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15494 not all invocations of install understand -d.
15495
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015496Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15497
15498 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15499 to make 'check' works, when builddir != srcdir.
15500
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015501Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15502
15503 * doc/xml.html : updated the documentation
15504
Daniel Veillard6454aec1999-09-02 22:04:43 +000015505Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15506
15507 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15508 not deallocated memory blocks
15509 * *.c : replaces all calls to malloc() free() and realloc() to
15510 the wrapper functions/macros
15511 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15512 instead of xmlFreeNodeList()
15513
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015514Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15515
15516 * HTMLparser.c: corrected a stupid bug leading to core dump at
15517 tree deallocation. Removed warnings indicated by
15518 Stephane.Conversy@lri.fr
15519 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15520 looked for in the external subset
15521
15522Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015523
15524 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15525 on SGI by Stephane.Conversy@lri.fr
15526
Daniel Veillardb96e6431999-08-29 21:02:19 +000015527Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15528
15529 * all .h : changed the prototype declaration indent as in gtk
15530 * most .c : working on reducing the TODOs in the code
15531 * most .c : cleanup though -pedantic and Insure++
15532 * improvements on validation ID checkings.
15533 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15534 * xml-config.in: closed #1810
15535
15536Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015537
15538 * tree.h, valid.c, valid.h: more work on validity, IDs
15539 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15540 definition for AIX
15541
Daniel Veillardb556eb51999-08-15 17:19:50 +000015542Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15543
15544 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15545 the distribution due to a cut'n paste error at last commit
15546
Daniel Veillardb05deb71999-08-10 19:04:08 +000015547Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15548
15549 * configure.in: upgraded to version 1.4.0
15550 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15551 Big update, added a large part of the validation process,
15552 it should be usable, but some parts are missing
15553 * xpath.c: improved the implementation w.r.t. root.
15554 * Makefile.am: added more tests
15555 * test and result trees: added a lot of tests
15556 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15557
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015558Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15559
15560 * Added an HACKING file
15561
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015562Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15563
15564 * xpath.[ch] : improvements and debug of the XPath implementation
15565 * parser.c, HTMLparser.c : modified the parsers to be progressive
15566 * tree.[ch] : extended the Buffer promitives
15567 * xmlIO.[ch] : added basic I/O routines providing progressive
15568 parsing and ready for I18N conversion plugins
15569 * SAXresult/* : the SAX callback sequence maybe slightly different
15570 now
15571 * test*.c : improved/updated the tests programs
15572 * doc/* : recompiled the docs.
15573
Daniel Veillard15b75af1999-07-26 16:42:37 +0000155741999-07-26 Michael Meeks <michael@edenproject.org>
15575
15576 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15577
15578 * tree.c: Ditto.
15579
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015580Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15581
15582 * configure.in: upgraded to version 1.4.0
15583 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15584 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15585 XML query language, see http://www.w3.org/TR/xpath for more details.
15586 * parser.c, parser.h: added CHAR* related string functions for XPath
15587 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15588 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15589 rebuild the docs.
15590 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15591 and regression testing capabilities for XPath.
15592
Daniel Veillardd79d7871999-07-12 10:38:12 +000015593Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15594
15595 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15596 closing bug #1646
15597
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015598Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15599
15600 * Makefile.am, example/Makefile.am: closed bug #1683
15601
Daniel Veillard3166ab11999-07-11 16:14:19 +000015602Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15603
15604 * example/Makefile.am, configure.in: added the makefile for the
15605 gjobread example
15606
Tomasz KĹ‚oczkoa75b6b31999-07-10 12:21:13 +000015607Sat Jul 10 14:19:11 CEST 1999 Tomasz KÂłoczko <kloczek@pld.org.pl>
15608
15609 * doc/Makefile.am:
15610 - fix which allow "make install DESTDIR=</install/prefix>".
15611
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015612Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15613
15614 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15615 which fixed a problem on the file reading-code.
15616
Daniel Veillard82150d81999-07-07 07:32:15 +000015617Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15618
15619 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15620 output.
15621 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15622
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015623Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15624
15625 * parser.h : Oops removed the binary compatibility problem
15626 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15627 * parser.c, HTMLparser.c: applied patches for reading from stdin
15628
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015629Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15630
15631 * parser.c, entities.c, valid.c: cleanup bug #1591
15632 * configure.in: cleanup bug #1592
15633 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15634 the same tree back-end. Hence gdome will be available for it.
15635 * doc/Makefile.am: close bug #617
15636
Daniel Veillard97fea181999-06-26 23:07:37 +000015637Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15638
15639 * parser.c: alloctate a per parser context SAX interface block
15640
Daniel Veillard14fff061999-06-22 21:49:07 +000015641Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15642
15643 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15644 and xmlEncodeEntitiesReentrant with the correct one :-\
15645
15646Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15647
15648 * commit of my internal XML base changes, quite a lot of
15649 changes, cleanups, better entities support, framework for
15650 new I/O and charset detection and handling
15651 * Fixed the configure/Makefile stuff to generate shared libs
15652 with the proper version info, so we jumped on rev from
15653 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15654 xmlEncodeEntities() result need to be freed now, and a string
15655 xmlParserVersion provide the current library version.
15656
Raph Levien05240da1999-06-15 21:27:11 +000015657Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15658
15659 * parser.c: fixed a buffer overrun for when you have a very long
15660 attribute with no entities in it.
15661
Daniel Veillardbb2da581999-06-13 14:37:07 +000015662Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15663
15664 * added example directory
15665 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15666
Daniel Veillard011b63c1999-06-02 17:44:04 +000015667Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15668
15669 * Release of libxml-1.1, nearly everything has been touched for
15670 this.
15671 * Added more regression tests
15672 * Updated the documentation
15673
Daniel Veillard27d88741999-05-29 11:51:49 +000015674Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15675
15676 * tree.[ch]: unified the XML_NO_CORBA defines.
15677 * parser.c encoding.[ch]: started plugging in char encoding detection
15678
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015679Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15680
15681 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15682 Also freed allocated buffer.
15683
Daniel Veillard27d88741999-05-29 11:51:49 +000015684Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015685 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15686 reentrancy problem at printing. One is left in entities.c, to
15687 remove ASAP
15688 * testSAX.c : added a test example showing the use of the SAX
15689 interface if one doesn't want to build the DOM tree.
15690 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15691
Daniel Veillard517752b1999-04-05 12:20:10 +000015692Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15693
15694 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15695 large revamping of the parser to use SAX callbacks
15696 http://www.megginson.com/SAX/ (or at least a C like interface
15697 a la Expat). It's now possible to set up your own callbacks
15698 and the parser will not build a DOM tree.
15699 * test/* result/*: updated the test suite, I finally removed
15700 the old Namespace draft support (PI based).
15701
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015702Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15703
15704 * Makefile.am: added test result to EXTRA_DIST for make tests
15705
Daniel Veillard64068b31999-03-24 20:42:16 +000015706Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15707
15708 * parser.c, parserInternals.h: moved the chars macro definitions
15709 to parserInternals.h
15710 * parser.c, error.c: applied patches from "Knut Ă…kesson"
15711 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15712
Daniel Veillard012ccc11999-03-23 10:11:11 +000015713Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15714
15715 * xml-config.in : applied patch to make --version work
15716
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000157171999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15718
15719 * Makefile.am (check-local): Alias for `tests' target. This will
15720 cause `make check' to do the right thing.
15721 (tests): Don't run tests in srcdir. Also, replaced calls to
15722 basename with a `sed' "equivalent".
15723
Daniel Veillardd109e371999-03-05 06:26:45 +000015724Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15725
15726 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15727 it in the header and not the sources, updated the doc.
15728 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15729 pointing this out.
15730
Daniel Veillardbc50b591999-03-01 12:28:53 +000015731Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15732
15733 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15734 exported the inputStream routines.
15735 * doc/html/* : updated accordingly
15736
Daniel Veillardd692aa41999-02-28 21:54:31 +000015737Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15738
15739 * parser.c, parser.h, parserInternals.h: added a few extra
15740 internal calls to allocate and free parser contexts ...
15741 * doc/html/* : updated accordingly
15742
Daniel Veillard55a99271999-02-25 11:01:29 +000015743Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15744
15745 * configure.in, Makefile.am, doc/makefile.am : General changes for
15746 1.0.0 release and including the generated HTML documentation.
15747
Daniel Veillard35925471999-02-25 08:46:07 +000015748Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15749
15750 * makefile.am : added parserInternals.h, oops.
15751
Daniel Veillard1e346af1999-02-22 10:33:01 +000015752Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15753
15754 * parserInternals.h: added this header giving access to the parser
15755 internal functions.
15756 * doc/Makefile.am : added a rebuild target which rebuilds the full
15757 set of documentations
15758 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
15759 the internal subset.
15760 * *.c *.h: modifications needed to generate the documentation using
15761 gtk-doc, cleanup of functions blocks, reorganisation of struct
15762 declarations.
15763
Daniel Veillard1164e751999-02-16 16:29:17 +000015764Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15765
15766 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
15767 the tar and spec file to include the beginning of the doc.
15768
Nuno Ferreira03d04781999-02-13 00:07:17 +0000157691999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
15770
15771 * doc/.cvsignore: Added this file.
15772
Daniel Veillard6800ef31999-02-08 18:33:22 +000015773Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15774
15775 * tree.c: fixed xmlGetProp to return "" when the attribute
15776 exists, even if the node-list is NULL.
15777
Daniel Veillard726c7e31999-02-08 15:13:10 +000015778Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15779
15780 * tree.c: patched an error outputting empty attribute values.
15781 * Makefile.am and doc/makefile.am: have been updated during the
15782 week-end. Sorry for an empty CVS log, I got a shell problem.
15783
Daniel Veillard1899e851999-02-01 12:18:54 +000015784Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15785
15786 * tree.h: cleaned up using enums instead of defines
15787 * parser.c, valid.[ch]: more work on parsing/output of element
15788 declarations
15789
Daniel Veillard3b9def11999-01-31 22:15:06 +000015790Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15791
15792 * valid.[ch], tree.c, parser.c : more work toward full parsing
15793 of XML DTDs.
15794 * README: added informations about mailing-list and on-line
15795 documentation
15796
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000157971999-01-27 Raja R Harinath <harinath@cs.umn.edu>
15798
15799 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
15800
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000015801Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15802
15803 * parser.c, tree.[ch] : more work toward conformance testing,
15804 added a last element to accelerate parsing of very flat structures
15805 started working on internal subset Element content declaration.
15806 * valid.[ch] : first cut at adding code toward validation.
15807 * previous changes had also small impact on most files, especially
15808 the conformance testing using James Clark test suite.
15809
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000015810Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15811
15812 * test/* : updated the examples, most of them were not well
15813 formed (humm), and added rdf2.
15814 * result/* : resulting changes in the output.
15815
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000015816Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15817
15818 * tree.c: changed the behaviour of xmlGetProp on NULL values.
15819
Daniel Veillard44b3a061998-12-05 17:27:22 +000015820Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15821
15822 * tree.c: patched a bug in the generation of empty attributes
15823
Daniel Veillardbe36afe1998-11-27 06:39:50 +000015824Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15825
15826 * entities.[ch], tree.[ch], tester.c: added copy interfaces
15827 for node/trees/documents/... Biggest problem is namespace
15828 support when copying subtrees.
15829
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000015830Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15831
15832 * parser.c, entities.c: improve entities and char ref encoding,
15833 and cleanups of error messages.
15834
Daniel Veillard242590e1998-11-13 18:04:35 +000015835Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15836
15837 * parser.c, entities.c: simple bug hunting done during rpm2html and
15838 rpmfind integration.
15839
Daniel Veillard42dc9b31998-11-09 01:17:21 +000015840Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15841
15842 * parser.[ch]: Added interfaces allowing to specify a SAX
15843 handler before parsing.
15844
Daniel Veillarde3bffb91998-11-08 14:40:56 +000015845Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15846
15847 * parser.c: redirrect all errors reporting through the SAX
15848 error function
15849
Daniel Veillardda4d3c41998-11-04 20:07:05 +000015850Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15851
15852 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
15853 * libtool, tlmain ...: update of the libtool files
15854
Miguel de Icaza442321c1998-11-04 18:13:38 +0000158551998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
15856
15857 * entities.c: Use g_snprintf insteda of snprintf.
15858
Daniel Veillard0ba4d531998-11-01 19:34:31 +000015859Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15860
15861 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
15862 added ent5 test for this purpose.
15863 * parser.c, parser.h: formatting, comments and UTF-8 planning.
15864
Daniel Veillard27271681998-10-30 06:39:40 +000015865Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15866
15867 * parser.c: fixed? a strange error due to compression on a GWP
15868 document.
15869
Daniel Veillard25940b71998-10-29 05:51:30 +000015870Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15871
15872 * tree.[ch]: bug fixing
15873 * entities.[ch]: defined a specific type for predefined entities
15874 * doc/xml.html: more documentation on the library, how to use it,
15875 overview of the interfaces.
15876
Daniel Veillard16253641998-10-28 22:58:05 +000015877Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15878
15879 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
15880
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015881Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15882
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000015883 * tree.c: corrected a small bug
15884 * doc/xml.html: continuing writing documentation.
15885
15886Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15887
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015888 * debugXML.h debugXML.c: added debugging utilities.
15889 * tester.c: added --debug switch.
15890 * tree.c: patched an incorrect node->type assignment.
15891 * parser.c: formatting, ensure that node->doc != NULL in attributes
15892
Daniel Veillardccb09631998-10-27 06:21:04 +000015893Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15894
15895 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
15896 entity support and provide an internal representation close to
15897 DOM one (entity ref nodes, and attribute value as tree). I tried
15898 to preserve the interface but this will surely break some apps
15899 (I have to change rpm2html/rpmfind for example). I had to change
15900 two interfaces, and the generated tree is somewhat different.
15901 * doc/* : started documenting the XML library, the tree and
15902 DOM/Corba. This is a first step.
15903
Daniel Veillard11e00581998-10-24 18:27:49 +000015904Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15905
15906 * parser.c: Set up the fonctions comment block, boring but useful.
15907 * parser.h, SAX.c, parser.c: now attributes are processed through
15908 the SAX interface. The problem is that my SAX interface diverged
15909 quite a bit from the original one, well this is not an official
15910 spec, and translating it from Java to C is hairy anyway...
15911
Daniel Veillard97b58771998-10-20 06:14:16 +000015912Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15913
15914 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
15915 fonctions comment block, boring but useful.
15916
15917Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000015918
15919 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
15920 conversion routines. However they are not yet used to convert the
15921 inputs. The core will run with UTF-8.
15922
Daniel Veillard33942841998-10-18 19:12:41 +000015923Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15924
15925 * tree.c : make sure that the type id is properly set-up when
15926 a new object is allocated, needed for DOM.
15927
Daniel Veillard27fb0751998-10-17 06:47:46 +000015928Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15929
15930 * tree.h, tree.c: Ok, the main objects in the tree will be native
15931 corba objects, it costs 8 bytes per Node, Attribute and Document
15932 but it simplifies the Corba integration a lot (no extra interface
15933 objects to allocate/free).
15934
Daniel Veillard0bef1311998-10-14 02:36:47 +000015935Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15936
15937 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
15938 and changed NODEs contants for conformity with DOM Level 1
15939
Daniel Veillard27864701998-10-08 03:47:24 +000015940Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15941
15942 * added hooks to keep track of servants when creating objects
15943 xmlDoc and xmlNode (for Corba export).
15944
Daniel Veillarda6e1d121998-10-04 14:41:05 +000015945Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15946
15947 * added xml-config script.
15948
Daniel Veillard7066a791998-10-01 20:28:28 +000015949Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15950
15951 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
15952 to autoupdate libtool and automake conf files.
15953
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000159541998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
15955
15956 * Makefile.am: Use '?' to separate the sed
15957 commands as ',' is used when people pass -Wl,something.
15958
15959
Daniel Veillard15a8df41998-09-24 19:15:06 +000015960Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15961
15962 * tree.c, tree.h: added a per-document compression interface.
15963
Daniel Veillard151b1b01998-09-23 00:49:46 +000015964Tue Sep 22 20:47:38 EDT 1998
15965
15966 * tree.c, tree.h: added saving with compression and added interfaces
15967 to control the compression level (xmlGetCompressMode,
15968 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
15969
Daniel Veillard70120ff1998-09-22 00:24:21 +000015970Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15971
15972 * parser.c: corrected a loop for files of size 0
15973
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000159741998-08-20 Raja R Harinath <harinath@cs.umn.edu>
15975
15976 * error.h: New file. Contains prototyes from `error.c'.
15977
Tom Tromeyc19653d1998-08-14 01:22:43 +000015978Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
15979
15980 * Makefile.am (xmlincdir): New macro.
15981 (xmlinc_HEADERS): Renamed from include_HEADERS.
15982
Daniel Veillard845664d1998-08-13 04:43:19 +000015983Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15984
15985 * applied small patch on numeric entities from
15986 Christopher Blizzard <blizzard@appliedtheory.com>
15987
Daniel Veillard260a68f1998-08-13 03:39:55 +000015988Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15989
15990 * New release 0.2, removed the old xml_* files so that it's
15991 coherent with the other CVS base (W3C), far better conformance
15992 to standard, new namespaces, decent entities support, beginning
15993 of a SAX-like interface. Nearly nothing left intact, even the
15994 test examples ...
15995
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000159961998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
15997
15998 * .cvsignore: Add .deps dir
15999
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016000Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16001
16002 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16003
Daniel Veillardfe926001998-07-26 04:28:20 +000016004Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016005
Daniel Veillardfe926001998-07-26 04:28:20 +000016006 * configure.in: added test for CPP
16007 * AUTHORS, Changelog: the original ones didn't get commited but the
16008 glib ones instead, fixed.
16009 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016010
Daniel Veillardfe926001998-07-26 04:28:20 +000016011Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016012
Daniel Veillardfe926001998-07-26 04:28:20 +000016013 * integrated code developped at W3C
16014 * changed the original Copyright
16015 * migrated to automake
16016 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016017