blob: 4dc4c6c02d359ba2b7fe49adfc43773c13213905 [file] [log] [blame]
Daniel Veillard77648bb2003-02-20 15:03:22 +00001Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c: implemented the checks from section 7.1, fixed
4 some of the 4.20 and 4.21 problems.
5 found 373 test schemas: 338 success 35 failures
6 found 529 test instances: 519 success 6 failures
7 * result/relaxng/*: updated the results
8
Daniel Veillard1c745ad2003-02-20 00:11:02 +00009Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10
11 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
12 * result/relaxng/*: updated the results
13
Daniel Veillardce14fa52003-02-19 17:32:48 +000014Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
15
16 * relaxng.c: more bugfixes
17 * result/relaxng/*: updated the results
18
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +000019Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
20
21 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
22 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
23 * SAX.c: ensured xmlDoc.URL is always canonic
24 * parser.c: obsoleted xmlNormalizeWindowsPath
25 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
26 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
27 * win32/libxml2.def.src: added few exports
28
29
Daniel Veillard2e9b1652003-02-19 13:29:45 +000030Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
31
32 * Makefile.am configure.in: patched to have shared libraries
33 for Python regression tests and static binaries for gdb debug
34 in my development environment
35 * relaxng.c: more bugfixes
36 found 373 test schemas: 296 success 77 failures
37 found 529 test instances: 516 success 8 failures
38 * result/relaxng/*: updated the results
39
Daniel Veillard8fe98712003-02-19 00:19:14 +000040Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
41
42 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
43
Daniel Veillardd4310742003-02-18 21:12:46 +000044Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
45
46 * xmlschemastypes.c: float/double check bugfix
47 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
48 validation
49 * xmlreader.c: add a TODO for Jody
50 * relaxng.c: bugfix bugfix bugfix
51 found 373 test schemas: 300 success 73 failures
52 found 529 test instances: 507 success 10 failures
53 * result/relaxng/*: updated the results
54
Daniel Veillard2df2de22003-02-17 23:34:33 +000055Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
56
57 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
58
Daniel Veillard416589a2003-02-17 17:25:42 +000059Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
60
61 * relaxng.c check-relaxng-test-suite.py: more work on the
62 RelaxNG implementation conformance testing.
63 found 373 test schemas: 284 success 89 failures
64 found 529 test instances: 448 success 47 failures
65 * result/relaxng/*: updated the results
66
Daniel Veillard784b9352003-02-16 15:50:27 +000067Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
68
69 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
70 a patch from Kjartan Maraas to fix some typos
71
Daniel Veillardfebcca42003-02-16 15:44:18 +000072Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
73
74 * relaxng.c: more bug-hunting
75 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
76 intermediate rng tree
77 * python/generator.py: patch from Stephane Bidoul to fix the generator
78 on python < 2.2
79
Daniel Veillardd2298792003-02-14 16:54:11 +000080Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
81
82 * check-relaxng-test-suite.py relaxng.c: more testing on the
83 Relax-NG front, cleaning up the regression tests failures
84 current state and I forgot support for "mixed":
85 found 373 test schemas: 280 success 93 failures
86 found 529 test instances: 401 success 68 failures
87 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
88 moved the Name, NCName and QName validation routine in tree.c
89 * uri.c: fixed handling of URI ending up with #, i.e. having
90 an empty fragment ID.
91 * result/relaxng/*: updated the results
92
Daniel Veillard9a237c92003-02-13 15:52:58 +000093Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
94
95 * check-xinclude-test-suite.py: improved the script accordingly
96 to the XInclude regression tests updates
97 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
98 November 2002
99 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
100 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
101 augmented the Xpointer testsuite for the element() scheme
102
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000103Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
104
105 * relaxng.c: added TODO for the DTD compatibility spec
106 * xinclude.c: more bug fixes driven by the testsuite
107
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000108Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
109
110 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
111 regression tests for XInclude, improved the script, improving
112 XInclude error reporting mechanism
113
Daniel Veillard1d788d22003-02-10 16:21:58 +0000114Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
115
116 * NEWS doc/* configure.in: preparing release 2.5.3
117
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000118Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
119
120 * tree.c: trying to fix #104934 about some XHTML1 serialization
121 issues.
122
Daniel Veillard809faa52003-02-10 15:43:53 +0000123Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
124
125 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
126 encoding conversion when the input buffer stops in the
127 middle of a multibyte char
128
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000129Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
130
131 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
132 * check-relaxng-test-suite.py: python script to run regression
133 against OASIS RelaxNG testsuite
134 * relaxng.c: some cleanup tweaks
135 * HTMLparser.c globals.c: cleanups in comments
136 * doc/libxml2-api.xml: updated the API
137 * result/relaxng/*: errors moved files, so large diffs but
138 no changes at the semantic level.
139
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000140Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
141
142 * tree.c: fixing #105678 problem when dumping a namespace node.
143
Daniel Veillard591b4be2003-02-09 23:33:36 +0000144Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
145
146 * xpath.c: fixed doc comment problems
147 * python/generator.py python/libxml_wrap.h python/types.c: adding
148 RelaxNG wrappers
149 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
150 test of those early Python RelaxNG bindings
151
152Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000153
154 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
155 * relaxng.c: found the validation problem I had with interleave
156 when not covering all remaining siblings
157 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
158 testsuite and check the RNG schemas against the RNG schemas
159 given in appendix A
160
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000161Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
162
163 * win32/Makefile.msvc: updates for RelaxNG
164 * win32/Makefile.mingw: updates for RelaxNG
165 * win32/libxml2.def.src: added RelaxNG exports
166
Daniel Veillard97fd5672003-02-07 13:01:54 +0000167Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
168
169 * xinclude.c: applied another bug fix from Sean Chittenden
170
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000171Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
172
173 * configure.in xmllint.c: I f...ed up the default configuration
174 of schemas and --relaxng option display in xmllint, pointed by
175 Morus Walter.
176 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
177 detection module, fixes bug #105374.
178
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000179Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
180
181 * xmlschemastypes.c: added the boolean base type.
182
Daniel Veillard96a4b252003-02-06 08:22:32 +0000183Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
184
185 * xmlschemastypes.c: started implementing some of the missing
186 default simple types
187 * result/relaxng/*: updated the results
188
Daniel Veillard72fef162003-02-05 14:31:19 +0000189Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
190
191 * NEWS doc/*: updated the docs, ready for 2.5.2 release
192
Daniel Veillard71531f32003-02-05 13:19:53 +0000193Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
194
195 * HTMLparser.c tree.c xmlIO.c: comments cleanups
196 * Makefile.am: use xmllint for doing the RelaxNG tests
197 * configure.in: preparing 2.5.2 made schemas support default to
198 on instead of off
199 * relaxng.c: removed the verbosity
200 * xmllint.c: added --relaxng option
201 * python/generator.py python/libxml_wrap.h: prepared the integration
202 of the new RelaxNG module and schemas
203 * result/relaxng/*: less verbose output
204
Daniel Veillardec498e12003-02-05 11:01:50 +0000205Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
206
207 * valid.c: do not run content model validation if the
208 content is not determinist
209
Daniel Veillardde590ca2003-02-05 10:45:26 +0000210Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
211
212 * SAX.c: added the redefinition of namespaced attribute
213 check that was missing as Fabrice Desré pointed out.
214
Daniel Veillard930dfb62003-02-05 10:17:38 +0000215Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
216
217 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
218 improvements from Nick Kew, allowing to do more checking
219 to HTML elements and attributes.
220
Daniel Veillard4287c572003-02-04 22:48:53 +0000221Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
222
223 * xinclude.c: fixing bug #105137 about entities declaration
224 needing to be copied to the including document.
225
Daniel Veillard652d8a92003-02-04 19:28:49 +0000226Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
227
228 * catalog.c: fixed bug #104817 with delegateURI
229 * xpath.c: fixing bugs #104123 and #104125
230
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000231Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
232
233 * configure.in valid.c xmlreader.c python/libxml_wrap.h
234 python/types.c: fixing #104096 to compile without regexps
235
Daniel Veillard57e79b32003-02-04 15:33:12 +0000236Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
237
238 * valid.c: fixing bug #103969 forgot to add an epsilon transition
239 when building the automata for elem*
240
Daniel Veillard358a9892003-02-04 15:22:32 +0000241Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
242
243 * HTMLparser.c: applied patch from Arne de Bruijn fixing
244 bug #103827
245
Daniel Veillardeb137172003-02-04 15:18:06 +0000246Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
247
248 * HTMLparser.c: updating a comment, fixing #103776
249
Daniel Veillard8d589042003-02-04 15:07:21 +0000250Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
251
252 * parser.c: fixing bug 105049 for validity checking of content
253 within recursive entities.
254
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000255Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
256
257 * HTMLparser.c: try to fix # 105049
258 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
259 * tree.c: updated a function comment
260
Daniel Veillard419a7682003-02-03 23:22:49 +0000261Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
262
263 * relaxng: more work on grammars and refs/defs
264 * test/relaxng/* result/relaxng/*: augmented/updated the
265 regression tests
266
Daniel Veillard144fae12003-02-03 13:17:57 +0000267Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
268
269 * relaxng: more work on name classes, except support
270 * test/relaxng/* result/relaxng/*: augmented/updated the
271 regression tests
272
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000273Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
274
275 * relaxng: more work on name classes, the "validate all" schemas
276 seems to work now.
277 * test/relaxng/* result/relaxng/*: augmented/updated the
278 regression tests
279
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000280Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
281
282 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
283 * parser.c: put a guard against infinite document depth, basically
284 trying to avoid another kind of DoS attack.
285 * relaxng.c: some code w.r.t. nameClasses
286
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000287Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
288
289 * test/relaxng/* result/relaxng/*: check all the namespace support
290 was actually correct based on tutorial section 10.
291
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000292Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
293
294 * relaxng: include seems to work okay now
295 * test/relaxng/* result/relaxng/*: augmented/updated the
296 regression tests
297
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000298Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
299
300 * relaxng.c: a bit of work done in the train back.
301 * test/relaxng/*: added one of the include tests
302
Daniel Veillard154877e2003-01-30 12:17:05 +0000303Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
304
305 * relaxng: more work done in the train
306 * test/relaxng/* result/relaxng/*: augmented/updated the
307 regression tests
308
Daniel Veillarde431a272003-01-29 23:02:33 +0000309Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
310
311 * relaxng.c: debugging of externalRef
312 * test/relaxng/* result/relaxng/*: augmented/updated the
313 regression tests
314
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000315Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
316
317 * relaxng.c: more work on Relax-NG, implementing externalRef
318 * test/relaxng/* result/relaxng/*: augmented/updated the
319 regression tests
320 * Makefile.am: cleanup to Relaxtests target
321
Daniel Veillardb08c9812003-01-28 23:09:49 +0000322Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
323
324 * relaxng.c: more work on Relax-NG, implementing interleave
325 * test/relaxng/* result/relaxng/*: augmented/updated the
326 regression tests
327
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000328Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
329
330 * relaxng.c: more work on Relax-NG, implementing interleave
331 * test/relaxng/* result/relaxng/*: augmented/updated the
332 regression tests
333
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000334Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
335
336 * doc/tutorial/customfo.xsl
337 * doc/tutorial/customhtml.xsl
338 adding stylesheet customizations used to generate fo
339 for pdf and html
340
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000341Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
342
343 * relaxng.c: more work on Relax-NG
344 * test/relaxng/* result/relaxng/*: augmented/updated the
345 regression tests
346 * xmlschemastypes.c: added a number of base type definition but not
347 the associated checks, those are still TODOs
348
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000349Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
350
351 in docs/tutorial:
352 * apa.html
353 * apb.html
354 * apc.html
355 * apd.html
356 * ape.html
357 * apf.html
358 * apg.html
359 * ar01s02.html
360 * ar01s03.html
361 * ar01s04.html
362 * ar01s05.html
363 * ar01s06.html
364 * ar01s07.html
365 * ar01s08.html
366 * index.html
367 * xmltutorial.pdf
368 * xmltutorial.xml
369 add index to tutorial
370
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000371Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
372
373 * doc/xmlcatalog.1
374 * doc/xmlcatalog_man.html
375 * doc/xmlcatalog_man.xml
376 belatedly fixing bug #93622 (adds rewriteURI type to
377 "--add" option in xmlcatalog man page
378
Daniel Veillard3be27512003-01-26 19:49:04 +0000379Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
380
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000381 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000382 Julio Merino, closing #104475
383
Daniel Veillardea3f3982003-01-26 19:45:18 +0000384Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
385
386 * relaxng.c: more work on Relax-NG
387 * test/relaxng/* result/relaxng/*: augmented/updated the
388 regression tests
389
Daniel Veillardedc91922003-01-26 00:52:04 +0000390Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
391
392 * relaxng.c: more work on Relax-NG
393 * test/relaxng/* result/relaxng/*: augmented/updated the
394 regression tests
395
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000396Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
397
398 * README: updated the policy on private mail answers
399 * relaxng.c: more work on Relax-NG
400 * test/relaxng/* result/relaxng/*: augmented/updated the
401 regression tests
402
Daniel Veillard7424eb62003-01-24 14:14:52 +0000403Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
404
405 * error.c parser.c tree.c: applied a documentation patch from
406 Stefan Kost
407
Daniel Veillard276be4a2003-01-24 01:03:34 +0000408Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
409
410 * relaxng.c: more work on Relax-NG
411 * doc/*: regenerated the docs
412 * test/relaxng/* result/relaxng/*: updated and augmented the
413 Relax-NG regression tests and results
414
Daniel Veillard6eadf632003-01-23 18:29:16 +0000415Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
416
417 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
418 First commit of the new Relax-NG validation code, not generally
419 useful yet.
420 * test/relaxng/* result/relaxng/*: current state of the regression
421 tests
422
Daniel Veillard814a76d2003-01-23 18:24:20 +0000423Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
424
425 * tree.c: minimized the memory allocated for GetContent
426 and a bit of cleanup.
427
Daniel Veillardff12c492003-01-23 16:42:55 +0000428Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
429
430 * python/generator.py: seems there is no good reasons to
431 not generate bindings for XPointer
432
Daniel Veillard540a31a2003-01-21 11:21:07 +0000433Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
434
435 * xmlreader.c doc/apibuild.py: applied a new patch from
436 Stéphane Bidoul for cleanups
437 * doc/libxml2-api.xml: rebuilt the API description with
438 new entry points
439
Daniel Veillard417be3a2003-01-20 21:26:34 +0000440Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
441
442 * xmlreader.c python/drv_libxml2.py python/generator.py
443 python/libxml.c python/libxml.py python/libxml_wrap.h
444 python/types.c: patch from Stéphane Bidoul for better per
445 context error message APIs
446 * python/tests/ctxterror.py python/tests/readererr.py:
447 update of the tests
448
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000449Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
450
451 * doc/guidelines.html
452 grammar and spelling cleanup
453
Daniel Veillard26f70262003-01-16 22:45:08 +0000454Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
455
456 * xmlreader.c include/libxml/xmlreader.h python/generator.py
457 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
458 a patch from Stéphane Bidoul to allow per XMLtextReader error
459 and warning handling
460 * python/tests/Makefile.am python/tests/readererr.py: adding the
461 specific regression test
462
Daniel Veillard71f9d732003-01-14 16:07:16 +0000463Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
464
465 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
466 should raise a syntax error
467
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000468Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
469
470 * python/libxml.c: cleanup patch from Stéphane Bidoul
471
Daniel Veillard81601f92003-01-14 13:42:37 +0000472Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
473
474 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
475
Daniel Veillarde6227e02003-01-14 11:42:39 +0000476Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
477
478 * python/generator.py python/libxml.c python/libxml.py
479 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000480 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000481 Python level.
482 * python/tests/Makefile.am python/tests/ctxterror.py: added a
483 regression test for it.
484
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000485Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
486
487 * xmlreader.c: fixed the streaming property of the reader,
488 it was generating tree faster than consuming it. Pointed out
489 by Nate Myers
490 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
491
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000492Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
493
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000494 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000495
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000496Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
497
498 * xpath.c: fix to the XPath implementation for parent and
499 ancestors axis when operating on a Result Value Tree.
500 Fixes bug #100271
501
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000502Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
503
504 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
505 to fix some URI/file escaping problems
506
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000507Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
508
509 * python/generator.py: fixed a bug raised by Raymond Wiker,
510 docSetRootElement() should not raise an exception if the
511 return is None
512
Daniel Veillard3e20a292003-01-10 13:14:40 +0000513Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
514
515 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
516 fixed bug #102181 by applying the suggested change and fixing
517 the generation/registration problem.
518
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000519Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
520
521 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
522 routines.
523
Daniel Veillard8f872442003-01-09 23:19:02 +0000524Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
525
526 * parser.c: one more IsEmptyElement crazyness, that time in
527 external parsed entities if substitution is asked.
528 * python/tests/reader3.py: added a specific test.
529
Daniel Veillarde329fc22003-01-09 21:36:42 +0000530Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
531
532 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
533 support and improved error handler registration
534
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000535Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
536
537 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
538 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
539 * README: fixed a link
540
Daniel Veillarde2830f12003-01-08 17:47:49 +0000541Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
542
543 * configure.in doc/* NEWS: preparing 2.5.1 release
544 * SAX.c parser.c: fixing XmlTextReader bug
545
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000546Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
547
548 * SAX.c: fuck, I introduced a memory leak on external parsed
549 entities in 2.5.0 :-(
550
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000551Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
552
553 * xmllint.c: another fix needed as pointed by Christophe Merlet
554 for --stream --debug if compiled without debug support.
555
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000556Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
557
558 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000559 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000560 update man page with --stream and --chkregister
561
Daniel Veillard8326e732003-01-07 00:19:07 +0000562Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
563
564 * globals.c: fixed --with-threads compile
565 * xmllint.c: fixed --without-debug compile
566 * include/libxml/globals.h: cleanup
567 * include/libxml/schemasInternals.h: add a missing include
568
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000569Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
570
571 * configure.in NEWS: preparing 2.5.0 release
572 * SAX.c: only warn in pedantic mode about namespace name
573 brokeness
574 * globals.c: fix a doc generation problem
575 * uri.c: fix #101520
576 * doc/*: updated and rebuilt the doc for the release, includuding
577 stylesheet update
578 * python/Makefile.am: fix a filename bug
579
580Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
581
582 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
583 should not be called.
584
585Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
586
587 * libxml-2.0.pc.in: applied the patch to fix #101894
588
589Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
590
591 * tree.c : applied patch from Lukas Schroeder for register callbacks
592 * valid.c: modified patch from Lukas Schroeder to test
593 register callbacks with --chkregister
594
595Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
596
597 * xmlreader.c: seriously changed the way data are pushed to
598 the underlying parser, go by block of 512 bytes instead of
599 tryng to detect tag boundaries at that level. Changed the
600 way empty element are detected and tagged.
601 * python/tests/reader.py python/tests/reader2.py
602 python/tests/reader3.py: small changes mostly due to context
603 reporting being different and DTD node being reported. Some
604 errors previously undetected are now caught and fixed.
605 * doc/xmlreader.html: flagged last section as TODO
606
607Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
608
609 * python/libxml.py: integrated the Python 2.2 optimizations
610 from Hannu Krosing, while maintaining compatibility with
611 1.5 and 2.1
612
613Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
614
615 * xmllint.c: a bit of cleanup
616 * xmlreader.c: small fix
617 * doc/xmlreader.html: more work on the XmlTextReader tutorial
618 * python/libxml.py: a few fixes pointed out by Hannu Krosing
619
620Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
621
622 * python/setup.py.in: patch from Stéphane Bidoul to include
623 drv_libxml2.py in setup.py
624
625Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
626
627 * doc/xmlreader.html: starting documenting the new XmlTextReader
628 interface.
629
630Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
631
632 * xmllint.c: added the --stream flag to use the TextReader API
633 * xmlreader.c: small performance tweak
634
635Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
636
637 * xmlreader.c python/tests/reader2py: okay the DTD validation
638 code on top of the XMLTextParser API should be solid now.
639
640Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
641
642 * xmlreader.c python/tests/reader2py: Fixing some more mess
643 with validation and recursive entities while using the
644 reader interface, it's getting a bit messy...
645
646Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
647
648 * xmlreader.c python/tests/reader.py: another couple of problem
649 related to IsEmptyElement reported by Stéphane Bidoul needed
650 some fixes.
651
652Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
653
654 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
655 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
656 based on the python XmlTextReader interface.
657
658Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
659
660 * tree.c: backing out one change in the last patch which broke the
661 regression tests
662
663Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
664
665 * global.data globals.c tree.c include/libxml/globals.h: applied
666 an old patch from Lukas Schroeder to track node creation and
667 destruction. Probably missing a lot of references at the moment
668 and not usable reliably.
669
670Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
671
672 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
673 from doc/news.html and a stylesheet
674
675Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
676
677 * xmlreader.c python/tests/reader.py: fixed another couple of
678 xmlreader bugs reported by Stéphane Bidoul and added tests.
679
680Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
681
682 * xmlreader.c python/tests/reader2.py: fixed another validity
683 checking in external parsed entities raised by Stéphane Bidoul
684 and added a specific regression test.
685 * python/tests/reader3.py: cleanup
686
687Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
688
689 * xmlreader.c python/tests/reader2.py: fixed a problem with
690 validation within entities pointed by Stéphane Bidoul, augmented
691 the tests to catch those.
692
693Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
694
695 * python/generator.py: modified the generator to allow keeping
696 class references when creating new classes, needed to fix a bug
697 pointed by Stéphane Bidoul where the input buffer of the
698 xmlTextReader instance gets destroyed if the python wrapper for
699 the input is not referenced anymore.
700
701Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
702
703 * xmlreader.c python/tests/reader.py: fixed another pair of problem
704 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
705
706Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
707
708 * xmlreader.c python/tests/reader.py: fixed another problem
709 pointed by Stéphane Bidoul
710
711Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
712
713 * xmlreader.c python/tests/reader.py: fixed a limit case problem
714 with "<a/>"
715
716Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
717
718 * SAX.c: warn on xmlns:prefix="foo"
719 * xmlreader.c python/tests/reader.py: fixed a couple of problem
720 for namespace attributes handling.
721
722Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
723
724 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
725 a really nasty problem raised by a DocBook XSLT transform
726 provided by Sebastian Bergmann
727
728Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
729
730 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
731 by Stéphane Bidoul and integrated it into the tests
732
733Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
734
735 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
736 extended the XmlTextReader API a bit, addding accessors for
737 the current doc and node, and an entity substitution mode for
738 the parser.
739 * python/libxml.py python/libxml2class.txt: related updates
740 * python/tests/Makefile.am python/tests/reader.py
741 python/tests/reader2.py python/tests/reader3.py: updated a bit
742 the old tests and added a new one to test the entities handling
743
744Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
745
746 * python/generator.py python/libxml2class.txt
747 python/tests/reader.py python/tests/reader2.py: changed the
748 generator to provide casing for the XmlTextReader similar to
749 C# so that examples and documentation are more directly transposable.
750 Fixed the couple of tests in the suite.
751
752Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
753
754 * doc/guidelines.html: added a document on guildeline for
755 publishing and deploying XML
756
757Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
758
759 * valid.c xmlreader.c: final touch running DTD validation
760 on the XmlTextReader
761 * python/tests/Makefile.am python/tests/reader2.py: added a
762 specific run based on the examples from test/valid/*.xml
763
764Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
765
766 * python/libxml.py: added a few predefined xmlTextReader parser
767 configuration values.
768
769Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
770
771 * python/libxml_wrap.h: trying to fix #102037
772
773Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
774
775 * SAX.c: fixing bug #95296, when the predefined entities
776 are redefined in the DTD the default one must be used
777 instead anyway.
778
779Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
780
781 * doc/xmllint.xml
782 * doc/xmllint.1
783 Add discussion of XML_DEBUG_CATALOG to xmllint man
784 page - bug #100907
785
786
787Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
788
789 * xmlreader.c: Fixed the empty node detection to avoid reporting
790 an inexistant close tag.
791
792Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
793
794 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
795 for Python 2.1
796
797Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
798
799 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
800
801Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
802
803 * doc/libxml2-api.xml python/tests/reader.py: one really need
804 to provide the base URI information when creating a reader parser
805 from an input stream. Updated the API and the example using it.
806
807Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
808
809 * testReader.c xmlreader.c valid.c include/libxml/tree.h
810 include/libxml/valid.h include/libxml/xmlreader.h: working on
811 DTD validation on top of xml reader interfaces. Allows to
812 validate arbitrary large instances. This required some extensions
813 to the valid module interface and augmenting the size of xmlID
814 and xmlRef structs a bit.
815 * uri.c xmlregexp.c: simple cleanup.
816
817Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
818
819 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
820 work on the xml reader interfaces.
821 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
822 Web page for the Windows binaries.
823
824Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
825
826 * xmlIO.c: applied a patch for VMS following the report by
827 Nigel Hall
828
829Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
830
831 * parser.c: the parseStartTag bug fix wasn't complete.
832
833Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
834
835 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
836 parseStartTag, fixing it.
837 * test/att4 result/att4 result/noent/att4: adding the test
838 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
839 more methods to XmlTextReader.
840
841Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
842
843 * win32/libxml2.def.src: added more xml reader exports
844 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
845 to the build
846
847Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
848
849 * doc/tutorial/xmltutorial.xml
850 plus generated html and pdf
851 Updating tutorial again based on further comments from Niraj
852 Tolia on the last iteration
853
854Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
855
856 * doc/tutorial/xmltutorial.xml
857 * doc/tutorial/includekeyword.c
858 * doc/tutorial/includegetattribute.c
859 plus generated html and pdf
860 Adding fix from Niraj Tolia to tutorial to properly free memory.
861
862
863Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
864
865 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
866 more methods of XmlTextReader.
867 * python/libxml2class.txt python/tests/reader.py: this increased the
868 methods in the bndings, augmented the test to check those new
869 functions.
870
871Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
872
873 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
874 methods of XmlTextReader.
875 * python/generator.py python/libxml_wrap.h python/types.c
876 python/libxml2class.txt: added the reader to the Python bindings
877 * python/tests/Makefile.am python/tests/reader.py: added a specific
878 test for the Python bindings of the Reader APIs
879 * parser.c: small cleanup.
880
881Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
882
883 * xinclude.c: fallback was only copying the first child not the
884 full child list of the fallback element, closes #89684 as reopened
885 by Bernd Kuemmerlen
886
887Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
888
889 * win32/libxml2.def.src: exported htmlNodeDumpOutput
890
891Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
892
893 * configure.in: preparing release of 2.4.30
894 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
895 gives enum values, fix functype return type, put back fields in
896 structs
897 * doc/*: updated the docs rebuilt
898
899Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
900
901 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
902 about htmlNodeDumpOutput location.
903 * xpath.c: removed an undefined function signature
904 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
905 too many symbols in the API breaking the python bindings.
906 Updated with the libxslt/libexslt changes.
907
908Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
909
910 * configure.in: preparing release of 2.4.29
911 * doc/*: rebuilt the docs and API
912 * xmlreader.c: a few more fixes for the XmlTextReader API
913
914Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
915
916 * include/win32config.h: applied mingw patch from Magnus Henoch
917
918Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
919
920 * catalog.c doc/libxml2-api.xml: a bit more cleanup
921
922Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
923
924 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
925 building Python script, does the C parsing directly, generates
926 a better API description including structure fieds defs and
927 enums. Still a couple of bugs, but good enough for the python
928 wrappers now.
929 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
930 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
931 include/libxml/schemasInternals.h include/libxml/tree.h: more
932 cleanup based on the python analysis script reports.
933 * libxml.spec.in: make sure the API XML description is part of the
934 devel package.
935
936Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
937
938 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
939 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
940 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
941 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
942 code cleanup, especially the function comments.
943 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
944
945Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
946
947 * Makefile.am xmlreader.c include/libxml/Makefile.am
948 include/libxml/xmlreader.h: Adding a new set of APIs based on
949 the C# TextXmlReader API but converted to C. Allow to parse
950 in constant memory usage, far simpler to program and explain
951 than the SAX like APIs, unfinished but working.
952 * testReader.c: test program
953
954Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
955
956 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
957
958Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
959
960 * tree.c: Chip turner indicated that XHTML1 serialization
961 rule for style actually break on both IE and Mozilla,
962 try to avoid the rule if escaping ain't necessary
963
964Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
965
966 * nanhttp.c: handle HTTP URL escaping, problem reported by
967 Glen Nakamura and Stefano Zacchiroli
968
969Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
970
971 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
972
973Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
974
975 * uri.c: Johann Richard pointed out some XPointer problems for
976 URN based URI references in XInclude. Modified the URI parsing
977 and saving routines to allow correct parsing and saving of
978 XPointers, especially when attached to "opaque" scheme accordingly
979 to RFC 2396
980
981Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
982
983 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
984 of refactoring to the HTML saving code.
985 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
986 in the doc.
987
988Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
989
990 * tree.c include/libxml/tree.h: refactored the XML dump of a node
991 to a buffer API to reuse the generic dump to an OutputIO layer,
992 this reduces code, fixes xmlNodeDump() for XHTML, also made
993 xmlNodeDump() now return the number of byte written.
994
995Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
996
997 * python/setup.py.in: another patch from Stéphane Bidoul for
998 Python bindings on Windows
999 * doc/parsedecl.py: small cleanup
1000
1001Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1002
1003 * libxml.spec.in configure.in: add a line in %changelog for releases
1004
1005Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1006
1007 * parser.c: patch from Marcus Clarke fixing a problem in entities
1008 parsing that was detected in KDe documentations environment.
1009
1010Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1011
1012 * python/libxml.c (libxml_prev): Return the previous as opposed to
1013 the next node (I guess this is the result of some cut & paste programming:)
1014
1015Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1016
1017 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1018
1019Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1020
1021 * python/generator.py python/libxml.c python/setup.py.in: trying
1022 to fix the Python bindings build on Windows (Stéphane Bidoul)
1023
1024Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1025
1026 * win32/configure.js: added option for python bindings
1027 * win32/libxml2.def.src: added more exports
1028
1029Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1030
1031 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1032 pthreads
1033 * win32/wince/*: applied updates to Windows CE port from Javier
1034
1035Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1036
1037 * configure.in: preparing 2.4.28
1038 * libxml.spec.in doc/Makefile.am: some cleanup
1039 * doc/*: updated the news and regenerated.
1040
1041Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1042
1043 * HTMLparser.c: final touch at closing #87235 </p> end tags
1044 need to be generated.
1045 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1046 this change slightly the output of a few tests
1047 * doc/*: regenerated
1048
1049Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1050
1051 * parserInternals.c: fixing bug #99190 when UTF8 document are
1052 parsed using the progressive parser and the end of the chunk
1053 is in the middle of an UTF8 multibyte character.
1054
1055Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1056
1057 * threads.c: fixed initialization problem in xmlNewGlobalState
1058 which was causing crash.
1059 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1060 in xmlInitializeGlobalState.
1061 * parserInternals.c: cleaned up ctxt->sax initialisation.
1062
1063Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1064
1065 * tree.c include/libxml/tree.h: modified the existing APIs
1066 to handle XHTML1 serialization rules automatically, also add
1067 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1068 libxslt serialization uses it when needed without changing
1069 the library API.
1070 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1071 result/xhtml1: added a new test specifically for xhtml1 output
1072 and updated the result of one XHTML1 test
1073
1074Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1075
1076 * xinclude.c parserInternals.c encoding.c: fixed #99082
1077 for xi:include encoding="..." support on text includes.
1078 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1079 test/XInclude/ents/isolatin.txt : added a specific regression test
1080 * python/generator.py python/libxml2class.txt: fixed the generator
1081 the new set of comments generated for doc/libxml2-api.xml were
1082 breaking the python generation.
1083
1084Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1085
1086 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1087 * configure.in: patch for Solaris on new autoconf closes #98880
1088 * doc/parsedecl.py: repair the frigging API building script,
1089 did I say that python xmllib sucks ?
1090 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1091 and some comment are no more truncated.
1092
1093Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1094
1095 * parser.c: Martin Stoilov pointed out a potential leak in
1096 xmlCreateMemoryParserCtxt
1097
1098Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1099
1100 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1101 included in HTML documents and using the push parser.
1102
1103Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1104
1105 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1106 specified, look for the Python interpreter not just in the
1107 specified root but also in the specified location. Fixes #98825
1108
1109Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1110
1111 * python/libxml.c: fixing bug #98792 , node may have no doc
1112 and dereferencing without checking ain't good ...
1113
1114Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1115
1116 * configure.in: preparing release 2.4.27
1117 * doc/* : updated and rebuilt the docs
1118 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1119 and all the docs are actually packaged and in the final RPMs
1120 * parser.c parserInternals.c include/libxml/parser.h: restore
1121 xmllint --recover feature.
1122
1123Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1124
Daniel Veillard784b9352003-02-16 15:50:27 +00001125 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001126 processing of parsed entities, and XPath computation on sustitued
1127 entities.
1128 * testXPath.c: make sure entities are substitued.
1129
1130Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1131
Daniel Veillard784b9352003-02-16 15:50:27 +00001132 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001133 processing of internal parsed entities, which had to be changed.
1134
1135Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1136
1137 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1138 trying to fix bug #98517 about building outside the source tree
1139 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1140
1141Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1142
1143 * include/win32config.h: cleanup
1144 * win32/Makefile.mingw: integrated mingw in JScript configure
1145 * win32/Makefile.msvc: modified to allow mingw coexistence
1146 * win32/configure.js: integrated mingw
1147 * win32/Readme.txt: cleanup
1148
1149Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1150
1151 * HTMLparser.c: strengthen the guard in the Pop macros,
1152 like in the XML parser, closes bug #97315
1153
1154Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1155
1156 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1157 callback is never used.
1158
1159Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1160
1161 * parserInternals.c: fixed the initialization of the SAX structure
1162 which was breaking xsltproc
1163 * xpath.c: patch from Petr Pajas for CDATA nodes
1164 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1165 * parser.c include/libxml/parser.h: patch from Peter Jones
1166 removing a leak in xmlSAXParseMemory() and adding the
1167 function xmlSAXParseMemoryWithData()
1168
1169Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1170
1171 adding pdf of tutorial, changing web page to link to it
1172 * doc/tutorial/xmltutorial.pdf
1173 * doc/xml.html
1174 * doc/docs.html
1175
1176Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1177
1178 * doc/tutorial/ar01s08.html
1179 adding file what I forgot for tutorial
1180
1181
1182Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1183
1184 Adding encoding discussion to tutorial
1185 Added:
1186 * doc/tutorial/images/*.png: DocBook admonition image files
1187 * doc/tutorial/apf.html, apg.html: new generated html
1188 * doc/tutorial/includeconvert.c: conversion code entity file
1189 changed:
1190 * doc/tutorial/xmltutorial.xml: DocBook original
1191 * doc/tutorial/*.html: generated html
1192
1193Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1194
1195 * include/libxml/*.h: retired xmlwin32version.h
1196 * doc/Makefile.am: retired xmlwin32version.h
1197 * win32/configure.js: retired xmlwin32version.h
1198
1199Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1200
1201 * win32/libxml2.def.src: exported additional symbols
1202 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1203 sisterhood
1204
1205Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1206
1207 * globals.c: fixed a typo pointed out by Igor
1208 * xpath.c: try to speed up node compare using line numbers
1209 if available.
1210
1211Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1212
1213 * tree.c: make xmlFreeNode() handle attributes correctly.
1214
1215Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1216
1217 * catalog.c: completed the #96963 fix, as reported by Karl
1218 Eichwalder
1219
1220Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1221
1222 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1223
1224Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1225
1226 * Makefile.am: switched the order of a couple of includes
1227 to fix bugs #97100
1228
1229Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1230
1231 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1232 xmlLoadCatalogs that used to separate directories with a ':'.
1233
1234Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1235
1236 * threads.c: improvements to the Windows-side of thread handling
1237 * testThreads.c: conditionally excluded unistd.h
1238 * testThradsWin32.c: broke overlong lines
1239 * include/win32config.h: adapted thread-related macros to the new
1240 scheme and for pthreads on Windows
1241 * win32/Makefile.msvc: introduced a more flexible thread build,
1242 added testThreads[Win32].c to the build
1243 * win32/configure.js: introduced a more flexible thread config
1244
12452002-10-31 John Fleck <jfleck@inkstain.net>
1246
1247 * doc/xml.html (and, by implication, FAQ.html)
1248 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1249
1250Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1251
1252 * configure.in: removed xmlwin32version.h
1253 * include/libxml/Makefile.am: removed xmlwin32version.h
1254
1255Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1256
1257 * tree.c: applied patch from Brian Stafford to fix a bug
1258 in xmlReconciliateNs()
1259
1260Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1261
1262 * tree.c: applied patch from Christian Glahn to allow
1263 xmlNewChild() on document fragment nodes
1264
1265Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1266
1267 * parser.c: Christian Glahn found a problem with a recent
1268 patch to xmlParseBalancedChunkMemoryRecover()
1269 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1270 problems
1271 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1272 test/schemas/seq*: added the test cases from Charles
1273
1274Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1275
1276 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1277 serious cleanup of the spec file and associated changes
1278 in the Makefiles.
1279 * valid.c: try to remove some warnings on x86_64
1280
1281Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1282
1283 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1284 fix bug #96586
1285
1286Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1287
1288 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1289 parsing, applied his patch
1290 * result/HTML/attrents.html result/HTML/attrents.html.err
1291 result/HTML/attrents.html.sax test/HTML/attrents.html:
1292 added the test and result case provided by Mikhail Sogrine
1293
1294Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1295
1296 * vms/build_libxml.com vms/config.vms vms/readme.vms
1297 include/libxml/parser.h include/libxml/parserInternals.h
1298 include/libxml/tree.h include/libxml/xmlIO.h
1299 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1300 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1301 Applied the VMS update patch from Craig A. Berry
1302 * doc/*.html: update
1303
1304Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1305
1306 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1307
1308Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1309
1310 * debugXML.c: adding a grep command to --shell in xmllint
1311 for T.V. Raman
1312
1313Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1314
1315 * xmlcatalog.c: tried to fix some of the problem with --sgml
1316
1317Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1318
1319 * parser.c: tried to fix bug #91500 where doc->children may
1320 be overriden by a call to xmlParseBalancedChunkMemory()
1321
1322Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1323
1324 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1325 identifiers in SGML catalogs containing '&'
1326
1327Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1328
1329 * python/types.c: fixed bugs when passing result value tree
1330 to Python functions.
1331
1332Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1333
1334 * configure.in: preparing the release of 2.4.26
1335 * doc/*: updated and rebuilt the documentation
1336
1337Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1338
1339 * parser.c: fixed a XML Namespace compliance bug reported by
1340 Alexander Grimalovsky
1341
1342Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1343
1344 * HTMLtree.c: fixed serialization of script and style when
1345 they are not lowercase (i.e. added using the API to the tree).
1346
1347Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1348
1349 * valid.c: make xmlValidateDocument emit a warning msg if there
1350 is no DTD, pointed by Christian Glahn
1351
1352Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1353
1354 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1355 content model when some of the blocks have min or max, and a couple
1356 of bugs found in the process.
1357 * result/schemas/list0* test/schemas/list0*: added some specific
1358 regression tests
1359
1360Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1361
1362 * README: updated the contact informations
1363
1364Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1365
1366 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1367 misses it, reported by Peter Bray.
1368
1369Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1370
1371 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1372 and removed a few warnings
1373
1374Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1375
1376 * parser.c: Christian Glahn found a small bug in the push parser.
1377 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1378 public
1379
1380Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1381
1382 * xmlschemas.c include/libxml/xmlschemas.h: added
1383 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1384 * testSchemas.c: added --memory to test the new interface
1385
1386Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1387
1388 * doc/index.py doc/search.php: integrated the XSLT indexing,
1389 a few fixed in the indexer, added a scope selection at the
1390 search level.
1391
1392Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1393
1394 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1395 this was due to uninitialized parts of the validation context
1396
1397Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1398
1399 * debugXML.c: applied patch from Mark Vakoc except the API
1400 change, preserved it.
1401 * doc/*: updated the docs to point to the search engine for
1402 information lookup or before bug/help reports.
1403
1404Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1405
1406 * doc/index.py doc/search.php: added mailing-list archives
1407 indexing and lookup
1408
1409Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1410
1411 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1412
1413Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1414
1415 * doc/index.py: improved HTML indexing
1416 * doc/search.php: make the queries also lookup the HTML based indexes
1417
1418Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1419
1420 * doc/index.py: added HTML page indexing
1421
1422Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1423
1424 * xmlIO.c: extended Windows path normalisation to fix the base
1425 problem in libxslt.
1426 * catalog.c: fixed list handling in XML_CATALOG_FILES
1427
1428Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1429
1430 * valid.c: typo/bug found by Christian Glahn
1431
1432Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1433
1434 * xmlIO.c: applied Windows CE patch from Javier.
1435 * win32/wince: new directory, contains support for the PocketPC
1436 with Windows CE from Javier.
1437 * include/win32config.h: reorganised, removed duplicate
1438 definitions and applied WinCE patch from Javier.
1439 * include/wsockcompat.h: new file, now contains WinSock
1440 compatibility macros.
1441 * win32/Makefile.msvc: introduced double-run compilation.
1442
1443Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1444
1445 * configure.in include/libxml/xmlwin32version.h: preparing release
1446 of 2.4.25
1447 * doc/*: updated and regenerated teh docs and web pages.
1448
1449Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1450
1451 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1452 error were not covering namespace declarations.
1453 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1454 it was missing the attribute declaration for the namespace
1455 * result/VC/NS3: the fix now report breakages in that test
1456
1457Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1458
1459 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1460
1461Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1462
1463 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1464 and regenerated the docs and web site
1465
1466Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1467
1468 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1469 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1470 not before
1471
1472Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1473
1474 * python/generator.py python/libxml2class.txt: fixed a stupid error
1475 breaking the python API
1476
1477Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1478
1479 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1480 triostr.c triostr.h: applied a trio update patch from
1481 Bjorn Reese which should work with MinGW
1482
1483Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1484
1485 * tree.c: improving some documentation comments
1486 * xmlregexp.c: found and fixed a mem leak with python regression tests
1487 * doc/*: rebuilt the doc and the API XML file including the
1488 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1489 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1490 python/types.c: added access to the XML Schemas regexps from
1491 python
1492 * python/tests/Makefile.am python/tests/regexp.py: added a
1493 simple regexp bindings test
1494
1495Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1496
1497 * doc/xml.html:
1498 fixing ftp links - thanks to Vitaly Ostanin
1499
1500Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1501
1502 * xmlregexp.c: fixed the data callback on transition functionality
1503 which was broken when using the compact form
1504 * result/schemas/*: updated the results, less verbose, all tests
1505 pass like before
1506 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1507 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1508 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1509 annoying warnings
1510 * xpath.c: try to provide better error report when possible
1511
1512Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1513
1514 * Makefile.am: fixed a breakage raised by Jacob
1515
1516Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1517
1518 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1519 which don't use sockets
1520
1521Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1522
1523 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1524 * win32/configure.js: applied zlib patch from Daniel Gehriger
1525
1526Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1527
1528 * win32/configure.js: applied the patch from Mark Vakoc for
1529 regexp support
1530 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1531 for regexp support
1532
1533Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1534
1535 * xmlschemastypes.c: as pointed by Igor Float and Double
1536 parsing ain't finished yet
1537
1538Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1539
1540 * Makefile.am configure.in: trying to fix #88412 by bypassing
1541 all the python subdir if python ain't detected
1542
1543Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1544
1545 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1546 made configuring with regexps/automata/unicode the default
1547 but without schemas ATM
1548 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1549 fixed the regexp based DTD validation performance and memory
1550 problem by switching to a compact form for determinist regexps
1551 and detecting the determinism property in the process. Seems
1552 as fast as the old DTD validation specific engine :-) despite
1553 the regexp built and compaction process.
1554
1555Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1556
1557 * valid.c: determinism is debugged, new DTD checking code now works
1558 but xmlFAComputesDeterminism takes far too much CPU and the whole
1559 set usues too much memory to be really usable as-is
1560
1561Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1562
1563 * tree.c: fixed another stupid bug in xmlGetNodePath()
1564 * xmllint.c: --version now report the options compiled in
1565
1566Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1567
1568 * HTMLparser.c: small cleanup
1569 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1570 when configured with them. A bit of debugging around the determinism
1571 checks is still needed
1572
1573Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1574
1575 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1576
1577Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1578
1579 * xmlIO.c: small portability glitch fixed.
1580
1581Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1582
1583 * xmlschemastypes.c: incomplete steps for real/double support
1584 * testAutomata.c include/libxml/xmlautomata.h
1585 include/libxml/xmlregexp.h: avoiding a compilation problem
1586 * valid.c include/libxml/valid.h: starting the work toward using
1587 the regexps for actual DTD validation
1588
1589Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1590
1591 * hash.c: cosmetic cleanup
1592 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1593 integrating a DTD validation layer based on the regexps
1594
1595Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1596
1597 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1598 the determinism was tested before eliminating the epsilon
1599 transitions :-(
1600
1601Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1602
1603 * python/generator.py python/libxml.c python/libxml.py
1604 python/libxml2-python-api.xml python/libxml2class.txt
1605 python/libxml_wrap.h python/types.c: updated the python
1606 bindings, added code for easier File I/O, and the ability to
1607 define a resolver from Python fixing bug #91635
1608 * python/tests/Makefile.am python/tests/inbuf.py
1609 python/tests/outbuf.py python/tests/pushSAXhtml.py
1610 python/tests/resolver.py python/tests/serialize.py: updated
1611 and augmented the set of Python tests.
1612
1613Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1614
1615 * win32/configure.js: added more readme info for the binary
1616 package.
1617
1618Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1619
1620 * xmlIO.c: fixed a stupid out of bound array error
1621
1622Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1623
1624 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1625 messing around with support for Windows path, cleanups,
1626 trying to identify and fix the various code path to the
1627 filename access. Added xmlNormalizeWindowsPath()
1628
1629Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1630
1631 * error.c valid.c: working on better error reporting of validity
1632 errors, especially providing an accurate context.
1633 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1634 error reports in those cases.
1635
1636Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1637
1638 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1639 parser.c parserInternals.c xmlIO.c: get rid of all the
1640 perror() calls made in the library execution paths. This
1641 should fix both #92059 and #92385
1642
1643Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1644
1645 * xmllint.c: memory leak reporting was broken after a change
1646 of the preprocessor symbol used to activate it.
1647
1648Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1649
1650 * tree.c: try to make the copy function work for node of
1651 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1652 DOM layers though, not libxml2 itself.
1653
1654Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1655
1656 * valid.c: try to provide file and line informations, not all
1657 messages are covered, but it's a (good) start
1658
1659Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1660
1661 * xinclude.c: reimplemented a large part of the XInclude
1662 processor, trying to minimize resources used, James Henstridge
1663 provided a huge test case which was exhibiting severe memory
1664 consumption problems.
1665
1666Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1667
1668 * python/Makefile.am: applied patch from Christophe Merlet to
1669 reestablish DESTDIR
1670
1671Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1672
1673 * libxml.spec.in: fixes libary path for x86_64 AMD
1674
1675Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1676
1677 * doc/tutorial/includekeyword.c
1678 * doc/tutorial/xmltutorial.xml:
1679 (plus resulting generated html files)
1680 fixing one spot I missed in the tutorial where I hadn't freed
1681 memory properly
1682
1683Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1684
1685 * doc/tutorial/includeaddattribute.c
1686 * doc/tutorial/includeaddkeyword.c
1687 * doc/tutorial/includegetattribute.c
1688 * doc/tutorial/includekeyword.c
1689 * doc/tutorial/xmltutorial.xml
1690 * doc/tutorial/*.html:
1691 update tutorial to properly free memory (thanks to Christopher
1692 R. Harris for pointing out that this needs to be done)
1693 * doc/tutorial/images/callouts/*.png:
1694 added image files so the callouts are graphical, making it
1695 easier to read ( use "--param callout.graphics 1" to generate
1696 html with graphical callouts)
1697
1698Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1699
1700 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1701 nice logos generated by Marc Liyanage
1702 * doc/site.xsl *.html: changed the stylesheet to show the new
1703 logo and regenerated the pages
1704
1705Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1706
1707 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1708
1709Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1710
1711 * xpath.c: possible mem leak patch from Jason Adams
1712
1713Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1714
1715 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1716 in the XQuery namespace
1717 * configure.in: preparing 2.4.24
1718 * doc/*.html: updated the web pages
1719
1720Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1721
1722 * python/generator.py: closing bug #85258 by generating conditional
1723 compile check to avoid linking to routines not configured in.
1724
17252002-08-22 Havoc Pennington <hp@pobox.com>
1726
1727 * autogen.sh: update error message for missing automake
1728
1729Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1730
1731 * python/Makefile.am: typo in target name resulted in libxml2.py
1732 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1733
1734Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1735
1736 * win32/win32/Makefile.mingw: updated with version from
1737 Elizabeth Barham at http://soggytrousers.net/repository/
1738
1739Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1740
1741 * win32/Makefile.msvc: added the prefix location to the include
1742 and lib search path.
1743
17442002-08-18 Havoc Pennington <hp@pobox.com>
1745
1746 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1747 both automake 1.6 and 1.4 installed get the right automake. Means
1748 compilation from CVS will now require the latest automake 1.4
1749 release, or manually creating symlinks called "automake-1.4" and
1750 "aclocal-1.4"
1751
1752Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1753
1754 * configure.in python/Makefile.am: more AMD 64 induced changes from
1755 Frederic Crozat
1756
1757Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1758
1759 * xinclude.c: oops I was missing the xml:base fixup too
1760 * result/XInclude/*.xml: this adds xml:base attributes to most
1761 results of the tests
1762
1763Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1764
1765 * xinclude.c: quick but apparently working implementation of
1766 xi:fallback, should close bug #89684
1767 * Makefile.am test/XInclude/docs/fallback.xml
1768 result/XInclude/fallback.xml: added a basic test for fallback,
1769 and run with --nowarning to avoid a spurious warning
1770 * configure.in: applied patch from Frederic Crozat for python
1771 bindings on AMD 64bits machines.
1772
1773Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1774
1775 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1776 the caller don't pass a SAX callback block.
1777
1778Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1779
1780 * tree.c: applied the same fix for the XML-1.0 namespace to
1781 xmlSearchNsByHref() as was done for xmlSearchNs()
1782
1783Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1784
1785 * libxml.3: small cleanup of the man page
1786 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1787 when serializing HREF attributes generated by XSLT.
1788
1789Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1790
1791 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1792 version of Marc Liyanage' patch for boolean attributes in HTML
1793 output
1794
1795Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1796
1797 * python/tests/serialize.py: fixed the test results, indenting
1798 behaviour changed slightly
1799
1800Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1801
1802 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
1803 new c14n function to Windows def files
1804
1805Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
1806
1807 * c14n.c: fixed a memory leak in c14n code
1808
1809Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1810
1811 * parser.c include/libxml/parser.h: adding a new API for Christian
1812 Glahn: xmlParseBalancedChunkMemoryRecover
1813 * valid.c: patch from Rick Jones for some grammar cleanup in
1814 validation messages
1815 * result/VC/* result/valid/*: this slightly change some of the
1816 regression tests outputs
1817
1818Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1819
1820 * tree.c: trying to fix a problem in namespaced attribute handling
1821 raised by Christian Glahn
1822
1823Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1824
1825 * encoding.c include/libxml/encoding.h: Opening the interface
1826 xmlNewCharEncodingHandler as requested in #89415
1827 * python/generator.py python/setup.py.in: applied cleanup
1828 patches from Marc-Andre Lemburg
1829 * tree.c: fixing bug #89332 on a specific case of loosing
1830 the XML-1.0 namespace on xml:xxx attributes
1831
1832Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
1833
1834 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
1835 corner case from new Merlin's test suite and added a callback
1836 that will be used to improve xmlsec performance
1837
1838
1839Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1840
1841 * HTMLtree.c: trying to fix the <style> escaping problem in
1842 HTML serialization bug #89342
1843
1844Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1845
1846 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
1847 and rebuilt the web site.
1848
1849Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
1850
1851 * include/libxml/tree.h: added _private member to xmlNs struct
1852
1853Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1854
1855 * HTMLparser.c: fixing bug #84876 based on the xml working
1856 code.
1857
1858Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1859
1860 * python/Makefile.am: enhanced to fix bug 72012 (errors
1861 when using '-jX' make parameter)
1862
1863Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1864
1865 * xpath.c: small additional enhancement for booleans
1866 compared to nodesets
1867
1868Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1869
1870 * HTMLtree.c: changed the order of the encoding declaration
1871 attributes in the meta tags due to a bug in IE/Mac
1872
1873Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1874
1875 * xpath.c: enhanced handling of booleans (especially '='
1876 and '!=' for nodesets) - fixes bug 85256. Added new
1877 routine xmlXPathNotEqualValues for more proper handling
1878 of '!=' when nodesets are involved.
1879
1880Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
1881
1882 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
1883 doc/xmlcatalog_man.xml to the source distribution
1884
1885Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1886
1887 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
1888 asked for this.
1889
1890Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1891
1892 * configure.in: preparing 2.4.23
1893 * doc/*: rebuilt the docs
1894
1895Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1896
1897 * parser.c: fixing bug #84169 by fixing the
1898 comment of xmlCreatePushParserCtxt to describe the
1899 encoding detection parameters better.
1900
1901Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
1902
1903 * valid.c: fixing bug #79331 in one path the lookup for
1904 ID attributes on a namespaced node wasn't handled correctly :-\
1905
1906Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
1907
1908 * HTMLparser.c: trying to fix 87235 about discarded white
1909 spaces in the HTML parser.
1910 * result/HTML/*: this changes the output of a number of HTML
1911 regression tests
1912
1913Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
1914
1915 * xpath.c: applied patch from Richard Jinks for the namespace
1916 axis + fixed a memory error.
1917 * parser.c parserInternals.c: applied patches from Peter Jacobi
1918 removing ctxt->token for good.
1919 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
1920 popped out by the regression tests.
1921 * Makefile.am: patch for threads makefile from Gary Pennington
1922
1923Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1924
1925 * xpath.c: enhanced behaviour of position() after usage of
1926 expressions involving preceding-sibling (et al).
1927
1928Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
1929
1930 * hash.c: applied a patch from Peter Jacobi to solve a problem
1931 when compiling with the Watcom C on Win32
1932 * result/schemas/*.err: the change of hashing algo generated
1933 permutations in the output
1934
1935Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
1936
1937 * hash.c: applied patch from Sander Vesik improving the quality of
1938 the hash function.
1939
19402002-06-14 Aleksey Sanin <aleksey@aleksey.com>
1941
1942 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
1943 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
1944 xmllint.c xpath.c: replaced sprintf() with snprintf()
1945 to prevent possible buffer overflow (the bug was pointed
1946 out by Anju Premachandran)
1947
1948Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1949
1950 * parser.c: removed an uninitialized data error popped by valgrind
1951 on PE references
1952
1953Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
1954
1955 * doc/xml.html
1956 adding tutorial reference to the web page
1957
1958Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
1959
1960 * doc/tutorial/xmltutorial.xml
1961 * doc/tutorial/ar01s07.html
1962 * doc/tutorial/ape.html
1963 * doc/tutorial/includegetattribute.c
1964 adding section to tutorial about retrieving an attribute
1965 value
1966
1967Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
1968
1969 * parser.c: applied a couple of patches from Peter Jacobi to start
1970 to get rid of ctxt->token, with a possible significant speed
1971 improvement to be gained once done. Better compliance with PE
1972 references constructs in DTDs too.
1973 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
1974 from Peter too
1975
1976Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
1977
1978 * parser.c: Babak Vahedipour-Kunze reported that openTag in
1979 xmlParseElement was likely to have been deallocated at the
1980 time of the report, possibly leading to segfault. Just report
1981 the tag name now.
1982
1983Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1984
1985 * xpath.c: patch from Richard Jinks for XPath substring() function
1986 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
1987
19882002-06-06 Aleksey Sanin <aleksey@aleksey.com>
1989
1990 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
1991
1992Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
1993
1994 *doc/FAQ.html
1995 fixing typos in FAQ, thanks to Robert Funnell for the
1996 editing help
1997
1998Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
1999
2000 * NEWS: got complaints from rpmlint that it was empty
2001
2002Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2003
2004 * added doc/tutorial, including:
2005 apa.html
2006 apb.html
2007 apc.html
2008 apd.html
2009 ar01s02.html
2010 ar01s03.html
2011 ar01s04.html
2012 ar01s05.html
2013 ar01s06.html
2014 includeaddattribute.c
2015 includeaddkeyword.c
2016 includekeyword.c
2017 includestory.xml
2018 index.html
2019 xmltutorial.xml
2020 libxml tutorial, including generated html
2021
2022Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2023
2024 * result/c14n/exc-without-comments/merlin-c14n-two-*
2025 result/c14n/without-comments/merlin-c14n-two-*
2026 test/c14n/exc-without-comments/merlin-c14n-two-*
2027 test/c14n/without-comments/merlin-c14n-two-*
2028 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2029 c14n/exc-c14n and slightly modified test script to handle
2030 these test cases
2031 * c14n.c: fixed bugs for complicated nodes set (namespace
2032 without node and others from merlin-c14n-two.tar.gz)
2033 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2034 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2035 for xmlsec performance patch
2036 * xpath.c: fixed self::node() for namespaces and attributes
2037
2038Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2039
2040 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2041 but with the format parameter
2042 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2043
2044Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2045
2046 * Makefile.am: updated c14n tests suite
2047 * c14n.c: performance improvement for previous c14n patch
2048
2049Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2050
2051 * parser.c: another peroformance patch from Peter Jacobi, that
2052 time on parsing attribute values.
2053
2054Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2055
2056 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2057 into LibXML2 test suite
2058
2059Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2060
2061 * c14n.c: propagating xpath ancesstors node fix to c14n
2062 plus small performance improvement to reduce number of
2063 mallocs
2064 * xpath.c: fixed ancestors axis processing for namespace nodes
2065
2066Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2067
2068 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2069 Peter Jacobi
2070
2071Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2072
2073 * configure.in: preparing 2.4.22
2074
2075Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2076
2077 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2078 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2079 a public entry point.
2080 * doc/*: rebuilt the API and docs
2081
2082Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2083
2084 * xpath.c: patch from Richard Jinks to fix a problem introduced
2085 in the previous patch and pointed by Norm
2086
2087Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2088
2089 * libxml.spec.in: fixing bug #81112
2090
2091Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2092
2093 * uri.c: fixing bug #82848
2094
2095Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2096
2097 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2098 output of one catalog test
2099
2100Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2101
2102 * global.data globals.c tree.c include/libxml/globals.h
2103 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2104 default value for global parameter xmlIndentTreeOutput to 1 and
2105 introduced new global parameter xmlTreeIndentString (the string
2106 used to do one-level indent) with default value " " (as it was
2107 in tree.c)
2108
2109Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2110
2111 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2112 with trio and schemas.
2113
2114Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2115
2116 * xpath.c: patch from Richard Jinks to fix the problem raised in
2117 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2118
2119Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2120
2121 * xmlschemas.c: a bit of work on import.
2122 * xmlschemastypes.c: Charles Bozeman provided a compare function
2123 for date/time types so min/max facet restrictions should work,
2124 indeterminate comparisons return an error instead of equal.
2125 * test/schemas/date_0* result/schemas/date_0_0: specific test
2126 from Charles Bozeman too
2127
2128Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2129
2130 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2131 from Christian Cornelssen fixing the man pages and the Catalog
2132 building script.
2133 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2134 next step is <xs:import> I now have a reasonable understanding
2135 of how it works.
2136
2137Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2138
2139 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2140
2141Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2142
2143 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2144
2145Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2146
2147 * xpath.c: fixing an XPath function evalutation bug pointed out
2148 by Alexey Efimov where the context was lost when evaluating
2149 the function arguments
2150
2151Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2152
2153 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2154 function public for XMLSec performance optimizations
2155
2156Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2157
2158 * python/generator.py python/libxml2class.txt : fixed a problem
2159 with the HTML parser pointed by Gary Benson
2160 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2161 example
2162
2163Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2164 * parser.c: fixed bug #81159 (memory growth in SAX)
2165
2166Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2167 * xpath.c: fixed bug #78858 (the real fix)
2168
2169Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2170 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2171
2172Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2173
2174 * tree.c: modified xmlNodeSetBase to allow changing the
2175 base of a document.
2176
2177Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2178
2179 * xmlschemastypes.c: patch Charles Bozeman for validation of
2180 all the date, time, and duration types
2181 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2182 * configure.in: fixed an error pointed by an user
2183 * xml2-config.in: fixed an error pointed by an user
2184
2185Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2186
2187 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2188 win32/libxml2.def.src xmlIO.c: exported default
2189 'file:', 'http:' and 'ftp:' protocols input handlers
2190 and maked protocols comparisson case insensitive
2191
2192Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2193
2194 * configure.in: Neven Has detected a typo
2195
2196Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2197
2198 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2199 as one of the persons allowed to commit directly to the
2200 module.
2201
2202Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2203
2204 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2205 * valid.c: raised a too low limit
2206 * doc/*: rebuilt the docs
2207
2208Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2209
2210 * test/XPath/expr/floats test/XPath/expr/functions
2211 result/XPath/expr/floats result/XPath/expr/functions
2212 xpath.c: another XPath conformance patch from Richard Jinks
2213
2214Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2215
2216 * xmlschemas.c: fixed validation of attribute groups.
2217 * test/schemas result/schemas: added an example from the primer
2218
2219Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2220
2221 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2222 * test/schemas result/schemas: updated the test list
2223
2224Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2225
2226 * TODO: updated a bit
2227 * parser.c: made a comment more specific
2228 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2229 Schemas conformance.
2230 * test/schemas result/schemas: updated the test list
2231
2232Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2233
2234 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2235 implementing xs:all with minOccurs = 0
2236 * tes/schemas/* result/schemas/*: added more tests covering
2237 xs:all
2238
2239Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2240
2241 * xmlregexp.c: first implementation of the all particle, this
2242 may need to be revisited for case where not all transitions
2243 must be crossed.
2244
2245Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2246
2247 * tree.c: another entity processing update from Markus Henke
2248
2249Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2250
2251 * trionan.c: fixed crash on OSF/1
2252
2253Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2254
2255 * xmlschemas.c: more Schemas work
2256 * test/schemas/* result/schemas/*: added more tests coming
2257 from the spec.
2258
2259Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2260
2261 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2262 ExcC14N specification
2263
2264Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2265
2266 * tree.c: patch from Markus Henke, fix for recursive entities.
2267
2268Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2269
2270 * xpath.c: fix a problem with string() on a document node.
2271
2272Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2273
2274 * Makefile.am xmlschemas.c: more Schemas work
2275 * test/schemas/* result/schemas/*: added more tests coming
2276 from the spec.
2277
2278Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2279
2280 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2281 * result/HTML/*: this changes a few things in the results
2282
2283Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2284
2285 * include/libxml/tree.h: eliminated 'declaration different than
2286 prototype' warning
2287 * include/win32config.h: "resolved" conflicts with errno.h
2288
2289Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2290
2291 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2292 on the automata interfaces and debug of counted choices
2293 * test/schemas/* result/schemas/*: added a number of tests
2294
2295Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2296
2297 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2298 a bit of work on Schemas
2299 * testSchemas.c: try to make it more useful
2300 * test/schemas/* result/schemas/* Makefile.am: changed the
2301 Schemas regression test procedure, started adding a few samples
2302
2303Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2304
2305 * include/libxml/encoding.h: Patch for the Borland C++ builder
2306 * include/libxml/tree.h: Patch for the Borland C++ builder
2307 * threads.c: Patch for the Borland C++ builder
2308 * win32/bcb5: New directory for the Borland C++ builder
2309 project files
2310
2311Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2312
2313 * win32/Makefile.msvc: Update for XML Schema support
2314 * win32/configure.js: Update for XML Schema support
2315 * win32/libxml2.def.src: Update for XML Schema support
2316
2317Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2318
2319 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2320 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2321 xmlunicode.c include/libxml/Makefile.am
2322 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2323 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2324 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2325 include/libxml/xmlversion.h.in : merged the current state of
2326 XML Schemas implementation, it is not configured in by default,
2327 a specific --schemas configure option has been added.
2328 * test/automata test/regexp test/schemas Makefile.am
2329 result/automata result/regexp result/schemas:
2330 merged automata/regexp/schemas regression tests
2331
2332Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2333
2334 * xpath.c: Gary found a compile time problem, fixes #78823
2335
2336Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2337
2338 * configure.in: release of 2.4.20
2339 * doc/*: updated and rebuilt the docs
2340
2341Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2342
2343 * python/Makefile.am: patch from Cristian Gafton to build on
2344 Red Hat 6.2, should also fix #75779
2345
2346Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2347
2348 * valid.c: first part of fixing #78729
2349
2350Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2351
2352 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2353 escaping of URI when saving HTML files.
2354 * result/HTML/*: this impacted some tests
2355
2356Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2357
2358 * configure.in: trying to fix #77441
2359
2360Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2361
2362 * include/libxml/xmlIO.h: Hallski complained it could not be
2363 included by itself.
2364
2365Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2366
2367 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2368
2369Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2370
2371 * win32/configure.js: patch from Nilo for the c14n option
2372 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2373
2374Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2375
2376 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2377 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2378 LIBXML_THREAD_ENABLED
2379
2380Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2381
2382 * xpath.c: another patch from Richard Jinks for substring conformance
2383 * test/XPath/expr/floats test/XPath/expr/strings
2384 result/XPath/expr/floats result/XPath/expr/strings: update of the
2385 test suite to check those.
2386
2387Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2388
2389 * xpath.c: patch from Richard Jinks for .x float parsing.
2390
2391Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2392
2393 * parser.c: patch from Markus Henke when an encoding ain't recognized
2394
2395Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2396
2397 * libxml.m4: got a report that #include <string.h> was needed
2398
2399Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2400
2401 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2402
2403Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2404
2405 * doc/example.html: fixing typo
2406
2407Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2408
2409 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2410 pointed out by Melvyn Sopacua.
2411
2412Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2413
2414 * libxml.m4: Frédéric Crozat gave a patch related to the change
2415 of Include paths breaking the libxml.m4
2416
2417Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2418
2419 * xpath.c: Fix bug #76927 forgot to save some context
2420 when evaluating binary expressions
2421
2422Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2423
2424 * configure.in: fixed configure for MPE/iX from Markus Henke
2425 * xmlmemory.c: fixed initialization problems
2426 * xpath.c: another set of patches from Richard Jinks this
2427 fixes "make XPathtests" on linux
2428
2429Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2430
2431 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2432 * test/XPath/expr/compare test/XPath/expr/equality
2433 test/XPath/expr/floats test/XPath/expr/functions
2434 test/XPath/expr/strings result/XPath/expr/compare
2435 result/XPath/expr/equality result/XPath/expr/floats
2436 result/XPath/expr/functions result/XPath/expr/strings: Updated
2437 tests though they show a divergence on Linux
2438
2439Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2440
2441 * xpath.c trionan.c: previous commit also included patches
2442 from Richard Jinks on some IEEE support corner case
2443
2444Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2445
2446 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2447 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2448 that $(datadir) should be used for docs
2449
2450Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2451
2452 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2453 could leak filedescriptors
2454
2455Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2456
2457 * configure.in nanohttp.c: applied patch from Allan Clark for
2458 UnixWare/OpenServer
2459
2460Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2461
2462 * configure.in: preparing 2.4.19
2463 * doc/*: rebuilt the docs
2464
2465Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2466
2467 * nanohttp.c: fixing #76043, got fed up with non-portability
2468 of that piece of code.
2469
2470Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2471
2472 * valid.c SAX.c: Never commit without running "make tests" :-(
2473 fix a couple of stupidities in the previous commit
2474 * result/*: a few changes in some attribute order result of previous
2475 commit.
2476
2477Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2478
2479 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2480 the internal subset should not raise duplicate ID errors,
2481 also there was a small bug in conjunction to namespace
2482 declarations defaulted and xml:xxx attributes DTD definitions.
2483
2484Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2485
2486 * xpath.c: Richard Jinks also raised some rounding problems
2487 this tries to fix them
2488
2489Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2490
2491 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2492 behaviour in xmlXPathCastToString()
2493
2494Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2495
2496 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2497 raised by Morus Walter
2498
2499Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2500
2501 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2502 from Igor
2503
2504Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2505
2506 * xpath.c: fixing #75619, related to a problem when trying
2507 to evaluate condition when the current node set resulting
2508 from that sub-step evaluation is empty. Also fixes 2 potential
2509 problem with previous-sibling and next-siblings axis.
2510
2511Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2512
2513 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2514 HTML support is not configured in.
2515
2516Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2517
2518 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2519 include/libxml/tree.h: dohh I really didn't intended to commit
2520 this test version :-(
2521
2522Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2523
2524 * testSAX.c: I wanted to see the real speed at the SAX interface
2525 after a little too many Ximianer started complaining about the
2526 parser speed.
2527 added a --quiet option:
2528 paphio:~/XML -> ls -l db100000.xml
2529 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2530 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2531 3200006 callbacks generated
2532 real 0m1.270s
2533 Which means 16MBytes/s and 3Mcallback/s
2534
2535Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2536
2537 * xpath.c: valgrind spotted another error that time when running
2538 on libxslt regression tests
2539
2540Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2541
2542 * Makefile.am: adding "make valgrind" running the full regression
2543 tests (except python ones) under Valgrind (using valgrind -q
2544 which was kindly added by the author).
2545 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2546 passes cleanly now except an obcure floating point initialization
2547 raised in log10() in one XPath regression test ???
2548 * tree.c: edited some comments to close #75244
2549
2550Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2551
2552 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2553 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2554 context of ScrollKeeper, made sure that if the number is
2555 an integer, the serialization follows the description at
2556 http://www.w3.org/TR/xpath#section-String-Functions
2557
2558Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2559
2560 * configure.in: preparing 2.4.18
2561 * doc/*: updated and rebuilt the web site
2562 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2563 the Windows and Cygwin maintainers.
2564 * parser.c: humm, changed the way the SAX parser work when
2565 xmlSubstituteEntitiesDefault(1) is set, it will then
2566 do the entity registration and loading by itself in case the
2567 user provided SAX getEntity() returns NULL.
2568 * testSAX.c: added --noent to test the behaviour.
2569
2570Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2571
2572 * parser.c: Wilfried Teiken provided a hackish but working
2573 way to get context reported back on entities when parsing
2574 with SAX and without breaking the DOM build.
2575
2576Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2577
2578 * c14n.c: applied a new patch from Aleksey Sanin
2579 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2580 to reference Aleksey implementation of XML digital Signatures
2581
2582Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2583
2584 * xpath.c: small fix to avoid potential problem due to
2585 ordering of freeing data
2586 * python/Makefile.am: people were complaining about
2587 the generated file in python dir not being built
2588
2589Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2590
2591 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2592 python/generator.py python/libxml.c python/types.c: Cleanup
2593 of the python Makefiles based on Jacob and James feedback,
2594 fixed the spec file accordingly, fixed the number of warning
2595 that passing my pedantic CFLAGS was generating. Conclusion
2596 is that Python includes are real crap.
2597
2598Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2599
2600 * configure,in: it was reported quite a few times that
2601 xml2-config --cflags should not output
2602 -I$includeprefix/libxml2/libxml because libxml2 header names
2603 clashes with existing names like list.h from C++ stl.
2604 Includes should be #include<libxml/xxx.h> so ...
2605
2606Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2607
2608 * c14n.c: another patch from Aleksey Sanin
2609
2610Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2611
2612 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2613 canonicalization algorithm
2614 * doc/xml.html doc/index.html: added the C14N references on the
2615 index page.
2616
26172002-03-13 jacob berkman <jacob@ximian.com>
2618
2619 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2620 usage, redundant, and gcc specific
2621
2622Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2623
2624 * xpath.c: speedup some node selection operations, this can
2625 have a significant impact on DocBook Norm's stylesheets
2626 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2627 make sure it's always the case
2628 * debugXML.c: distinguish CDATA and comments in ls operations
2629
2630Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2631
2632 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2633 to generate better API descriptions etc...
2634
2635Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2636
2637 * c14n.c: Fixing #74186, made sure all boolean expressions
2638 get fully parenthesized, ran indent on the output
2639 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2640 include/libxml/tree.h: also #74186 related, removed the
2641 --with-buffers option, and all the preprocessor conditional
2642 sections that were resulting from it.
2643
2644Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2645
2646 * valid.c: applied patch from Dodji Seketeli fixing an
2647 uninitailized variable in xmlValidGetValidElements()
2648
2649Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2650
2651 * c14n.c: fixed a few comments
2652 * doc/*.html doc/*/*.html: regenerated the docs and added
2653 the C14N API
2654 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2655
2656Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2657
2658 * check-xml-test-suite.py: fix to adapt varaiations in the
2659 bindings
2660 * configure.in python/setup.py python/setup.py.in: fixed to
2661 have the version of the python scripts automatically updated
2662
2663Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2664
2665 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2666 in xmlCopyProp()
2667
2668Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2669
2670 * configure.in: preparing 2.4.17 release
2671 * doc/*: updated and rebuilt the docs
2672 * xpath.c: fixed a comment
2673 * python/libxml.c: fixed a possible reentrancy problem
2674
2675Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2676
2677 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2678 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2679 added a specific regression test
2680 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2681 not raise exceptions when failing to find the attribute.
2682
2683Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2684
2685 * configure.in xmllint.c: owen pointed out a problem with the
2686 ftme fix, gettimeofday() was not detected by configure and
2687 the ftime header wasn't included, dohhh
2688
2689Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2690
2691 * configure.in xmllint.c: trying to fix #71457 for timing
2692 precision when gettimeofday() is not availble but ftime() is
2693
2694Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2695
2696 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2697 are now copied on install and part of the -devel RPM
2698
2699Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2700
2701 * xpath.c: trying to avoid bug #72150 which was apparently
2702 caused by a gcc bug (or a processor problem) as detailed
2703 at http://veillard.com/gcc.bug
2704
2705Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2706
2707 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2708 fixed xmlReconciliateNs(), added a Python test/example for
2709 inter-document cut'n paste
2710 * python/libxml.py: fixed node.doc on document nodes and added
2711 xpathEval() onto node objects
2712
2713Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2714
2715 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2716 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2717 fixup and integrated tests for the serialization stuff
2718
2719Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2720
2721 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2722 moved the libxml man page to section 3
2723
2724Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2725
2726 * tree.c: fix bug #72490
2727 * python/libxml.c python/libxml.py: added methods serialize()
2728 and saveTo() to all node elements.
2729
2730Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2731
2732 * xmlIO.c: closed #73430, don't read from an input source
2733 which indicated an end-of-file or an error.
2734
2735Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2736
2737 * parser.c: make sure SAX endDocument is always called as
2738 this could result in a Python memory leak otherwise (it's
2739 used to decrement ref-counting)
2740 * python/generator.py python/libxml.c python/libxml.py
2741 python/libxml2-python-api.xml python/libxml2class.txt
2742 python/tests/error.py python/tests/xpath.py: implemented
2743 the suggestions made by Gary Benson and extended the tests
2744 to match it.
2745
2746Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2747
2748 * python/generator.py: applied patch fixing #73450
2749
2750Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2751
2752 * xpath.c: fixing #61290 "namespace nodes have no parent"
2753 long standing divergence from the XPath REC. NodeSets
2754 simply hold a copy of namespace nodes and those node ->next
2755 points to the parent (which may not be the node carrying the
2756 definition).
2757 * include/libxml/xpath.h: flagged but didn't added a possible
2758 speedup
2759 * DOCBparser.c HTMLparser.c: removed some warnings from push
2760 parser due to new state being added.
2761 * tree.c: new fix from Boris Erdmann
2762 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2763 the XML Canonalization support from Aleksey Sanin
2764
2765Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2766
2767 * tree.c: patch from Boris Erdmann fixing some namespace odities
2768 with xmlCopyNode()
2769
2770Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2771
2772 * xmlIO.c: fix bug #72706 when loading a NULL entity
2773
2774Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2775
2776 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2777 actually change in a future XML Namespace revision.
2778
2779Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2780
2781 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2782 added the possibility of returning nodesets from XPath extension
2783 functions written in Python
2784
2785Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2786
2787 * python/*: commiting some Python bindings work done while travelling
2788
2789Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2790
2791 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2792 explicitely with memory debugging switched on
2793
2794Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2795
2796 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2797 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2798 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2799 the accessor generator for strings
2800 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
2801 regression test.
2802
2803Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2804
2805 * python/README python/generator.py python/libxml.c python/setup.py:
2806 added the 'usual' setup.py to allow building a libxml2-python
2807 module based on the same code. The initialization is however
2808 different the 2 .so files fo libxml2 and libxslt are identical and
2809 they entry point initialize both libraries. this is done to avoid
2810 some possible nasty problem since the Python don't merge the maps
2811 of all shared modules.
2812
2813Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2814
2815 * parser.c: fixed a push/encoding bug reported by Michael
2816 on librsvg
2817
2818Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2819
2820 * include/libxml/parserInternals.h: fixes a misplaced #endif
2821
2822Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2823
2824 * parser.c valid.c: found and fixed a couple of allocation bugs
2825
2826Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2827
2828 * doc/xml.html doc/python.html doc/*: added a Python and binding
2829 page describing the current state of the Python bindings and
2830 giving pointers to the other languages wrappers.
2831
2832Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2833
2834 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
2835 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
2836 rebuilt the API and web site
2837 * xpath.c: fixed #71978 portability bugs
2838
2839Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2840
2841 * SAX.c: oops broke automatic defaulting of namespaces attributes.
2842
2843Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2844
2845 * include/libxml/parserInternals.h parser.c: had to change
2846 2 internal parsing API when processing document content
2847 to check the start and end of element content are defined
2848 in the same entity
2849 * valid.c include/libxml/valid.h: attribute normalization can
2850 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
2851 with the context to report it.
2852 * SAX.c: fixed the last known bugs, crazy validation constraints
2853 when a document is standalone seems correctly handled. There
2854 is a couple of open issues left which need consideration especially
2855 PE93 on external unparsed entities and standalone status.
2856 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
2857 The 2 tests left failing are actually in error. Cleanup done.
2858
2859Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2860
2861 * valid.c: implemented E59 spaces in CDATA does not match the
2862 nonterminal S
2863
2864Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2865
2866 * SAX.c parser.c valid.c: more validation test fixups
2867 * check-xml-test-suite.py: added duration info for the tests
2868
2869Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2870
2871 * parser.c valid.c: a couple of errors were reported but not
2872 saved back as such in the parsing context. Down to 1% failure rate
2873 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
2874
2875Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2876
2877 * xmlInternald.c: isExtender was missing a char
2878 * parser.c include/libxml/parser.h: % are acceptable in the
2879 internal subset if within a PUBLIC ID
2880
2881Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2882
2883 * SAX.c parserInternals.c valid.c: more work on the conformance
2884 suite. Took the step to finally block documents with encoding
2885 errors. It's a fatal error per the spec, people should have fixed
2886 their documents by now.
2887
2888Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2889
2890 * check-xml-test-suite.py: fixed the test script after some discussion
2891 on the semantic of TYPE="error"
2892 * Makefile.am: added the script to the distrib
2893
2894Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2895
2896 * SAX.c entities.c: fixed a couple of conformances issues deep
2897 into the validation code (standalone and undeclared Notations)
2898
2899Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2900
2901 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
2902 stayed there for years !
2903
2904Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2905
2906 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
2907 missing
2908
2909Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2910
2911 * check-xml-test-suite.py: improved the behaviour a bit as
2912 well as the logs
2913 * parser.c valid.c SAX.c: fixed a few more bugs
2914 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
2915
2916Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2917
2918 * check-xml-test-suite.py: python script to run regression tests
2919 against the XML Test suite of W3C/OASis
2920 * SAX.c: fixed a validation bug
2921 * parser.c: fixed 3 errors pointed by the test suite
2922 * doc/buildDocBookCatalog: fixed a typo pointed by drake
2923 * python/Makefile.am: fixed a dependendy
2924
2925Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2926
2927 * xmlmemory.c: avoid a warning bug #71594
2928
2929Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2930
2931 * xmlmemory.c: Jesse Perry provided a patch to remove a few
2932 warning on alpha/Tru64
2933
2934Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2935
2936 * include/libxml/entities.h: fixing a comment
2937 * valid.c: fixing some troubles with validity check on namespaces
2938 * result/VC/NS3 test/VC/NS3: added a specific regression test
2939
2940Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2941
2942 * tree.c: Fixing #71342 serializing '\n' in attribute values
2943 * result/noent/att3 result/att3 test/att3: added a specific
2944 test.
2945
2946Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2947
2948 * python/libxml.c: couple of bug fixes
2949
2950Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2951
2952 * python/*.py: removed tabs and used spaces.
2953
2954Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2955
2956 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
2957 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
2958
2959Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2960
2961 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
2962 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
2963
2964Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2965
2966 * include/libxml/encoding.h include/libxml/entities.h
2967 include/libxml/globals.h include/libxml/parser.h
2968 include/libxml/threads.h include/libxml/tree.h
2969 include/libxml/xmlmemory.h: trying to fix the include mess
2970
2971Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2972
2973 * include/libxml/xmlmemory.h: reverted part of the previous
2974 attempt to provide #69655, this was breaking the build.
2975
2976Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2977
2978 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
2979 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
2980 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
2981 include/libxml/parserInternals.h include/libxml/tree.h
2982 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
2983 Tentatively fixed #69655 , make compiling with -Wredundant-decls
2984 clean.
2985 * python/libxml.c: fixed a warning.
2986
2987Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2988
2989 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
2990 copying of node, merge back IDs in the target document.
2991 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
2992 test/XInclude/ents/ids.xml: test case
2993 * result/VC/ElementValid4: output changed due to a typo fix
2994
2995Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2996
2997 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00002998 generate the dependencies right as Jacob found out. Add
2999 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003000
3001Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3002
3003 * parserInternals.c valid.c: Justin Fletcher found some parts
3004 of the code needing cleanup
3005 * libxml.spec.in python/Makefile.am python/generator.py
3006 python/libxml.c python/libxml.py: Fixed the python Makefiles
3007 corrected a bug showing up on ia64, changed the name of the
3008 python internal module too
3009
3010Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3011
3012 * Makefile.am: applied patch from Andris Pavenis for binary
3013 name suffixes
3014
3015Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3016
3017 * xmllint.c win32/win32config.h: fixing #68748
3018
3019Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3020
3021 * valid.c: fixing #70166
3022
3023Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3024
3025 * valid.c: fixing #70077
3026
3027Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3028
3029 * Copyright Makefile.am README configure.in libxml.spec.in:
3030 Changed to the MIT Licence
3031 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3032 doc/xmlio.html: updated the doc accordingly
3033 * include/libxml/xmlwin32version.h configure.in: preparing
3034 2.4.14 release
3035 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3036 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3037 fixed the const xmlChar * wrapper and generator, XPath extension
3038 functions now use the context as first argument
3039 * python/tests/tstxpath.py python/tests/xpath.py
3040 python/tests/xpathext.py: Updated the tests accordingly
3041 * tree.c: fixed bug #70067
3042
3043Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3044
3045 * Makefile.am: cleanup
3046 * debugXML.c: always use stdout if output is NULL
3047 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3048 * python/Makefile.am python/generator.py python/libxml2class.txt
3049 python/libxml_wrap.h python/types.c: augmented the number of bindings
3050 handling FILE * and XPath contexts
3051 * python/tests/Makefile.am: avoid a stupid problem due to the
3052 use of TEST.
3053
3054Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3055
3056 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3057
3058Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3059
3060 * python/TODO python/libxml.c: cleanup the extension function lookup
3061 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3062
3063Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3064
3065 * configure.in python/Makefile.am: do not install outside
3066 of prefix
3067
3068Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3069
3070 * python/TODO python/libxml.c: started adding SAX interfaces
3071 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3072 SAX test
3073
3074Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3075
3076 * tree.c: hardened the addChild function
3077 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3078 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3079 added accessors needed for xmlNode, a bit more testing and
3080 extension of interfaces
3081 * python/tests/Makefile.am python/tests/build.py: added a test
3082 build from scratch/save/load/check
3083
3084Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3085
3086 * parserInternals.c: change a small bit in the way valididy
3087 error messages get initialized
3088 * python/TODO python/libxml.c python/libxml2-python-api.xml
3089 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3090 added some memory debugging to track leaks at the libxml2 level
3091 * python/tests/*.py: changed all tests to check for leaks,
3092 there is just one left in XPath extension registrations.
3093
3094Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3095
3096 * python/TODO python/generator.py python/libxml2-python-api.xml
3097 python/libxml2class.txt: more accessor classes for the parser
3098 context, allow to switch on and check validity
3099 * python/tests/Makefile.am python/tests/error.py
3100 python/tests/invalid.xml python/tests/valid.xml
3101 python/tests/validate.py: attded more test and and added error.py
3102 which I forgot to commit in the last step
3103
3104Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3105
3106 * python/Makefile.am python/types.c: cleanup
3107 * python/libxml.c python/libxml.py python/libxml_wrap.h
3108 python/generator.py python/libxml2-python-api.xml
3109 python/libxml2class.txt: added class for parser context, added
3110 first cut for push mode support. Added a framework to generate
3111 accessors functions.
3112 * python/tests/Makefile.am python/tests/push.py: added a push
3113 test
3114
3115Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3116
3117 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3118 bug a bit of cleanup.
3119
3120Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3121
3122 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3123 python/libxml2class.txt: adding error redirections and preformat
3124 to a python handler
3125 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3126 tests self checking
3127
3128Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3129
3130 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3131 a function
3132
3133Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3134
3135 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3136 python/libxml.c python/libxml2-python-api.xml
3137 python/libxml2class.txt: Progressing through the TODOs, class
3138 description output, extra XML API, RPM now builds the wrappers
3139 for all python installed versions
3140
3141Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3142
3143 * configure.in libxml.spec.in python/Makefile.am python/TODO
3144 python/generator.py python/libxml2class.txt: added more informations
3145 in the libxml2-python package including docs. Slightly changed
3146 the class hierarchy
3147 * python/tests/*: added basic regression tests infrastructure too
3148
3149Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3150
3151 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3152 added libxml2-python as part of the packages installed
3153
3154Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3155
3156 * python/Makefile.am python/generator.py python/libxml.c
3157 python/libxml.py: more work, now able to extend the
3158 XPath interpreter with functions written in python.
3159
3160Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3161
3162 * python/Makefile.am: Jacob sent a patch to allow building from
3163 tarfile.
3164
3165Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3166
3167 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3168 inserted the python wrappers build, I hope this won't be too
3169 unportable
3170
3171Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3172
3173 * xpath.c: minor optimization
3174 * python/generator.py python/libxml.c python/libxml.py
3175 python/libxml_wrap.h: more work on the python bindings,
3176 they now support XPath and there is no evident leak
3177
3178Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3179
3180 * python/generator.py python/libxml.c python/libxml.py:
3181 more work on the python bindings generator.
3182
3183Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3184
3185 * python/generator.py python/libxml.c python/libxml_wrap.h:
3186 more work on the python bindings.
3187
3188Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3189
3190 * python/generator.py python/libxml.c python/libxml.py
3191 python/libxml_wrap.h: commited early version of a python binding
3192 for private use only ATM
3193
3194Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3195
3196 * entities.c tree.c include/libxml/entities.h: applied patch
3197 from Anthony Jones to implement copy of DTD subtree too. Had
3198 just to keep 2 function private which really ought to become
3199 public ones.
3200
3201Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3202
3203 * xmllint.c: added pointers to the web pages in the usage()
3204
3205Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3206
3207 * tree.c: more fixes from Petr Kozelka for attribute handling
3208 in the tree API to align the semantic with DOM.
3209
3210Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3211
3212 * valid.c tree.c entities.c: another set of patches from
3213 Anthony Jones for copy operations cleanup and robustness
3214
3215Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3216
3217 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3218 an alphabetic index based on comments content
3219 * doc/*: rebuilt the web site with the new references
3220
3221Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3222
3223 * parserInternals.h: Greg Sjaardema suggested to use an
3224 eponential buffer groth policy in xmlParserAddNodeInfo()
3225
3226Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3227
3228 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3229 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3230 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3231 to generate cross-references, and added/updated the stylesheets
3232 to generate and link API indexes. The generic keyword index
3233 is not done yet.
3234 * doc/*.html: regenerated all the usual docs too
3235
3236Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3237
3238 * debugXML.c: added an xpath function to the shell for T. V. Raman
3239
3240Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3241
3242 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3243 debug routines.
3244
3245Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3246
3247 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3248 support of attribute nodes
3249
3250Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3251
3252 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3253 hopefully near complete and fully documented of the API in XML
3254 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3255 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3256 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3257 include/libxml/parserInternals.h include/libxml/valid.hi
3258 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3259 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3260 include/libxml/xpath.h include/libxml/xpathInternals.h:
3261 Cleaned up the doc comments a lot in the process, the interface
3262 coverage is now 100%
3263
3264Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3265
3266 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3267 extracts comments from the gtk-doc DocBook output (a bit
3268 convoluted but seems to work).
3269
3270Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3271
3272 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3273 added an XML description of the API, moved the script generating
3274 it here. Added a "make api" target
3275
3276Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3277
3278 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3279
3280Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3281
3282 * xpath.c include/libxml/xpathInternals.h: the change made to
3283 xmlXPathFuncLookupFunc was incompatible roll it back
3284
3285Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3286
3287 * SAX.c: cleanup patch from Anthony Jones
3288 * doc/Makefile.am: fix the headers to avoid in make scan
3289 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3290 includes, * vs Ptr and general cleanup
3291 * parsedecl.py: first version of a script to extract the
3292 module interfaces, the goal will be to provide .decl or XML
3293 specification of the interfaces to build wrappers.
3294
3295Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3296
3297 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3298 now provides return codes in case of errors
3299
3300Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3301
3302 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3303 Upgraded to trio baseline 1.6
3304 * strio.h strio.c: Replaced by triostr.h and triostr.c
3305
3306Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3307
3308 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3309 of strdup usage in the code
3310
3311Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3312
3313 * parser.c error.c: Keith Isdale complained rightly that
3314 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3315
3316Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3317
3318 * tree.c: fixed the funxtion to set the xml: attributes
3319 * debugXML.c: added "setbase" to test it.
3320
3321Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3322
3323 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3324 to allow updating an attribute content
3325
3326Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3327
3328 * libxml.h: try to avoid problems when compiling on Windows
3329
3330Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3331
3332 * hash.c: patch from Anthony Jones for hash.c allocation size
3333 * Makefile.am: trying to work around Yet Another Libtool Madness
3334 and build the 2.4.13 release finally ...
3335
3336Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3337
3338 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3339 * doc/* : update of the documentation
3340
3341Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3342
3343 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3344 at fixing #61290 :-(
3345
3346Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3347
3348 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3349 Fixes bug #67229
3350
3351Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3352
3353 * tree.c: trying to avoid troubles when a subtree is copied
3354 and coalesced in part with the target tree. Should fix
3355 bug #67407
3356
3357Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3358
3359 * valid.c: fixed validation of attributes content of type
3360 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3361 values, very old bug. Fixes #67671
3362
3363Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3364
3365 * parser.c include/libxml/parserInternals.h tree.c: integrated
3366 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3367 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3368
3369Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3370
3371 * threads.c: applied Serguei Narojnyi's patch to add native
3372 thread support on the Win32 platform
3373 * testThreadsWin32.c Makefile.am: added the test program also
3374 from Serguei, Win32 specific
3375 * include/win32config.h include/libxml/xmlwin32version.h.in:
3376 added patch from Igor for the Windows thread specific defines.
3377
3378Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3379
3380 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3381
3382Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3383
3384 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3385 output page into XMLinfo.html. Close bug #66951 and
3386 raised by Robert Collins too.
3387
3388Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3389
3390 * encoding.c: Paul Keogh pointed out a possibility of segfault
3391 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3392 Closes bug # 68238
3393
3394Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3395
3396 * doc/*.html: updated the Gdome2 links
3397
3398Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3399
3400 * libxml.h: Applied following patches from Robert Collins
3401 and make sure IN_LIBXML is defined when compiling it
3402 -------
3403 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3404 as well as Visual C.
3405 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3406 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3407 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3408 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3409 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3410 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3411 xmlSysIDExists xmlNoNetExists).
3412 * xmllint.c: Don't include winsock2.h for Cygwin.
3413
3414Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3415
3416 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3417 when the version info is not present.
3418
3419Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3420
3421 * tree.c: Anthony Jones pointed out a problem in
3422 xmlStringGetNodeList() and provided a fix for it
3423
3424Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3425
3426 * parser.c: patch from Frank J Franklin to remove a bug in
3427 xmlCreatePushParserCtxt() when the initial buffer passed
3428 is large.
3429
3430Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3431
3432 * win32/*: big cleanup of the Windows/MSVC project files
3433 from Igor Zlatkovic
3434
3435Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3436
3437 * doc/Makefile.am: should fix #67674 and avoid troubles if
3438 xsltproc is not available or fails in the prefix provided
3439
3440Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3441
3442 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3443
3444Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3445
3446 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3447 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3448 Fixed a few other problems raised by Charlie Bozeman.
3449 * result/VC/ElementValid[5-7]: fixed the output
3450
3451Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3452
3453 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3454 patches from Charlie Bozeman. Regenerated the HTML docs.
3455
3456Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3457
3458 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3459 for Windows from Igor
3460
3461Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3462
3463 * xmllint.c: applied Justin Fletcher patch for --output or -o
3464
3465Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3466
3467 * win32/libxml2/libxml2.def.src: close #67019
3468
3469Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3470
3471 * xmllint.c: applied Justin Fletcher generic timing patch
3472 similar to the one already applied to xsltproc.
3473
3474Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3475
3476 * include/libxml/tree.h tree.c: applied documentation patches
3477 from Charlie Bozeman
3478
3479Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3480
3481 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3482
3483Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3484
3485 * valid.c: fix the xmlStrdup() used in the previous patch.
3486 * valid.c: added --dropdtd
3487 * tree.c: fixed xmlUnlinkNode so it also removes the references
3488 from the document if the node is a DTD
3489
3490Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3491
3492 * HTMLtree.c valid.c: cleanup some static declarations
3493
3494Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3495
3496 * xmllint.c: removed another strdup()
3497 * doc/FAQ: removed the HP/UX entry
3498
3499Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3500
3501 * valid.c: fix bug #66816 when validating.
3502 * xmllint.c: don't use sys/time.h if configure did not found it
3503
3504Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3505
3506 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3507 xmlcatalog_man.xml
3508
3509Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3510
3511 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3512 xmlInitMemory() was declared twice
3513
3514Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3515
3516 * globals.c: do not reference strdup() !
3517 * configure.in libxml-2.0.pc.in: trying to fix the libs
3518 of the various config extraction modules
3519
3520Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3521
3522 * configure.in : preparing 2.4.12
3523 * doc/* : updated and rebuilt the docs
3524
3525Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3526
3527 * uri.c: closed bug #66159
3528 * testURI.c: added --escape option
3529 * configure.in: some cleanup for xml2-config --cflags
3530
3531Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3532
3533 * globals.c testThreads.c: removed some misplaced includes
3534 of xmlversion.h
3535
3536Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3537
3538 * threads.c: patch from Gary Pennington fixing a possible
3539 problem at initialization time.
3540
3541Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3542
3543 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3544 Eric Lavigne contribution to build libxml2 on MacOS using
3545 CodeWarrior.
3546
3547Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3548
3549 * xmllint.c: applied Geert Kloosterman's patch to fix
3550 --repeat --timing output
3551
3552Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3553
3554 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3555 where non-wellformed XML declaractions were not detected.
3556
3557Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3558
3559 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3560
3561Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3562
3563 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3564 gets reset by xmlCleanupInputCallbacks() and this makes the
3565 function useless. Same for output.
3566
3567Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3568
3569 * xmlIO.c: robert pointed out a loop error in callback cleanups
3570
3571Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3572
3573 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3574 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3575 they are not really tied to debugging
3576
3577Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3578
3579 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3580 * xmllint.c: better --catalogs description
3581
3582Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3583
3584 * tree.c: fixed a couple of problems in xmlSetProp()
3585
3586Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3587
3588 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3589 unappropriate stdout output.
3590
3591Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3592
3593 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3594 by Denis Beurive, closes #65111
3595
3596Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3597
3598 * valid.c: in case of content model validity error, don't
3599 print it if validity warnings were not requested.
3600
3601Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3602
3603 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3604 * parserInternals.c: removed the last exit() call. Print an
3605 unmaskable error on stderr instead (library mismatch detection)
3606
3607Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3608
3609 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3610 shell instructions from Heiko Rupp
3611
3612Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3613
3614 * catalog.c: use the URL notation file:// for default catalog paths
3615
3616Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3617
3618 * include/libxml/tree.h: better comments for _private fields
3619 * tree.c: removed a problem when copying an entity reference.
3620
3621Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3622
3623 * vms/*: updated instructions and diffs from John A Fotheringham
3624
3625Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3626
3627 * include/libxml/xmlerror.h: avoid an include problem if
3628 #include <libxml/xmlerror.h> happens first in code
3629 seems to be the case in KDE libs
3630
3631Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3632
3633 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3634 from Igor for Windows
3635
3636Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3637
3638 * Makefile.am: Gary Pennington pointed out a missing prefix
3639
3640Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3641
3642 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3643 * doc/*: upgraded and rebuilt the docs
3644
3645Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3646
3647 * HTMLparser.c: fix comment in scripts element parsing.
3648 * result/HTML/doc3*: updated the results.
3649
3650Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3651
3652 * uri.c: another URI bug fix #63336, using Joel Young patch.
3653
3654Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3655
3656 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3657 a cleaned up version of the Pwd shell string generation.
3658
3659Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3660
3661 * valid.c include/libxml/tree.h: trying to fix namespaces +
3662 validation problems for good, closing #63619 in the process
3663 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3664 wrong in this respect, fixed it.
3665
3666Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3667
3668 * xmllint.c: Morus Walter patch to allow --format and --encode
3669
3670Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3671
3672 * debugXML.c: Stefan Kost provided an help command for the shell
3673
3674Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3675
3676 * debugXML.c: Heiko Rupp pointed that the shell would crash
3677 on empty nodesets returns.
3678
3679Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3680
3681 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3682 migh need the history libraries
3683
3684Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3685
3686 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3687 handle the case of < in quoted attributes, Bastian Kleineidam
3688
3689Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3690
3691 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3692 fixing catalog breakages
3693 * Makefile.am catalog.c result/catalogs/catal
3694 result/catalogs/mycatalog.* test/catalogs/catal*:
3695 fixed more problems in catalog support, added more regression tests
3696 for both XML and SGML catalog handling
3697
3698Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3699
3700 * debugXML.c: applied an improvement to xmlGetLineNo() from
3701 Keith Isdale
3702
3703Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3704
3705 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3706 Side effect of the progressive catalog loading
3707
3708Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3709
3710 * Makefile.am: confexecdir and confexec_DATA were defined twice
3711 pointed out by Karl Eichwalder
3712
3713Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3714
3715 * xmlcatalog.c: avoid unlink() and use remove() instead.
3716
3717Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3718
3719 * libxml.spec.in: cleanup
3720 * include/libxml/xmlwin32version.h: updated with 2.4.8
3721
3722Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3723
3724 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3725 of compiling libxml with a non standard set of options
3726
3727Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3728
3729 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3730 document --sgml option, fixing gnome bugzilla #63382
3731
3732Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3733
3734 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3735 breakage of 2.4.7, added a couple of really needed APIs
3736 like xmlCatalogIsEmpty() and xmlNewCatalog()
3737 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3738 for install-catalog
3739 * configure.in: preparing 2.4.8
3740
3741Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3742
3743 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3744 include/libxml/tree.h include/libxml/xmlIO.h: more include
3745 cleanups, export cleanly one html output + format function.
3746
3747Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3748
3749 * parser.c: removed initGenericErrorDefaultFunc call from
3750 xmlInitParser() since it could destroy previous calls to
3751 xsltSetGenericErrorFunc() effects
3752
3753Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3754
3755 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3756 keyword.
3757
3758Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3759
3760 * Makefile.am: cleanup
3761 * threads.c: cleanup too
3762 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3763 from xsltproc
3764 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003765 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003766
3767Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3768
3769 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3770 was not used anymore !
3771
3772Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3773
3774 * configure.in: preparing 2.4.7
3775 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3776 manual page from John
3777 * doc/*: updated the doc and rebuilt the generated pages
3778
3779Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3780
3781 * xmlIO.c: closing bug #62711, the library should never
3782 close stdin or stdout.
3783
3784Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3785
3786 * uri.c: second pass at fixing #63336, using Joel Young
3787 final patch. looks okay.
3788
3789Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3790
3791 * uri.c include/libxml/uri.h: trying to clear #63336
3792 allowing the escaping routine to parse unconformant
3793 URI-References.
3794
3795Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3796
3797 * vms/readme.vms vms/build_libxml.com nanoftp.c
3798 include/libxml/xmlversion.h.in: a few VMS updates from
3799 John A Fotheringham
3800 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
3801 and xmlCleanupOutputCallbacks() for the Perl binding people.
3802
3803Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
3804
3805 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
3806 apply fixes to close #63271 and avoid segfaults when
3807 the error routine gets callbed before xmlInitParser()
3808 get called.
3809 * nanoftp.c error.c: Applied patches from Justin Fletcher
3810 correcting some xmlGenericError misuses.
3811
3812Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
3813
3814 *doc/xmllint.xml, doc/xmllint.1
3815 New and improved man page for xmllint - .xml is the original, .1
3816 is the generated man page
3817
3818Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
3819
3820 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
3821 the web site from the main HTML document.
3822
3823Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3824
3825 * parser.c: fixed an erroneous validation bug when PE refs
3826 occurs in external parsed entities referenced from the
3827 internals subset
3828 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
3829 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
3830 added the associated testcase, it's a nice one.
3831 * HTMLparser.c: generate the DTD node as HTML still ...
3832 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
3833
3834Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
3835
3836 * HTMLparser.c: fixed a bug in htmlNewDoc()
3837
3838Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
3839
3840 * test/threads/*: added entities testing to the Thread test
3841 * testThreads.c: make the test reasonable
3842 * DOCBparser.c: fix the DTD public and system ID
3843 * xmllint.c: added --sgml for SGML DocBook importing
3844 * Makefile.am: added Docbtests target
3845
3846Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3847
3848 * nanoftp.c: use only "anonymous@" string for anonymous passwds
3849 * testThreads.c: removed bogus include
3850
3851Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
3852
3853 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
3854 fixed a very serious (looping) validation bug
3855
3856Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
3857
3858 * include/libxml/globals.h include/libxml/threads.h threads.c
3859 testThreads.c: far more testing, cleaning up bugs
3860 * *.c : make sure globals.h is always included.
3861
3862Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
3863
3864 * HTMLparser.c: try to get rid of parser loops for good.
3865
3866Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
3867
3868 * configure.in: fixed some bugs in CFLAGS passing.
3869 * test/threads Makefile.am testThreads.c: added a specific
3870 threaded test case (really nasty, guaranteed).
3871
3872Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
3873
3874 * catalog.c: serious cleanup on the management of the
3875 XML catalog tree, more tests done, especially with
3876 the catalog PI.
3877
3878Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
3879
3880 * catalog.c: avoid a problem in catalog cleanup on SMP if
3881 catalogs were not initialized.
3882
3883Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
3884
3885 * catalog.c xpath.c: trying to cleanup the not thread safe
3886 parts of the library.
3887
3888Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
3889
3890 * include/libxml/globals.h configure.in global.data: make
3891 the allocation be per-thread a configure option
3892 * encoding.c include/libxml/parser.h: fixed compilation
3893 errors
3894
3895Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3896
3897 * include/libxml/parser.h: Norm reported that a few lines
3898 added were breaking libxslt compile, removed them for now
3899
3900Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
3901
3902 * parser.c parserInternals.c threads.c: debugged and fixed
3903 initialization problems which were giving troubles on SMP
3904 boxes.
3905
3906Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3907
3908 * include/libxml/Makefile.am: missing globals.h
3909
3910Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
3911
3912 * globals.c: added a couple of standard includes.
3913
3914Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
3915
3916 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
3917 include/libxml/parserInternals.h include/libxml/tree.h
3918 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
3919 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
3920 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
3921 Applied the last patches from Gary, cleanup, activated threading
3922 all user accessible global variables are now handled in globals.[ch]
3923 Still a bit rought but make tests passes with either
3924 --with-threads defined at configure time or not.
3925 * Makefile.am example/Makefile.am: added globals.[ch] and threads
3926 linking options
3927
3928Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
3929
3930 * Makefile.am include/libxml/Makefile.am
3931 include/libxml/globals.h globals.c include/libxml/threads.h
3932 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
3933 configure.in: started integrating the core of the thread support
3934 not activated yet but half integrated. The code should still
3935 compile and work anyway.
3936
3937Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3938
3939 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
3940 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
3941 integrating the non-controversial parts of Gary Pennington
3942 multithread patches
3943 * catalog.c: corrected a small bug introduced
3944
3945Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
3946
3947 * catalog.c include/libxml/catalog.h: very serious cleanup,
3948 isolating unportable code and as much as possible the accesses
3949 to the global shared catalog. May need more testing !
3950
3951Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
3952
3953 * include/libxml/debugXML.h debugXML.c tree.c: integrating
3954 Keith Isdale patches for the XSLT debugger interfaces. Some
3955 cleanup
3956
3957Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
3958
3959 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
3960 * DOCBparser.c: generate line nubers in elements
3961
3962Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
3963
3964 * configure.in: preparing 2.4.6 release
3965 * doc/xml.html doc/html/*: updated and rebuilt the docs
3966 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
3967
3968Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
3969
3970 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
3971 adding documentation for DV's supercatalog support
3972
3973Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
3974
3975 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
3976 super catalog support adding one API and one flag --sgml to
3977 xmlcatalog
3978
3979Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
3980
3981 * doc/xmlcatalog_man.xml, xmlcatalog.1
3982 One more crack at
3983 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
3984
3985
3986Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3987
3988 * xpath.c: implemented xmlXPathObjectCopy for external objects
3989 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
3990
3991Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
3992
3993 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
3994 finishing up fix to
3995 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
3996 the xmlcatalog man page display more elegantly
3997
3998Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
3999
4000 * configure.in: closing bug #61832
4001 * HTMLparser.c: removed a warning
4002
4003Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4004
4005 * xpath.c: fixing #61673 part I, do not loose doc information
4006 when copying result value trees.
4007
4008Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4009
4010 * xpath.c: trying to harden the XPath interpreter
4011
4012Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4013
4014 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4015 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4016
4017Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4018
4019 * HTMLparser: repaired another loop problem
4020
4021Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4022
4023 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4024 parsing.
4025 * xpath.c: fix bug #61291 the default XML namespace node is
4026 missing from the namespace axis.
4027 * tree.c: refuse to create namespaces nodes with prefix "xml"
4028
4029Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4030
4031 * SAX.c: ouch a non-defined namespace could lead to a crash,
4032 fixed #61215
4033
4034Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4035
4036 * parserInternals.c: closed bug #61054
4037
4038Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4039
4040 * include/libxml/Makefile.am: closing #60708
4041
4042Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4043
4044 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4045 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4046
4047Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4048
4049 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4050
4051Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4052
4053 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4054 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4055
4056Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4057
4058 * catalog.c: Justin Fletcher provided cleaup code in case
4059 HAVE_STAT is not defined
4060 * include/win32config.h: Igor Zlatkovic suggested to have
4061 HAVE_STAT defined there
4062
4063Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4064
4065 * catalog.c - fixed typing error reported by M. Barros
4066
4067Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4068
4069 * xmllint.c - fixing typo
4070
4071Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4072
4073 * HTMLparser.c: small enhancement to prevent loop on
4074 unrecognizable data
4075
4076Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4077
4078 * parserInternals.c: applying patch from bug #60757 this
4079 should close it
4080
4081Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4082
4083 * catalog.c xmlcatalog.c: removed a couple of warning
4084 * xpath.c: try to solve the linking problem on platforms
4085 needing trio to compile
4086
4087Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4088
4089 * Makefile.am libxml.spec.in: backing up non-documented changes
4090 commited without review or aproval by Jens Finke <jens@gnome.org>
4091 * HACKING: made 100% clear that no commit should be done directly
4092
4093Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4094
4095 * configure.in: Joe Orton provided a patch fixing a problem
4096 when iconv is specified to be in a non-standard directory
4097 but wasn't exported in xml2-config --cflags
4098
4099Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4100
4101 * configure.in: let's ship 2.4.5 before getting too much
4102 troubles with 2.4.4 errors.
4103
4104Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4105
4106 * encoding.c entities.c: do not output hexadecimal charrefs
4107 when serializing HTML since some version of Netscape can't
4108 grok it, generate decimal ones.
4109 * result/HTML/doc3.htm: output changed due to previous test
4110 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4111
4112Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4113
4114 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4115 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4116
4117Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4118 Released 2.4.4
4119
4120 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4121 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4122 updated the configuration scripts systems accordingly
4123
4124Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4125
4126 * configure.in: preparing for 2.4.4
4127 * doc/xml.html doc/html/*: updated and rebuilt the docs
4128
4129Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4130
4131 * win32/dsp/libxml2.def.src: tried to incorporate comments
4132 from bug #59220
4133
4134Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4135
4136 * parser.c result/noent/wml.xml: fixed bug #59981 related
4137 to handling of '&' in attributes when entities are substitued
4138
4139Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4140
4141 * libxml.h include/libxml/xmlversion.h.in
4142 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4143 Tried to close bug #60131
4144
4145Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4146
4147 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4148
4149Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4150
4151 * SAX.c: fixing bug #59946 on xmlns=""
4152
4153Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4154
4155 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4156 but allocates a new error code.
4157
4158Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4159
4160 * xmllint.c: John Fleck fixed typos in the options output
4161 * parser.c SAX.c: fix ignorable white space SAX selection
4162
4163Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4164
4165 * entities.c: Steve Underwood found the possibility of an
4166 ininite loop in case of error.
4167
4168Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4169
4170 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4171
4172Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4173
4174 * parser.c: warn if version is not 1.0 but it's not
4175 strictly speaking an error after analyzing the spec
4176
4177Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4178
4179 *doc/catalog.html - add link to the html version of the
4180 man page, other linguistic cleanups
4181
4182Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4183
4184 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4185 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4186 file, has not yet been included in the build.
4187
4188Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4189
4190 * catalog.c: removed a duplicate affectation Justin Fletcher
4191
4192Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4193
4194 * tree.c: Armin Sander pointed a possible text coalescing
4195 problem, completed his patch.
4196
4197Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4198
4199 * trionan.c: Fixed const and volatile re-definition problem
4200
4201Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4202
4203 * libxml.4 parser.c: doc updates from Heiko Rupp
4204 * parserInternals.c: 2 sanity checks from Heiko Rupp
4205
4206Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4207
4208 * tree.c: applied patch from Armin Sander to make some pointers
4209 const in xmlCopyNode()
4210 * include/libxml/tree.h: added fix to the header
4211
4212Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4213
4214 * xpath.c: hum, restrict the integer usage gcc bug workaround
4215 to only gcc compilers so that other architecture don't get
4216 penalized by this limitation.
4217 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4218
4219Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4220
4221 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4222 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4223
4224Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4225
4226 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4227 --convert option to xmlcatalog to convert SGML ones to
4228 the XML syntax.
4229 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4230
4231 2.4.3 got released at that point
4232Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4233
4234 * catalog.c xmlIO.c: started some serious testing and fixed
4235 a few bug and optmization needs.
4236
4237Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4238
4239 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4240 preparing for a 2.4.3 release even if it may not be ready yet
4241 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4242 all file parsing lookup to go through the entity resolver, add
4243 to add an API to bypass it (needed to load catalogs themselves),
4244 some cleanup on the catalog code too.
4245 * nanoftp.c: small cleanup
4246 * doc/catalog.html: small update
4247
4248Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4249
4250 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4251 Jun Kuriyama
4252
4253Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4254
4255 * doc/catalog.html: finished the catalog documentation
4256
4257Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4258
4259 * doc/catalog.html doc/xml.html: added documentation about
4260 Catalog support, misses an API description
4261 * doc/html/*: reextracted the API pages
4262
4263Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4264
4265 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4266 Added the part about section 7.2 on URI resolution,
4267 fixed a side effect in the HTML parser, look complete
4268 and ready to rock except the URI/SystemID part!
4269
4270Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4271
4272 * include/libxml/catalog.h include/libxml/parser.h
4273 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4274 xmlIO.c: added support and APIs needed for the catalog PI
4275 * include/libxml/xmlIO.h: cleanup
4276
4277Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4278
4279 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4280 include/libxml/catalog.h: starts to look okay, really
4281 plugged the new framework, cleaned a lot of stuff,
4282 added some APIs, except the PI's support missing this
4283 should be mostly complete
4284 * result/catalogs/* test/catalogs/*: added new test, enriched
4285 the existing one with URN ID tests
4286
4287Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4288
4289 * catalog.c: fixed nextCatalog
4290 * result/catalogs/docbook test/catalogs/*: started adding
4291 a small regression test
4292
4293Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4294
4295 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4296 more work on the XML catalog support.
4297 * parser.c include/libxml/parser.h: small cleanup seems using
4298 list as a public parameter name can give portability troubles
4299 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4300 include/libxml/xpath.h include/libxml/Makefile.am: removed
4301 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4302 wrappers
4303
4304Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4305
4306 * Makefile.am trio.c triodef.h trionan.c xpath.c
4307 include/libxml/Makefile.am include/libxml/trionan.h:
4308 Re-worked Not-A-Number and Infinity support.
4309 * xmlcatalog.c: added readline include files
4310
4311Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4312
4313 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4314 testCatalog as xmlcatalog, making it an installed app
4315 adding a shell, and preparing it to be a /etc/xml/catalog
4316 management tool, though not ready yet
4317 * catalog.c include/libxml/catalog.h: adding support for
4318 XML Catalogs http://www.oasis-open.org/committees/entity/
4319 not finished, there is some interesting tradeoffs and a
4320 few open questions left.
4321
4322Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4323
4324 * xmllint.c: fixed a line formatting problem
4325
4326Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4327
4328 * SAX.c: removed a couple of unused variable (Albert Chin)
4329
4330Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4331
4332 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4333 trying to fix some troubles w.r.t. function returning
4334 const xxxPtr.
4335
4336Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4337
4338 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4339 defined
4340
4341Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4342
4343 * xpointer.c: removed unused var
4344
4345Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4346
4347 * testXPath.c: another small cleanup closing bug #59110
4348
4349Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4350
4351 * win32/dsp/libxml2.def.src: small cleanup closing bug
4352 #59108
4353
4354Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4355
4356 * example/gjobread.c: add xmlCleanupParser() before leaving
4357
4358Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4359
4360 * config.h.in configure.in include/libxml/xmlwin32version.h:
4361 released 2.4.2
4362
4363Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4364
4365 * include/libxml/valid.h debugXML.c valid.c: deprecate
4366 the non-boundchecking Sprintf functions, add Snprintf
4367 this should close bug #57984
4368
4369Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4370
4371 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4372 URIs before doing the lookups (pointed by Mark Vakoc)
4373
4374Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4375
4376 * xpath.c: serious changes on Result Value Trees and NodeSets
4377 w.r.t. deallocation and collect operations. Probably not
4378 100% clean (merge of allocated trees smells like a problem).
4379 Seems sufficient to close #58943
4380
4381Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4382
4383 * xmllint.c: adding a --format option
4384
4385Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4386
4387 * xpath.c: count() was broken on Result Value Tree
4388 * xmlIO.c: fixed file:/// accesses on _WIN32
4389
4390Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4391
4392 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4393 macro was renamed, this should close bug #58683
4394
4395Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4396
4397 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4398 entity substitution mode text at the end of the entity might
4399 be added due to text coalescing.
4400 * nanoftp.c parser.c: small cleanup
4401
4402Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4403
4404 * HACKING: added John Fleck right to commit in the doc subdir
4405
4406Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4407
4408 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4409 allow to inherit attributes from the DTD directly in the
4410 tree, this is needed for XPath and can be a useful feature.
4411 Inherited namespaces are always provided at the tree level now
4412 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4413 of tests for this feature (XSLT being the prime user).
4414
4415Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4416
4417 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4418 testSAX.c xmlIO.c xmllint.c include/win32config.h
4419 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4420 include/libxml/xmlwin32version.h.in win32/README.MSDev
4421 win32/dsp/*: applied Win32 Facelift No.2 patches from
4422 Igor Zlatkovic for Windows/MSC
4423
4424Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4425
4426 * SAX.c: unparsedEntityDecl() the URI computation of the
4427 entity wasn't done breaking XSLT unparsed-entity-uri()
4428
4429Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4430
4431 * xpath.c: fixed a bug when walking the descendants and
4432 the current node has no children
4433 * debugXML.c: show up when a text node is supposed to not be escaped
4434
4435Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4436
4437 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4438 worked like the set:leading() function)
4439 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4440
4441Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4442
4443 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4444
4445Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4446
4447 * include/libxml/xmlIO.h: apply change to close #58141
4448 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4449
4450Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4451
4452 * parser.c: when the internal subset uses a PE, then the
4453 included entity can use conditional sections.
4454
4455Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4456
4457 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4458 when walking the namespace axis showing up in
4459 libxst/tests/general/bug-12
4460 * xmlmemory.c: added the possibility to trace a given block
4461 defined by its address
4462
4463Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4464
4465 * parser.c: don't override existing encoding specified before
4466 starting xmlParseDocument()
4467
4468Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4469
4470 * include/libxml/xmlwin32version.h: reinserted, needed for
4471 Windows users of CVS
4472
44732001-07-27 Darin Adler <darin@bentspoon.com>
4474
4475 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4476 * testCatalog.c: Add include of <libxml/parser.h>.
4477
44782001-07-27 Darin Adler <darin@bentspoon.com>
4479
4480 * include/libxml/.cvsignore:
4481 * include/libxml/xmlwin32version.h:
4482 Remove this file from CVS because it's generated.
4483
4484Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4485
4486 * parser.c include/libxml/parser.h: applied const patches from
4487 Tom Moog #58002
4488
4489Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4490
4491 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4492 lookup framework
4493
4494Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4495
4496 * tree.c: fixed xmlCopyNode() for documents
4497
4498Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4499
4500 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4501
4502Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4503
4504 * parser.c: fixes bug #57652 reported by Morus Walter
4505
4506Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4507
4508 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4509
4510Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4511
4512 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4513 errors, lesson don't add new functions at 1am before a release
4514 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4515 from XPath initialization when possible.
4516
4517Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4518
4519 * result/scripts/base*: removing history/readline changed
4520 this slightly
4521 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4522 xmllint.c: make element content line number generation
4523 optionnal to avoid breaking old apps added interface to switch
4524
4525Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4526
4527 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004528 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004529 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4530 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4531 John Kroll fixes to allow saving to HTTP via PUT (or
4532 POST of needed).
4533 * doc/html/*.html: regenerated the docs
4534
4535Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4536
4537 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4538 xmlHashScanFull and xmlHashScannFull3 to get passed the
4539 three keys as arguments to the callback function
4540
4541Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4542
4543 * configure.in Makefile.am: removed libxml softlink for good
4544 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4545 100% coverage by gtk-doc
4546
4547Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4548
4549 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4550 fixed serious troubles due to size_t vs. int mismatch
4551
4552Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4553
4554 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4555
4556Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4557
4558 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4559 convenient extension API for value and context managing
4560 Now handles external objects through xmlXPathPopExternal,
4561 xmlXPathWrapExternal and xmlXPathReturnExternal.
4562 Added functions for sets operations (intersection, etc.)
4563
4564Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4565
4566 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4567 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4568 HTMLparser.c: cleanup of global variables, marking some
4569 const or private.
4570
4571Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4572
4573 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4574 fixed xmlXPathNodeSetItem when passing index=0
4575
4576Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4577
4578 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4579
4580Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4581
4582 * xmllint.c: fixed compilation under Cygwin #57503
4583 * TODO: update
4584
45852001-07-13 Peter Williams <peterw@ximian.com>
4586
4587 * config.h.in: add #undef HAVE_DLFCN_H
4588
4589 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4590 builddir.
4591
4592Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4593
4594 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4595 raised by #57348 and #57381
4596
4597Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4598
4599 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4600 tree.c xpointer.c: store the line numbder in element->content,
4601 may break some software, need a configuration mechanism
4602
46032001-07-10 Darin Adler <darin@bentspoon.com>
4604
4605 * .cvsignore:
4606 * example/.cvsignore:
4607 * include/.cvsignore:
4608 * include/libxml/.cvsignore:
4609 Various things that are generated and should be ignored.
4610
4611Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4612
4613 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4614 * doc/xml.html doc/html/*: updated the docs
4615
4616Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4617
4618 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4619 validation occured on content with element child
4620
4621Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4622
4623 * tree.c: fixed XML Base computation which was broken
4624 * debugXML.c: added a base function to the shell
4625 * Makefile.am result/scripts/* test/scripts/*: added scripts
4626 based regression tests, and adding 2 XML Base tests
4627
4628Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4629
4630 * tree.c: set properties doc and call xmlSetListDoc for properties
4631 content when grafting them in a different tree.
4632 * aclocal.m4: remove from CVS
4633
4634Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4635
4636 * win32/libxml2/libxml2.def.src: added some missing entry point
4637 for XPath (Mark Vakoc)
4638
4639Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4640
4641 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4642 layer should URI-Unescape before trying to open resources.
4643
4644Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4645
4646 * xpath.c: fix the name() bug for elements in the default
4647 namespace reported by Charlie Bozeman
4648
4649Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4650
4651 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4652 led to an XPath fix, improvements of SAX initialization, and
4653 an added option --nocdata to testXPath
4654
4655Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4656
4657 * doc/libxml-doc.el: Felix Natter provided anew version working
4658 with XEmacs too
4659
4660Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4661
4662 * include/libxml/xpath.h: small cleanup
4663 * doc/xml.html: update
4664
4665Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4666
4667 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4668 released 2.3.14
4669
4670Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4671
4672 * doc/html/*: rebuilt the docs for the release
4673 * doc/xml.html: added 2.3.14 release.
4674
4675Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4676
4677 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4678 were not equal to empty strings
4679
4680Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4681
4682 * SAX.c: fixed a URI-Reference computation problem when validating
4683 * xmlIO.c: small cleanup
4684
4685Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4686
4687 * parser.c: improved the description of a couple of interfaces
4688 upon Larry Stamper suggestion
4689
4690Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4691
4692 * SAX.c entities.c parser.c: changed completely the way entities
4693 are handled when running the parser in entity substitution mode.
4694 This fixes a bug reported by Stephan Kulow and nearly divides
4695 by 3 the amount of memory required by libxslt to load and process
4696 DocBook TDG.
4697
4698Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4699
4700 * HTMLparser.c: fixing a too early root closing problem raised
4701 byt Prashanth Naidu
4702
4703Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4704
4705 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4706 raised by Mark Vakoc.
4707
4708Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4709
4710 * example/Makefile.am: fixed the include path to add srcdir/include
4711 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4712 and some cleanup
4713
4714Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4715
4716 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4717 lot of optimization work, results in significant improvements
4718 when handling really complex XPath queries. Add a small optimizer
4719 for unions, improve [n] and [last()], avoid some costly ops.
4720
4721Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4722
4723 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4724 * xpath.c: small cleanup
4725 * xmlGetNsList: reformated, fixed problems if used on Entities
4726
4727Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4728
4729 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4730
4731Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4732
4733 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4734 * Makefile.am example/Makefile.am: workaround automake generating
4735 erroneous deps
4736
4737Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4738
4739 * include/win32config.h: bug #56801 Yon Derek provided a patch
4740 to the windows config file.
4741
4742Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4743
4744 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4745 libxml.h : Yon Derek provided a set of changes to compile from
4746 CVS on Windows/MSC
4747
4748Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4749
4750 * parser.c: fixed UTF8 BOM support in push mode
4751 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4752 added a specific testcase
4753
4754Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4755
4756 * Makefile.am: added --push regression tests
4757 * parserInternals.c: the XML parser segfaulted in --push mode
4758
4759Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4760
4761 * configure.in: moved the symlinks detection within a CVS
4762 check, this is not portable and will be removed soon.
4763 * xpath.c: small cleanup/speedup
4764
4765Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4766
4767 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4768 release of 2.3.12
4769 * parser.c: make an error message if unknow entities in all cases
4770
4771Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4772
4773 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4774
4775Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4776
4777 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4778 includes were installed in the wrong dir
4779
4780Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4781
4782 * doc/html.xml: warn against sending code to exhibit bugs.
4783
4784Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4785
4786 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4787 Tru64 from Thomas Leitner
4788
4789Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4790
4791 * AUTHORS: added William and Bjorn
4792 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4793 daniel@veillard.com hopefully I won't have to do this again
4794 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4795 docs can be rebuilt cleanly now
4796 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4797 from CVs it's generated, added include/libxml/xmlwin32version.h
4798 also generated but which should change far less frequently.
4799 * catalog.c nanoftp.c: made sure to include libxml.h not
4800 libxml/xmlversion.h directly
4801 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
4802 when compiling on WIN32 and MSC
4803
4804Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4805
4806 * include/Makefile.am include/libxml/Makefile.am configure.in:
4807 fixed make distcheck and rebuilding the rpms
4808
4809Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4810
4811 * configure.in: should finish the migration of exported includes
4812 into a real include/libxml in CVS, at least for CVS users.
4813 * removed the exported headers, added in include/libxml (as well
4814 as xmlversion.h.in).
4815
4816Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4817
4818 * configure.in: fixed the way to detect symlink
4819
4820Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4821
4822 * configure.in: updated, include/libxml is now a real CVS dir
4823
4824Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4825
4826 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
4827 version works with both libxml1 and libxml2 (it autodetects
4828 the prefix of the html-files) from Felix Natter.
4829 * doc/xml.html: updated doc accordingly
4830
4831Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4832
4833 * xpath.c: fixed the bug generating a template loop in libxslt
4834 when using docbook-xsl-1.4, * should filter out document nodes
4835 * HACKING: added William
4836 * TODO: updated
4837
4838Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4839
4840 * doc/FAQ.html: added a warning about gcc-3.0
4841 * doc/xml.html: added reference to gdome2 and removed a confusing
4842 sentence
4843
4844Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4845
4846 * xmlversion.h: okay this is a generated file, but Windows
4847 users need it and they can't generate it, and I want CVS
4848 Windows users ...
4849 * win32/libxml2/libxml2_so.dsp: Windows project file for
4850 the shared lib version of libxml2
4851 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
4852 resources needed for libxslt/xsltproc by Yon Derek
4853
4854Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4855
4856 * trio.c: MSVC fix (provided by Igor Zlatkovic)
4857
4858Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4859
4860 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
4861
4862Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4863
4864 * include/win32config.h: Yon Derek provided a first fix
4865 to be able to compile libxslt/xsltproc on Windows
4866
4867Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4868
4869 * xpath.c: attempt to work around what seemed a gcc optimizer
4870 bug when handling floats on i386 http://veillard.com/gcc.bug
4871 * tree.c entities.c encoding.c: doing some cleanups while
4872 chasing it
4873
4874Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4875
4876 * Makefile.am: cleanup when --without-debug is specified
4877 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
4878 w.r.t. --without-debug and other include points
4879 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
4880 Catalogs
4881 * configure.in entities.h tree.h HTMLparser.c: removed
4882 --without-corba, made the _private field mandatory
4883
4884Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4885
4886 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
4887 outputs a BOM in UTF8, an errata has been issued to avoid the
4888 problem, that was the most reasonable solution... Add support
4889 for a leading UTF8 BOM in entities.
4890
4891Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4892
4893 * valid.c: fixed a bug found when post validating an entity ref
4894 * xmllint.c: added --loaddtd and sligly changed --postvalid to
4895 activate it too
4896
4897Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4898
4899 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
4900 weakness in the node copy the XPointer and the XInclude
4901 implementations. Serious cleanup.
4902
4903Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4904
4905 * Makefile.am: Kjartan Maraas provided a small patch to
4906 add xml2-config.in to EXTRA_DIST
4907
4908Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4909
4910 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
4911 provided another failing case found in KDE, the way the
4912 ctxt->vctxt.nodeTab was allocated and freed changed over
4913 time but it wasn't completely cleaned up. This should fix it.
4914
4915Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4916
4917 * parser.c: Stephan Kulow also raised the fact that line number
4918 could get miscounted making debug harder, fixed the problem
4919 in xmlParseCharData()
4920
4921Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4922
4923 * valid.c: Stephan Kulow pointed out a problem when validating
4924 and using an empty entity, forgot a 'break' in a case.
4925
4926Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4927
4928 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
4929 * doc/xml.html: updated with 2.3.11
4930
4931Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4932
4933 * TODO: updated adding cleanup of generated doc
4934 * configure.in: prepared to release 2.3.11
4935 * xmllint.c: added --version for bug reporting
4936 * doc/html/*.html: rebuilt the doc
4937
4938Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4939
4940 * xpath.c: first part of the work on selecting namespace to
4941 fix bug #56115
4942
4943Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4944
4945 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
4946 when using -liconv
4947 * TODO: updated
4948
4949Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4950
4951 * HTMLtree.[ch]: more work on the HTML serialization routnes,
4952 cleanup, encoding support.
4953
4954Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4955
4956 * xpath.c: Thomas Broyer suggested a better patch for the / arg
4957
4958Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4959
4960 * xpath.c: bug detected by Ankh when / is used as a function arg
4961
4962Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4963
4964 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
4965 of element and use it to avoid outputting formatting spaces at
4966 the wrong place. Implemented the format parameter for HTML save.
4967 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
4968 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
4969 result/HTML/wired.html: of course this impact the result of a
4970 number of HTML tests
4971
4972Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4973
4974 * HTMLtree.[ch]: started augmenting the HTML save API with
4975 encoding and formatting parameters
4976
4977Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4978
4979 * HTMLtree.h: cleanup and started evaluating the work needed on
4980 revamping the HTML output code
4981
4982Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4983
4984 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
4985
4986Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4987
4988 * valid.c: fixed bug #56049, forgot one check in the
4989 validation routine
4990
4991Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4992
4993 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
4994
4995Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4996
4997 * libxml.h: fixed an error in last commit
4998 * doc/FAQ.html: added an entry for compilation from CVS
4999
5000Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5001
5002 * xmlversion.h.in libxml.h: Cygwin patches
5003 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5004 * tree.h: cleanup
5005
5006Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5007
5008 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5009 memory block in a strange case where libxml is linked twice
5010 in the binary.
5011
5012Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5013
5014 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5015 state far too often, simple fix used to avoid it.
5016
5017Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5018
5019 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5020 being processed, applied his patch
5021 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5022
5023Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5024
5025 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5026 provided fixes to compile on MSCC again
5027 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5028 also provided an update for the project files.
5029
5030Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5031
5032 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5033 bug #55810
5034
5035Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5036
5037 * tree.c: fixed xmlGetNsProp() to close bug #55683
5038 Note this requires libxslt to use it's own function instead.
5039
5040Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5041
5042 * HTMLtree.c: when in a pre element no formatting space should
5043 be added.
5044 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5045
5046Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5047
5048 * configure.in: added tests for signal() and signal.h
5049
5050Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5051
5052 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5053
5054Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5055
5056 * doc/libxml-doc.el: Felix Natter provided a new version for
5057 libxml2
5058
5059Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5060
5061 * HTMLtree.c: when in a pre element no formatting space should
5062 be added.
5063
5064Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5065
5066 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5067
5068Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5069
5070 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5071 hack
5072 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5073 * uri.c: fixed a warning
5074
5075Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5076
5077 * HTMLtree.c: trying to close bug #55772 escaping in script
5078 elements
5079 * doc/xml.html: suggest to send mail to the list
5080
5081Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5082
5083 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5084 good. Use a macro and based on the solution provided in
5085 vsnprintf manual page from GNU.
5086
5087Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5088
5089 * error.c: Workaround for non-preserving variadic list.
5090 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5091
5092Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5093
5094 * doc/xml.html: added 2.3.10 release
5095
5096Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5097
5098 * configure.in: releasing 2.3.10
5099
5100Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5101
5102 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5103
5104Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5105
5106 * encoding.c: Robert Collins provided a patch to add the
5107 "US-ASCII" encoding alias
5108
5109Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5110
5111 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5112 string oriented functions and started cleaning the related areas
5113 in xpath.c which needed fixing in this respect
5114
5115Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5116
5117 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5118 #55380
5119 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5120
5121Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5122
5123 * TODO: updated
5124 * nanohttp.[ch] : started adding APIs to get the redirected URL
5125 when this occurs (needed for further base computation
5126 * tree.h: cleanup
5127 * encoding.c: cleanup
5128 * SAX.c: minor change around ctxt->loadsubset
5129
5130Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5131
5132 * Makefile.am include/Makefile.am: small change to have
5133 include/libxml rebuilt if working from CVS.
5134 * uri.c: applied another patch from Carl Douglas for URI escaping,
5135 this should close bug #51876
5136
5137Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5138
5139 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5140 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5141 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5142 added specific regression test
5143 * parser.h: preparing for the XSLT mode where DTD inherited
5144 attributes are added to the tree.
5145
5146Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5147
5148 * xinclude.[ch]: Updated the namespace for the Last Call version
5149 * result/XInclude/include test/XInclude/include: updated the
5150 testsuite accordingly
5151
5152Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5153
5154 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5155 related to bug #51876
5156
5157Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5158
5159 * tree.c: fixed a gross mistake in base computation, xml:base is
5160 not completely correct yet (need cascade).
5161 * xpath.[ch]: added the few things needed to find a function name
5162 and URI from the XPath context when it is called.
5163
5164Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5165
5166 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5167 * DOCBparser.c: small cleanup
5168 * xmllint.c: added a --catalogs option to load catalogs from
5169 $SGML_CATALOG_FILES
5170 * tree.c: cleanup
5171 * configure.in: iconv library fixup, ICONV_LIBS
5172
5173Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5174
5175 * catalog.c: handling of CATALOG entries. detection of recursion,
5176 and a few bugfixes
5177 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5178 against the default namespace
5179
5180Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5181
5182 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5183
5184Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5185
5186 * parser.c: fixed propagation context info when parsing an
5187 external entity.
5188 * doc/html/*.html: regenerated a couple of docs
5189
5190Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5191
5192 * doc/xml.html: update with 2.3.9 informations
5193
5194Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5195
5196 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5197 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5198 * doc/html/* : rebuilt the docs
5199 * valid.c: small patch which may improve some case when
5200 validating.
5201
5202Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5203
5204 * HTMLparser.c: Closed bug #54891
5205 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5206 to the suite
5207
5208Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5209
5210 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5211 applied a documentation patch from LotR and filled in a few missing
5212 descriptions
5213
5214Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5215
5216 * xpath.c tree.c parser.c: speed optimizations at the parser level
5217 document tree freeing and xpath evaluation
5218
5219Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5220
5221 * parser.c parser.h parserInternals.h: fixed a couple of
5222 interfaces for handling memory buffer input to const char *
5223 upon suggestion of JamesH.
5224
5225Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5226
5227 * configure.in: LoTR sent a patch fixing the previous commit
5228
5229Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5230
5231 * configure.in: trying to deal again with the stoopid -R linking
5232 flag of Solaris
5233
5234Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5235
5236 * xpath.h: two nodeset access macros from Thomas Broyer
5237
5238Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5239
5240 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5241 patch from Thomas Broyer
5242
5243Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5244
5245 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5246 case
5247 * INSTALL: was empty added stuff from the FAQ
5248
5249Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5250
5251 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5252 attributes handling and #54433 by adding xmlUnsetProp()
5253 and xmlUnsetNsProp()
5254
5255Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5256
5257 * HTMLparser.c: Patch from Jonas Borgström
5258 (htmlGetEndPriority): New function, returns
5259 the priority of a certain element.
5260 (htmlAutoCloseOnClose): Only close inline elements if they
5261 all have lower or equal priority.
5262 * result/HTML: this of course changed a number of tests results.
5263
5264Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5265
5266 * xmlIO.c catalog.c: plugged in the default catalog resolution
5267 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5268 documentations
5269 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5270
5271Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5272
5273 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5274 integrating catalogs
5275 * catalog.[ch] testCatalog.c: adding a small catalo API
5276 (only SGML catalog support).
5277 * parser.c: restaured xmlKeepBlanksDefault(0) API
5278
5279Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5280
5281 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5282
5283Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5284
5285 * parser.c: added xmlParseExternalEntityPrivate() to allow
5286 propagation of ctxt->_private when parsing external entities
5287
5288Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5289
5290 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5291
5292Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5293
5294 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5295
5296Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5297
5298 * valid.c: warn when indeterminist content model is detected
5299 * result/VC/ElementValid8: this adds a message
5300 * Makefile.am: add --novalid for VCM tests
5301 * parserInternals.c: added a call to Init memory
5302
5303Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5304
5305 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5306 when both parameters are NULL.
5307
5308Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5309
5310 * valid.c: applied small patch from Gary Pennington, reindented
5311 some part of the code.
5312
5313Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5314
5315 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5316 release, updated and regenerated the docs
5317
5318Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5319
5320 * xpath.c result/XPath/expr/floats : clarified and cleanup
5321 printing of abnormal floats in tests.
5322
5323Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5324
5325 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5326 * results/HTML/ : a few changes in the output of the HTML tests as
5327 a result.
5328 * configure.in: tying to fix -liconv where needed
5329
5330Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5331
5332 * Makefile.am: fixed a stupid error
5333
5334Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5335
5336 * configure.in Makefile.am: make the inclusion of the trio
5337 modules in the library conditional
5338
5339Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5340
5341 * DOCBparser.c: patche from László Kovács, fixed entities refs
5342 in attributes handling
5343
5344Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5345
5346 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5347 flushing
5348
5349Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5350
5351 * xpath.c: fix of an XSLT namespace bug reported on the list
5352 general/bug-8-
5353
5354Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5355
5356 * strio.h trio.c: Dan McNichol suggested a couple of small
5357 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5358
5359Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5360
5361 * tree.c parser.c encoding.c: spent a bit more time looking
5362 at the parsing speed and DOM handling. Added a few more
5363 speedups.
5364
5365Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5366
5367 * parser.c: small but effective parsing speed improvement
5368
5369Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5370
5371 * configure.in: default on the DocBook parser inclusion (for Gnome)
5372 * DOCBparser.h: fixed a header reference
5373
5374Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5375
5376 * configure.in xpath.c: applied Bjorn patches for FPE on the
5377 alpha
5378
5379Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5380
5381 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5382 xmlSaveFormatFileTo()
5383
5384Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5385
5386 * xpath.c: simple and efficient optimization, XPath functions
5387 aways bind to the same code, cache this
5388 * TODO: updated (by saying some is obsolete)
5389
5390Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5391
5392 * xpath.c: more cleanup work on XPath name parsing routines
5393
5394Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5395
5396 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5397 xmlXPathParseName
5398 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5399 * debugXML.c: avoid compilation problems if compiling without
5400 HTML support, Igor Zlatkovic
5401 * win32/libxml2/libxml2.def.src: being able to compile without
5402 XPath on Windows
5403
5404Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5405
5406 * libxml.m4: yet another patch from Toshio Kuratomi
5407
5408Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5409
5410 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5411
5412Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5413
5414 * tree.[ch]: added xmlSaveFormatFile interface for saving
5415 and indenting a file.
5416
5417Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5418
5419 * xpath.c: fixed bug #53689 related to processing-instruction()
5420
5421Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5422
5423 * DOCBparser.c: patche from László Kovács
5424
5425Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5426
5427 * parser.c: applied fixes from Christian Glahn bug report #53391
5428
5429Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5430
5431 * error.c: Jean François Lecomte provided a complete description
5432 and a fix to bug #53537
5433
5434Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5435
5436 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5437
5438Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5439
5440 * DOCBparser.c SAX.c: a bit more work on entities processing.
5441 Still Need to cleanup XML output and references in attributes
5442
5443Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5444
5445 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5446
5447Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5448
5449 * tree.c: trying to fix #53574, not completely complete,
5450 I would like xmllint --copy --debug test/ent1 and
5451 xmllint --debug test/ent1 to show the same result.
5452 * xpath.c: fix a bug when trying to sort namespace nodes
5453
5454Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5455
5456 * HTMLtree.c: real fix for #53402
5457
5458Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5459
5460 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5461 PIs when using xsl:output
5462 * valid.c: closing #53537 some case generate segfaults if there
5463 is validity errors
5464
5465Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5466
5467 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5468 of external parsed entities, added --noent to testDocbook
5469 * valid.c: Garry Pennington found an uninitialized variable
5470 access in xmlValidateElementContent()
5471
5472Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5473
5474 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5475 with madness
5476 * result/HTML/ : this modified the result of the regression tests
5477 a lot.
5478
5479Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5480
5481 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5482 to doc where it wasn't checked against NULL reported by
5483 Jens Laas
5484
5485Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5486
5487 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5488 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5489
5490Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5491
5492 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5493 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5494 * SAX.[ch]: cleanup and updates for DocBook
5495 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5496 ex SGML identifier changes
5497 * valid.c: removed a static unused function.
5498
5499Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5500
5501 * HTMLtree.c: applied change for Paul Sponagl on script saving
5502 * Makefile.am: the warning about entity title.xml are normal.
5503
5504Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5505
5506 * configure.in: release of 2.3.7
5507 * Makefile.am: fixing make distcheck
5508
5509Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5510
5511 * doc/html/* doc/xml.html: updated and regenerated the docs
5512
5513Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5514
5515 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5516
5517Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5518
5519 * tree.c: fixed #53388 with the provided patch
5520
5521Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5522
5523 * valid.c: Bjorn detected an invalid memory access. Fixed
5524 vstateVPush()
5525
5526Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5527
5528 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5529
5530Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5531
5532 * libxml.h: new header used only for the compilation of libxml
5533 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5534 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5535 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5536 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5537 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5538 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5539 baseline (version 1.2 plus a single patch).
5540 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5541 scientific notation for numbers. Tests added.
5542 * xpath.c: formatting of numbers changed to use sprintf
5543 (contribution from William Brack)
5544
5545Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5546
5547 * valid.c: cleanup, more useful debugging
5548 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5549 * xmlIO.c: entity loading is printed as an error when validating
5550
5551Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5552
5553 * valid.c: fixed to validate within entities
5554 * test/VCM/v22.xml: added a specific testcase
5555
5556Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5557
5558 * valid.c: forgot an epsilon transition in for ()+
5559 * test/VCM/v21.xml : added a specific test case
5560
5561Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5562
5563 * valid.c: removed a state explosion exhibited by RSS
5564 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5565 from bug #51872
5566
5567Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5568
5569 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5570 validation without using an ugly NFA -> DFA algo in the source.
5571 Made a specific algorithm easier to maintain, using a single
5572 stack and without recursion.
5573 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5574 * hash.c: made the growing routine static
5575 * tree.h parser.c: added the parent information to an
5576 xmlElementContent node.
5577
5578Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5579
5580 * SAX.c parser.c xpath.c: generating IDs when not validating
5581 from an external parsed entity was poisoning the ID has table
5582 with removed values. This was killing XSLT on the KDE help
5583 browser.
5584
5585Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5586
5587 * entities.h: andrew@ugh.net.au detected a double declaration
5588
5589Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5590
5591 * debugXML.c hash.c tree.h valid.c : some changes related to
5592 the validation suport to improve speed with DocBook
5593 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5594 the way validation errors get reported
5595
5596Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5597
5598 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5599 by P C Chow and William M. Brack for XSLT HTML output
5600
5601Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5602
5603 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5604 Igor Zlatkovic patches for MSC compilation and added his
5605 updates
5606
5607Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5608
5609 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5610 prefix lookup.
5611 * parserInternals.c: fixed the bug reported by Morus Walter
5612 due to an off by one typo in xmlStringCurrentChar()
5613
5614Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5615
5616 * HTMLparser.c result/HTML/*: revamped the way the HTML
5617 parser handles end of tags or end of input
5618
5619Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5620
5621 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5622
5623Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5624
5625 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5626 bug where the linktime verions of free() won't work ...
5627
5628Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5629
5630 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5631
5632Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5633
5634 * doc/xml.html: added 2.3.6 release
5635
5636Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5637
5638 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5639 * result/wml.xml: resulted in a small output change
5640
5641Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5642
5643 * tree.c: xmlNewDoc was missing the charset initialization
5644 * xmllint.c: added --auto to autogenerate a doc, allow to
5645 reproduce the problem fixed on xmlNewDoc
5646
5647Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5648
5649 * xpath.c: trying to get 52979 solved
5650 * tree.c result/ result/noent/: trying to get 52712 solved, this
5651 also made me clean up the fact that XML output in general should
5652 not add formating blanks by default, this changed the output of
5653 a few tests
5654
5655Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5656
5657 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5658
5659Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5660
5661 * configure.in: finally released 2.3.6
5662
5663Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5664
5665 * xpath.c: checking for null pointer generated by new code
5666
5667Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5668
5669 * xpath.c: fixed a [] evaluation problem reported
5670 * test/XPath/tests/simpleaddr: extended test
5671 * result/XPath/simpleaddr: updated result
5672
5673Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5674
5675 * xmllint.c: Dan Timis reported a portability problem
5676 on Macs without mmap, fixed it.
5677
5678Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5679
5680 * testXPath.c : added a --tree option allowing to display the
5681 tree dump of the XPath expression
5682
5683Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5684
5685 * xpath.c: fixed a memleak when comparing nodesets
5686 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5687 * tree.c: added a TODO
5688
5689Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5690
5691 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5692 we need string functions
5693 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5694 to be able to use them where needed. Applied some changes
5695 to reduce name linking pollution and compile in only what's
5696 needed.
5697 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5698 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5699 for the string manipulation functions
5700 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5701 to the free() function of xmlmemory.c
5702 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5703 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5704 usage.
5705
5706
5707Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5708
5709 * error.c: applied the context output patch of the error
5710 handling submitted by Chuck Griffith
5711 * error/VC/*: this slightly change some error logs
5712
5713Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5714
5715 * parser.c: fixed line number reporting on error
5716
5717Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5718
5719 * parser.c: Sullivan and Darin found a parser bug,
5720 applied the patch.
5721
5722Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5723
5724 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5725 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5726 xmlversion.h.in xpointer.c: of course the way I defined
5727 UNUSED breaks on old gcc version. Try to be smart and
5728 also define it directly in xmlversion.h
5729 * configure.in: removed -ansi flag from the pedantic set
5730
5731Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5732 Huge cleanup, I switched to compile with
5733 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5734 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5735 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5736 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5737 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5738 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5739 encoding.h entities.c error.c list.[ch] nanoftp.c
5740 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5741 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5742 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5743 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5744 Cleanup, staticfied a number of non-exported functions,
5745 detected and cleaned up a dozen of problem found this way,
5746 avoided a lot of public function name/typedef/system names clashes
5747 * doc/xml.html: updated
5748 * configure.in: switched private flags to the really pedantic ones.
5749
5750Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5751
5752 * configure.in: 2.3.5
5753 * doc/html/*: rebuilt the docs
5754
5755Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5756
5757 * parser.c: fixed a reported bug in NOTATION parsing
5758 * uri.c: accepted but not fixed bug 51876, added TODO
5759 * Makefile.am: fixed bug 51876
5760
5761Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5762
5763 * config.h.in configure.in error.c: fix a compilation problem
5764 on platforms without vsnprintf (xml@thewrittenword.com)
5765
5766Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5767
5768 * parser.c: fixed a function name header typo
5769 * SAX.c: notations can also occur in external subset.
5770
5771Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5772
5773 * error.c: removed a C++ like comment
5774
5775Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5776
5777 * parser.c: fixing bug 52299 strange condition leading
5778 to a parser crash due to a buffer overflow
5779 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5780 added the specific test case
5781
5782Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5783
5784 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5785 xmlXPathConvert{String,Number,Boolean} to be able to make
5786 type casts without a context stack, fixed some implementation
5787 problems related to the absence of context at parse-time,
5788 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5789 in the public API too
5790 * xpointer.c xpathInternals.h: we need to know at parse time
5791 whether we are compiling an XPointer
5792
5793Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5794
5795 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5796 cleaned up the parser internals, refactored XPath code, added
5797 new compilation based APIs and cleanly separated public and
5798 private APIs.
5799
5800Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5801
5802 * xpath.h: the comp field must be added at the end to avoid
5803 killing binary compat.
5804
5805Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5806
5807 * Makefile.am: detect XPath memleaks in regreson tests
5808 * error.c: fixed and error w.r.t. error reporting still using
5809 stderr
5810 * hash.c: added new line at end of file
5811 * tree.h: minor cleanup
5812 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
5813 expression parsing from evaluation, resulted in a number of
5814 changes internally, and in XPointer. Likely to break stuff
5815 using xpathInternals.h but should remain binary compatible,
5816 new interfaces will be added.
5817
5818Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5819
5820 * configure.in: fixed a couple of problems reported by
5821 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
5822 without gcc on non linux platforms.
5823
5824Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5825
5826 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
5827 a fix for --with-html-dir= configure support. I hope it won't
5828 break rpm generation
5829
5830Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5831
5832 * xmlIO.c: one function comment cleanup.
5833
5834Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5835
5836 * SAX.c: external subset notations were improperly registered
5837 in the internal subset.
5838
5839Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5840
5841 * README.cvs-commits: added, pointing to HACKING
5842 * HACKING: updated
5843
5844Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5845
5846 * parser.c: and Matt Sergeant found one in the XML push
5847 parser (erroneous check I forgot to remove when I fixed the
5848 main parser).
5849
5850Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5851
5852 * xpath.c: ptittom found a small bug in UnaryExpr
5853
5854Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5855
5856 * configure.in: bumped to 2.3.4
5857 * error.c: fixed bug #51860
5858 * tree.c: fixed bug #51861
5859 * valid.c: cleanup, more debug, failed to fix one bug crap ...
5860 * tree.[ch] : added xmlDefaultBufferSize
5861 * nanoftp.c: typo in function name header block
5862 * doc/xml.html : updated, added link to XML::LibXSLT
5863 * doc/html/* : rebuilt the docs
5864
5865Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5866
5867 * parser.c SAX.c: the new content parsing code raised an
5868 ugly bug in the characters() SAX callback. Found it
5869 just because of strangeness in XSLT XML Rec ouptut :-(
5870
5871Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5872
5873 * Makefile.am: Martin Baulig suggested to add -lm
5874 * tree.c: found another bug in xmlNodeGetContent()
5875
5876Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5877
5878 * xpath.c: Bjorn found the error related to strictness of comparison.
5879
5880Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5881
5882 * parser.c: trying to fix the Dtd parsing problem reported
5883 by Gary, side effect of last week speed optimizations.
5884
5885Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5886
5887 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
5888 * parserInternals.c: removed unneeded test raised by Stric
5889
5890Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
5891
5892 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
5893 and fixed by William Brack). Added xmlXPathFormatNumber.
5894 Changed the sorting slightly.
5895 * configure.in Makefile.am example/Makefile.am: Added -lm.
5896 Please note that applications linking with libxml2, must
5897 also like with the math library from now on.
5898
5899Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5900
5901 * HTMLparser.c: fixed loop reported by Marc Sanfacon
5902
5903Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5904
5905 * parser.c: one must report spaces even if the Dtd element
5906 content proves that this is not part of the element content.
5907 * result/valid/*.xml: this changed the ouptu slightly
5908
5909Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5910
5911 * configure.in: bumped to 2.3.3
5912 * doc/xml.html: updated
5913
5914Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5915
5916 * tree.c: minor doc fix
5917 * xpath.c: deallocation issues when a result tree has been
5918 converted to a node-set
5919
5920Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5921
5922 * doc/xml.html: oops corrected dates s/2000/2001
5923
5924Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5925
5926 * valid.c: new patch from Gary Pennington
5927
5928Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5929
5930 * doc/xml.html: applied patch from Ankh
5931
5932Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5933
5934 * xinclude.c: fixed a problem building on Mac
5935
5936Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5937
5938 * parser.c: more work on increasing parsing ferformances
5939
5940Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5941
5942 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
5943 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
5944 avoiding memcpy in production builds MEM_CLEANUP macro use
5945 * parser.[ch] parserInternals.c: optimizations of the tightest
5946 internal loops inside the parser. Better checking of I/O
5947 flushing/loading conditions
5948 * xmllint.c : added --timing
5949
5950Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5951
5952 * configure.in: bumped to 2.3.2
5953 * doc/xml.html: updated for release
5954
5955Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5956
5957 * xpath.c: found a memleak and fixed a nasty bug
5958
5959Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5960
5961 * xmllint.[c1] : added return code errors for xmllint
5962 * xpath.c: specific debug dump function for result value trees
5963
5964Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5965
5966 * xpath.c: finally implemented xmlXPathCompareNodeSets
5967 * test/XPath/expr/floats results/XPath/expr/floats: added
5968 a test for float expressions
5969
5970Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5971
5972 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
5973 * parserInternals.[ch]: trying to speed up parsing
5974 * xpath.c : speeded up node set equality op
5975
5976Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5977
5978 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
5979 better handling of ID/IDREF and the list modules associated
5980 * configure.in: small CFLAGS cleanup
5981
5982Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5983
5984 * configure.in: fixed iconv detection on AIX (stric)
5985
5986Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5987
5988 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
5989
5990Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
5991
5992 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
5993 and optimized xmlXPathNodeSetSort
5994
5995Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5996
5997 * xpath.c: bug fix when context size is 0
5998 * parser.c: I like Norm's Dtd because they still manage to break
5999 the parser occasionally
6000
6001Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6002
6003 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6004
6005Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6006
6007 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6008 attributes within the XML-1.0 namespace
6009
6010Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6011
6012 * xpathInternals.h: exported a few axis functions
6013 * doc/xml.html: updated the doc
6014
6015Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6016
6017 * configure.in: applied patch from Daniel van Balen for OpenBSD
6018 and bumped version to 2.3.1
6019 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6020 attempt to find autoclosing was simply broken, removed it,
6021 updated the examples, this is better
6022
6023Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6024
6025 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6026 hash functionnalities.
6027 * doc/html/* : rebuild the doc
6028
6029Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6030
6031 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6032 on predicate
6033 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6034 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6035 really want to have tags closed on output even if we accept
6036 unclosed ones on input
6037
6038Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6039
6040 * xpath.c: ouch don't free NULL, rare case fixed
6041 * tree.c: don't coalesce text nodes if they don't have the
6042 same behaviour wrt escaping on output
6043
6044Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6045
6046 * xpath.c: small fixup
6047 * SAX.c: don't warn on empty namespaces.
6048
6049Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6050
6051 * README: a bit of cleanup
6052 * configure.in: preparing for 2.3.0 release
6053
6054Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6055
6056 * hash.[ch]: added a first version of xmlHashSize()
6057 * valid.c: another bug fix from Gary Pennington
6058
6059Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6060
6061 * valid.c: couple of bug fixes pointed by Gary Pennington
6062 * HTMLtree.c: #if 0 cleanup
6063
6064Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6065
6066 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6067 which removes a time consuming check of xmlXPathNodeSetAdd()
6068 and use it in places where we are sure to not break unicity
6069
6070Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6071
6072 * xpath.c: bug fixes found from XSLT
6073 * tree.c: preserve node->name special values when copying nodes.
6074 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6075 external subset are fetched when available but without full
6076 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6077 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6078 output with encoding disabled.
6079
6080Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6081
6082 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6083 xmlCheckFilename should not be called from xmlFileOpenW
6084 and xmlGzfileOpenW
6085
6086Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6087
6088 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6089 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6090 added the new tests for URI normalization
6091 * testURI.c: fixed stoopid bugs
6092 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6093 the URI in the error messages are now properly normalized
6094
6095Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6096
6097 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6098
6099Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6100
6101 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6102
6103Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6104
6105 * xpath.c: fixed mod operator
6106
6107Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6108
6109 * parser.c: fixed xmlStrcat doc
6110 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6111 trees.
6112
6113Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6114
6115 * xpath.c result/XPath/tests/chaptersbase
6116 result/XPath/tests/simplebase: fixed XPath node()
6117 * tree.c: small fix in xmlNewNs()
6118 * Makefile.am: removed extraneous xml2Conf.sh rule
6119
6120Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6121
6122 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6123 Changed the library name, in order to get libxml-devel and
6124 libxml2-devel to coexist on a single system
6125 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6126 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6127
6128Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6129
6130 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6131 libxml2-devel installable in // as libxml-devel.
6132
6133Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6134
6135 * doc/Makefile.am: fixed make rebuild in doc
6136 * doc/html/*.html: rebuilt the docs
6137
6138Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6139
6140 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6141
6142Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6143
6144 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6145 the HTML doc to go into the -devel RPM ...
6146 * aclocal.m4 config.h.in: some updates due to auto* magic
6147
6148Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6149
6150 * xpath.h: added a hook in the context structure allowing to
6151 link to extra support, needed for XSLT
6152
6153Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6154
6155 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6156 xmlXPtrCmpPoints to use it.
6157 * propagated the following patch from Alejandro Forero
6158 * include/win32config.h xmlIO.c: applied further suggestions
6159 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6160 * example/gjobread.c: fixed warnings, now that it builds
6161
6162Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6163
6164 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6165
6166 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6167 filename points to a valid file (not a directory).
6168 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6169 Added calls to xmlCheckFilenameDir.
6170
6171 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6172 `path' (rather than `filename') as the parameter to gzopen and open.
6173
6174Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6175
6176 * Makefile.am: fixed a problem with EXTRA_DIST
6177
6178Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6179
6180 * Makefile.am example/Makefile.am: finally found the trick
6181 to build the example, i.e. add "." in SUBDIRS before example
6182 in the list <grin/>
6183
6184Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6185
6186 * doc/xml.html: updated with an XSLT section, removed pointer to
6187 W3C CVS base.
6188
6189Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6190
6191 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6192 too, and deallocation need to occur the same way.
6193
6194Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6195
6196 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6197 type correponding to an XSLT result tree fragment. Share most
6198 of the data format with node set, as well as operators.
6199 * HTMLtree.c: added a newline at the end of the doctype output
6200 whe this one is not present initially.
6201 * tree.c: make sure taht the parent and doc pointers are properly
6202 set when copying attributes (lists).
6203
6204Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6205
6206 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6207
6208Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6209
6210 * xpath.c: seems I finally killed that ugly path evaluation
6211 context bug (tagged 9999 in case is is wrong)
6212
6213Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6214
6215 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6216 for XSLT
6217
6218Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6219
6220 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6221 for xmlGzfileOpen() bug
6222
6223Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6224
6225 * xpath.c: removed an error found by XSLT usage
6226 * tree.c parserInternals.h: use a predefined static string
6227 for text and comment nodes, avoid freeing them in xmlFreeNode,
6228 exported the string name in parserInternals.h and added
6229 another value to disable encoding at output (for XSLT),
6230 gain memory, time.
6231
6232Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6233
6234 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6235 win32/libxml2/libxml2_so.dsp: new makefiles and update
6236 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6237
6238Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6239
6240 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6241 Gary Pennington
6242
6243Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6244
6245 * xpath.c: fixed the comaprision of values and nodelists,
6246 need to compare nodelist still ...
6247 * debugXML.c: avoided a possible core dump
6248 * HTMLparser.c: cleanup
6249 * nanohttp.c: contributed fix.
6250 * tree.c: fixes in properties handling added xmlSetNsProp
6251 needed by libxslt
6252 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6253 comment
6254 * TODO: updated
6255
6256Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6257
6258 * parser.c parserInternals.c: applied Bjorn Reese optimization
6259 patch
6260
6261Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6262
6263 * Makefile.am: applied patch fro make check from Martin Vidner
6264
6265Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6266
6267 * configure.in: preparing 2.2.11
6268 * doc/html/*: rebuild the HTML files
6269 * doc/xml.html : updated
6270
6271Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6272
6273 * tree.c: fixed a stupid bug
6274 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6275 patches related to validation of an XInclude processing result
6276 * TODO: updated
6277
6278Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6279
6280 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6281 on large files
6282
6283Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6284
6285 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6286
6287Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6288
6289 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6290 reported by Jonas Borgström
6291 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6292
6293Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6294
6295 * testXPath.c xpath.c: fixing the XPath union expressions problem
6296 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6297
6298Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6299
6300 * xmllint.c: Made is so if the file name is "-" is will read form
6301 standard input. Sven Heinicke <sven@zen.org>
6302 * tree.c: fixed a problem when growing buffer
6303 * tree.h: fixed the comment of the node types following andersca
6304 comment
6305 * TODO: updated
6306
6307Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6308
6309 * HTMLparser.[ch]: added a way to avoid adding automatically
6310 omitted tags. htmlHandleOmittedElem() allows to change the
6311 default handling.
6312 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6313 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6314 of xmllint too when using --memory flag, added a memory test
6315 suite at the Makefile level.
6316 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6317 with namespace use when encountering QNames in XPath evalation,
6318 added xmlns() scheme in XPointer.
6319 * nanoftp.c : incorporated a fix
6320 * parser.c xmlIO.c: fixed problems raised with encoding when using
6321 the memory I/O
6322 * parserInternals.c: closed bug 25934 reported by
6323 torsten.landschoff@innominate.de
6324 * TODO: updated
6325
6326Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6327
6328 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6329 on a non-updated tree :-(, made a 2.2.10 release to correct the
6330 situation
6331
6332Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6333
6334 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6335 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6336 integrated a set of OpenVMS changes from Howard Taylor
6337 <Howard.Taylor@pacoast.com>
6338
6339Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6340
6341 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6342 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6343
6344Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6345
6346 * HTMLparser.c: some fixes on auto-open of html/head/body
6347 * encoding.c: fixed a compilation error on some gcc env
6348 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6349 XPointer implementation
6350 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6351 related XPointer tests and associated results
6352
6353Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6354
6355 * doc/xmldtd.html doc/xml.html: following a short step by step
6356 guidance on IRC to help maciej with DTDs I started a small
6357 page on the subject.
6358
6359Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6360
6361 * HTMLparser.c: fixed handling of broken charrefs
6362 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6363 patches
6364
6365Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6366
6367 * doc/xml.html doc/html/* : rebuilt the docs after adding
6368 xinclude and updated page for 2.2.7 and 2.2.8
6369 * configure.in: releasing 2.2.8
6370
6371Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6372
6373 * parser.[ch] parserInternals.c: applied the conditional
6374 section processing fix from Jonathan P Springer
6375 <jonathan.springer2@gte.net>
6376 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6377 project file, fixed iconv default non support
6378 * xpath.c: fixed the problem of evaluating relative expressions
6379 when a node context is provided.
6380
6381Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6382
6383 * nanoftp.c: fixed gcc 2.95 new warnings
6384 * SAX.c: fixed a stupid bug
6385 * tree.c: fixed a formatting problem when round-tripping
6386 from/to memory
6387 * xinclude.c: chased memleak, fixed a base problem
6388 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6389 xmlXPtrBuildNodeList()
6390 * TODO: updated
6391 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6392 adding a first small set of regression tests for XInclude
6393
6394Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6395
6396 * nanohttp.[ch]: applied Wayne Davison patches to access
6397 the WWW-Authorization header.
6398 * parser.c: Closed Bug#30847: Problems when switching encoding
6399 in short files by applying Simon Berg's patch.
6400 * valid.c: fixed a validation problem
6401 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6402 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6403 Wayne Davison
6404 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6405 need to be extended to non full nodes selections.
6406 * xinclude.c: starts to work decently
6407
6408Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6409
6410 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6411 debugXML.c xmlversion.h.in: Started adding XInclude support,
6412 this is a new xmllint option
6413 * tree.c xpath.c: applied TOM patches for XPath
6414 * xpointer.c: fixed a couple of errors.
6415 * uri.c: added an escaping function needed for xinclude
6416 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6417 new warning from RH70 gcc's version
6418
6419Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6420
6421 * HTMLparser.c: fixed loop on invalid char in scripts
6422 * parser.c: update to description of xmlIOParseDTD()
6423 * libxml.m4 xmlversion.h.in: changes contributed by
6424 Michael Schmeing <m.schmeing@internet-factory.de>
6425 * configure.in: preparing for 2.2.7
6426 * Makefile.am: trying to avoid config.h and acconfig.h
6427 being included in the distrib
6428 * configure.in: released 2.2.7
6429
6430Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6431
6432 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6433 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6434
6435Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6436
6437 * parser.[ch]: added xmlIOParseDTD()
6438 * xpointer.c: added support for the 2 extra parameters of
6439 string-range, fixed a stoopid error when '0' was present
6440 in XPointer expressions
6441 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6442 testsuite for the above
6443
6444Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6445
6446 * libxml.spec.in: improved package descriptions
6447
6448Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6449
6450 * xpath.c xpathInternals.h: applied a large cleaning patch
6451 from TOM <ptittom@free.fr>, it also add namespace support
6452 for function and variables registration.
6453
6454Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6455
6456 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6457 * Makefile.mingw: Wayne Davison's update adding hash.c
6458
6459Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6460
6461 * xpath.c: fixed the root evaluation problems
6462 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6463 ignorable spaces with <b> <bold> <em>
6464 * tree.c: fixed a loop in xmlSearchNsByHref()
6465
6466Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6467
6468 * xpath.c: applied another XPath patch from TOM
6469 * xpath.c include/makefile.am: applied another patch from
6470 china@thewrittenword.com (cleanup on IRIX).
6471
6472Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6473
6474 * xml-config.1: received a fixed version from Fredrik Hallenberg
6475 <hallon@lysator.liu.se>
6476
6477Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6478
6479 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6480 cleanup patch for XPath
6481
6482Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6483
6484 * patched to redirrect all "out of context" error messages to
6485 a reconfigurable routine. The changes are:
6486 * xmlerror.h : added the export of an error context type (void *)
6487 an error handler type xmlGenericErrorFunc there is an interface
6488 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6489 to reset the error handling routine and its argument
6490 (by default it's equivalent to respectively fprintf and stderr.
6491 * all the c files: all wild accesses to stderr or stdout within
6492 the library have been replaced to calls to the handler.
6493
6494Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6495
6496 * configure.in: release 2.2.6
6497 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6498 exporting the inner functions of xpath for extension modules
6499 * doc/*: updated and rebuilt the doc
6500
6501Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6502
6503 * nanohttp.c : applied Wayne HTTP cleanup patch
6504 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6505 and xmlNodeSetSpacePreserve()
6506
6507Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6508
6509 * xpath.c: closing bug #29260
6510
6511Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6512
6513 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6514 multikey tuples, made hash structure opaque
6515 * valid.[ch]: moved elements, attributes, notations decalarations
6516 as well as ID and refs to hash tables.
6517 * entities.c: hash cleanup
6518 * xmlmemory.c: fixed a dump problem in debug mode
6519 * include/Makefile.am: problem passing in DESTDIR= values patch
6520 from Marc Christensen <marc@calderasystems.com>
6521 * nanohttp.c: removed debugging remains
6522 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6523 * HTMLparser.c parser.c: fixing a number of problems with the
6524 macros in the *parser.c files (Wayne).
6525 * HTMLparser.c: close the previous option when opening a new one
6526 (Marc Sanfacon).
6527 * result/HTML/*: updated the HTML results accordingly
6528
6529Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6530
6531 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6532 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6533 XPath functions and XML entities table to them. More to come...
6534 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6535
6536Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6537
6538 * tree.c: coalesce adjacent text nodes
6539 * valid.c: handling of blank nodes in DTd validation (raised
6540 by problems with a posteriori validation).
6541 * nanohttp.c: changing behaviour on HTTP write stuff.
6542 * HTMLtree.c: forced body and html to be explicitely closed.
6543 * xpath.h: exported more XPath functions.
6544
6545Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6546
6547 * Release of 2.2.5
6548 * xpointer.c: range() range-inside and other helper functions
6549 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6550
6551Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6552
6553 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6554 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6555
6556Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6557
6558 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6559 and XPointer modules
6560
6561Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6562
6563 * SAX.h: closed #25107
6564
6565Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6566
6567 * testSAX.c: fixed problem with cdata reporting
6568 * SAXresult/* : updated
6569
6570Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6571
6572 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6573 Closed bug #27499, added to regression tests
6574 * TODO: updated
6575
6576Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6577
6578 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6579 support for SCRIPT and STYLE with help from Bjorn Reese
6580 * test/HTML/* result/HTML/*: added simple testcase and updated
6581 the existing ones.
6582
6583Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6584
6585 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6586 string-range for empty strings
6587 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6588 test/XPath/xptr/strrange: augmented the XPointer testsuite
6589
6590Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6591
6592 * doc/xml.html doc/xmlmem.html: added a module describing memory
6593 interfaces and use, updated the main page.
6594
6595Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6596
6597 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6598 nanoftp code work on Windows too now
6599
6600Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6601
6602 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6603 * xpointer.c: implemented string-range() at least a good first version
6604 * test/XPath/docs/str test/XPath/xptr/strrange
6605 result/XPath/xptr/strrange: the string-range() tests
6606
6607Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6608
6609 * Makefile.am include/Makefile.am include/win32config.h
6610 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6611 and make distcheck
6612
6613Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6614
6615 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6616 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6617 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6618
6619Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6620
6621 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6622 patch for socklen_t detection by
6623 Albert Chin-A-Young <china@thewrittenword.com>
6624
6625Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6626
6627 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6628 and added a --dtdvalid option to xmllint used to test it
6629
6630Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6631
6632 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6633 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6634
6635Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6636
6637 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6638 handlings (registration, lookup, cleanup)
6639
6640Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6641
6642 * configure.in Makefile.am include/makefile.am: adding XPointer
6643 and XPtrtests target
6644 * xpointer.[ch] : new files for XPointer support
6645 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6646 more XPath tests
6647
6648Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6649
6650 * configure.in: fixed, very broken, make distcheck works again
6651
6652Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6653
6654 * More work toward 2.2.5, integrated a number of patches
6655 * configure.in Makefile.am win32config.h.in: trying to cleanup
6656 make distcheck .... huh ...
6657 * include/Makefile.am include/win32config.h: new directory
6658 for includes
6659 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6660 updated teh makefiles and instructions for WIN32
6661 * xpath.c: small fixes
6662 * test/XPath/ results/XPath: updated the testcases and results
6663 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6664 suggested patches
6665 * valid.c: fixed an ID bug
6666
6667Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6668
6669 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006670 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006671 * xpath.[ch]: worked on XPointer
6672
6673Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6674
6675 * configure.in Makefile.am: 2.2.5, ship the include in an
6676 include/libxml subdirectory, use symlinks when using CVS
6677 * testSAX.c: fixed small bug
6678 * testXPath.c: changed the way testfiles are parsed
6679 * debugXML.c: same kind of cleanup when parsing an argument expression
6680 XPath/XPointers can have blanks embedded
6681 * xpath.[ch]: more cleanup, reorgs for XPointer work
6682 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6683 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6684
6685Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6686
6687 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6688 in the XPath engine, rewrote large parts of it, now it's far
6689 cleaner and in sync with the REC not an old WD. Fixed a parsing
6690 problem in the interactive XML shell found when testing XPath.
6691
6692Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6693
6694 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6695 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6696 examples with the extra test
6697
6698Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6699
6700 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6701 the global init function.
6702
6703Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6704
6705 * HTMLparser.c: Doohhh, attribute name parsing was still case
6706 sensitive ! Fixed this ...
6707 * result/HTML/* : updated the tests results accordingly
6708
6709Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6710
6711 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6712 engine, should be far more stable, incorporated a new version of
6713 preceding/following axis, need testing
6714 * uri.c: fixed file:///c:/a/b/c problem
6715 * test/XPath/tests/idsimple: augmented the XPath tests
6716
6717Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6718
6719 * doc/* rebuilding docs for 2.2.4 release
6720
6721Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6722
6723 * configure.in: releasing 2.2.4
6724 * parser.[ch]: added xmlStrEqual()
6725 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6726 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6727 use xmlStrEqual instead
6728 * TODO: updated
6729 * added an XPath test
6730
6731Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6732
6733 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6734 * entities.h: exported xmlInitializePredefinedEntities
6735 * parser.[ch] : added xmlInitParser()
6736 * parserInternals.h : had to export htmlInitAutoClose()
6737
6738Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6739
6740 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6741 problems
6742 * Makefile.am : added XPath regression tests to normal tests
6743 * uri.c: fixed a problem with local paths, cleanup
6744 * parser.c: fixed a problem with large CData sections
6745
6746Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6747
6748 * configure.in xml-config.in: patch from "Ben Taylor"
6749 <sol7x86@hotmail.com> for solaris shared libs lookup
6750
67512000-09-30 Martin Baulig <baulig@suse.de>
6752
6753 * libxml-2.0.pc.in: Provide pkg-config script.
6754
6755 * configure.in: Create the libxml-2.0.pc script from the
6756 libxml-2.0.pc.in templates.
6757 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6758 script in `$(libdir)/pkgconfig'.
6759
6760Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6761
6762 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6763 when compiling with MSC
6764
6765Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6766
6767 * xpath.c: patch for normalize-string() substring-before(),
6768 substring-after() and translate() functions from Bjorn Reese
6769 <breese@mail1.stofanet.dk>
6770 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6771 Fredrik Hallenberg <hallon@lysator.liu.se>
6772 * TODO: updated
6773
6774Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6775
6776 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6777 problem of socklen_t being undefined on a number of platforms
6778 * debugXML.c: fixed a compilation problem when without snprintf
6779
6780Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6781
6782 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6783 an URI bug and a fix for the control-character-induced infinite loop
6784 * nanohttp.c: preventive fix for compiling on WIN32
6785
6786Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6787
6788 * xmlint.c: closing bug #25000
6789
6790Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6791
6792 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6793 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6794 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6795 related function, fixing xmlStrncmp(), and associated cleanup
6796 * result/HTML/entities.html.sax: updating result
6797
6798Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6799
6800 * uri.c: applied patch for URI escaping from Wayne Davison
6801 <wayned@blorf.net>
6802 * tree.c parserInternals.c HTMLparser.c: memset checks patches
6803 from Denis Barbier <barbier@imacs.polytechnique.fr>
6804 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
6805 patch from Wayne Davison
6806
6807Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6808
6809 * doc/xml.html : updated with new releases, adding "how to help"
6810
6811Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6812
6813 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
6814 removed a few warnings in pedantic mode ...
6815 * parserInternals.c parser.c: moved encoding switching function
6816 to parserInternals.c
6817 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
6818
6819Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6820
6821 * HTMLparser.c parser.c: set ctxt->errNo before calling the
6822 error or warning handlers
6823
6824Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6825
6826 * parserInternals.c parserInternals.h parser.c Makefile.am:
6827 created a new module parserInternals.c, moved most of the
6828 code shared by the various parsers there, as well as
6829 deprecated code from parser.c. More cleanup of parser.c
6830 * uri.c: fixed a problem when URI is NULL
6831 * valid.c: speedup when looking for an attribute declaration
6832
6833Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6834
6835 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
6836 the cleanup of the computation of URI references when seeking
6837 external entities. The URI reference string and the resulting
6838 URI are both stored now.
6839 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
6840 large s(n)printf checks and cleanup from Denis Barbier
6841 <barbier@imacs.polytechnique.fr>
6842 * xmlversion.h.in tree.h: couple of SGML declarations for a
6843 possible docbook module.
6844 * result/VC/ : a couple of test output changed due to the change
6845 of the entities URI
6846
6847Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6848
6849 * parser.h: added a _private field for linking user's data
6850
6851Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6852
6853 * parser.c parserInternals.h: demacroified most of the IS_XXX
6854 the gain in size is significant so ...
6855
6856Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6857
6858 * entities.c: cases where looking up entities with doc==NULL
6859 covered
6860
6861Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6862
6863 * uri.c: applied Wayne Davison patch
6864 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
6865
6866Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6867
6868 * uri.c testUri.c: applied Wayne Davison patches
6869 * test/URI/uri.data result/URI/uri.data: first set of tests/results
6870 * Makefile.in: added URItest and included thenin "make tests"
6871
6872Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6873
6874 * xmlversion.h.in: closed bug 22941
6875
6876Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6877
6878 * doc/xmlio.html: added doc and example for entity loader
6879 redefinition.
6880
6881Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6882
6883 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
6884 used by libxml
6885
6886Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6887
6888 * parser.c: Fixed bug on invalid ontent characters and when using
6889 push.
6890 * xmllint.c: fixed xmllint endling of errors in push mode
6891
6892Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6893
6894 * HTMLparser.c testHTML.c: applied two new patches from
6895 Wayne Davison <wayned@users.sourceforge.net>
6896 * result/HTML/*.sax: regenerated HTML SAX output
6897 * parser.c: more cleanup.
6898
6899Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6900
6901 * HTMLparser.[ch] testHTML.c: applied the second set of
6902 patches from Wayne Davison <wayned@users.sourceforge.net>,
6903 adding htmlEncodeEntities()
6904 * HTMLparser.c: fixed an ignorable white space detection bug
6905 occuring when parsing with SAX only
6906 * result/HTML/*.sax: updated since the output is now HTML
6907 encoded...
6908
6909Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6910
6911 * HTMLparser.[ch]: applied some of Wayne Davison
6912 <wayned@users.sourceforge.net> patches
6913
6914Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6915
6916 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
6917 undeclared namespace prefix was used, added a warning.
6918 Cleaned up support w.r.t. entities, spilling out a warning
6919 and being pedantic on lookups.
6920 * test/warning/ent9 : added testcase for previous example.
6921 * TODO: updated
6922 * parserInternals.h parser.c: changed the way names are parsed
6923 now allow infinite size and decrease penalty for normal use
6924 * parser.c: Started a big cleanup/check of the parser code,
6925 fixed some of the most tortuous entity code, spotted code
6926 unused anymore
6927 * test/*: added tests for very long names and related nasty
6928 things.
6929
6930Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6931
6932 * doc/encoding.html: added encoding aliases doc
6933 * doc/xml.html: updates
6934 * encoding.[ch]: added EncodingAliases functions
6935 * entities.[ch] valid.[ch] debugXML.c: removed two serious
6936 bottleneck affecting large DTDs like Docbook
6937 * parser.[ch] xmllint.c: added a pedantic option, will be
6938 useful
6939 * SAX.c: redefinition of entities is reported in pedantic mode
6940 * testHTML.c: uninitialized warning from gcc
6941 * uri.c: fixed a couple of bugs
6942 * TODO: added issue raised by Michael
6943
6944Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6945
6946 * doc/encoding.html: propagated Martin Duerst suggestions
6947
6948Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6949
6950 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
6951 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
6952 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
6953 by Wayne Davison
6954
6955Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6956
6957 * nanoftp.c nanohttp.c: small cleanup
6958 * TODO: updated
6959
6960Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6961
6962 * added an old VC testcase and updated title.xml entity
6963
6964Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6965
6966 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
6967 done on auto-opening of <p> tags and cleanup of SAX output
6968
6969Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6970
6971 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
6972
6973Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6974
6975 * doc/xml.html libxml.* structure.*: updated the doc a bit
6976
6977Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6978
6979 * testSAX.c testHTML.c result/HTML/: cleanup of the output
6980 of SAX tests
6981
6982Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6983
6984 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
6985 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
6986
6987Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6988
6989 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
6990 * testHTML.c: fix core dump on Solaris 2.x systems
6991 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
6992 * result/HTML/*.sax: previous bug fix lead to new results
6993
6994Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6995
6996 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
6997 * configure.in: added --with-readline=DIR to accept alternate
6998 path for readline include/library
6999 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7000 for ANSI under HP-UX
7001 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7002 includes @LIBS@
7003
7004Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7005
7006 * doc/* : rebuilt the docs
7007 * getting ready for 2.2.2 release
7008
7009Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7010
7011 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7012 and xmlAddFeature()
7013 * tree.[ch]: added xmlAddChildList()
7014 * xmllint.c: MAP_FAILED macro test
7015 * parser.h: added xmlParseCtxtExternalEntity()
7016 * valid.c: applied bug fixes removed warning
7017 * tree.c: added CDATA block to elements content
7018 * testSAX.c: cleanup of output
7019 * testHTML.c: added SAX testing
7020 * encoding.c: better error recovery
7021 * SAX.c, parser.c: fixed one of the external entity processing
7022 of the OASis testsuite
7023 * Makefile.am: added HTML SAX regression tests
7024 * configure.in: bumped to 2.2.2
7025 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7026 SAX results
7027
7028Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7029
7030 * configure.in: patch for HP compiler
7031
70322000-08-04 Sven Heinicke <sven@zen.org>
7033
7034 * xmllint.c: Was coredumping sometimes when the file given didn't
7035 exist.
7036
7037Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7038
7039 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7040
7041 when using in memory parsing. Need some cleanup.
7042 * xmllint.c configure.in: added a --memory flag to test memory
7043 parsing
7044
7045Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7046
7047 * nanohttp.c: fixed socklen_t replacement to unsigned int
7048 * parser.c: fixed a space handdling missing at the end of
7049 production 28 DOCTYPE.
7050 * xmlmemory.c: fixed a stupid bug on the routine to override
7051 allocation functions
7052 * TODO: updated
7053
7054Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7055
7056 * doc/ regenerated the docs
7057
7058Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7059
7060 * doc/encoding.html doc/xml.html: added I18N doc
7061 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7062 improvements, both parser and filters, added ASCII & HTML,
7063 fixed the ISO-Latin-1 one
7064 * xmllint.c testHTML.c: added/made visible --encode
7065 * debugXML.c : cleanup
7066 * most .c files: applied patches due to warning on Windows and
7067 when using Sun Pro cc compiler
7068 * xpath.c : cleanup memleaks
7069 * nanoftp.c : added a TESTING preprocessor flag for standalong
7070 compile so that people can report bugs more easilly
7071 * nanohttp.c : ditched socklen_t which was a portability mess
7072 and replaced it with unsigned int.
7073 * tree.[ch]: added xmlHasProp()
7074 * TODO: updated
7075 * test/ : added more test for entities, NS, encoding, HTML, wap
7076 * configure.in: preparing for 2.2.0 release
7077
7078Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7079
7080 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007081 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007082
7083Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7084
7085 * doc/xml.html: changed the xmlsoft.org structure, updated the
7086 examples w.r.t. root and childs
7087
7088Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7089
Daniel Veillard784b9352003-02-16 15:50:27 +00007090 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007091
7092Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7093
7094 * HTMLparser.c: Work on character encoding support for the HTML parser
7095 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7096 * encoding.c: Fixed a potential memleak in the encoding stuff
7097
7098Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7099
7100 * doc/FAQ.html doc/Makefile.am : added a FAQ
7101
7102Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7103
7104 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7105 of the HTML parser to force it to not bypass SAX
7106
7107Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7108
7109 * win32config.h.in: updated
7110 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7111 lacks iconv support :-( need to release 2.1.1
7112 * configure.in: release 2.1.1
7113 * HTMLparser: fixed bug #14784
7114 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7115 by Windows compiler
7116 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7117 the SAX startDocument() callback.
7118 * TODO: updated
7119
7120Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7121
7122 * added xmlStopParser()
7123
7124Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7125
7126 * configure.in: 2.1.0 prerelease
7127 * Large resync between W3C and Gnome tree
7128 * nanoftp, nanohttp.c: fixed stalled connections probs
7129 * HTMLtree.c SAX.c : support for attribute without values in
7130 HTML for andersca
7131 * valid.c: Fixed most validation + namespace problems
7132 * HTMLparser.c: start document callback for andersca
7133 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7134 * parser.h, SAX.c: serious speed improvement for large
7135 CDATA blocks
7136 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7137 different encoding
7138 * example/Makefile.am example/gjobread.c tree.h: work on
7139 libxml1 libxml2 convergence.
7140 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7141 and the LIBXML_TEST_VERSION macro
7142
7143Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7144
7145 * doc/xml.html: various patches and improvements typo fixed by
7146 Felix Natter
7147 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7148 from Felix Natter <fnatter@gmx.net>
7149
7150Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7151
7152 * doc/upgrade.html: updated with instructions for support of both
7153 libxml-1.x and libxml-2.x
7154 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7155 for 2.x support and also fixed includes
7156
7157
7158Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7159
7160 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7161 the encoding support, added iconv support, so now libxml if
7162 compiled with iconv automatically support japanese encodings
7163 among others. Work based on initial patch from Yuan-Chen Cheng
7164 I may have broken binary compat in the encoding handler
7165 registration scheme, but that was so utterly broken I don't
7166 expect anybody to have used this feature until now.
7167 * parserInternals.h: fixup on the CHAR range macro
7168 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7169 code.
7170 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7171 * uri.c: added xmlParseURI() I can't believe I forgot to
7172 implement this one in 2.0 !!!
7173 * SAX.c: moved doc->encoding update in the endDocument() call.
7174 * TODO: updated.
7175
7176Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7177
7178 * tree.h: removed extraneous xmlRemoveProp definition
7179 * TODO: added item about --disable-corba configure switch
7180 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7181 * nanoftp.c: fixed include problems giving troubles on AIX and
7182 slowlaris
7183 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7184 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7185 comment and headers changes to lower gtk-doc number of warnings
7186 * doc/html/*: rebuilt docs
7187
7188Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7189
7190 * HACKING: documented the tag for 1.x and instructions
7191
7192Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7193
7194 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7195 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7196 xmlCreateIOParserCtxt
7197 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7198 significant overall improvement
7199 * xmllint.c: added I/O test to xmllint
7200 * testSAX.c: added a speed test
7201 * doc/* : updated/regenerated
7202
7203Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7204
7205 * xpath.c uri.h parserInternals.h: cosmetic changes from
7206 "Timur I. Bakeyev" <timur@bat.ru>, including making
7207 xmlCreateURI() public
7208
7209Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7210
7211 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7212 and the code at the same time. Added a clean mechanism for
7213 overload or added input methods: xmlRegisterInputCallbacks()
7214 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7215 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7216 * TODO: updated
7217 * doc/* : updated/regenerated
7218 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7219 source dir
7220
7221Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7222
7223 * testURI.c: yet another forgotten commit, I should get some sleep !
7224
7225Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7226
7227 * xmllint.c: forgot to commit this too ?
7228
7229Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7230
7231 * xmlversion.h.in : forgot to commit this previously
7232
7233Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7234
7235 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7236 * README TODO: updated for release
7237 * uri.c uri.h: added authority parsing/saving
7238 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7239 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7240 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7241 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7242 Makefile.am : added compile-time customization of libxml
7243 --with-ftp --with-http --with-html --with-xpath --with-debug
7244 --with-mem-debug
7245 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7246 #include <libxml/xxx.h> I hope it won't break too much stuff
7247 and will be manageable in the future...
7248 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7249 and added xmllint to the installed programs
7250 * uri.h: added xmlFreeURI()
7251
7252Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7253
7254 * uri.c uri.h: finished the escaping handling, the base support
7255 and the URI path normalization. Looks good just lacks the
7256 authority content parsing code.
7257 * Makefile.am: added instructions to generate testURI
7258 * TODO: updated
7259 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7260 added links and icons for W3C and Gnome
7261
7262Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7263
7264 * xmlmemory.[ch] : seems I forgot to actually update the files in
7265 the last commit :-)
7266 * doc/xml.html doc/html/* : updated and uploaded the docs
7267
7268Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7269
7270 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7271 * TODO: updated
7272 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7273 libxml default allocation function with another set (like gmalloc/
7274 gfree).
7275 * Makefile.am, uri.c, uri.h: added a set of functions to do
7276 exact (litteraly copied from the RFC 2396 productions) parsing
7277 and handling of URI. Will be needed for XLink, one XML WFC,
7278 XML Base and reused in the nano[ftp/http] modules. Still work
7279 to be done.
7280
7281Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7282
7283 * configure.in, libxml.spec.in : libxml2
7284 * doc/* : updated the doc page, rebuilt the docs
7285
7286Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7287
7288 * all: tagged LIB_XML_1_X
7289 * *.c *.h : updated from W3C CVS tree
7290 * configure.in : 2.0.0-beta
7291 * libxml.spec.in : libxml2 package nam
7292 * result/* : new version of the tests output
7293
7294Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7295
7296 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7297
7298Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7299
7300 * doc/* : rebuilt the docs
7301 * parser.c: final patch on #6766
7302 * valid.c: small patch on validity checks.
7303
7304Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7305
7306 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7307 added
7308 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7309 compatibility w.r.t. XML spec and existing code.
7310
7311Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7312
7313 * parser.c: seems a better solution to <a> </a> exists,
7314 will try it for a while
7315
7316Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7317
7318 * parser.c: tried to remove the <a> </a> generating <a/>
7319 this is hard. Left a flag for that purpose. Fixed bug #6766
7320 * configure.in: prepared 1.8.7 not released, due to previous
7321 problem
7322
7323Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7324
7325 * doc/xml.html : applied second patch from Paul DuBois
7326
7327Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7328
7329 * doc/xml.html : applied patch from Paul DuBois
7330
7331Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7332
7333 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7334
7335Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7336
7337 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7338 compilation warnings on various platforms.
7339 * parser.c: Fixed #5281 validity error callbacks are now desactived
7340 by default if not validating.
7341
7342Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7343
7344 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7345
7346Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7347
7348 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7349 <gkatsi@cs.toronto.edu>
7350
7351Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7352
7353 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7354 processing URLs
7355
7356Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7357
7358 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7359 xmlNanoFTPUpdateURL for persistent control connections.
7360 * configure.in: 1.8.6
7361
7362Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7363
7364 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7365 * tree.[ch] : added xmlSaveNoEmptyTags
7366
73672000-01-29 James Henstridge <james@daa.com.au>
7368
7369 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7370
7371 * Makefile.am: added nanoftp.[ch] to the build.
7372
7373Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7374
7375 * nanoftp.[ch]: cleanup, comments, API
7376 * debugXML.c : fixed a bug in the cat command
7377 * doc/*: regenerated the docs
7378
7379Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7380
7381 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7382 * debugXML.c : fixed a bug in the cat command
7383 * valid.c: fixing some small probs
7384 * libxml.spec.in: get rid of the SNAP suffix
7385 * doc/xml.html: updated the status
7386
7387Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7388
7389 * xml-config.in: xml-config --version to just return the
7390 version number
7391 * xpath.c: some cleanup w.r.t. axis when the current node is
7392 an attribute.
7393 * TODO: updated
7394
7395Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7396
7397 * configure.in: prepared for libxml-1.8.5
7398 * doc/* recompiled the documentation
7399
74002000-01-17 Jody Goldberg <jgoldberg@home.com>
7401
7402 * configure.in : WARNING autoconf subtlety alert :
7403 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7404 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7405 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7406 get defined by AC_CHECK_HEADERS.
7407
7408Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7409
7410 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7411 Rune.Djurhuus@fast.no
7412
7413Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7414
7415 * TODO: updated
7416 * tree.c, parser.c: made sure that only memory alloc problems
7417 and internal parser errors are allowed to write to stdout or
7418 stderr.
7419
7420Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7421
7422 * tree.c : restored xmlNewGlobalNs since this seems used by
7423 a lot of existing code :-(, fixed a bug in xmlNewNs
7424 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7425 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7426 to exit() from the library code.
7427 * xpath.c, parser.c: removed bugs or unused code detected by
7428 Windows compilers
7429 * parser.c: started adding interfaces for parsing well balanced
7430 XML fragments
7431 * configure.in: releasing 1.8.4
7432 * doc/* : rebuilt the docs
7433
7434Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7435
7436 * tree.[ch] : added xmlNewDocFragment() for DOM
7437 * testHTML.c: uninitialized variable.
7438
7439Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7440
7441 * doc/* : rebuild the docs
7442
7443Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7444
7445 * acconfig.h: readline and history patch
7446 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7447 * tree.c: added check and handling when possibly removing an ID
7448 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7449 and saving.
7450 * test/HTML/entities.html result/HTML/entities.html* : test for
7451 various entities reference cases
7452 * result/HTML/* : as a result output of some testcase have
7453 changed
7454 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7455 by previous example. added xmlParseTryOrFinish().
7456 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7457 entities.h debugXML.h HTMLparser.h: changed the way struct are
7458 declared to allow gtk-doc to expose those
7459 * parser.c: closed bug #4960
7460 * Makefile.am configure.in: Applied patch from
7461 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7462 and math/socket libs detection
7463
7464Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7465
7466 * configure.in, Makefile.am: link tester against readline
7467 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7468
7469Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7470
7471 * tree.[ch]: added xmlRemoveProp
7472 * win32config.h.in nanohttp.c: avoid including the Windows
7473 socket stuff in every C files
7474 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7475 the XmL parser(s)
7476 * test/ns4 result/ns4 etc...: added test case for previous prob
7477 * tree.c: xmlNewNs wasn't checking for double definition
7478 * Makefile.in: fixed a problem with dist-hook duplicates
7479 * parser.[hc], xmlIO.c: fixed the loading of external entities
7480 APIs, now xmlLoadExternalEntity() is used everywhere and
7481 setting up an app specific front-end using the
7482 * SAX.c parser.c: some fixes, now the xhtml spec validates
7483 with the xhtml DTD.
7484 * error.c: fixed crashes in case of no input stream
7485 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7486 to the validation tests and results
7487
7488Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7489
7490 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7491 too htmlCreatePushParserCtxt() and htmlParseChunk()
7492 * parser.c: a bit of cleanup.
7493 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7494 to XML) removed the last mem leak known
7495 * HTMLtree.c: output message cleanup
7496 * xmlmemory.c: display content info about memory blocks
7497 * result/HTML/wired.* : missing att value warning change
7498
7499Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7500
7501 * doc/* : rebuilt the documentation
7502
7503Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7504
7505 * parser.[ch] parserInternals.h: Push parser for XML,
7506 seems to work fine now
7507 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7508 --push for push testing
7509 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7510 * testSAX.c: added --push
7511 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7512 subtree
7513 * xmlIO.[ch] : enriched API + fixes for push mode
7514 * entities.[ch]: added the entity content length to the struct.
7515 * xmlmemory.[ch]: new API to show the last entries for the shell
7516 * valid.c: added required attribute testing
7517 * SAX.c: the cdata callback now merge contiguous fragments
7518 * HTMLparser.c: cleanup of some macros
7519
7520Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7521
7522 * parser.c: fix for PIs name starting with xml
7523 * tree.c: fixed a potential problem with || and && ops
7524 * *.c, configure.in win32config.h.in : generate win32config.h for
7525 those on the Other Side !
7526
7527Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7528
7529 * parser.c: fixed a stupid = vs. == bug :-(
7530 * doc/gnome-xml.sgml: s/glade/xml/
7531
7532Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7533
7534 * configure.in, doc/xml.html : bug fix release 1.8.2
7535 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7536 Hopefully the end of that silly C++ include problem
7537 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7538 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7539 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7540 troubles with autoclosed elements when the stree shape doesn't
7541 follow the DtD specs. Added htmlIsAutoClosed() and
7542 htmlAutoCloseTag()
7543 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7544 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7545 * debugXML.c: fixed a bug on printing default namespaces.
7546 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7547
7548Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7549
7550 * result/HTML/*.htm[l] : updated the HTML regression tests according
7551 to the new output
7552 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7553 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7554 problem due to intermix of extern "C" { ... } declarations for C++
7555 and recursive includes in the headers
7556
75571999-12-20 Chris Lahey <clahey@umich.edu>
7558
7559 * HTMLtree.c: Made it so that html nodes with a single child do
7560 not insert a carriage return before or after the child node.
7561
7562Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7563
7564 * configure.in, doc/xml.html : bug fix release 1.8.1
7565 * parser.c: fixed bug #4344
7566 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7567 added the glue to avoid C++ problems
7568 * doc/* : regenerated the documentation
7569
7570Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7571
7572 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7573 namespace recognition, and Dia as a resul :-(
7574 * encoding.c: closed bug #3950
7575
7576Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7577
7578 * valid.c: debugging a posteriori validation, except URI expansion
7579 stuff this should be fixed now
7580 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7581 Carl Nygard <cnygard@bellatlantic.net>
7582 * tester.c: added --postvalid, cleaning of the code
7583 * tree.[ch]: added xmlDocGetRootElement()
7584
7585Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7586
7587 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7588 c++ losage.
7589
7590Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7591
7592 * configure.in, doc/xml.html : bumped to 1.8.0
7593 * xlink.[ch], Makefile.am : added framework for link detection
7594 * parser.h: added nbChars to parser context, needed for cleanup.
7595 * xmlmemory.c: removed a nasty bug when out of mem
7596 * valid.[ch]: adding namespace support for attribute decl
7597 * tester.c: added --debugent option
7598 * debugXML.[ch]: added xmlDebugDumpEntities()
7599 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7600 buffers instead, this was really needed, validation was breaking
7601 in strange ways due to that. Added xmlParseStringPEReference()
7602 and other parsing from strings functions. Entities processing
7603 modified again, but PERef are still not handled correcly but
7604 unless you're Eve Maller you won't notice :-)
7605 * HTMLparser.c: large changes toward reliability, and switched to
7606 lowercase internal tags, XHTML is lowercase, so it will help
7607 that output is closer to next version.
7608 * doc/* : regenerated the documentation, it is now hosted at
7609 http://xmlsoft.org/ (same bits I just bought the domain :-)
7610
7611
7612Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7613
7614 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7615 doc generation
7616 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7617 in the SAX API
7618 * doc/*: rebuilt the doc making sure everything appears in the
7619 HTML files
7620
7621Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7622
7623 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7624 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7625 which allow impressive speed improvement on dataset with
7626 large text pieces, but at the cost of broken binary
7627 compatibility and slightly bigger memory usage.
7628 Configure with --with-buffers to activate them, they
7629 are protected with XML_USE_BUFFER_CONTENT define.
7630 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7631 goal is 0 memory left allocated once parser is no more used
7632 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7633 call xmlCleanupParser() and xmlMemoryDump()
7634
7635Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7636
7637 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7638 * parser.[ch] encoding.[ch]: added memory cleanup routines
7639 * parser.c: closing bug #3788
7640 * doc/*: rebuilt the doc
7641
7642Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7643
7644 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7645 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7646 * tester.c: added --compress option
7647 * doc/*: rebuilt the documentation
7648
7649Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7650
7651 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7652 if given /proc/kcore as input !
7653 * doc/xml.html doc/*: updated and rebuilt the documentation
7654
7655Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7656
7657 * parser.c: Fixed some wrongly space collapsing code due to
7658 a misreading of the spec.
7659 * result/*: fixed the output accordingly
7660
7661Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7662
7663 * encoding.c: bug fix and typos
7664 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7665 * parser.c: added attribute normalization closing bug #3597
7666 * test/att* result/att* SAXresult/att*: testcase for attribute
7667 normalization
7668
7669Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7670
7671 * configure.in: closing bug #3163 by adding extra flags for the
7672 cc compiler on HP-UX
7673
7674Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7675
7676 * valid.[ch] : removed a typo and an enumerated type bug in the
7677 xmlAddElementDecl() function
7678 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7679 call to xmlEncodeEntitiesReentrant() so that the functions
7680 New, Set and Get are at the same level.
7681 * parser.c HTMLparser.c: extra memory allocation bug for
7682 attributes detected by someone using libxml in embedded systems :-)
7683
7684Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7685
7686 * xmlmemory.h: turned off mem debug :-\
7687
7688Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7689
7690 * parser.c: closed bug #2784 a one line fix, but worth pushing
7691 a new release out
7692 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7693 some structures, comments before and after the
7694 main element, and other nastyness
7695 * HTMLtree.c tree.c: accomodate the extended HTML supported
7696 * configure.in: pushing 1.7.4
7697 * test/ent8 and related outputs : added a new test for bug #2784
7698 * test/HTML/wired.html and related output: a nasty HTML example
7699 * Makefile.am: improved the test scripts
7700 * docs/* : reran the documentation extractor, updated xml.html
7701
7702Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7703
7704 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7705 HTMLparser and debugged the HTML related code. HTML documents
7706 now have their own type
7707 * entities.c: do not dump &apos; for HTML output
7708 * xmlmemory.c: improvement, breakpoint mechanism
7709 * testHTML.c: added --sax --repeat ...
7710 * Makefile.am: improved the HTML tests
7711 * valid.[ch]: added xmlValidGetValidElements and
7712 xmlValidGetPotentialChildren
7713 * tester.c: added --insert to test the 2 new functions
7714 * test//* result//* SAXresult//* : regression test cleanup
7715 and extension.
7716 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7717 gnome-xml-nanohttp.html
7718
7719Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7720
7721 * HTMLparser.c: fixed problems with some autoclose tags
7722 * tree.c: fixed XML output problems.
7723 * result/* SAXresult/*: update of the tests output
7724
7725Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7726
7727 * Makefile.am: Arturo patch for xmlConf.sh version info
7728 * parser.c: Tim Josling patch for single quoted items
7729 * tester.c: Tim Josling patch for tester options usage
7730 * tree.h: indent cleanup
7731
7732Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7733
7734 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7735 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7736
7737Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7738
7739 * tree.c : Raph patch for initialization of CORBA fields
7740 * parser.c, xpath.c, ...: modification of doc comments
7741 * xpath.c : allow spaces in xpath expressions
7742
7743Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7744
7745 * xmlmemory.h: turning off memory debug :-(
7746
7747Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7748
7749 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7750 better SAX interfaces.
7751 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7752 entity.
7753 * configure.in: 1.7.2
7754
7755Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7756
7757 * libxml.spec.in: fixed the URL
7758 * doc/xml.html: improved the documentation front-end
7759
7760Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7761
7762 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7763
7764Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7765
7766 * libxml.spec.in: fixed the alpha compile problem
7767 * parser.[ch]: changed errno to errNo in the parser context :-(
7768 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7769 * doc/xml.html: changed CHAR to xmlChar
7770 * doc/html/*: recompiled the documentation
7771 * configure.in: 1.7.1
7772
7773Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7774
7775 * parser.h: modified the parser context struct to regain 1.4.0
7776 binary compatibility
7777 * parser.c, xml-error.h: added errno ot teh context and defined
7778 a set of errors values with update of errno
7779 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7780 DTDs and entities
7781 * *.h, *.c: complete cleanup of the use of config.h and include
7782 protection depending on the current setup.
7783 * overalll debugging, maintenance and bug-fixing on all modules
7784 * updated the documentation
7785 * ready for 1.7.0
7786
7787Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7788
7789 * HTMLparser.c : cleanup
7790 * SAX.c valid.c valid.h: added ID/IDREF checking
7791 * tree.c tree.h: extended doc structure for refs
7792 * configure.in: 1.6.2
7793 * parser.c: patched bug in SAX user arg call
7794 * parserInternals.h: patched missing close in C++ wrapping
7795 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7796 especially upcoming XPointer implementation.
7797 * doc/xml.html: augmented, typo
7798
7799Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7800
7801 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
7802 not all invocations of install understand -d.
7803
7804Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
7805
7806 * Makefile.am: prepend all the test* calls with $(top_builddir) -
7807 to make 'check' works, when builddir != srcdir.
7808
7809Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7810
7811 * doc/xml.html : updated the documentation
7812
7813Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7814
7815 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
7816 not deallocated memory blocks
7817 * *.c : replaces all calls to malloc() free() and realloc() to
7818 the wrapper functions/macros
7819 * tree.c : removed memory leaks dues to calling xmlFreeNode()
7820 instead of xmlFreeNodeList()
7821
7822Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7823
7824 * HTMLparser.c: corrected a stupid bug leading to core dump at
7825 tree deallocation. Removed warnings indicated by
7826 Stephane.Conversy@lri.fr
7827 * entities.c: Fixes Yet Another Stupid Bug, entities were not
7828 looked for in the external subset
7829
7830Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7831
7832 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
7833 on SGI by Stephane.Conversy@lri.fr
7834
7835Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7836
7837 * all .h : changed the prototype declaration indent as in gtk
7838 * most .c : working on reducing the TODOs in the code
7839 * most .c : cleanup though -pedantic and Insure++
7840 * improvements on validation ID checkings.
7841 * tree.[ch] SAX.c: added support for namespace on attributes #2022
7842 * xml-config.in: closed #1810
7843
7844Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7845
7846 * tree.h, valid.c, valid.h: more work on validity, IDs
7847 * xpath.c: added/fixed comparidon and equlity, added a new isinf
7848 definition for AIX
7849
7850Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7851
7852 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
7853 the distribution due to a cut'n paste error at last commit
7854
7855Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7856
7857 * configure.in: upgraded to version 1.4.0
7858 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
7859 Big update, added a large part of the validation process,
7860 it should be usable, but some parts are missing
7861 * xpath.c: improved the implementation w.r.t. root.
7862 * Makefile.am: added more tests
7863 * test and result trees: added a lot of tests
7864 * libxml.spec.in: export libxml.so.0 and libxml.so.1
7865
7866Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7867
7868 * Added an HACKING file
7869
7870Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7871
7872 * xpath.[ch] : improvements and debug of the XPath implementation
7873 * parser.c, HTMLparser.c : modified the parsers to be progressive
7874 * tree.[ch] : extended the Buffer promitives
7875 * xmlIO.[ch] : added basic I/O routines providing progressive
7876 parsing and ready for I18N conversion plugins
7877 * SAXresult/* : the SAX callback sequence maybe slightly different
7878 now
7879 * test*.c : improved/updated the tests programs
7880 * doc/* : recompiled the docs.
7881
78821999-07-26 Michael Meeks <michael@edenproject.org>
7883
7884 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
7885
7886 * tree.c: Ditto.
7887
7888Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7889
7890 * configure.in: upgraded to version 1.4.0
7891 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
7892 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
7893 XML query language, see http://www.w3.org/TR/xpath for more details.
7894 * parser.c, parser.h: added CHAR* related string functions for XPath
7895 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
7896 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
7897 rebuild the docs.
7898 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
7899 and regression testing capabilities for XPath.
7900
7901Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7902
7903 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
7904 closing bug #1646
7905
7906Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7907
7908 * Makefile.am, example/Makefile.am: closed bug #1683
7909
7910Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7911
7912 * example/Makefile.am, configure.in: added the makefile for the
7913 gjobread example
7914
7915Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
7916
7917 * doc/Makefile.am:
7918 - fix which allow "make install DESTDIR=</install/prefix>".
7919
7920Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7921
7922 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
7923 which fixed a problem on the file reading-code.
7924
7925Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7926
7927 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
7928 output.
7929 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
7930
7931Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7932
7933 * parser.h : Oops removed the binary compatibility problem
7934 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
7935 * parser.c, HTMLparser.c: applied patches for reading from stdin
7936
7937Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7938
7939 * parser.c, entities.c, valid.c: cleanup bug #1591
7940 * configure.in: cleanup bug #1592
7941 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
7942 the same tree back-end. Hence gdome will be available for it.
7943 * doc/Makefile.am: close bug #617
7944
7945Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7946
7947 * parser.c: alloctate a per parser context SAX interface block
7948
7949Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7950
7951 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
7952 and xmlEncodeEntitiesReentrant with the correct one :-\
7953
7954Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7955
7956 * commit of my internal XML base changes, quite a lot of
7957 changes, cleanups, better entities support, framework for
7958 new I/O and charset detection and handling
7959 * Fixed the configure/Makefile stuff to generate shared libs
7960 with the proper version info, so we jumped on rev from
7961 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
7962 xmlEncodeEntities() result need to be freed now, and a string
7963 xmlParserVersion provide the current library version.
7964
7965Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
7966
7967 * parser.c: fixed a buffer overrun for when you have a very long
7968 attribute with no entities in it.
7969
7970Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7971
7972 * added example directory
7973 * added example/gjobs.xml gjobread.c, still need a Makefile.in
7974
7975Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7976
7977 * Release of libxml-1.1, nearly everything has been touched for
7978 this.
7979 * Added more regression tests
7980 * Updated the documentation
7981
7982Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7983
7984 * tree.[ch]: unified the XML_NO_CORBA defines.
7985 * parser.c encoding.[ch]: started plugging in char encoding detection
7986
7987Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
7988
7989 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
7990 Also freed allocated buffer.
7991
7992Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7993 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
7994 reentrancy problem at printing. One is left in entities.c, to
7995 remove ASAP
7996 * testSAX.c : added a test example showing the use of the SAX
7997 interface if one doesn't want to build the DOM tree.
7998 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
7999
8000Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8001
8002 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8003 large revamping of the parser to use SAX callbacks
8004 http://www.megginson.com/SAX/ (or at least a C like interface
8005 a la Expat). It's now possible to set up your own callbacks
8006 and the parser will not build a DOM tree.
8007 * test/* result/*: updated the test suite, I finally removed
8008 the old Namespace draft support (PI based).
8009
8010Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8011
8012 * Makefile.am: added test result to EXTRA_DIST for make tests
8013
8014Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8015
8016 * parser.c, parserInternals.h: moved the chars macro definitions
8017 to parserInternals.h
8018 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8019 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8020
8021Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8022
8023 * xml-config.in : applied patch to make --version work
8024
80251999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8026
8027 * Makefile.am (check-local): Alias for `tests' target. This will
8028 cause `make check' to do the right thing.
8029 (tests): Don't run tests in srcdir. Also, replaced calls to
8030 basename with a `sed' "equivalent".
8031
8032Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8033
8034 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8035 it in the header and not the sources, updated the doc.
8036 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8037 pointing this out.
8038
8039Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8040
8041 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8042 exported the inputStream routines.
8043 * doc/html/* : updated accordingly
8044
8045Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8046
8047 * parser.c, parser.h, parserInternals.h: added a few extra
8048 internal calls to allocate and free parser contexts ...
8049 * doc/html/* : updated accordingly
8050
8051Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8052
8053 * configure.in, Makefile.am, doc/makefile.am : General changes for
8054 1.0.0 release and including the generated HTML documentation.
8055
8056Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8057
8058 * makefile.am : added parserInternals.h, oops.
8059
8060Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8061
8062 * parserInternals.h: added this header giving access to the parser
8063 internal functions.
8064 * doc/Makefile.am : added a rebuild target which rebuilds the full
8065 set of documentations
8066 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8067 the internal subset.
8068 * *.c *.h: modifications needed to generate the documentation using
8069 gtk-doc, cleanup of functions blocks, reorganisation of struct
8070 declarations.
8071
8072Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8073
8074 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8075 the tar and spec file to include the beginning of the doc.
8076
80771999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8078
8079 * doc/.cvsignore: Added this file.
8080
8081Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8082
8083 * tree.c: fixed xmlGetProp to return "" when the attribute
8084 exists, even if the node-list is NULL.
8085
8086Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8087
8088 * tree.c: patched an error outputting empty attribute values.
8089 * Makefile.am and doc/makefile.am: have been updated during the
8090 week-end. Sorry for an empty CVS log, I got a shell problem.
8091
8092Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8093
8094 * tree.h: cleaned up using enums instead of defines
8095 * parser.c, valid.[ch]: more work on parsing/output of element
8096 declarations
8097
8098Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8099
8100 * valid.[ch], tree.c, parser.c : more work toward full parsing
8101 of XML DTDs.
8102 * README: added informations about mailing-list and on-line
8103 documentation
8104
81051999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8106
8107 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8108
8109Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8110
8111 * parser.c, tree.[ch] : more work toward conformance testing,
8112 added a last element to accelerate parsing of very flat structures
8113 started working on internal subset Element content declaration.
8114 * valid.[ch] : first cut at adding code toward validation.
8115 * previous changes had also small impact on most files, especially
8116 the conformance testing using James Clark test suite.
8117
8118Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8119
8120 * test/* : updated the examples, most of them were not well
8121 formed (humm), and added rdf2.
8122 * result/* : resulting changes in the output.
8123
8124Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8125
8126 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8127
8128Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8129
8130 * tree.c: patched a bug in the generation of empty attributes
8131
8132Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8133
8134 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8135 for node/trees/documents/... Biggest problem is namespace
8136 support when copying subtrees.
8137
8138Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8139
8140 * parser.c, entities.c: improve entities and char ref encoding,
8141 and cleanups of error messages.
8142
8143Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8144
8145 * parser.c, entities.c: simple bug hunting done during rpm2html and
8146 rpmfind integration.
8147
8148Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8149
8150 * parser.[ch]: Added interfaces allowing to specify a SAX
8151 handler before parsing.
8152
8153Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8154
8155 * parser.c: redirrect all errors reporting through the SAX
8156 error function
8157
8158Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8159
8160 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8161 * libtool, tlmain ...: update of the libtool files
8162
81631998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8164
8165 * entities.c: Use g_snprintf insteda of snprintf.
8166
8167Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8168
8169 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8170 added ent5 test for this purpose.
8171 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8172
8173Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8174
8175 * parser.c: fixed? a strange error due to compression on a GWP
8176 document.
8177
8178Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8179
8180 * tree.[ch]: bug fixing
8181 * entities.[ch]: defined a specific type for predefined entities
8182 * doc/xml.html: more documentation on the library, how to use it,
8183 overview of the interfaces.
8184
8185Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8186
8187 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8188
8189Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8190
8191 * tree.c: corrected a small bug
8192 * doc/xml.html: continuing writing documentation.
8193
8194Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8195
8196 * debugXML.h debugXML.c: added debugging utilities.
8197 * tester.c: added --debug switch.
8198 * tree.c: patched an incorrect node->type assignment.
8199 * parser.c: formatting, ensure that node->doc != NULL in attributes
8200
8201Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8202
8203 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8204 entity support and provide an internal representation close to
8205 DOM one (entity ref nodes, and attribute value as tree). I tried
8206 to preserve the interface but this will surely break some apps
8207 (I have to change rpm2html/rpmfind for example). I had to change
8208 two interfaces, and the generated tree is somewhat different.
8209 * doc/* : started documenting the XML library, the tree and
8210 DOM/Corba. This is a first step.
8211
8212Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8213
8214 * parser.c: Set up the fonctions comment block, boring but useful.
8215 * parser.h, SAX.c, parser.c: now attributes are processed through
8216 the SAX interface. The problem is that my SAX interface diverged
8217 quite a bit from the original one, well this is not an official
8218 spec, and translating it from Java to C is hairy anyway...
8219
8220Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8221
8222 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8223 fonctions comment block, boring but useful.
8224
8225Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8226
8227 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8228 conversion routines. However they are not yet used to convert the
8229 inputs. The core will run with UTF-8.
8230
8231Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8232
8233 * tree.c : make sure that the type id is properly set-up when
8234 a new object is allocated, needed for DOM.
8235
8236Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8237
8238 * tree.h, tree.c: Ok, the main objects in the tree will be native
8239 corba objects, it costs 8 bytes per Node, Attribute and Document
8240 but it simplifies the Corba integration a lot (no extra interface
8241 objects to allocate/free).
8242
8243Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8244
8245 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8246 and changed NODEs contants for conformity with DOM Level 1
8247
8248Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8249
8250 * added hooks to keep track of servants when creating objects
8251 xmlDoc and xmlNode (for Corba export).
8252
8253Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8254
8255 * added xml-config script.
8256
8257Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8258
8259 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8260 to autoupdate libtool and automake conf files.
8261
82621998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8263
8264 * Makefile.am: Use '?' to separate the sed
8265 commands as ',' is used when people pass -Wl,something.
8266
8267
8268Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8269
8270 * tree.c, tree.h: added a per-document compression interface.
8271
8272Tue Sep 22 20:47:38 EDT 1998
8273
8274 * tree.c, tree.h: added saving with compression and added interfaces
8275 to control the compression level (xmlGetCompressMode,
8276 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8277
8278Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8279
8280 * parser.c: corrected a loop for files of size 0
8281
82821998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8283
8284 * error.h: New file. Contains prototyes from `error.c'.
8285
8286Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8287
8288 * Makefile.am (xmlincdir): New macro.
8289 (xmlinc_HEADERS): Renamed from include_HEADERS.
8290
8291Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8292
8293 * applied small patch on numeric entities from
8294 Christopher Blizzard <blizzard@appliedtheory.com>
8295
8296Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8297
8298 * New release 0.2, removed the old xml_* files so that it's
8299 coherent with the other CVS base (W3C), far better conformance
8300 to standard, new namespaces, decent entities support, beginning
8301 of a SAX-like interface. Nearly nothing left intact, even the
8302 test examples ...
8303
83041998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8305
8306 * .cvsignore: Add .deps dir
8307
8308Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8309
8310 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8311
8312Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8313
8314 * configure.in: added test for CPP
8315 * AUTHORS, Changelog: the original ones didn't get commited but the
8316 glib ones instead, fixed.
8317 * Makefile.am: corrected an error in library naming
8318
8319Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8320
8321 * integrated code developped at W3C
8322 * changed the original Copyright
8323 * migrated to automake
8324 * prefixed the filenames by xml_ to avoid filename clashes
8325
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008326Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8327
8328 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8329 should not be called.
8330
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008331Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8332
8333 * libxml-2.0.pc.in: applied the patch to fix #101894
8334
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008335Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8336
8337 * tree.c : applied patch from Lukas Schroeder for register callbacks
8338 * valid.c: modified patch from Lukas Schroeder to test
8339 register callbacks with --chkregister
8340
Daniel Veillard067bae52003-01-05 01:27:54 +00008341Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8342
8343 * xmlreader.c: seriously changed the way data are pushed to
8344 the underlying parser, go by block of 512 bytes instead of
8345 tryng to detect tag boundaries at that level. Changed the
8346 way empty element are detected and tagged.
8347 * python/tests/reader.py python/tests/reader2.py
8348 python/tests/reader3.py: small changes mostly due to context
8349 reporting being different and DTD node being reported. Some
8350 errors previously undetected are now caught and fixed.
8351 * doc/xmlreader.html: flagged last section as TODO
8352
Daniel Veillard51a447a2003-01-04 19:42:46 +00008353Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8354
8355 * python/libxml.py: integrated the Python 2.2 optimizations
8356 from Hannu Krosing, while maintaining compatibility with
8357 1.5 and 2.1
8358
Daniel Veillarde59494f2003-01-04 16:35:29 +00008359Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8360
8361 * xmllint.c: a bit of cleanup
8362 * xmlreader.c: small fix
8363 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8364 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8365
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008366Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8367
8368 * python/setup.py.in: patch from Stéphane Bidoul to include
8369 drv_libxml2.py in setup.py
8370
Daniel Veillard66b82892003-01-04 00:44:13 +00008371Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8372
8373 * doc/xmlreader.html: starting documenting the new XmlTextReader
8374 interface.
8375
Daniel Veillard7704fb12003-01-03 16:19:51 +00008376Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8377
8378 * xmllint.c: added the --stream flag to use the TextReader API
8379 * xmlreader.c: small performance tweak
8380
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008381Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8382
8383 * xmlreader.c python/tests/reader2py: okay the DTD validation
8384 code on top of the XMLTextParser API should be solid now.
8385
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008386Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8387
8388 * xmlreader.c python/tests/reader2py: Fixing some more mess
8389 with validation and recursive entities while using the
8390 reader interface, it's getting a bit messy...
8391
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008392Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8393
8394 * xmlreader.c python/tests/reader.py: another couple of problem
8395 related to IsEmptyElement reported by Stéphane Bidoul needed
8396 some fixes.
8397
Daniel Veillard4f860202003-01-02 13:00:02 +00008398Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8399
8400 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8401 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8402 based on the python XmlTextReader interface.
8403
Daniel Veillard3c265e42003-01-01 21:06:49 +00008404Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8405
8406 * tree.c: backing out one change in the last patch which broke the
8407 regression tests
8408
Daniel Veillard5335dc52003-01-01 20:59:38 +00008409Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8410
8411 * global.data globals.c tree.c include/libxml/globals.h: applied
8412 an old patch from Lukas Schroeder to track node creation and
8413 destruction. Probably missing a lot of references at the moment
8414 and not usable reliably.
8415
Daniel Veillard8ba17412003-01-01 19:13:12 +00008416Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8417
8418 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8419 from doc/news.html and a stylesheet
8420
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008421Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8422
8423 * xmlreader.c python/tests/reader.py: fixed another couple of
8424 xmlreader bugs reported by Stéphane Bidoul and added tests.
8425
Daniel Veillard9e395c22003-01-01 14:50:44 +00008426Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8427
8428 * xmlreader.c python/tests/reader2.py: fixed another validity
8429 checking in external parsed entities raised by Stéphane Bidoul
8430 and added a specific regression test.
8431 * python/tests/reader3.py: cleanup
8432
Daniel Veillardd5896142002-12-31 14:45:26 +00008433Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8434
8435 * xmlreader.c python/tests/reader2.py: fixed a problem with
8436 validation within entities pointed by Stéphane Bidoul, augmented
8437 the tests to catch those.
8438
Daniel Veillarddc85f282002-12-31 11:18:37 +00008439Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8440
8441 * python/generator.py: modified the generator to allow keeping
8442 class references when creating new classes, needed to fix a bug
8443 pointed by Stéphane Bidoul where the input buffer of the
8444 xmlTextReader instance gets destroyed if the python wrapper for
8445 the input is not referenced anymore.
8446
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008447Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8448
8449 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8450 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8451
Daniel Veillard571b8892002-12-30 12:37:59 +00008452Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8453
8454 * xmlreader.c python/tests/reader.py: fixed another problem
8455 pointed by Stéphane Bidoul
8456
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008457Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8458
8459 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8460 with "<a/>"
8461
Daniel Veillardecaba492002-12-30 10:55:29 +00008462Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8463
8464 * SAX.c: warn on xmlns:prefix="foo"
8465 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8466 for namespace attributes handling.
8467
Daniel Veillard2d84a892002-12-30 00:01:08 +00008468Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8469
8470 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8471 a really nasty problem raised by a DocBook XSLT transform
8472 provided by Sebastian Bergmann
8473
Daniel Veillard29b3e282002-12-29 11:14:41 +00008474Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8475
8476 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8477 by Stéphane Bidoul and integrated it into the tests
8478
Daniel Veillarde18fc182002-12-28 22:56:33 +00008479Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8480
8481 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8482 extended the XmlTextReader API a bit, addding accessors for
8483 the current doc and node, and an entity substitution mode for
8484 the parser.
8485 * python/libxml.py python/libxml2class.txt: related updates
8486 * python/tests/Makefile.am python/tests/reader.py
8487 python/tests/reader2.py python/tests/reader3.py: updated a bit
8488 the old tests and added a new one to test the entities handling
8489
Daniel Veillardaba976d2002-12-28 21:14:18 +00008490Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8491
8492 * python/generator.py python/libxml2class.txt
8493 python/tests/reader.py python/tests/reader2.py: changed the
8494 generator to provide casing for the XmlTextReader similar to
8495 C# so that examples and documentation are more directly transposable.
8496 Fixed the couple of tests in the suite.
8497
Daniel Veillard83298842002-12-28 15:12:33 +00008498Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8499
8500 * doc/guidelines.html: added a document on guildeline for
8501 publishing and deploying XML
8502
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008503Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8504
8505 * valid.c xmlreader.c: final touch running DTD validation
8506 on the XmlTextReader
8507 * python/tests/Makefile.am python/tests/reader2.py: added a
8508 specific run based on the examples from test/valid/*.xml
8509
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008510Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8511
8512 * python/libxml.py: added a few predefined xmlTextReader parser
8513 configuration values.
8514
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008515Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8516
8517 * python/libxml_wrap.h: trying to fix #102037
8518
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008519Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8520
8521 * SAX.c: fixing bug #95296, when the predefined entities
8522 are redefined in the DTD the default one must be used
8523 instead anyway.
8524
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008525Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8526
8527 * doc/xmllint.xml
8528 * doc/xmllint.1
8529 Add discussion of XML_DEBUG_CATALOG to xmllint man
8530 page - bug #100907
8531
8532
Daniel Veillarddf512f42002-12-23 15:56:21 +00008533Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8534
8535 * xmlreader.c: Fixed the empty node detection to avoid reporting
8536 an inexistant close tag.
8537
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008538Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8539
8540 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8541 for Python 2.1
8542
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008543Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8544
8545 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8546
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008547Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8548
8549 * doc/libxml2-api.xml python/tests/reader.py: one really need
8550 to provide the base URI information when creating a reader parser
8551 from an input stream. Updated the API and the example using it.
8552
Daniel Veillardea7751d2002-12-20 00:16:24 +00008553Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8554
8555 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8556 include/libxml/valid.h include/libxml/xmlreader.h: working on
8557 DTD validation on top of xml reader interfaces. Allows to
8558 validate arbitrary large instances. This required some extensions
8559 to the valid module interface and augmenting the size of xmlID
8560 and xmlRef structs a bit.
8561 * uri.c xmlregexp.c: simple cleanup.
8562
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008563Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8564
8565 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8566 work on the xml reader interfaces.
8567 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8568 Web page for the Windows binaries.
8569
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008570Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8571
8572 * xmlIO.c: applied a patch for VMS following the report by
8573 Nigel Hall
8574
Daniel Veillard3772de32002-12-17 10:31:45 +00008575Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8576
8577 * parser.c: the parseStartTag bug fix wasn't complete.
8578
Daniel Veillard67df8092002-12-16 22:04:11 +00008579Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8580
8581 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8582 parseStartTag, fixing it.
8583 * test/att4 result/att4 result/noent/att4: adding the test
8584 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8585 more methods to XmlTextReader.
8586
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008587Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8588
8589 * win32/libxml2.def.src: added more xml reader exports
8590 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8591 to the build
8592
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008593Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8594
8595 * doc/tutorial/xmltutorial.xml
8596 plus generated html and pdf
8597 Updating tutorial again based on further comments from Niraj
8598 Tolia on the last iteration
8599
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008600Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8601
8602 * doc/tutorial/xmltutorial.xml
8603 * doc/tutorial/includekeyword.c
8604 * doc/tutorial/includegetattribute.c
8605 plus generated html and pdf
8606 Adding fix from Niraj Tolia to tutorial to properly free memory.
8607
8608
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008609Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8610
8611 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8612 more methods of XmlTextReader.
8613 * python/libxml2class.txt python/tests/reader.py: this increased the
8614 methods in the bndings, augmented the test to check those new
8615 functions.
8616
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008617Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8618
8619 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8620 methods of XmlTextReader.
8621 * python/generator.py python/libxml_wrap.h python/types.c
8622 python/libxml2class.txt: added the reader to the Python bindings
8623 * python/tests/Makefile.am python/tests/reader.py: added a specific
8624 test for the Python bindings of the Reader APIs
8625 * parser.c: small cleanup.
8626
Daniel Veillard06503452002-12-13 10:42:08 +00008627Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8628
8629 * xinclude.c: fallback was only copying the first child not the
8630 full child list of the fallback element, closes #89684 as reopened
8631 by Bernd Kuemmerlen
8632
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008633Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8634
8635 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8636
Daniel Veillard000eafb2002-12-12 10:04:22 +00008637Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8638
Daniel Veillardc1eed322002-12-12 11:01:32 +00008639 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008640 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008641 gives enum values, fix functype return type, put back fields in
8642 structs
8643 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008644
Daniel Veillard024b5702002-12-12 00:15:55 +00008645Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8646
8647 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8648 about htmlNodeDumpOutput location.
8649 * xpath.c: removed an undefined function signature
8650 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8651 too many symbols in the API breaking the python bindings.
8652 Updated with the libxslt/libexslt changes.
8653
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008654Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8655
8656 * configure.in: preparing release of 2.4.29
8657 * doc/*: rebuilt the docs and API
8658 * xmlreader.c: a few more fixes for the XmlTextReader API
8659
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008660Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8661
8662 * include/win32config.h: applied mingw patch from Magnus Henoch
8663
Daniel Veillard5aad8322002-12-11 15:59:44 +00008664Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8665
8666 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8667
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008668Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8669
8670 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8671 building Python script, does the C parsing directly, generates
8672 a better API description including structure fieds defs and
8673 enums. Still a couple of bugs, but good enough for the python
8674 wrappers now.
8675 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8676 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8677 include/libxml/schemasInternals.h include/libxml/tree.h: more
8678 cleanup based on the python analysis script reports.
8679 * libxml.spec.in: make sure the API XML description is part of the
8680 devel package.
8681
Daniel Veillard01c13b52002-12-10 15:19:08 +00008682Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8683
8684 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8685 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8686 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8687 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8688 code cleanup, especially the function comments.
8689 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8690
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008691Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8692
8693 * Makefile.am xmlreader.c include/libxml/Makefile.am
8694 include/libxml/xmlreader.h: Adding a new set of APIs based on
8695 the C# TextXmlReader API but converted to C. Allow to parse
8696 in constant memory usage, far simpler to program and explain
8697 than the SAX like APIs, unfinished but working.
8698 * testReader.c: test program
8699
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008700Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8701
8702 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8703
Daniel Veillard64b35282002-12-04 15:10:40 +00008704Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8705
8706 * tree.c: Chip turner indicated that XHTML1 serialization
8707 rule for style actually break on both IE and Mozilla,
8708 try to avoid the rule if escaping ain't necessary
8709
Daniel Veillard8efff672002-12-04 11:44:48 +00008710Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8711
8712 * nanhttp.c: handle HTTP URL escaping, problem reported by
8713 Glen Nakamura and Stefano Zacchiroli
8714
Daniel Veillard1c732d22002-11-30 11:22:59 +00008715Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8716
8717 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8718
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008719Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8720
8721 * uri.c: Johann Richard pointed out some XPointer problems for
8722 URN based URI references in XInclude. Modified the URI parsing
8723 and saving routines to allow correct parsing and saving of
8724 XPointers, especially when attached to "opaque" scheme accordingly
8725 to RFC 2396
8726
Daniel Veillard8db67d22002-11-27 19:39:27 +00008727Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8728
8729 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8730 of refactoring to the HTML saving code.
8731 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8732 in the doc.
8733
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008734Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8735
8736 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8737 to a buffer API to reuse the generic dump to an OutputIO layer,
8738 this reduces code, fixes xmlNodeDump() for XHTML, also made
8739 xmlNodeDump() now return the number of byte written.
8740
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008741Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8742
8743 * python/setup.py.in: another patch from Stéphane Bidoul for
8744 Python bindings on Windows
8745 * doc/parsedecl.py: small cleanup
8746
Daniel Veillard9715c172002-11-25 16:33:40 +00008747Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8748
8749 * libxml.spec.in configure.in: add a line in %changelog for releases
8750
Daniel Veillard9bc53102002-11-25 13:20:04 +00008751Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8752
8753 * parser.c: patch from Marcus Clarke fixing a problem in entities
8754 parsing that was detected in KDe documentations environment.
8755
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008756Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8757
8758 * python/libxml.c (libxml_prev): Return the previous as opposed to
8759 the next node (I guess this is the result of some cut & paste programming:)
8760
Daniel Veillard80d7b902002-11-23 16:23:08 +00008761Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8762
8763 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8764
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008765Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8766
8767 * python/generator.py python/libxml.c python/setup.py.in: trying
8768 to fix the Python bindings build on Windows (Stéphane Bidoul)
8769
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008770Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8771
8772 * win32/configure.js: added option for python bindings
8773 * win32/libxml2.def.src: added more exports
8774
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008775Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8776
8777 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8778 pthreads
8779 * win32/wince/*: applied updates to Windows CE port from Javier
8780
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008781Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8782
8783 * configure.in: preparing 2.4.28
8784 * libxml.spec.in doc/Makefile.am: some cleanup
8785 * doc/*: updated the news and regenerated.
8786
Daniel Veillardfee408f2002-11-22 13:18:30 +00008787Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8788
8789 * HTMLparser.c: final touch at closing #87235 </p> end tags
8790 need to be generated.
8791 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8792 this change slightly the output of a few tests
8793 * doc/*: regenerated
8794
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008795Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8796
8797 * parserInternals.c: fixing bug #99190 when UTF8 document are
8798 parsed using the progressive parser and the end of the chunk
8799 is in the middle of an UTF8 multibyte character.
8800
William M. Brack8b2c7f12002-11-22 05:07:29 +00008801Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
8802
8803 * threads.c: fixed initialization problem in xmlNewGlobalState
8804 which was causing crash.
8805 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
8806 in xmlInitializeGlobalState.
8807 * parserInternals.c: cleaned up ctxt->sax initialisation.
8808
Daniel Veillardd5c2f922002-11-21 14:10:52 +00008809Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8810
8811 * tree.c include/libxml/tree.h: modified the existing APIs
8812 to handle XHTML1 serialization rules automatically, also add
8813 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
8814 libxslt serialization uses it when needed without changing
8815 the library API.
8816 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
8817 result/xhtml1: added a new test specifically for xhtml1 output
8818 and updated the result of one XHTML1 test
8819
Daniel Veillardd076a202002-11-20 13:28:31 +00008820Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
8821
8822 * xinclude.c parserInternals.c encoding.c: fixed #99082
8823 for xi:include encoding="..." support on text includes.
8824 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
8825 test/XInclude/ents/isolatin.txt : added a specific regression test
8826 * python/generator.py python/libxml2class.txt: fixed the generator
8827 the new set of comments generated for doc/libxml2-api.xml were
8828 breaking the python generation.
8829
Daniel Veillard817e70b2002-11-19 22:28:48 +00008830Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8831
8832 * doc/Makefile.am: repair some problem if gtk-doc fail or such
8833 * configure.in: patch for Solaris on new autoconf closes #98880
8834 * doc/parsedecl.py: repair the frigging API building script,
8835 did I say that python xmllib sucks ?
8836 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
8837 and some comment are no more truncated.
8838
Daniel Veillarda7e05b42002-11-19 08:11:14 +00008839Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
8840
8841 * parser.c: Martin Stoilov pointed out a potential leak in
8842 xmlCreateMemoryParserCtxt
8843
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00008844Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
8845
8846 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
8847 included in HTML documents and using the push parser.
8848
Daniel Veillard4efd3be2002-11-18 09:11:13 +00008849Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8850
8851 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
8852 specified, look for the Python interpreter not just in the
8853 specified root but also in the specified location. Fixes #98825
8854
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00008855Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8856
8857 * python/libxml.c: fixing bug #98792 , node may have no doc
8858 and dereferencing without checking ain't good ...
8859
Daniel Veillarddad3f682002-11-17 16:47:27 +00008860Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
8861
8862 * configure.in: preparing release 2.4.27
8863 * doc/* : updated and rebuilt the docs
8864 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
8865 and all the docs are actually packaged and in the final RPMs
8866 * parser.c parserInternals.c include/libxml/parser.h: restore
8867 xmllint --recover feature.
8868
Daniel Veillard68e9e742002-11-16 15:35:11 +00008869Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8870
Daniel Veillard784b9352003-02-16 15:50:27 +00008871 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00008872 processing of parsed entities, and XPath computation on sustitued
8873 entities.
8874 * testXPath.c: make sure entities are substitued.
8875
Daniel Veillard328f48c2002-11-15 15:24:34 +00008876Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
8877
Daniel Veillard784b9352003-02-16 15:50:27 +00008878 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00008879 processing of internal parsed entities, which had to be changed.
8880
Daniel Veillard66651aa2002-11-15 11:21:43 +00008881Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8882
8883 * Makefile.am python/Makefile.am python/tests/Makefile.am:
8884 trying to fix bug #98517 about building outside the source tree
8885 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
8886
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00008887Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8888
8889 * include/win32config.h: cleanup
8890 * win32/Makefile.mingw: integrated mingw in JScript configure
8891 * win32/Makefile.msvc: modified to allow mingw coexistence
8892 * win32/configure.js: integrated mingw
8893 * win32/Readme.txt: cleanup
8894
Daniel Veillard8dd86a52002-11-12 21:14:17 +00008895Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8896
8897 * HTMLparser.c: strengthen the guard in the Pop macros,
8898 like in the XML parser, closes bug #97315
8899
Daniel Veillard0821b152002-11-12 20:57:47 +00008900Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8901
8902 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
8903 callback is never used.
8904
Daniel Veillard8606bbb2002-11-12 12:36:52 +00008905Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8906
8907 * parserInternals.c: fixed the initialization of the SAX structure
8908 which was breaking xsltproc
8909 * xpath.c: patch from Petr Pajas for CDATA nodes
8910 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
8911 * parser.c include/libxml/parser.h: patch from Peter Jones
8912 removing a leak in xmlSAXParseMemory() and adding the
8913 function xmlSAXParseMemoryWithData()
8914
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00008915Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
8916
8917 adding pdf of tutorial, changing web page to link to it
8918 * doc/tutorial/xmltutorial.pdf
8919 * doc/xml.html
8920 * doc/docs.html
8921
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00008922Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
8923
8924 * doc/tutorial/ar01s08.html
8925 adding file what I forgot for tutorial
8926
8927
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00008928Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
8929
8930 Adding encoding discussion to tutorial
8931 Added:
8932 * doc/tutorial/images/*.png: DocBook admonition image files
8933 * doc/tutorial/apf.html, apg.html: new generated html
8934 * doc/tutorial/includeconvert.c: conversion code entity file
8935 changed:
8936 * doc/tutorial/xmltutorial.xml: DocBook original
8937 * doc/tutorial/*.html: generated html
8938
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008939Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8940
8941 * include/libxml/*.h: retired xmlwin32version.h
8942 * doc/Makefile.am: retired xmlwin32version.h
8943 * win32/configure.js: retired xmlwin32version.h
8944
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008945Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8946
8947 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008948 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
8949 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008950
Daniel Veillard7216cfd2002-11-08 15:10:00 +00008951Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
8952
8953 * globals.c: fixed a typo pointed out by Igor
8954 * xpath.c: try to speed up node compare using line numbers
8955 if available.
8956
Daniel Veillarda70d62f2002-11-07 14:18:03 +00008957Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8958
8959 * tree.c: make xmlFreeNode() handle attributes correctly.
8960
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00008961Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8962
8963 * catalog.c: completed the #96963 fix, as reported by Karl
8964 Eichwalder
8965
Daniel Veillard56f21f22002-11-06 15:49:46 +00008966Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8967
8968 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
8969
Daniel Veillard91ad8792002-11-04 17:06:52 +00008970Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8971
8972 * Makefile.am: switched the order of a couple of includes
8973 to fix bugs #97100
8974
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00008975Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8976
8977 * catalog.c: fixed bug #96963, reverted to the old behaviour of
8978 xmlLoadCatalogs that used to separate directories with a ':'.
8979
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00008980Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8981
8982 * threads.c: improvements to the Windows-side of thread handling
8983 * testThreads.c: conditionally excluded unistd.h
8984 * testThradsWin32.c: broke overlong lines
8985 * include/win32config.h: adapted thread-related macros to the new
8986 scheme and for pthreads on Windows
8987 * win32/Makefile.msvc: introduced a more flexible thread build,
8988 added testThreads[Win32].c to the build
8989 * win32/configure.js: introduced a more flexible thread config
8990
John Fleck61f6fb62002-10-31 15:23:29 +000089912002-10-31 John Fleck <jfleck@inkstain.net>
8992
8993 * doc/xml.html (and, by implication, FAQ.html)
8994 added UTF-8 conversaion FAQ from Marcus Labib Iskander
8995
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00008996Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8997
8998 * configure.in: removed xmlwin32version.h
8999 * include/libxml/Makefile.am: removed xmlwin32version.h
9000
Daniel Veillardce66ce12002-10-28 19:01:59 +00009001Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9002
9003 * tree.c: applied patch from Brian Stafford to fix a bug
9004 in xmlReconciliateNs()
9005
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009006Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9007
9008 * tree.c: applied patch from Christian Glahn to allow
9009 xmlNewChild() on document fragment nodes
9010
Daniel Veillardb39bc392002-10-26 19:29:51 +00009011Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9012
9013 * parser.c: Christian Glahn found a problem with a recent
9014 patch to xmlParseBalancedChunkMemoryRecover()
9015 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9016 problems
9017 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9018 test/schemas/seq*: added the test cases from Charles
9019
Daniel Veillard366a9152002-10-23 20:43:53 +00009020Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9021
9022 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9023 serious cleanup of the spec file and associated changes
9024 in the Makefiles.
9025 * valid.c: try to remove some warnings on x86_64
9026
Daniel Veillardd033d022002-10-23 14:55:02 +00009027Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9028
9029 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9030 fix bug #96586
9031
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009032Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9033
9034 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9035 parsing, applied his patch
9036 * result/HTML/attrents.html result/HTML/attrents.html.err
9037 result/HTML/attrents.html.sax test/HTML/attrents.html:
9038 added the test and result case provided by Mikhail Sogrine
9039
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009040Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9041
9042 * vms/build_libxml.com vms/config.vms vms/readme.vms
9043 include/libxml/parser.h include/libxml/parserInternals.h
9044 include/libxml/tree.h include/libxml/xmlIO.h
9045 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9046 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9047 Applied the VMS update patch from Craig A. Berry
9048 * doc/*.html: update
9049
Daniel Veillardf000f072002-10-22 14:28:17 +00009050Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9051
9052 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9053
Daniel Veillard1e208222002-10-22 14:25:25 +00009054Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9055
9056 * debugXML.c: adding a grep command to --shell in xmllint
9057 for T.V. Raman
9058
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009059Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9060
9061 * xmlcatalog.c: tried to fix some of the problem with --sgml
9062
Daniel Veillard935494a2002-10-22 14:22:46 +00009063Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9064
9065 * parser.c: tried to fix bug #91500 where doc->children may
9066 be overriden by a call to xmlParseBalancedChunkMemory()
9067
9068Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9069
9070 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9071 identifiers in SGML catalogs containing '&'
9072
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009073Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9074
9075 * python/types.c: fixed bugs when passing result value tree
9076 to Python functions.
9077
Daniel Veillard48267432002-10-18 11:21:38 +00009078Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9079
9080 * configure.in: preparing the release of 2.4.26
9081 * doc/*: updated and rebuilt the documentation
9082
Daniel Veillardbb284f42002-10-16 18:02:47 +00009083Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9084
9085 * parser.c: fixed a XML Namespace compliance bug reported by
9086 Alexander Grimalovsky
9087
Daniel Veillard44892f72002-10-16 15:23:26 +00009088Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9089
9090 * HTMLtree.c: fixed serialization of script and style when
9091 they are not lowercase (i.e. added using the API to the tree).
9092
Daniel Veillard2fd85422002-10-16 14:32:41 +00009093Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9094
9095 * valid.c: make xmlValidateDocument emit a warning msg if there
9096 is no DTD, pointed by Christian Glahn
9097
Daniel Veillard32370232002-10-16 14:08:14 +00009098Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9099
9100 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9101 content model when some of the blocks have min or max, and a couple
9102 of bugs found in the process.
9103 * result/schemas/list0* test/schemas/list0*: added some specific
9104 regression tests
9105
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009106Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9107
9108 * README: updated the contact informations
9109
Daniel Veillard63186732002-10-15 08:43:17 +00009110Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9111
9112 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9113 misses it, reported by Peter Bray.
9114
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009115Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9116
9117 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9118 and removed a few warnings
9119
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009120Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9121
9122 * parser.c: Christian Glahn found a small bug in the push parser.
9123 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9124 public
9125
Daniel Veillard6045c902002-10-09 21:13:59 +00009126Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9127
9128 * xmlschemas.c include/libxml/xmlschemas.h: added
9129 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9130 * testSchemas.c: added --memory to test the new interface
9131
Daniel Veillardf0070122002-10-09 14:24:17 +00009132Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9133
9134 * doc/index.py doc/search.php: integrated the XSLT indexing,
9135 a few fixed in the indexer, added a scope selection at the
9136 search level.
9137
Daniel Veillard01992e02002-10-09 10:20:30 +00009138Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9139
9140 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9141 this was due to uninitialized parts of the validation context
9142
Daniel Veillard321be0c2002-10-08 21:26:42 +00009143Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9144
9145 * debugXML.c: applied patch from Mark Vakoc except the API
9146 change, preserved it.
9147 * doc/*: updated the docs to point to the search engine for
9148 information lookup or before bug/help reports.
9149
Daniel Veillard01e87d22002-10-08 16:55:06 +00009150Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9151
9152 * doc/index.py doc/search.php: added mailing-list archives
9153 indexing and lookup
9154
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009155Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9156
9157 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9158
Daniel Veillard9b006132002-10-07 11:13:27 +00009159Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9160
9161 * doc/index.py: improved HTML indexing
9162 * doc/search.php: make the queries also lookup the HTML based indexes
9163
Daniel Veillard141d04b2002-10-06 21:51:18 +00009164Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9165
9166 * doc/index.py: added HTML page indexing
9167
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009168Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9169
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009170 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009171 problem in libxslt.
9172 * catalog.c: fixed list handling in XML_CATALOG_FILES
9173
Daniel Veillardceb09b92002-10-04 11:46:37 +00009174Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9175
9176 * valid.c: typo/bug found by Christian Glahn
9177
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009178Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9179
9180 * xmlIO.c: applied Windows CE patch from Javier.
9181 * win32/wince: new directory, contains support for the PocketPC
9182 with Windows CE from Javier.
9183 * include/win32config.h: reorganised, removed duplicate
9184 definitions and applied WinCE patch from Javier.
9185 * include/wsockcompat.h: new file, now contains WinSock
9186 compatibility macros.
9187 * win32/Makefile.msvc: introduced double-run compilation.
9188
Daniel Veillarde16b5742002-09-26 17:50:03 +00009189Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9190
9191 * configure.in include/libxml/xmlwin32version.h: preparing release
9192 of 2.4.25
9193 * doc/*: updated and regenerated teh docs and web pages.
9194
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009195Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9196
9197 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9198 error were not covering namespace declarations.
9199 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9200 it was missing the attribute declaration for the namespace
9201 * result/VC/NS3: the fix now report breakages in that test
9202
Daniel Veillardabe01742002-09-26 12:40:03 +00009203Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9204
9205 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9206
Daniel Veillard2ace1952002-09-26 12:28:02 +00009207Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9208
9209 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9210 and regenerated the docs and web site
9211
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009212Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9213
9214 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9215 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9216 not before
9217
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009218Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9219
9220 * python/generator.py python/libxml2class.txt: fixed a stupid error
9221 breaking the python API
9222
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009223Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9224
9225 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9226 triostr.c triostr.h: applied a trio update patch from
9227 Bjorn Reese which should work with MinGW
9228
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009229Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9230
9231 * tree.c: improving some documentation comments
9232 * xmlregexp.c: found and fixed a mem leak with python regression tests
9233 * doc/*: rebuilt the doc and the API XML file including the
9234 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9235 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9236 python/types.c: added access to the XML Schemas regexps from
9237 python
9238 * python/tests/Makefile.am python/tests/regexp.py: added a
9239 simple regexp bindings test
9240
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009241Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9242
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009243 * doc/xml.html:
9244 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009245
Daniel Veillard118aed72002-09-24 14:13:13 +00009246Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9247
9248 * xmlregexp.c: fixed the data callback on transition functionality
9249 which was broken when using the compact form
9250 * result/schemas/*: updated the results, less verbose, all tests
9251 pass like before
9252 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9253 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9254 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9255 annoying warnings
9256 * xpath.c: try to provide better error report when possible
9257
Daniel Veillard72336152002-09-21 13:08:14 +00009258Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9259
9260 * Makefile.am: fixed a breakage raised by Jacob
9261
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009262Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9263
9264 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9265 which don't use sockets
9266
Igor Zlatkovic01280582002-09-20 16:40:34 +00009267Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9268
9269 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9270 * win32/configure.js: applied zlib patch from Daniel Gehriger
9271
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009272Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9273
9274 * win32/configure.js: applied the patch from Mark Vakoc for
9275 regexp support
9276 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9277 for regexp support
9278
Daniel Veillardb5c05732002-09-20 13:36:25 +00009279Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9280
9281 * xmlschemastypes.c: as pointed by Igor Float and Double
9282 parsing ain't finished yet
9283
Daniel Veillard40b11342002-09-20 12:01:39 +00009284Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9285
9286 * Makefile.am configure.in: trying to fix #88412 by bypassing
9287 all the python subdir if python ain't detected
9288
Daniel Veillard23e73572002-09-19 19:56:43 +00009289Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9290
9291 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9292 made configuring with regexps/automata/unicode the default
9293 but without schemas ATM
9294 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9295 fixed the regexp based DTD validation performance and memory
9296 problem by switching to a compact form for determinist regexps
9297 and detecting the determinism property in the process. Seems
9298 as fast as the old DTD validation specific engine :-) despite
9299 the regexp built and compaction process.
9300
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009301Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9302
9303 * valid.c: determinism is debugged, new DTD checking code now works
9304 but xmlFAComputesDeterminism takes far too much CPU and the whole
9305 set usues too much memory to be really usable as-is
9306
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009307Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9308
9309 * tree.c: fixed another stupid bug in xmlGetNodePath()
9310 * xmllint.c: --version now report the options compiled in
9311
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009312Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9313
9314 * HTMLparser.c: small cleanup
9315 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9316 when configured with them. A bit of debugging around the determinism
9317 checks is still needed
9318
Daniel Veillard63b01c22002-09-17 19:25:28 +00009319Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9320
9321 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9322
Daniel Veillard92727042002-09-17 17:59:20 +00009323Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9324
9325 * xmlIO.c: small portability glitch fixed.
9326
Daniel Veillard84d70a42002-09-16 10:51:38 +00009327Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9328
9329 * xmlschemastypes.c: incomplete steps for real/double support
9330 * testAutomata.c include/libxml/xmlautomata.h
9331 include/libxml/xmlregexp.h: avoiding a compilation problem
9332 * valid.c include/libxml/valid.h: starting the work toward using
9333 the regexps for actual DTD validation
9334
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009335Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9336
9337 * hash.c: cosmetic cleanup
9338 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9339 integrating a DTD validation layer based on the regexps
9340
Daniel Veillard4402ab42002-09-12 16:02:56 +00009341Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9342
9343 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9344 the determinism was tested before eliminating the epsilon
9345 transitions :-(
9346
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009347Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9348
9349 * python/generator.py python/libxml.c python/libxml.py
9350 python/libxml2-python-api.xml python/libxml2class.txt
9351 python/libxml_wrap.h python/types.c: updated the python
9352 bindings, added code for easier File I/O, and the ability to
9353 define a resolver from Python fixing bug #91635
9354 * python/tests/Makefile.am python/tests/inbuf.py
9355 python/tests/outbuf.py python/tests/pushSAXhtml.py
9356 python/tests/resolver.py python/tests/serialize.py: updated
9357 and augmented the set of Python tests.
9358
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009359Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9360
9361 * win32/configure.js: added more readme info for the binary
9362 package.
9363
Daniel Veillard607b35c2002-09-10 12:16:19 +00009364Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9365
9366 * xmlIO.c: fixed a stupid out of bound array error
9367
9368Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9369
9370 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9371 messing around with support for Windows path, cleanups,
9372 trying to identify and fix the various code path to the
9373 filename access. Added xmlNormalizeWindowsPath()
9374
Daniel Veillard76575762002-09-05 14:21:15 +00009375Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9376
9377 * error.c valid.c: working on better error reporting of validity
9378 errors, especially providing an accurate context.
9379 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9380 error reports in those cases.
9381
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009382Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9383
9384 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9385 parser.c parserInternals.c xmlIO.c: get rid of all the
9386 perror() calls made in the library execution paths. This
9387 should fix both #92059 and #92385
9388
Daniel Veillard19aa7022002-09-05 11:14:19 +00009389Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9390
9391 * xmllint.c: memory leak reporting was broken after a change
9392 of the preprocessor symbol used to activate it.
9393
Daniel Veillardec6725e2002-09-05 11:12:45 +00009394Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9395
9396 * tree.c: try to make the copy function work for node of
9397 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9398 DOM layers though, not libxml2 itself.
9399
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009400Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9401
9402 * valid.c: try to provide file and line informations, not all
9403 messages are covered, but it's a (good) start
9404
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009405Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9406
9407 * xinclude.c: reimplemented a large part of the XInclude
9408 processor, trying to minimize resources used, James Henstridge
9409 provided a huge test case which was exhibiting severe memory
9410 consumption problems.
9411
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009412Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9413
9414 * python/Makefile.am: applied patch from Christophe Merlet to
9415 reestablish DESTDIR
9416
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009417Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9418
9419 * libxml.spec.in: fixes libary path for x86_64 AMD
9420
John Fleckbe98b332002-09-04 03:16:23 +00009421Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9422
9423 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009424 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009425 (plus resulting generated html files)
9426 fixing one spot I missed in the tutorial where I hadn't freed
9427 memory properly
9428
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009429Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9430
9431 * doc/tutorial/includeaddattribute.c
9432 * doc/tutorial/includeaddkeyword.c
9433 * doc/tutorial/includegetattribute.c
9434 * doc/tutorial/includekeyword.c
9435 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009436 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009437 update tutorial to properly free memory (thanks to Christopher
9438 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009439 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009440 added image files so the callouts are graphical, making it
9441 easier to read ( use "--param callout.graphics 1" to generate
9442 html with graphical callouts)
9443
Daniel Veillarde1662542002-08-28 11:50:59 +00009444Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9445
9446 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9447 nice logos generated by Marc Liyanage
9448 * doc/site.xsl *.html: changed the stylesheet to show the new
9449 logo and regenerated the pages
9450
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009451Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9452
9453 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9454
Daniel Veillard42766c02002-08-22 20:52:17 +00009455Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9456
9457 * xpath.c: possible mem leak patch from Jason Adams
9458
9459Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9460
9461 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9462 in the XQuery namespace
9463 * configure.in: preparing 2.4.24
9464 * doc/*.html: updated the web pages
9465
9466Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9467
9468 * python/generator.py: closing bug #85258 by generating conditional
9469 compile check to avoid linking to routines not configured in.
9470
Havoc Pennington84ec40a2002-08-22 13:59:35 +000094712002-08-22 Havoc Pennington <hp@pobox.com>
9472
9473 * autogen.sh: update error message for missing automake
9474
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009475Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9476
9477 * python/Makefile.am: typo in target name resulted in libxml2.py
9478 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9479
Daniel Veillard22669b22002-08-22 07:17:11 +00009480Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9481
9482 * win32/win32/Makefile.mingw: updated with version from
9483 Elizabeth Barham at http://soggytrousers.net/repository/
9484
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009485Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9486
9487 * win32/Makefile.msvc: added the prefix location to the include
9488 and lib search path.
9489
Havoc Pennington830e8972002-08-18 22:22:13 +000094902002-08-18 Havoc Pennington <hp@pobox.com>
9491
9492 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9493 both automake 1.6 and 1.4 installed get the right automake. Means
9494 compilation from CVS will now require the latest automake 1.4
9495 release, or manually creating symlinks called "automake-1.4" and
9496 "aclocal-1.4"
9497
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009498Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9499
9500 * configure.in python/Makefile.am: more AMD 64 induced changes from
9501 Frederic Crozat
9502
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009503Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9504
9505 * xinclude.c: oops I was missing the xml:base fixup too
9506 * result/XInclude/*.xml: this adds xml:base attributes to most
9507 results of the tests
9508
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009509Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9510
9511 * xinclude.c: quick but apparently working implementation of
9512 xi:fallback, should close bug #89684
9513 * Makefile.am test/XInclude/docs/fallback.xml
9514 result/XInclude/fallback.xml: added a basic test for fallback,
9515 and run with --nowarning to avoid a spurious warning
9516 * configure.in: applied patch from Frederic Crozat for python
9517 bindings on AMD 64bits machines.
9518
Daniel Veillard9e923512002-08-14 08:48:52 +00009519Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9520
9521 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9522 the caller don't pass a SAX callback block.
9523
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009524Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9525
9526 * tree.c: applied the same fix for the XML-1.0 namespace to
9527 xmlSearchNsByHref() as was done for xmlSearchNs()
9528
Daniel Veillardad11b302002-08-12 14:53:41 +00009529Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9530
9531 * libxml.3: small cleanup of the man page
9532 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9533 when serializing HREF attributes generated by XSLT.
9534
Daniel Veillardc084e472002-08-12 13:27:28 +00009535Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9536
9537 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9538 version of Marc Liyanage' patch for boolean attributes in HTML
9539 output
9540
Daniel Veillard5f91b372002-08-12 12:13:01 +00009541Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9542
9543 * python/tests/serialize.py: fixed the test results, indenting
9544 behaviour changed slightly
9545
Aleksey Sanin9e951762002-08-08 18:02:41 +00009546Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9547
9548 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9549 new c14n function to Windows def files
9550
Aleksey Saninea4272a2002-08-02 23:50:03 +00009551Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9552
9553 * c14n.c: fixed a memory leak in c14n code
9554
Daniel Veillard58e44c92002-08-02 22:19:49 +00009555Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9556
9557 * parser.c include/libxml/parser.h: adding a new API for Christian
9558 Glahn: xmlParseBalancedChunkMemoryRecover
9559 * valid.c: patch from Rick Jones for some grammar cleanup in
9560 validation messages
9561 * result/VC/* result/valid/*: this slightly change some of the
9562 regression tests outputs
9563
Daniel Veillard0bf29002002-08-01 12:54:11 +00009564Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9565
9566 * tree.c: trying to fix a problem in namespaced attribute handling
9567 raised by Christian Glahn
9568
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009569Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9570
9571 * encoding.c include/libxml/encoding.h: Opening the interface
9572 xmlNewCharEncodingHandler as requested in #89415
9573 * python/generator.py python/setup.py.in: applied cleanup
9574 patches from Marc-Andre Lemburg
9575 * tree.c: fixing bug #89332 on a specific case of loosing
9576 the XML-1.0 namespace on xml:xxx attributes
9577
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009578Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9579
9580 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9581 corner case from new Merlin's test suite and added a callback
9582 that will be used to improve xmlsec performance
9583
9584
Daniel Veillard0b22def2002-07-29 16:23:03 +00009585Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9586
9587 * HTMLtree.c: trying to fix the <style> escaping problem in
9588 HTML serialization bug #89342
9589
Daniel Veillard0b28e882002-07-24 23:47:05 +00009590Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9591
9592 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9593 and rebuilt the web site.
9594
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009595Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009596
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009597 * include/libxml/tree.h: added _private member to xmlNs struct
9598
Daniel Veillard1d995272002-07-22 16:43:32 +00009599Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9600
9601 * HTMLparser.c: fixing bug #84876 based on the xml working
9602 code.
9603
William M. Brack61eaba52002-07-21 11:14:18 +00009604Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9605
9606 * python/Makefile.am: enhanced to fix bug 72012 (errors
9607 when using '-jX' make parameter)
9608
William M. Brackef61d202002-07-19 08:32:00 +00009609Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9610
9611 * xpath.c: small additional enhancement for booleans
9612 compared to nodesets
9613
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009614Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9615
9616 * HTMLtree.c: changed the order of the encoding declaration
9617 attributes in the meta tags due to a bug in IE/Mac
9618
William M. Brack0c022ad2002-07-12 00:56:01 +00009619Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9620
9621 * xpath.c: enhanced handling of booleans (especially '='
9622 and '!=' for nodesets) - fixes bug 85256. Added new
9623 routine xmlXPathNotEqualValues for more proper handling
9624 of '!=' when nodesets are involved.
9625
Daniel Veillard06944e22002-07-11 19:55:18 +00009626Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9627
9628 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9629 doc/xmlcatalog_man.xml to the source distribution
9630
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009631Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9632
9633 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9634 asked for this.
9635
Daniel Veillard539638b2002-07-06 19:55:14 +00009636Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9637
9638 * configure.in: preparing 2.4.23
9639 * doc/*: rebuilt the docs
9640
Daniel Veillard176d99f2002-07-06 19:22:28 +00009641Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9642
9643 * parser.c: fixing bug #84169 by fixing the
9644 comment of xmlCreatePushParserCtxt to describe the
9645 encoding detection parameters better.
9646
Daniel Veillard37f961d2002-07-06 17:53:56 +00009647Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9648
9649 * valid.c: fixing bug #79331 in one path the lookup for
9650 ID attributes on a namespaced node wasn't handled correctly :-\
9651
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009652Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9653
9654 * HTMLparser.c: trying to fix 87235 about discarded white
9655 spaces in the HTML parser.
9656 * result/HTML/*: this changes the output of a number of HTML
9657 regression tests
9658
Daniel Veillardfdc91562002-07-01 21:52:03 +00009659Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9660
9661 * xpath.c: applied patch from Richard Jinks for the namespace
9662 axis + fixed a memory error.
9663 * parser.c parserInternals.c: applied patches from Peter Jacobi
9664 removing ctxt->token for good.
9665 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9666 popped out by the regression tests.
9667 * Makefile.am: patch for threads makefile from Gary Pennington
9668
William M. Brack6000af52002-06-28 11:43:13 +00009669Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9670
Daniel Veillardfdc91562002-07-01 21:52:03 +00009671 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009672 expressions involving preceding-sibling (et al).
9673
Daniel Veillard153120c2002-06-18 07:58:35 +00009674Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9675
9676 * hash.c: applied a patch from Peter Jacobi to solve a problem
9677 when compiling with the Watcom C on Win32
9678 * result/schemas/*.err: the change of hashing algo generated
9679 permutations in the output
9680
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009681Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9682
9683 * hash.c: applied patch from Sander Vesik improving the quality of
9684 the hash function.
9685
Aleksey Sanina5808b92002-06-14 17:07:41 +000096862002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009687
9688 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9689 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9690 xmllint.c xpath.c: replaced sprintf() with snprintf()
9691 to prevent possible buffer overflow (the bug was pointed
9692 out by Anju Premachandran)
9693
Daniel Veillarde059b892002-06-13 15:32:10 +00009694Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9695
9696 * parser.c: removed an uninitialized data error popped by valgrind
9697 on PE references
9698
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009699Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9700
9701 * doc/xml.html
9702 adding tutorial reference to the web page
9703
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009704Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9705
9706 * doc/tutorial/xmltutorial.xml
9707 * doc/tutorial/ar01s07.html
9708 * doc/tutorial/ape.html
9709 * doc/tutorial/includegetattribute.c
9710 adding section to tutorial about retrieving an attribute
9711 value
9712
Daniel Veillardf5582f12002-06-11 10:08:16 +00009713Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9714
9715 * parser.c: applied a couple of patches from Peter Jacobi to start
9716 to get rid of ctxt->token, with a possible significant speed
9717 improvement to be gained once done. Better compliance with PE
9718 references constructs in DTDs too.
9719 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9720 from Peter too
9721
Daniel Veillard38d80e22002-06-11 07:24:56 +00009722Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9723
9724 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9725 xmlParseElement was likely to have been deallocated at the
9726 time of the report, possibly leading to segfault. Just report
9727 the tag name now.
9728
Daniel Veillard9e412302002-06-10 15:59:44 +00009729Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9730
9731 * xpath.c: patch from Richard Jinks for XPath substring() function
9732 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9733
Aleksey Sanina5808b92002-06-14 17:07:41 +000097342002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009735
9736 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9737
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009738Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9739
9740 *doc/FAQ.html
9741 fixing typos in FAQ, thanks to Robert Funnell for the
9742 editing help
9743
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009744Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9745
9746 * NEWS: got complaints from rpmlint that it was empty
9747
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009748Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9749
9750 * added doc/tutorial, including:
9751 apa.html
9752 apb.html
9753 apc.html
9754 apd.html
9755 ar01s02.html
9756 ar01s03.html
9757 ar01s04.html
9758 ar01s05.html
9759 ar01s06.html
9760 includeaddattribute.c
9761 includeaddkeyword.c
9762 includekeyword.c
9763 includestory.xml
9764 index.html
9765 xmltutorial.xml
9766 libxml tutorial, including generated html
9767
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009768Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9769
9770 * result/c14n/exc-without-comments/merlin-c14n-two-*
9771 result/c14n/without-comments/merlin-c14n-two-*
9772 test/c14n/exc-without-comments/merlin-c14n-two-*
9773 test/c14n/without-comments/merlin-c14n-two-*
9774 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9775 c14n/exc-c14n and slightly modified test script to handle
9776 these test cases
9777 * c14n.c: fixed bugs for complicated nodes set (namespace
9778 without node and others from merlin-c14n-two.tar.gz)
9779 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9780 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9781 for xmlsec performance patch
9782 * xpath.c: fixed self::node() for namespaces and attributes
9783
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009784Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9785
9786 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9787 but with the format parameter
9788 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9789
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009790Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9791
9792 * Makefile.am: updated c14n tests suite
9793 * c14n.c: performance improvement for previous c14n patch
9794
Daniel Veillarde72c7562002-05-31 09:47:30 +00009795Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9796
9797 * parser.c: another peroformance patch from Peter Jacobi, that
9798 time on parsing attribute values.
9799
Aleksey Sanin508a1012002-05-31 06:32:32 +00009800Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
9801
9802 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
9803 into LibXML2 test suite
9804
Aleksey Sanindffd5c82002-05-31 04:24:13 +00009805Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
9806
9807 * c14n.c: propagating xpath ancesstors node fix to c14n
9808 plus small performance improvement to reduce number of
9809 mallocs
9810 * xpath.c: fixed ancestors axis processing for namespace nodes
9811
Daniel Veillard46de64e2002-05-29 08:21:33 +00009812Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9813
9814 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
9815 Peter Jacobi
9816
Daniel Veillardd5e22ef2002-05-27 21:17:57 +00009817Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9818
9819 * configure.in: preparing 2.4.22
9820
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00009821Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9822
9823 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
9824 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
9825 a public entry point.
9826 * doc/*: rebuilt the API and docs
9827
Daniel Veillarded23b7d2002-05-27 12:16:02 +00009828Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9829
9830 * xpath.c: patch from Richard Jinks to fix a problem introduced
9831 in the previous patch and pointed by Norm
9832
Daniel Veillardc6924812002-05-24 11:10:43 +00009833Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9834
9835 * libxml.spec.in: fixing bug #81112
9836
Daniel Veillard234bc4e2002-05-24 11:03:05 +00009837Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9838
9839 * uri.c: fixing bug #82848
9840
Daniel Veillarda2878972002-05-24 07:54:39 +00009841Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9842
9843 * result/catalogs/mycatalog.full: Aleksey's commit changed the
9844 output of one catalog test
9845
Aleksey Sanin114e4752002-05-24 07:20:27 +00009846Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +00009847
Aleksey Sanin114e4752002-05-24 07:20:27 +00009848 * global.data globals.c tree.c include/libxml/globals.h
9849 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
9850 default value for global parameter xmlIndentTreeOutput to 1 and
9851 introduced new global parameter xmlTreeIndentString (the string
9852 used to do one-level indent) with default value " " (as it was
9853 in tree.c)
9854
Daniel Veillard49d5af82002-05-23 11:55:49 +00009855Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9856
9857 * Makefile.am: Merijn Broeren pointed out a problem when compiling
9858 with trio and schemas.
9859
Daniel Veillard7c13af42002-05-22 09:57:32 +00009860Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9861
9862 * xpath.c: patch from Richard Jinks to fix the problem raised in
9863 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
9864
Daniel Veillard5a872412002-05-22 06:40:27 +00009865Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9866
9867 * xmlschemas.c: a bit of work on import.
9868 * xmlschemastypes.c: Charles Bozeman provided a compare function
9869 for date/time types so min/max facet restrictions should work,
9870 indeterminate comparisons return an error instead of equal.
9871 * test/schemas/date_0* result/schemas/date_0_0: specific test
9872 from Charles Bozeman too
9873
Daniel Veillard10b6da42002-05-18 07:55:20 +00009874Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9875
9876 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
9877 from Christian Cornelssen fixing the man pages and the Catalog
9878 building script.
9879 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
9880 next step is <xs:import> I now have a reasonable understanding
9881 of how it works.
9882
Daniel Veillarde5354492002-05-16 08:43:22 +00009883Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9884
9885 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
9886
Igor Zlatkovic1396e182002-05-14 22:22:40 +00009887Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9888
9889 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
9890
Daniel Veillard088bf112002-05-14 11:03:59 +00009891Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9892
9893 * xpath.c: fixing an XPath function evalutation bug pointed out
9894 by Alexey Efimov where the context was lost when evaluating
9895 the function arguments
9896
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009897Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +00009898
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009899 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
9900 function public for XMLSec performance optimizations
9901
Daniel Veillard3cd72402002-05-13 10:33:30 +00009902Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9903
9904 * python/generator.py python/libxml2class.txt : fixed a problem
9905 with the HTML parser pointed by Gary Benson
9906 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
9907 example
9908
Aleksey Sanine48a3182002-05-09 18:20:01 +00009909Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9910 * parser.c: fixed bug #81159 (memory growth in SAX)
9911
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009912Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9913 * xpath.c: fixed bug #78858 (the real fix)
9914
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009915Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009916 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009917
Daniel Veillard4cbe4702002-05-05 06:57:27 +00009918Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9919
9920 * tree.c: modified xmlNodeSetBase to allow changing the
9921 base of a document.
9922
Daniel Veillard070803b2002-05-03 07:29:38 +00009923Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9924
9925 * xmlschemastypes.c: patch Charles Bozeman for validation of
9926 all the date, time, and duration types
9927 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
9928 * configure.in: fixed an error pointed by an user
9929 * xml2-config.in: fixed an error pointed by an user
9930
Aleksey Sanin5aac8b82002-05-01 18:32:28 +00009931Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9932
9933 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
9934 win32/libxml2.def.src xmlIO.c: exported default
9935 'file:', 'http:' and 'ftp:' protocols input handlers
9936 and maked protocols comparisson case insensitive
9937
Daniel Veillard34de97f2002-04-30 14:29:22 +00009938Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9939
9940 * configure.in: Neven Has detected a typo
9941
Daniel Veillard28577c32002-04-30 06:48:41 +00009942Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
9943
9944 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
9945 as one of the persons allowed to commit directly to the
9946 module.
9947
Daniel Veillardfc57b412002-04-29 15:50:14 +00009948Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9949
9950 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
9951 * valid.c: raised a too low limit
9952 * doc/*: rebuilt the docs
9953
Daniel Veillardeca82812002-04-24 11:42:02 +00009954Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9955
9956 * test/XPath/expr/floats test/XPath/expr/functions
9957 result/XPath/expr/floats result/XPath/expr/functions
9958 xpath.c: another XPath conformance patch from Richard Jinks
9959
Daniel Veillard13e04c62002-04-23 17:51:29 +00009960Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
9961
9962 * xmlschemas.c: fixed validation of attribute groups.
9963 * test/schemas result/schemas: added an example from the primer
9964
Daniel Veillard88c58912002-04-23 07:12:20 +00009965Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9966
9967 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
9968 * test/schemas result/schemas: updated the test list
9969
Daniel Veillarde19fc232002-04-22 16:01:24 +00009970Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9971
9972 * TODO: updated a bit
9973 * parser.c: made a comment more specific
9974 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
9975 Schemas conformance.
9976 * test/schemas result/schemas: updated the test list
9977
Daniel Veillard441bc322002-04-20 17:38:48 +00009978Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9979
9980 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
9981 implementing xs:all with minOccurs = 0
9982 * tes/schemas/* result/schemas/*: added more tests covering
9983 xs:all
9984
Daniel Veillard8a001f62002-04-20 07:24:11 +00009985Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9986
9987 * xmlregexp.c: first implementation of the all particle, this
9988 may need to be revisited for case where not all transitions
9989 must be crossed.
9990
Daniel Veillard7646b182002-04-20 06:41:40 +00009991Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9992
9993 * tree.c: another entity processing update from Markus Henke
9994
Bjorn Reese54d02fb2002-04-19 15:16:01 +00009995Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
9996
9997 * trionan.c: fixed crash on OSF/1
9998
Daniel Veillardb4398962002-04-19 07:01:55 +00009999Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10000
10001 * xmlschemas.c: more Schemas work
10002 * test/schemas/* result/schemas/*: added more tests coming
10003 from the spec.
10004
Daniel Veillard54761132002-04-18 21:00:44 +000010005Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10006
10007 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10008 ExcC14N specification
10009
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010010Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10011
10012 * tree.c: patch from Markus Henke, fix for recursive entities.
10013
Daniel Veillard23b1f372002-04-18 15:50:05 +000010014Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10015
10016 * xpath.c: fix a problem with string() on a document node.
10017
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010018Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10019
10020 * Makefile.am xmlschemas.c: more Schemas work
10021 * test/schemas/* result/schemas/*: added more tests coming
10022 from the spec.
10023
Daniel Veillard6231e842002-04-18 11:54:04 +000010024Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10025
10026 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10027 * result/HTML/*: this changes a few things in the results
10028
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010029Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10030
10031 * include/libxml/tree.h: eliminated 'declaration different than
10032 prototype' warning
10033 * include/win32config.h: "resolved" conflicts with errno.h
10034
Daniel Veillardb509f152002-04-17 16:28:10 +000010035Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10036
10037 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10038 on the automata interfaces and debug of counted choices
10039 * test/schemas/* result/schemas/*: added a number of tests
10040
Daniel Veillard8651f532002-04-17 09:06:27 +000010041Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10042
10043 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10044 a bit of work on Schemas
10045 * testSchemas.c: try to make it more useful
10046 * test/schemas/* result/schemas/* Makefile.am: changed the
10047 Schemas regression test procedure, started adding a few samples
10048
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010049Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10050
10051 * include/libxml/encoding.h: Patch for the Borland C++ builder
10052 * include/libxml/tree.h: Patch for the Borland C++ builder
10053 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010054 * win32/bcb5: New directory for the Borland C++ builder
10055 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010056
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010057Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10058
10059 * win32/Makefile.msvc: Update for XML Schema support
10060 * win32/configure.js: Update for XML Schema support
10061 * win32/libxml2.def.src: Update for XML Schema support
10062
Daniel Veillard4255d502002-04-16 15:50:10 +000010063Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10064
10065 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10066 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10067 xmlunicode.c include/libxml/Makefile.am
10068 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10069 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10070 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10071 include/libxml/xmlversion.h.in : merged the current state of
10072 XML Schemas implementation, it is not configured in by default,
10073 a specific --schemas configure option has been added.
10074 * test/automata test/regexp test/schemas Makefile.am
10075 result/automata result/regexp result/schemas:
10076 merged automata/regexp/schemas regression tests
10077
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010078Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10079
10080 * xpath.c: Gary found a compile time problem, fixes #78823
10081
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010082Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10083
10084 * configure.in: release of 2.4.20
10085 * doc/*: updated and rebuilt the docs
10086
Daniel Veillardf544f192002-04-15 12:56:56 +000010087Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10088
10089 * python/Makefile.am: patch from Cristian Gafton to build on
10090 Red Hat 6.2, should also fix #75779
10091
Daniel Veillard940492d2002-04-15 10:15:25 +000010092Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10093
10094 * valid.c: first part of fixing #78729
10095
Daniel Veillardeb475a32002-04-14 22:00:22 +000010096Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10097
10098 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10099 escaping of URI when saving HTML files.
10100 * result/HTML/*: this impacted some tests
10101
Daniel Veillard9b731d72002-04-14 12:56:08 +000010102Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10103
10104 * configure.in: trying to fix #77441
10105
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010106Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10107
10108 * include/libxml/xmlIO.h: Hallski complained it could not be
10109 included by itself.
10110
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010111Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10112
10113 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10114
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010115Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10116
10117 * win32/configure.js: patch from Nilo for the c14n option
10118 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10119
Daniel Veillardda423da2002-04-10 19:25:38 +000010120Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10121
10122 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10123 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10124 LIBXML_THREAD_ENABLED
10125
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010126Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10127
10128 * xpath.c: another patch from Richard Jinks for substring conformance
10129 * test/XPath/expr/floats test/XPath/expr/strings
10130 result/XPath/expr/floats result/XPath/expr/strings: update of the
10131 test suite to check those.
10132
Daniel Veillard01917aa2002-04-10 11:30:41 +000010133Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10134
10135 * xpath.c: patch from Richard Jinks for .x float parsing.
10136
Daniel Veillard46d6c442002-04-09 16:10:39 +000010137Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10138
10139 * parser.c: patch from Markus Henke when an encoding ain't recognized
10140
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010141Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10142
10143 * libxml.m4: got a report that #include <string.h> was needed
10144
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010145Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10146
10147 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10148
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010149Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10150
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010151 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010152
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010153Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10154
10155 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10156 pointed out by Melvyn Sopacua.
10157
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010158Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10159
10160 * libxml.m4: Frédéric Crozat gave a patch related to the change
10161 of Include paths breaking the libxml.m4
10162
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010163Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10164
10165 * xpath.c: Fix bug #76927 forgot to save some context
10166 when evaluating binary expressions
10167
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010168Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10169
10170 * configure.in: fixed configure for MPE/iX from Markus Henke
10171 * xmlmemory.c: fixed initialization problems
10172 * xpath.c: another set of patches from Richard Jinks this
10173 fixes "make XPathtests" on linux
10174
Daniel Veillard21458c82002-03-27 16:12:22 +000010175Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10176
10177 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10178 * test/XPath/expr/compare test/XPath/expr/equality
10179 test/XPath/expr/floats test/XPath/expr/functions
10180 test/XPath/expr/strings result/XPath/expr/compare
10181 result/XPath/expr/equality result/XPath/expr/floats
10182 result/XPath/expr/functions result/XPath/expr/strings: Updated
10183 tests though they show a divergence on Linux
10184
Daniel Veillard28dfed12002-03-27 09:08:17 +000010185Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10186
10187 * xpath.c trionan.c: previous commit also included patches
10188 from Richard Jinks on some IEEE support corner case
10189
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010190Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10191
10192 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10193 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10194 that $(datadir) should be used for docs
10195
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010196Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10197
10198 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10199 could leak filedescriptors
10200
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010201Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10202
10203 * configure.in nanohttp.c: applied patch from Allan Clark for
10204 UnixWare/OpenServer
10205
Daniel Veillard19274092002-03-25 16:48:03 +000010206Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10207
10208 * configure.in: preparing 2.4.19
10209 * doc/*: rebuilt the docs
10210
Daniel Veillard56b2db72002-03-25 16:35:28 +000010211Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10212
10213 * nanohttp.c: fixing #76043, got fed up with non-portability
10214 of that piece of code.
10215
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010216Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10217
10218 * valid.c SAX.c: Never commit without running "make tests" :-(
10219 fix a couple of stupidities in the previous commit
10220 * result/*: a few changes in some attribute order result of previous
10221 commit.
10222
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010223Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10224
10225 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10226 the internal subset should not raise duplicate ID errors,
10227 also there was a small bug in conjunction to namespace
10228 declarations defaulted and xml:xxx attributes DTD definitions.
10229
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010230Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10231
10232 * xpath.c: Richard Jinks also raised some rounding problems
10233 this tries to fix them
10234
Daniel Veillard4e2df542002-03-22 12:23:14 +000010235Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10236
10237 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10238 behaviour in xmlXPathCastToString()
10239
Daniel Veillarddb552912002-03-21 13:27:59 +000010240Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10241
10242 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10243 raised by Morus Walter
10244
Daniel Veillard9e537932002-03-21 13:08:08 +000010245Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10246
10247 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10248 from Igor
10249
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010250Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10251
10252 * xpath.c: fixing #75619, related to a problem when trying
10253 to evaluate condition when the current node set resulting
10254 from that sub-step evaluation is empty. Also fixes 2 potential
10255 problem with previous-sibling and next-siblings axis.
10256
Daniel Veillard1840ef02002-03-21 08:05:23 +000010257Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10258
10259 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10260 HTML support is not configured in.
10261
Daniel Veillard561b7f82002-03-20 21:55:57 +000010262Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10263
10264 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10265 include/libxml/tree.h: dohh I really didn't intended to commit
10266 this test version :-(
10267
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010268Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10269
10270 * testSAX.c: I wanted to see the real speed at the SAX interface
10271 after a little too many Ximianer started complaining about the
10272 parser speed.
10273 added a --quiet option:
10274 paphio:~/XML -> ls -l db100000.xml
10275 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10276 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10277 3200006 callbacks generated
10278 real 0m1.270s
10279 Which means 16MBytes/s and 3Mcallback/s
10280
Daniel Veillardc62a1472002-03-19 18:35:12 +000010281Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10282
10283 * xpath.c: valgrind spotted another error that time when running
10284 on libxslt regression tests
10285
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010286Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10287
10288 * Makefile.am: adding "make valgrind" running the full regression
10289 tests (except python ones) under Valgrind (using valgrind -q
10290 which was kindly added by the author).
10291 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10292 passes cleanly now except an obcure floating point initialization
10293 raised in log10() in one XPath regression test ???
10294 * tree.c: edited some comments to close #75244
10295
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010296Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10297
10298 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10299 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10300 context of ScrollKeeper, made sure that if the number is
10301 an integer, the serialization follows the description at
10302 http://www.w3.org/TR/xpath#section-String-Functions
10303
Daniel Veillard5997aca2002-03-18 18:36:20 +000010304Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10305
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010306 * configure.in: preparing 2.4.18
10307 * doc/*: updated and rebuilt the web site
10308 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10309 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010310 * parser.c: humm, changed the way the SAX parser work when
10311 xmlSubstituteEntitiesDefault(1) is set, it will then
10312 do the entity registration and loading by itself in case the
10313 user provided SAX getEntity() returns NULL.
10314 * testSAX.c: added --noent to test the behaviour.
10315
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010316Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10317
10318 * parser.c: Wilfried Teiken provided a hackish but working
10319 way to get context reported back on entities when parsing
10320 with SAX and without breaking the DOM build.
10321
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010322Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10323
10324 * c14n.c: applied a new patch from Aleksey Sanin
10325 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10326 to reference Aleksey implementation of XML digital Signatures
10327
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010328Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10329
10330 * xpath.c: small fix to avoid potential problem due to
10331 ordering of freeing data
10332 * python/Makefile.am: people were complaining about
10333 the generated file in python dir not being built
10334
Daniel Veillardd2379012002-03-15 22:24:56 +000010335Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10336
10337 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10338 python/generator.py python/libxml.c python/types.c: Cleanup
10339 of the python Makefiles based on Jacob and James feedback,
10340 fixed the spec file accordingly, fixed the number of warning
10341 that passing my pedantic CFLAGS was generating. Conclusion
10342 is that Python includes are real crap.
10343
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010344Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10345
10346 * configure,in: it was reported quite a few times that
10347 xml2-config --cflags should not output
10348 -I$includeprefix/libxml2/libxml because libxml2 header names
10349 clashes with existing names like list.h from C++ stl.
10350 Includes should be #include<libxml/xxx.h> so ...
10351
Daniel Veillard6f293b12002-03-15 09:42:33 +000010352Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10353
10354 * c14n.c: another patch from Aleksey Sanin
10355
Daniel Veillard5c396542002-03-15 07:57:50 +000010356Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10357
10358 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10359 canonicalization algorithm
10360 * doc/xml.html doc/index.html: added the C14N references on the
10361 index page.
10362
jacob berkman9be65862002-03-14 02:15:56 +0000103632002-03-13 jacob berkman <jacob@ximian.com>
10364
10365 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10366 usage, redundant, and gcc specific
10367
Daniel Veillard75be0132002-03-13 10:03:35 +000010368Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10369
10370 * xpath.c: speedup some node selection operations, this can
10371 have a significant impact on DocBook Norm's stylesheets
10372 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10373 make sure it's always the case
10374 * debugXML.c: distinguish CDATA and comments in ls operations
10375
Daniel Veillard61f26172002-03-12 18:46:39 +000010376Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10377
10378 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10379 to generate better API descriptions etc...
10380
Daniel Veillard9ff88172002-03-11 09:15:32 +000010381Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10382
10383 * c14n.c: Fixing #74186, made sure all boolean expressions
10384 get fully parenthesized, ran indent on the output
10385 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10386 include/libxml/tree.h: also #74186 related, removed the
10387 --with-buffers option, and all the preprocessor conditional
10388 sections that were resulting from it.
10389
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010390Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10391
10392 * valid.c: applied patch from Dodji Seketeli fixing an
10393 uninitailized variable in xmlValidGetValidElements()
10394
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010395Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10396
10397 * c14n.c: fixed a few comments
10398 * doc/*.html doc/*/*.html: regenerated the docs and added
10399 the C14N API
10400 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10401
Daniel Veillardfa49d872002-03-09 10:20:00 +000010402Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10403
10404 * check-xml-test-suite.py: fix to adapt varaiations in the
10405 bindings
10406 * configure.in python/setup.py python/setup.py.in: fixed to
10407 have the version of the python scripts automatically updated
10408
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010409Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10410
10411 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10412 in xmlCopyProp()
10413
Daniel Veillardaf43f632002-03-08 15:05:20 +000010414Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10415
10416 * configure.in: preparing 2.4.17 release
10417 * doc/*: updated and rebuilt the docs
10418 * xpath.c: fixed a comment
10419 * python/libxml.c: fixed a possible reentrancy problem
10420
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010421Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10422
10423 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10424 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10425 added a specific regression test
10426 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10427 not raise exceptions when failing to find the attribute.
10428
Daniel Veillard90bc3712002-03-07 15:12:58 +000010429Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10430
10431 * configure.in xmllint.c: owen pointed out a problem with the
10432 ftme fix, gettimeofday() was not detected by configure and
10433 the ftime header wasn't included, dohhh
10434
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010435Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10436
10437 * configure.in xmllint.c: trying to fix #71457 for timing
10438 precision when gettimeofday() is not availble but ftime() is
10439
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010440Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10441
10442 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10443 are now copied on install and part of the -devel RPM
10444
Daniel Veillard7b416132002-03-07 08:36:03 +000010445Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10446
10447 * xpath.c: trying to avoid bug #72150 which was apparently
10448 caused by a gcc bug (or a processor problem) as detailed
10449 at http://veillard.com/gcc.bug
10450
Daniel Veillardf742d342002-03-07 00:05:35 +000010451Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10452
10453 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10454 fixed xmlReconciliateNs(), added a Python test/example for
10455 inter-document cut'n paste
10456 * python/libxml.py: fixed node.doc on document nodes and added
10457 xpathEval() onto node objects
10458
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010459Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10460
10461 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10462 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10463 fixup and integrated tests for the serialization stuff
10464
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010465Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10466
10467 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10468 moved the libxml man page to section 3
10469
Daniel Veillard1e774382002-03-06 17:35:40 +000010470Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10471
10472 * tree.c: fix bug #72490
10473 * python/libxml.c python/libxml.py: added methods serialize()
10474 and saveTo() to all node elements.
10475
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010476Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10477
10478 * xmlIO.c: closed #73430, don't read from an input source
10479 which indicated an end-of-file or an error.
10480
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010481Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10482
10483 * parser.c: make sure SAX endDocument is always called as
10484 this could result in a Python memory leak otherwise (it's
10485 used to decrement ref-counting)
10486 * python/generator.py python/libxml.c python/libxml.py
10487 python/libxml2-python-api.xml python/libxml2class.txt
10488 python/tests/error.py python/tests/xpath.py: implemented
10489 the suggestions made by Gary Benson and extended the tests
10490 to match it.
10491
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010492Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10493
10494 * python/generator.py: applied patch fixing #73450
10495
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010496Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10497
10498 * xpath.c: fixing #61290 "namespace nodes have no parent"
10499 long standing divergence from the XPath REC. NodeSets
10500 simply hold a copy of namespace nodes and those node ->next
10501 points to the parent (which may not be the node carrying the
10502 definition).
10503 * include/libxml/xpath.h: flagged but didn't added a possible
10504 speedup
10505 * DOCBparser.c HTMLparser.c: removed some warnings from push
10506 parser due to new state being added.
10507 * tree.c: new fix from Boris Erdmann
10508 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10509 the XML Canonalization support from Aleksey Sanin
10510
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010511Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10512
10513 * tree.c: patch from Boris Erdmann fixing some namespace odities
10514 with xmlCopyNode()
10515
Daniel Veillardc6613042002-03-02 09:34:02 +000010516Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10517
10518 * xmlIO.c: fix bug #72706 when loading a NULL entity
10519
Daniel Veillardc0fef772002-03-01 16:16:31 +000010520Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10521
10522 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10523 actually change in a future XML Namespace revision.
10524
Daniel Veillard79426f22002-03-01 16:14:17 +000010525Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10526
10527 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10528 added the possibility of returning nodesets from XPath extension
10529 functions written in Python
10530
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010531Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10532
10533 * python/*: commiting some Python bindings work done while travelling
10534
Daniel Veillard97300512002-03-01 09:13:41 +000010535Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10536
10537 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10538 explicitely with memory debugging switched on
10539
Daniel Veillard6361da02002-02-23 10:10:33 +000010540Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10541
10542 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10543 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10544 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10545 the accessor generator for strings
10546 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10547 regression test.
10548
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010549Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10550
10551 * python/README python/generator.py python/libxml.c python/setup.py:
10552 added the 'usual' setup.py to allow building a libxml2-python
10553 module based on the same code. The initialization is however
10554 different the 2 .so files fo libxml2 and libxslt are identical and
10555 they entry point initialize both libraries. this is done to avoid
10556 some possible nasty problem since the Python don't merge the maps
10557 of all shared modules.
10558
Daniel Veillard158a4d22002-02-20 22:17:58 +000010559Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10560
10561 * parser.c: fixed a push/encoding bug reported by Michael
10562 on librsvg
10563
Daniel Veillard7839e162002-02-20 18:54:48 +000010564Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10565
10566 * include/libxml/parserInternals.h: fixes a misplaced #endif
10567
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010568Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10569
10570 * parser.c valid.c: found and fixed a couple of allocation bugs
10571
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010572Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10573
10574 * doc/xml.html doc/python.html doc/*: added a Python and binding
10575 page describing the current state of the Python bindings and
10576 giving pointers to the other languages wrappers.
10577
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010578Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10579
10580 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10581 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10582 rebuilt the API and web site
10583 * xpath.c: fixed #71978 portability bugs
10584
Daniel Veillard8aff2472002-02-19 21:50:43 +000010585Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10586
10587 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10588
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010589Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10590
10591 * include/libxml/parserInternals.h parser.c: had to change
10592 2 internal parsing API when processing document content
10593 to check the start and end of element content are defined
10594 in the same entity
10595 * valid.c include/libxml/valid.h: attribute normalization can
10596 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10597 with the context to report it.
10598 * SAX.c: fixed the last known bugs, crazy validation constraints
10599 when a document is standalone seems correctly handled. There
10600 is a couple of open issues left which need consideration especially
10601 PE93 on external unparsed entities and standalone status.
10602 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10603 The 2 tests left failing are actually in error. Cleanup done.
10604
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010605Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10606
10607 * valid.c: implemented E59 spaces in CDATA does not match the
10608 nonterminal S
10609
Daniel Veillard878eab02002-02-19 13:46:09 +000010610Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10611
10612 * SAX.c parser.c valid.c: more validation test fixups
10613 * check-xml-test-suite.py: added duration info for the tests
10614
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010615Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10616
10617 * parser.c valid.c: a couple of errors were reported but not
10618 saved back as such in the parsing context. Down to 1% failure rate
10619 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10620
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010621Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10622
10623 * xmlInternald.c: isExtender was missing a char
10624 * parser.c include/libxml/parser.h: % are acceptable in the
10625 internal subset if within a PUBLIC ID
10626
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010627Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10628
10629 * SAX.c parserInternals.c valid.c: more work on the conformance
10630 suite. Took the step to finally block documents with encoding
10631 errors. It's a fatal error per the spec, people should have fixed
10632 their documents by now.
10633
Daniel Veillard55253e22002-02-18 14:32:39 +000010634Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10635
10636 * check-xml-test-suite.py: fixed the test script after some discussion
10637 on the semantic of TYPE="error"
10638 * Makefile.am: added the script to the distrib
10639
Daniel Veillard28757702002-02-18 11:19:30 +000010640Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10641
10642 * SAX.c entities.c: fixed a couple of conformances issues deep
10643 into the validation code (standalone and undeclared Notations)
10644
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010645Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10646
10647 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10648 stayed there for years !
10649
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010650Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10651
10652 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10653 missing
10654
Daniel Veillardc7612992002-02-17 22:47:37 +000010655Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10656
10657 * check-xml-test-suite.py: improved the behaviour a bit as
10658 well as the logs
10659 * parser.c valid.c SAX.c: fixed a few more bugs
10660 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10661
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010662Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10663
10664 * check-xml-test-suite.py: python script to run regression tests
10665 against the XML Test suite of W3C/OASis
10666 * SAX.c: fixed a validation bug
10667 * parser.c: fixed 3 errors pointed by the test suite
10668 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10669 * python/Makefile.am: fixed a dependendy
10670
Daniel Veillard9f28f302002-02-15 20:48:08 +000010671Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10672
10673 * xmlmemory.c: avoid a warning bug #71594
10674
Daniel Veillard144024e2002-02-13 21:14:46 +000010675Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10676
10677 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10678 warning on alpha/Tru64
10679
Daniel Veillarde4301c82002-02-13 13:32:35 +000010680Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10681
10682 * include/libxml/entities.h: fixing a comment
10683 * valid.c: fixing some troubles with validity check on namespaces
10684 * result/VC/NS3 test/VC/NS3: added a specific regression test
10685
Daniel Veillarda6d05382002-02-13 13:07:41 +000010686Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10687
10688 * tree.c: Fixing #71342 serializing '\n' in attribute values
10689 * result/noent/att3 result/att3 test/att3: added a specific
10690 test.
10691
Daniel Veillard797a5652002-02-12 13:46:21 +000010692Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10693
10694 * python/libxml.c: couple of bug fixes
10695
Daniel Veillard01a6d412002-02-11 18:42:20 +000010696Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10697
10698 * python/*.py: removed tabs and used spaces.
10699
Daniel Veillard397ff112002-02-11 18:27:20 +000010700Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10701
10702 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10703 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10704
Daniel Veillard03517542002-02-11 13:54:40 +000010705Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10706
10707 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10708 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10709
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010710Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10711
10712 * include/libxml/encoding.h include/libxml/entities.h
10713 include/libxml/globals.h include/libxml/parser.h
10714 include/libxml/threads.h include/libxml/tree.h
10715 include/libxml/xmlmemory.h: trying to fix the include mess
10716
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010717Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10718
10719 * include/libxml/xmlmemory.h: reverted part of the previous
10720 attempt to provide #69655, this was breaking the build.
10721
Daniel Veillard0ba59232002-02-10 13:20:39 +000010722Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10723
10724 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10725 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10726 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10727 include/libxml/parserInternals.h include/libxml/tree.h
10728 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10729 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10730 clean.
10731 * python/libxml.c: fixed a warning.
10732
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010733Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10734
10735 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10736 copying of node, merge back IDs in the target document.
10737 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10738 test/XInclude/ents/ids.xml: test case
10739 * result/VC/ElementValid4: output changed due to a typo fix
10740
Daniel Veillard1c18e302002-02-09 22:16:40 +000010741Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10742
10743 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010744 generate the dependencies right as Jacob found out. Add
10745 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010746
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010747Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10748
10749 * parserInternals.c valid.c: Justin Fletcher found some parts
10750 of the code needing cleanup
10751 * libxml.spec.in python/Makefile.am python/generator.py
10752 python/libxml.c python/libxml.py: Fixed the python Makefiles
10753 corrected a bug showing up on ia64, changed the name of the
10754 python internal module too
10755
Daniel Veillard07be19b2002-02-08 14:20:35 +000010756Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10757
10758 * Makefile.am: applied patch from Andris Pavenis for binary
10759 name suffixes
10760
Daniel Veillardf216d462002-02-08 13:44:24 +000010761Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10762
10763 * xmllint.c win32/win32config.h: fixing #68748
10764
Daniel Veillardd455d792002-02-08 13:37:46 +000010765Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10766
10767 * valid.c: fixing #70166
10768
10769Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10770
10771 * valid.c: fixing #70077
10772
Daniel Veillardc575b992002-02-08 13:28:40 +000010773Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10774
10775 * Copyright Makefile.am README configure.in libxml.spec.in:
10776 Changed to the MIT Licence
10777 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10778 doc/xmlio.html: updated the doc accordingly
10779 * include/libxml/xmlwin32version.h configure.in: preparing
10780 2.4.14 release
10781 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10782 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10783 fixed the const xmlChar * wrapper and generator, XPath extension
10784 functions now use the context as first argument
10785 * python/tests/tstxpath.py python/tests/xpath.py
10786 python/tests/xpathext.py: Updated the tests accordingly
10787 * tree.c: fixed bug #70067
10788
Daniel Veillard7db38712002-02-07 16:39:11 +000010789Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10790
10791 * Makefile.am: cleanup
10792 * debugXML.c: always use stdout if output is NULL
10793 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10794 * python/Makefile.am python/generator.py python/libxml2class.txt
10795 python/libxml_wrap.h python/types.c: augmented the number of bindings
10796 handling FILE * and XPath contexts
10797 * python/tests/Makefile.am: avoid a stupid problem due to the
10798 use of TEST.
10799
Daniel Veillard15a143b2002-02-06 22:40:50 +000010800Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10801
10802 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
10803
Daniel Veillard70cab352002-02-06 16:06:58 +000010804Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10805
10806 * python/TODO python/libxml.c: cleanup the extension function lookup
10807 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
10808
Daniel Veillard7a96efc2002-02-05 16:34:33 +000010809Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10810
10811 * configure.in python/Makefile.am: do not install outside
10812 of prefix
10813
Daniel Veillard33caa0b2002-02-04 14:07:26 +000010814Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10815
10816 * python/TODO python/libxml.c: started adding SAX interfaces
10817 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
10818 SAX test
10819
Daniel Veillard36eea2d2002-02-04 00:17:01 +000010820Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10821
10822 * tree.c: hardened the addChild function
10823 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10824 python/libxml2class.txt python/libxml_wrap.h python/TODO:
10825 added accessors needed for xmlNode, a bit more testing and
10826 extension of interfaces
10827 * python/tests/Makefile.am python/tests/build.py: added a test
10828 build from scratch/save/load/check
10829
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000010830Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10831
10832 * parserInternals.c: change a small bit in the way valididy
10833 error messages get initialized
10834 * python/TODO python/libxml.c python/libxml2-python-api.xml
10835 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10836 added some memory debugging to track leaks at the libxml2 level
10837 * python/tests/*.py: changed all tests to check for leaks,
10838 there is just one left in XPath extension registrations.
10839
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000010840Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
10841
10842 * python/TODO python/generator.py python/libxml2-python-api.xml
10843 python/libxml2class.txt: more accessor classes for the parser
10844 context, allow to switch on and check validity
10845 * python/tests/Makefile.am python/tests/error.py
10846 python/tests/invalid.xml python/tests/valid.xml
10847 python/tests/validate.py: attded more test and and added error.py
10848 which I forgot to commit in the last step
10849
Daniel Veillard3ce52572002-02-03 15:08:05 +000010850Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10851
10852 * python/Makefile.am python/types.c: cleanup
10853 * python/libxml.c python/libxml.py python/libxml_wrap.h
10854 python/generator.py python/libxml2-python-api.xml
10855 python/libxml2class.txt: added class for parser context, added
10856 first cut for push mode support. Added a framework to generate
10857 accessors functions.
10858 * python/tests/Makefile.am python/tests/push.py: added a push
10859 test
10860
Daniel Veillardcfb05462002-02-02 23:18:22 +000010861Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10862
10863 * python/Makefile.am python/TODO python/libxml.py: fixed a small
10864 bug a bit of cleanup.
10865
Daniel Veillard5d819032002-02-02 21:49:17 +000010866Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10867
10868 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
10869 python/libxml2class.txt: adding error redirections and preformat
10870 to a python handler
10871 * python/tests/Makefile.am python/tests/*.py: cleanup made all
10872 tests self checking
10873
Daniel Veillard7fd7a942002-02-02 12:19:46 +000010874Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10875
10876 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
10877 a function
10878
Daniel Veillard9589d452002-02-02 10:28:17 +000010879Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10880
10881 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
10882 python/libxml.c python/libxml2-python-api.xml
10883 python/libxml2class.txt: Progressing through the TODOs, class
10884 description output, extra XML API, RPM now builds the wrappers
10885 for all python installed versions
10886
Daniel Veillard253aa2c2002-02-02 09:17:16 +000010887Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
10888
10889 * configure.in libxml.spec.in python/Makefile.am python/TODO
10890 python/generator.py python/libxml2class.txt: added more informations
10891 in the libxml2-python package including docs. Slightly changed
10892 the class hierarchy
10893 * python/tests/*: added basic regression tests infrastructure too
10894
10895Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10896
10897 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
10898 added libxml2-python as part of the packages installed
10899
Daniel Veillarda7340c82002-02-01 17:56:45 +000010900Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10901
10902 * python/Makefile.am python/generator.py python/libxml.c
10903 python/libxml.py: more work, now able to extend the
10904 XPath interpreter with functions written in python.
10905
Daniel Veillardc3e39442002-02-01 09:29:41 +000010906Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10907
10908 * python/Makefile.am: Jacob sent a patch to allow building from
10909 tarfile.
10910
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000010911Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10912
10913 * python/Makefile.am python/libxml.c configure.in Makefile.am:
10914 inserted the python wrappers build, I hope this won't be too
10915 unportable
10916
Daniel Veillard1971ee22002-01-31 20:29:19 +000010917Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10918
10919 * xpath.c: minor optimization
10920 * python/generator.py python/libxml.c python/libxml.py
10921 python/libxml_wrap.h: more work on the python bindings,
10922 they now support XPath and there is no evident leak
10923
Daniel Veillard36ed5292002-01-30 23:49:06 +000010924Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10925
10926 * python/generator.py python/libxml.c python/libxml.py:
10927 more work on the python bindings generator.
10928
Daniel Veillard96fe0952002-01-30 20:52:23 +000010929Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10930
10931 * python/generator.py python/libxml.c python/libxml_wrap.h:
10932 more work on the python bindings.
10933
Daniel Veillardd2897fd2002-01-30 16:37:32 +000010934Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10935
10936 * python/generator.py python/libxml.c python/libxml.py
10937 python/libxml_wrap.h: commited early version of a python binding
10938 for private use only ATM
10939
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000010940Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10941
10942 * entities.c tree.c include/libxml/entities.h: applied patch
10943 from Anthony Jones to implement copy of DTD subtree too. Had
10944 just to keep 2 function private which really ought to become
10945 public ones.
10946
Daniel Veillarda42f25f2002-01-25 14:15:40 +000010947Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10948
10949 * xmllint.c: added pointers to the web pages in the usage()
10950
Daniel Veillardbd227ae2002-01-24 16:05:41 +000010951Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10952
10953 * tree.c: more fixes from Petr Kozelka for attribute handling
10954 in the tree API to align the semantic with DOM.
10955
Daniel Veillard36065812002-01-24 15:02:46 +000010956Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10957
10958 * valid.c tree.c entities.c: another set of patches from
10959 Anthony Jones for copy operations cleanup and robustness
10960
Daniel Veillardf8592562002-01-23 17:58:17 +000010961Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10962
10963 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
10964 an alphabetic index based on comments content
10965 * doc/*: rebuilt the web site with the new references
10966
Daniel Veillardc8c7be42002-01-23 17:53:44 +000010967Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10968
10969 * parserInternals.h: Greg Sjaardema suggested to use an
10970 eponential buffer groth policy in xmlParserAddNodeInfo()
10971
Daniel Veillard3bf65be2002-01-23 12:36:34 +000010972Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10973
10974 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
10975 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
10976 doc/parsedecl.py doc/Makefile.am: updated the python extractor
10977 to generate cross-references, and added/updated the stylesheets
10978 to generate and link API indexes. The generic keyword index
10979 is not done yet.
10980 * doc/*.html: regenerated all the usual docs too
10981
Daniel Veillard2070c482002-01-22 22:12:19 +000010982Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10983
10984 * debugXML.c: added an xpath function to the shell for T. V. Raman
10985
10986Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000010987
10988 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
10989 debug routines.
10990
Daniel Veillardc169f8b2002-01-22 21:40:13 +000010991Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10992
10993 * tree.c: apply an patch from Petr Kozelka for unlink and replace
10994 support of attribute nodes
10995
Daniel Veillard9d06d302002-01-22 18:15:52 +000010996Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10997
10998 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
10999 hopefully near complete and fully documented of the API in XML
11000 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11001 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11002 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11003 include/libxml/parserInternals.h include/libxml/valid.hi
11004 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11005 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11006 include/libxml/xpath.h include/libxml/xpathInternals.h:
11007 Cleaned up the doc comments a lot in the process, the interface
11008 coverage is now 100%
11009
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011010Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11011
11012 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11013 extracts comments from the gtk-doc DocBook output (a bit
11014 convoluted but seems to work).
11015
Daniel Veillard61006472002-01-21 17:31:47 +000011016Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11017
11018 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11019 added an XML description of the API, moved the script generating
11020 it here. Added a "make api" target
11021
Daniel Veillardd2f23002002-01-21 13:36:00 +000011022Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11023
11024 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11025
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011026Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11027
11028 * xpath.c include/libxml/xpathInternals.h: the change made to
11029 xmlXPathFuncLookupFunc was incompatible roll it back
11030
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011031Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11032
11033 * SAX.c: cleanup patch from Anthony Jones
11034 * doc/Makefile.am: fix the headers to avoid in make scan
11035 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11036 includes, * vs Ptr and general cleanup
11037 * parsedecl.py: first version of a script to extract the
11038 module interfaces, the goal will be to provide .decl or XML
11039 specification of the interfaces to build wrappers.
11040
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011041Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11042
11043 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11044 now provides return codes in case of errors
11045
Bjorn Reese026d29f2002-01-19 15:40:18 +000011046Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11047
11048 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11049 Upgraded to trio baseline 1.6
11050 * strio.h strio.c: Replaced by triostr.h and triostr.c
11051
Daniel Veillard572577e2002-01-18 16:23:55 +000011052Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11053
11054 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11055 of strdup usage in the code
11056
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011057Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11058
11059 * parser.c error.c: Keith Isdale complained rightly that
11060 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11061
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011062Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11063
11064 * tree.c: fixed the funxtion to set the xml: attributes
11065 * debugXML.c: added "setbase" to test it.
11066
Daniel Veillard2c748c62002-01-16 15:37:50 +000011067Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11068
11069 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11070 to allow updating an attribute content
11071
Daniel Veillard8de85c62002-01-15 17:10:15 +000011072Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11073
11074 * libxml.h: try to avoid problems when compiling on Windows
11075
Daniel Veillard314cfa02002-01-14 17:58:01 +000011076Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11077
11078 * hash.c: patch from Anthony Jones for hash.c allocation size
11079 * Makefile.am: trying to work around Yet Another Libtool Madness
11080 and build the 2.4.13 release finally ...
11081
Daniel Veillard744683d2002-01-14 17:30:20 +000011082Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11083
11084 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11085 * doc/* : update of the documentation
11086
Daniel Veillarde6a55192002-01-14 17:11:53 +000011087Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11088
11089 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11090 at fixing #61290 :-(
11091
Daniel Veillardfb25a512002-01-13 20:32:08 +000011092Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11093
11094 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11095 Fixes bug #67229
11096
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011097Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11098
11099 * tree.c: trying to avoid troubles when a subtree is copied
11100 and coalesced in part with the target tree. Should fix
11101 bug #67407
11102
Daniel Veillardd8224e02002-01-13 15:43:22 +000011103Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11104
11105 * valid.c: fixed validation of attributes content of type
11106 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11107 values, very old bug. Fixes #67671
11108
Daniel Veillard8107a222002-01-13 14:10:10 +000011109Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11110
11111 * parser.c include/libxml/parserInternals.h tree.c: integrated
11112 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11113 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11114
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011115Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11116
11117 * threads.c: applied Serguei Narojnyi's patch to add native
11118 thread support on the Win32 platform
11119 * testThreadsWin32.c Makefile.am: added the test program also
11120 from Serguei, Win32 specific
11121 * include/win32config.h include/libxml/xmlwin32version.h.in:
11122 added patch from Igor for the Windows thread specific defines.
11123
Daniel Veillard845cce42002-01-09 11:51:37 +000011124Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11125
11126 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11127
Daniel Veillard7b602b42002-01-08 13:26:00 +000011128Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11129
11130 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11131 output page into XMLinfo.html. Close bug #66951 and
11132 raised by Robert Collins too.
11133
Daniel Veillard73c6e532002-01-08 13:15:33 +000011134Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11135
11136 * encoding.c: Paul Keogh pointed out a possibility of segfault
11137 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11138 Closes bug # 68238
11139
Daniel Veillard4a859202002-01-08 11:49:22 +000011140Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11141
11142 * doc/*.html: updated the Gdome2 links
11143
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011144Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11145
11146 * libxml.h: Applied following patches from Robert Collins
11147 and make sure IN_LIBXML is defined when compiling it
11148 -------
11149 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11150 as well as Visual C.
11151 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11152 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11153 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11154 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11155 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11156 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11157 xmlSysIDExists xmlNoNetExists).
11158 * xmllint.c: Don't include winsock2.h for Cygwin.
11159
Daniel Veillard401c2112002-01-07 16:54:10 +000011160Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11161
11162 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11163 when the version info is not present.
11164
Daniel Veillard6f42c132002-01-06 23:05:13 +000011165Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11166
11167 * tree.c: Anthony Jones pointed out a problem in
11168 xmlStringGetNodeList() and provided a fix for it
11169
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011170Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11171
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011172 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011173 xmlCreatePushParserCtxt() when the initial buffer passed
11174 is large.
11175
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011176Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11177
11178 * win32/*: big cleanup of the Windows/MSVC project files
11179 from Igor Zlatkovic
11180
Daniel Veillardcebb1362002-01-02 13:13:30 +000011181Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11182
11183 * doc/Makefile.am: should fix #67674 and avoid troubles if
11184 xsltproc is not available or fails in the prefix provided
11185
Daniel Veillard26908ab2002-01-01 16:50:03 +000011186Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11187
11188 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11189
Daniel Veillard5344c602001-12-31 16:37:34 +000011190Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11191
11192 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11193 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11194 Fixed a few other problems raised by Charlie Bozeman.
11195 * result/VC/ElementValid[5-7]: fixed the output
11196
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011197Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11198
11199 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11200 patches from Charlie Bozeman. Regenerated the HTML docs.
11201
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011202Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11203
11204 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11205 for Windows from Igor
11206
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011207Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11208
11209 * xmllint.c: applied Justin Fletcher patch for --output or -o
11210
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011211Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11212
11213 * win32/libxml2/libxml2.def.src: close #67019
11214
Daniel Veillard01db67c2001-12-18 07:09:59 +000011215Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11216
11217 * xmllint.c: applied Justin Fletcher generic timing patch
11218 similar to the one already applied to xsltproc.
11219
Daniel Veillardd1640922001-12-17 15:30:10 +000011220Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11221
11222 * include/libxml/tree.h tree.c: applied documentation patches
11223 from Charlie Bozeman
11224
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011225Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11226
11227 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11228
Daniel Veillard29e43992001-12-13 22:21:58 +000011229Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11230
11231 * valid.c: fix the xmlStrdup() used in the previous patch.
11232 * valid.c: added --dropdtd
11233 * tree.c: fixed xmlUnlinkNode so it also removes the references
11234 from the document if the node is a DTD
11235
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011236Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11237
11238 * HTMLtree.c valid.c: cleanup some static declarations
11239
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011240Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11241
11242 * xmllint.c: removed another strdup()
11243 * doc/FAQ: removed the HP/UX entry
11244
Daniel Veillarded472f32001-12-13 08:48:14 +000011245Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11246
11247 * valid.c: fix bug #66816 when validating.
11248 * xmllint.c: don't use sys/time.h if configure did not found it
11249
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011250Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11251
11252 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11253 xmlcatalog_man.xml
11254
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011255Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11256
11257 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11258 xmlInitMemory() was declared twice
11259
Daniel Veillardb82c1662001-12-09 14:00:54 +000011260Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11261
11262 * globals.c: do not reference strdup() !
11263 * configure.in libxml-2.0.pc.in: trying to fix the libs
11264 of the various config extraction modules
11265
Daniel Veillardef90ba72001-12-07 14:24:22 +000011266Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11267
11268 * configure.in : preparing 2.4.12
11269 * doc/* : updated and rebuilt the docs
11270
Daniel Veillard220346d2001-12-07 11:33:54 +000011271Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11272
11273 * uri.c: closed bug #66159
11274 * testURI.c: added --escape option
11275 * configure.in: some cleanup for xml2-config --cflags
11276
Daniel Veillard2a906822001-12-06 14:34:08 +000011277Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11278
11279 * globals.c testThreads.c: removed some misplaced includes
11280 of xmlversion.h
11281
Daniel Veillarde28313b2001-12-06 14:08:31 +000011282Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11283
11284 * threads.c: patch from Gary Pennington fixing a possible
11285 problem at initialization time.
11286
Daniel Veillardd3b08822001-12-05 12:03:33 +000011287Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11288
11289 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011290 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011291 CodeWarrior.
11292
Daniel Veillarda7866932001-12-04 13:14:44 +000011293Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11294
11295 * xmllint.c: applied Geert Kloosterman's patch to fix
11296 --repeat --timing output
11297
Daniel Veillard19840942001-11-29 16:11:38 +000011298Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11299
11300 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11301 where non-wellformed XML declaractions were not detected.
11302
Daniel Veillarde85d9342001-11-28 14:43:12 +000011303Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11304
11305 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11306
Daniel Veillard22f25a82001-11-28 09:12:23 +000011307Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11308
11309 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11310 gets reset by xmlCleanupInputCallbacks() and this makes the
11311 function useless. Same for output.
11312
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011313Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11314
11315 * xmlIO.c: robert pointed out a loop error in callback cleanups
11316
Daniel Veillard8faa7832001-11-26 15:58:08 +000011317Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11318
11319 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11320 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11321 they are not really tied to debugging
11322
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011323Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11324
11325 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11326 * xmllint.c: better --catalogs description
11327
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011328Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11329
11330 * tree.c: fixed a couple of problems in xmlSetProp()
11331
Daniel Veillardcd337f02001-11-22 18:20:37 +000011332Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11333
11334 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11335 unappropriate stdout output.
11336
Daniel Veillard566d4df2001-11-22 13:00:53 +000011337Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11338
11339 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11340 by Denis Beurive, closes #65111
11341
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011342Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11343
11344 * valid.c: in case of content model validity error, don't
11345 print it if validity warnings were not requested.
11346
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011347Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11348
11349 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11350 * parserInternals.c: removed the last exit() call. Print an
11351 unmaskable error on stderr instead (library mismatch detection)
11352
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011353Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11354
11355 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11356 shell instructions from Heiko Rupp
11357
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011358Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11359
11360 * catalog.c: use the URL notation file:// for default catalog paths
11361
Daniel Veillard0ec98632001-11-14 15:04:32 +000011362Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11363
11364 * include/libxml/tree.h: better comments for _private fields
11365 * tree.c: removed a problem when copying an entity reference.
11366
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011367Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11368
11369 * vms/*: updated instructions and diffs from John A Fotheringham
11370
Daniel Veillarda11001b2001-11-12 22:45:36 +000011371Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11372
11373 * include/libxml/xmlerror.h: avoid an include problem if
11374 #include <libxml/xmlerror.h> happens first in code
11375 seems to be the case in KDE libs
11376
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011377Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11378
11379 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11380 from Igor for Windows
11381
11382Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11383
11384 * Makefile.am: Gary Pennington pointed out a missing prefix
11385
Daniel Veillard43d3f612001-11-10 11:57:23 +000011386Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11387
11388 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11389 * doc/*: upgraded and rebuilt the docs
11390
Daniel Veillardc1f78342001-11-10 11:43:05 +000011391Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11392
11393 * HTMLparser.c: fix comment in scripts element parsing.
11394 * result/HTML/doc3*: updated the results.
11395
11396Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11397
11398 * uri.c: another URI bug fix #63336, using Joel Young patch.
11399
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011400Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11401
11402 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11403 a cleaned up version of the Pwd shell string generation.
11404
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011405Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11406
11407 * valid.c include/libxml/tree.h: trying to fix namespaces +
11408 validation problems for good, closing #63619 in the process
11409 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11410 wrong in this respect, fixed it.
11411
Daniel Veillardd536f702001-11-08 17:32:47 +000011412Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11413
11414 * xmllint.c: Morus Walter patch to allow --format and --encode
11415
Daniel Veillard5004f422001-11-08 13:53:05 +000011416Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11417
11418 * debugXML.c: Stefan Kost provided an help command for the shell
11419
Daniel Veillarda6825e82001-11-07 13:33:59 +000011420Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11421
11422 * debugXML.c: Heiko Rupp pointed that the shell would crash
11423 on empty nodesets returns.
11424
Daniel Veillard03f848d2001-11-07 12:53:46 +000011425Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11426
11427 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11428 migh need the history libraries
11429
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011430Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11431
11432 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11433 handle the case of < in quoted attributes, Bastian Kleineidam
11434
Daniel Veillardc853b322001-11-06 15:24:37 +000011435Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11436
11437 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11438 fixing catalog breakages
11439 * Makefile.am catalog.c result/catalogs/catal
11440 result/catalogs/mycatalog.* test/catalogs/catal*:
11441 fixed more problems in catalog support, added more regression tests
11442 for both XML and SGML catalog handling
11443
Daniel Veillard66870c72001-11-05 19:27:49 +000011444Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11445
11446 * debugXML.c: applied an improvement to xmlGetLineNo() from
11447 Keith Isdale
11448
Daniel Veillardffe09c92001-11-05 14:21:47 +000011449Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11450
11451 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11452 Side effect of the progressive catalog loading
11453
Daniel Veillardad661b92001-11-05 11:43:15 +000011454Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11455
11456 * Makefile.am: confexecdir and confexec_DATA were defined twice
11457 pointed out by Karl Eichwalder
11458
Daniel Veillard6eb17722001-11-04 22:19:27 +000011459Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11460
11461 * xmlcatalog.c: avoid unlink() and use remove() instead.
11462
Daniel Veillardea898282001-11-04 22:13:45 +000011463Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11464
11465 * libxml.spec.in: cleanup
11466 * include/libxml/xmlwin32version.h: updated with 2.4.8
11467
Daniel Veillarda4617b82001-11-04 20:19:12 +000011468Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11469
11470 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11471 of compiling libxml with a non standard set of options
11472
John Fleck027edfb2001-11-04 20:13:58 +000011473Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11474
11475 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11476 document --sgml option, fixing gnome bugzilla #63382
11477
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011478Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11479
11480 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11481 breakage of 2.4.7, added a couple of really needed APIs
11482 like xmlCatalogIsEmpty() and xmlNewCatalog()
11483 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11484 for install-catalog
11485 * configure.in: preparing 2.4.8
11486
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011487Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11488
11489 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11490 include/libxml/tree.h include/libxml/xmlIO.h: more include
11491 cleanups, export cleanly one html output + format function.
11492
11493Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11494
11495 * parser.c: removed initGenericErrorDefaultFunc call from
11496 xmlInitParser() since it could destroy previous calls to
11497 xsltSetGenericErrorFunc() effects
11498
Daniel Veillardebd38c52001-11-01 08:38:12 +000011499Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11500
11501 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11502 keyword.
11503
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011504Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11505
11506 * Makefile.am: cleanup
11507 * threads.c: cleanup too
11508 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11509 from xsltproc
11510 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011511 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011512
Daniel Veillard91c00402001-10-30 17:41:38 +000011513Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11514
11515 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11516 was not used anymore !
11517
Daniel Veillard52dcab32001-10-30 12:51:17 +000011518Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11519
11520 * configure.in: preparing 2.4.7
11521 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11522 manual page from John
11523 * doc/*: updated the doc and rebuilt the generated pages
11524
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011525Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11526
11527 * xmlIO.c: closing bug #62711, the library should never
11528 close stdin or stdout.
11529
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011530Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11531
11532 * uri.c: second pass at fixing #63336, using Joel Young
11533 final patch. looks okay.
11534
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011535Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11536
11537 * uri.c include/libxml/uri.h: trying to clear #63336
11538 allowing the escaping routine to parse unconformant
11539 URI-References.
11540
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011541Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11542
11543 * vms/readme.vms vms/build_libxml.com nanoftp.c
11544 include/libxml/xmlversion.h.in: a few VMS updates from
11545 John A Fotheringham
11546 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11547 and xmlCleanupOutputCallbacks() for the Perl binding people.
11548
Daniel Veillard635ef722001-10-29 11:48:19 +000011549Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11550
11551 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11552 apply fixes to close #63271 and avoid segfaults when
11553 the error routine gets callbed before xmlInitParser()
11554 get called.
11555 * nanoftp.c error.c: Applied patches from Justin Fletcher
11556 correcting some xmlGenericError misuses.
11557
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011558Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11559
11560 *doc/xmllint.xml, doc/xmllint.1
11561 New and improved man page for xmllint - .xml is the original, .1
11562 is the generated man page
11563
Daniel Veillardc9484202001-10-24 12:35:52 +000011564Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11565
11566 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11567 the web site from the main HTML document.
11568
Daniel Veillard5151c062001-10-23 13:10:19 +000011569Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11570
11571 * parser.c: fixed an erroneous validation bug when PE refs
11572 occurs in external parsed entities referenced from the
11573 internals subset
11574 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11575 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11576 added the associated testcase, it's a nice one.
11577 * HTMLparser.c: generate the DTD node as HTML still ...
11578 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11579
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011580Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11581
11582 * HTMLparser.c: fixed a bug in htmlNewDoc()
11583
Daniel Veillard89cad532001-10-22 09:46:13 +000011584Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11585
11586 * test/threads/*: added entities testing to the Thread test
11587 * testThreads.c: make the test reasonable
11588 * DOCBparser.c: fix the DTD public and system ID
11589 * xmllint.c: added --sgml for SGML DocBook importing
11590 * Makefile.am: added Docbtests target
11591
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011592Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11593
11594 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11595 * testThreads.c: removed bogus include
11596
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011597Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11598
11599 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11600 fixed a very serious (looping) validation bug
11601
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011602Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11603
11604 * include/libxml/globals.h include/libxml/threads.h threads.c
11605 testThreads.c: far more testing, cleaning up bugs
11606 * *.c : make sure globals.h is always included.
11607
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011608Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11609
11610 * HTMLparser.c: try to get rid of parser loops for good.
11611
Daniel Veillardab7488e2001-10-17 11:30:37 +000011612Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11613
11614 * configure.in: fixed some bugs in CFLAGS passing.
11615 * test/threads Makefile.am testThreads.c: added a specific
11616 threaded test case (really nasty, guaranteed).
11617
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011618Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11619
11620 * catalog.c: serious cleanup on the management of the
11621 XML catalog tree, more tests done, especially with
11622 the catalog PI.
11623
Daniel Veillard364789a2001-10-16 12:45:00 +000011624Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11625
11626 * catalog.c: avoid a problem in catalog cleanup on SMP if
11627 catalogs were not initialized.
11628
Daniel Veillard81463942001-10-16 12:34:39 +000011629Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11630
11631 * catalog.c xpath.c: trying to cleanup the not thread safe
11632 parts of the library.
11633
Daniel Veillard64a411c2001-10-15 12:32:07 +000011634Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11635
11636 * include/libxml/globals.h configure.in global.data: make
11637 the allocation be per-thread a configure option
11638 * encoding.c include/libxml/parser.h: fixed compilation
11639 errors
11640
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011641Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11642
11643 * include/libxml/parser.h: Norm reported that a few lines
11644 added were breaking libxslt compile, removed them for now
11645
Daniel Veillard6f350292001-10-14 09:56:15 +000011646Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11647
11648 * parser.c parserInternals.c threads.c: debugged and fixed
11649 initialization problems which were giving troubles on SMP
11650 boxes.
11651
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011652Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11653
11654 * include/libxml/Makefile.am: missing globals.h
11655
Daniel Veillarde7090612001-10-13 12:18:28 +000011656Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011657
Daniel Veillarde7090612001-10-13 12:18:28 +000011658 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011659
Daniel Veillardd0463562001-10-13 09:15:48 +000011660Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11661
11662 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11663 include/libxml/parserInternals.h include/libxml/tree.h
11664 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11665 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11666 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11667 Applied the last patches from Gary, cleanup, activated threading
11668 all user accessible global variables are now handled in globals.[ch]
11669 Still a bit rought but make tests passes with either
11670 --with-threads defined at configure time or not.
11671 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11672 linking options
11673
Daniel Veillardb8478642001-10-12 17:29:10 +000011674Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11675
11676 * Makefile.am include/libxml/Makefile.am
11677 include/libxml/globals.h globals.c include/libxml/threads.h
11678 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11679 configure.in: started integrating the core of the thread support
11680 not activated yet but half integrated. The code should still
11681 compile and work anyway.
11682
Daniel Veillardb44025c2001-10-11 22:55:55 +000011683Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11684
11685 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11686 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11687 integrating the non-controversial parts of Gary Pennington
11688 multithread patches
11689 * catalog.c: corrected a small bug introduced
11690
Daniel Veillard75b96822001-10-11 18:59:45 +000011691Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11692
11693 * catalog.c include/libxml/catalog.h: very serious cleanup,
11694 isolating unportable code and as much as possible the accesses
11695 to the global shared catalog. May need more testing !
11696
Daniel Veillard78d12092001-10-11 09:12:24 +000011697Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11698
11699 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11700 Keith Isdale patches for the XSLT debugger interfaces. Some
11701 cleanup
11702
Daniel Veillardff0b7312001-10-11 06:46:09 +000011703Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11704
11705 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11706 * DOCBparser.c: generate line nubers in elements
11707
Daniel Veillard60087f32001-10-10 09:45:09 +000011708Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11709
11710 * configure.in: preparing 2.4.6 release
11711 * doc/xml.html doc/html/*: updated and rebuilt the docs
11712 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11713
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011714Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11715
11716 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11717 adding documentation for DV's supercatalog support
11718
Daniel Veillard82d75332001-10-08 15:01:59 +000011719Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11720
11721 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11722 super catalog support adding one API and one flag --sgml to
11723 xmlcatalog
11724
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011725Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11726
11727 * doc/xmlcatalog_man.xml, xmlcatalog.1
11728 One more crack at
11729 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11730
11731
Thomas Broyer47334c02001-10-07 16:41:52 +000011732Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11733
11734 * xpath.c: implemented xmlXPathObjectCopy for external objects
11735 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11736
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011737Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11738
11739 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11740 finishing up fix to
11741 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11742 the xmlcatalog man page display more elegantly
11743
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011744Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11745
11746 * configure.in: closing bug #61832
11747 * HTMLparser.c: removed a warning
11748
Daniel Veillard6ab38382001-10-06 13:08:27 +000011749Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11750
11751 * xpath.c: fixing #61673 part I, do not loose doc information
11752 when copying result value trees.
11753
Daniel Veillard556c6682001-10-06 09:59:51 +000011754Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11755
11756 * xpath.c: trying to harden the XPath interpreter
11757
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011758Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11759
11760 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11761 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11762
William M. Brack1633d182001-10-05 15:41:19 +000011763Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11764
11765 * HTMLparser: repaired another loop problem
11766
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011767Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11768
11769 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11770 parsing.
11771 * xpath.c: fix bug #61291 the default XML namespace node is
11772 missing from the namespace axis.
11773 * tree.c: refuse to create namespaces nodes with prefix "xml"
11774
Daniel Veillard651f9472001-10-04 14:51:06 +000011775Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11776
11777 * SAX.c: ouch a non-defined namespace could lead to a crash,
11778 fixed #61215
11779
Daniel Veillard7dd05702001-10-04 14:25:12 +000011780Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11781
11782 * parserInternals.c: closed bug #61054
11783
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011784Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11785
11786 * include/libxml/Makefile.am: closing #60708
11787
Daniel Veillarda293c322001-10-02 13:54:14 +000011788Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11789
11790 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11791 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11792
Daniel Veillardf4309d72001-10-02 09:28:58 +000011793Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11794
11795 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11796
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011797Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11798
11799 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11800 * DOCBparser.c HTMLparser.c parser.c: fixed typos
11801
Daniel Veillard16756b62001-10-01 07:36:25 +000011802Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
11803
11804 * catalog.c: Justin Fletcher provided cleaup code in case
11805 HAVE_STAT is not defined
11806 * include/win32config.h: Igor Zlatkovic suggested to have
11807 HAVE_STAT defined there
11808
William M. Brack5e1cac12001-09-28 16:19:18 +000011809Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11810
11811 * catalog.c - fixed typing error reported by M. Barros
11812
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000011813Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
11814
11815 * xmllint.c - fixing typo
11816
William M. Brackd28e48a2001-09-23 01:55:08 +000011817Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11818
11819 * HTMLparser.c: small enhancement to prevent loop on
11820 unrecognizable data
11821
Daniel Veillardb1d62872001-09-21 09:47:08 +000011822Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11823
11824 * parserInternals.c: applying patch from bug #60757 this
11825 should close it
11826
Daniel Veillardc0631a62001-09-20 13:56:06 +000011827Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11828
11829 * catalog.c xmlcatalog.c: removed a couple of warning
11830 * xpath.c: try to solve the linking problem on platforms
11831 needing trio to compile
11832
Daniel Veillard1a123612001-09-19 08:06:23 +000011833Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011834
Daniel Veillard1a123612001-09-19 08:06:23 +000011835 * Makefile.am libxml.spec.in: backing up non-documented changes
11836 commited without review or aproval by Jens Finke <jens@gnome.org>
11837 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011838
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011839Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
11840
11841 * configure.in: Joe Orton provided a patch fixing a problem
11842 when iconv is specified to be in a non-standard directory
11843 but wasn't exported in xml2-config --cflags
11844
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011845Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11846
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011847 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011848 troubles with 2.4.4 errors.
11849
Daniel Veillard16698282001-09-14 10:29:27 +000011850Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11851
11852 * encoding.c entities.c: do not output hexadecimal charrefs
11853 when serializing HTML since some version of Netscape can't
11854 grok it, generate decimal ones.
11855 * result/HTML/doc3.htm: output changed due to previous test
11856 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
11857
Daniel Veillard98fed372001-09-13 11:34:58 +000011858Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
11859
11860 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
11861 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
11862
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011863Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000011864 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011865
11866 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
11867 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
11868 updated the configuration scripts systems accordingly
11869
Daniel Veillard04382ae2001-09-12 18:51:30 +000011870Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11871
11872 * configure.in: preparing for 2.4.4
11873 * doc/xml.html doc/html/*: updated and rebuilt the docs
11874
Daniel Veillardd63437e2001-09-12 15:00:27 +000011875Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11876
11877 * win32/dsp/libxml2.def.src: tried to incorporate comments
11878 from bug #59220
11879
Daniel Veillard319a7422001-09-11 09:27:09 +000011880Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11881
11882 * parser.c result/noent/wml.xml: fixed bug #59981 related
11883 to handling of '&' in attributes when entities are substitued
11884
Daniel Veillard7cf5e442001-09-10 20:16:32 +000011885Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11886
11887 * libxml.h include/libxml/xmlversion.h.in
11888 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
11889 Tried to close bug #60131
11890
Daniel Veillardbce62332001-09-10 18:46:55 +000011891Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11892
11893 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
11894
Daniel Veillard143b04f2001-09-10 18:14:14 +000011895Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
11896
11897 * SAX.c: fixing bug #59946 on xmlns=""
11898
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000011899Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11900
11901 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
11902 but allocates a new error code.
11903
Daniel Veillard05c13a22001-09-09 08:38:09 +000011904Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11905
11906 * xmllint.c: John Fleck fixed typos in the options output
11907 * parser.c SAX.c: fix ignorable white space SAX selection
11908
11909Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11910
11911 * entities.c: Steve Underwood found the possibility of an
11912 ininite loop in case of error.
11913
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000011914Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
11915
11916 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
11917
Daniel Veillarda050d232001-09-05 15:51:05 +000011918Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11919
11920 * parser.c: warn if version is not 1.0 but it's not
11921 strictly speaking an error after analyzing the spec
11922
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000011923Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
11924
11925 *doc/catalog.html - add link to the html version of the
11926 man page, other linguistic cleanups
11927
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000011928Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
11929
11930 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11931 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
11932 file, has not yet been included in the build.
11933
Daniel Veillard99784ff2001-09-01 16:20:28 +000011934Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11935
11936 * catalog.c: removed a duplicate affectation Justin Fletcher
11937
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000011938Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
11939
11940 * tree.c: Armin Sander pointed a possible text coalescing
11941 problem, completed his patch.
11942
Bjorn Reese0b2ae432001-08-31 16:31:57 +000011943Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
11944
11945 * trionan.c: Fixed const and volatile re-definition problem
11946
Daniel Veillard5d96fff2001-08-31 14:55:30 +000011947Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
11948
11949 * libxml.4 parser.c: doc updates from Heiko Rupp
11950 * parserInternals.c: 2 sanity checks from Heiko Rupp
11951
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011952Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11953
11954 * tree.c: applied patch from Armin Sander to make some pointers
11955 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000011956 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011957
Daniel Veillardb06c6142001-08-27 14:26:30 +000011958Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11959
11960 * xpath.c: hum, restrict the integer usage gcc bug workaround
11961 to only gcc compilers so that other architecture don't get
11962 penalized by this limitation.
11963 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
11964
Daniel Veillard268fd1b2001-08-26 18:46:36 +000011965Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11966
11967 * valid.c: fixed a Windows compiler warning (Chris Poblete)
11968 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
11969
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000011970Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11971
11972 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
11973 --convert option to xmlcatalog to convert SGML ones to
11974 the XML syntax.
11975 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
11976
11977 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000011978Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11979
11980 * catalog.c xmlIO.c: started some serious testing and fixed
11981 a few bug and optmization needs.
11982
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000011983Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11984
11985 * Makefile.am configure.in include/libxml/xmlwin32version.h:
11986 preparing for a 2.4.3 release even if it may not be ready yet
11987 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
11988 all file parsing lookup to go through the entity resolver, add
11989 to add an API to bypass it (needed to load catalogs themselves),
11990 some cleanup on the catalog code too.
11991 * nanoftp.c: small cleanup
11992 * doc/catalog.html: small update
11993
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000011994Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11995
11996 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
11997 Jun Kuriyama
11998
Daniel Veillardffb120d2001-08-23 00:52:23 +000011999Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12000
12001 * doc/catalog.html: finished the catalog documentation
12002
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012003Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12004
12005 * doc/catalog.html doc/xml.html: added documentation about
12006 Catalog support, misses an API description
12007 * doc/html/*: reextracted the API pages
12008
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012009Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12010
12011 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12012 Added the part about section 7.2 on URI resolution,
12013 fixed a side effect in the HTML parser, look complete
12014 and ready to rock except the URI/SystemID part!
12015
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012016Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12017
12018 * include/libxml/catalog.h include/libxml/parser.h
12019 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12020 xmlIO.c: added support and APIs needed for the catalog PI
12021 * include/libxml/xmlIO.h: cleanup
12022
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012023Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12024
12025 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12026 include/libxml/catalog.h: starts to look okay, really
12027 plugged the new framework, cleaned a lot of stuff,
12028 added some APIs, except the PI's support missing this
12029 should be mostly complete
12030 * result/catalogs/* test/catalogs/*: added new test, enriched
12031 the existing one with URN ID tests
12032
Daniel Veillard64339542001-08-21 12:57:59 +000012033Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12034
12035 * catalog.c: fixed nextCatalog
12036 * result/catalogs/docbook test/catalogs/*: started adding
12037 a small regression test
12038
Daniel Veillardcda96922001-08-21 10:56:31 +000012039Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12040
12041 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12042 more work on the XML catalog support.
12043 * parser.c include/libxml/parser.h: small cleanup seems using
12044 list as a public parameter name can give portability troubles
12045 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12046 include/libxml/xpath.h include/libxml/Makefile.am: removed
12047 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12048 wrappers
12049
Bjorn Reese45029602001-08-21 09:23:53 +000012050Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12051
12052 * Makefile.am trio.c triodef.h trionan.c xpath.c
12053 include/libxml/Makefile.am include/libxml/trionan.h:
12054 Re-worked Not-A-Number and Infinity support.
12055 * xmlcatalog.c: added readline include files
12056
Daniel Veillard344cee72001-08-20 00:08:40 +000012057Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12058
12059 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12060 testCatalog as xmlcatalog, making it an installed app
12061 adding a shell, and preparing it to be a /etc/xml/catalog
12062 management tool, though not ready yet
12063 * catalog.c include/libxml/catalog.h: adding support for
12064 XML Catalogs http://www.oasis-open.org/committees/entity/
12065 not finished, there is some interesting tradeoffs and a
12066 few open questions left.
12067
Daniel Veillardb7664f42001-08-19 13:00:43 +000012068Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12069
12070 * xmllint.c: fixed a line formatting problem
12071
Daniel Veillard5015b712001-08-17 09:37:52 +000012072Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12073
12074 * SAX.c: removed a couple of unused variable (Albert Chin)
12075
Daniel Veillardbb371292001-08-16 23:26:59 +000012076Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12077
12078 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12079 trying to fix some troubles w.r.t. function returning
12080 const xxxPtr.
12081
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012082Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12083
12084 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12085 defined
12086
Daniel Veillardae6db172001-08-16 19:32:00 +000012087Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12088
12089 * xpointer.c: removed unused var
12090
Daniel Veillard09190202001-08-16 16:27:41 +000012091Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12092
12093 * testXPath.c: another small cleanup closing bug #59110
12094
Daniel Veillard796f4b62001-08-16 16:00:13 +000012095Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12096
12097 * win32/dsp/libxml2.def.src: small cleanup closing bug
12098 #59108
12099
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012100Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12101
12102 * example/gjobread.c: add xmlCleanupParser() before leaving
12103
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012104Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12105
12106 * config.h.in configure.in include/libxml/xmlwin32version.h:
12107 released 2.4.2
12108
Daniel Veillardd3d06722001-08-15 12:06:36 +000012109Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12110
12111 * include/libxml/valid.h debugXML.c valid.c: deprecate
12112 the non-boundchecking Sprintf functions, add Snprintf
12113 this should close bug #57984
12114
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012115Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12116
12117 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12118 URIs before doing the lookups (pointed by Mark Vakoc)
12119
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012120Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12121
12122 * xpath.c: serious changes on Result Value Trees and NodeSets
12123 w.r.t. deallocation and collect operations. Probably not
12124 100% clean (merge of allocated trees smells like a problem).
12125 Seems sufficient to close #58943
12126
Daniel Veillard90493a92001-08-14 14:12:47 +000012127Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12128
12129 * xmllint.c: adding a --format option
12130
Daniel Veillardfe703322001-08-14 12:18:09 +000012131Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12132
12133 * xpath.c: count() was broken on Result Value Tree
12134 * xmlIO.c: fixed file:/// accesses on _WIN32
12135
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012136Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12137
12138 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12139 macro was renamed, this should close bug #58683
12140
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012141Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12142
12143 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12144 entity substitution mode text at the end of the entity might
12145 be added due to text coalescing.
12146 * nanoftp.c parser.c: small cleanup
12147
Daniel Veillard0c720972001-08-08 20:59:00 +000012148Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12149
12150 * HACKING: added John Fleck right to commit in the doc subdir
12151
Daniel Veillard48da9102001-08-07 01:10:10 +000012152Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12153
12154 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12155 allow to inherit attributes from the DTD directly in the
12156 tree, this is needed for XPath and can be a useful feature.
12157 Inherited namespaces are always provided at the tree level now
12158 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12159 of tests for this feature (XSLT being the prime user).
12160
Daniel Veillard50f34372001-08-03 12:06:36 +000012161Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12162
12163 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12164 testSAX.c xmlIO.c xmllint.c include/win32config.h
12165 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12166 include/libxml/xmlwin32version.h.in win32/README.MSDev
12167 win32/dsp/*: applied Win32 Facelift No.2 patches from
12168 Igor Zlatkovic for Windows/MSC
12169
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012170Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12171
12172 * SAX.c: unparsedEntityDecl() the URI computation of the
12173 entity wasn't done breaking XSLT unparsed-entity-uri()
12174
Daniel Veillard567e1b42001-08-01 15:53:47 +000012175Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12176
12177 * xpath.c: fixed a bug when walking the descendants and
12178 the current node has no children
12179 * debugXML.c: show up when a text node is supposed to not be escaped
12180
Thomas Broyerf186c822001-07-31 23:30:37 +000012181Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12182
12183 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12184 worked like the set:leading() function)
12185 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12186
Daniel Veillardba6db032001-07-31 16:25:45 +000012187Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12188
12189 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12190
Daniel Veillard57905372001-07-31 15:52:17 +000012191Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12192
12193 * include/libxml/xmlIO.h: apply change to close #58141
12194 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12195
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012196Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12197
12198 * parser.c: when the internal subset uses a PE, then the
12199 included entity can use conditional sections.
12200
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012201Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12202
12203 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12204 when walking the namespace axis showing up in
12205 libxst/tests/general/bug-12
12206 * xmlmemory.c: added the possibility to trace a given block
12207 defined by its address
12208
Daniel Veillard4aafa792001-07-28 17:21:12 +000012209Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12210
12211 * parser.c: don't override existing encoding specified before
12212 starting xmlParseDocument()
12213
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012214Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12215
12216 * include/libxml/xmlwin32version.h: reinserted, needed for
12217 Windows users of CVS
12218
Darin Adlera77cac02001-07-27 17:41:51 +0000122192001-07-27 Darin Adler <darin@bentspoon.com>
12220
Darin Adler699613b2001-07-27 22:47:14 +000012221 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12222 * testCatalog.c: Add include of <libxml/parser.h>.
12223
122242001-07-27 Darin Adler <darin@bentspoon.com>
12225
Darin Adlera77cac02001-07-27 17:41:51 +000012226 * include/libxml/.cvsignore:
12227 * include/libxml/xmlwin32version.h:
12228 Remove this file from CVS because it's generated.
12229
Daniel Veillard50822cb2001-07-26 20:05:51 +000012230Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12231
12232 * parser.c include/libxml/parser.h: applied const patches from
12233 Tom Moog #58002
12234
Thomas Broyerba4ad322001-07-26 16:55:21 +000012235Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12236
12237 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12238 lookup framework
12239
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012240Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12241
12242 * tree.c: fixed xmlCopyNode() for documents
12243
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012244Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12245
12246 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12247
12248Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012249
12250 * parser.c: fixes bug #57652 reported by Morus Walter
12251
Daniel Veillarde3924972001-07-25 20:25:21 +000012252Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12253
12254 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12255
Daniel Veillarda53c6882001-07-25 17:18:57 +000012256Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12257
12258 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12259 errors, lesson don't add new functions at 1am before a release
12260 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12261 from XPath initialization when possible.
12262
Daniel Veillardd9bad132001-07-23 19:39:43 +000012263Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12264
12265 * result/scripts/base*: removing history/readline changed
12266 this slightly
12267 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12268 xmllint.c: make element content line number generation
12269 optionnal to avoid breaking old apps added interface to switch
12270
Daniel Veillardf012a642001-07-23 19:10:52 +000012271Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12272
12273 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012274 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012275 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12276 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12277 John Kroll fixes to allow saving to HTTP via PUT (or
12278 POST of needed).
12279 * doc/html/*.html: regenerated the docs
12280
Thomas Broyere8126242001-07-22 03:54:15 +000012281Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12282
12283 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12284 xmlHashScanFull and xmlHashScannFull3 to get passed the
12285 three keys as arguments to the callback function
12286
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012287Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12288
12289 * configure.in Makefile.am: removed libxml softlink for good
12290 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12291 100% coverage by gtk-doc
12292
Daniel Veillard8599e702001-07-17 21:38:51 +000012293Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12294
12295 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12296 fixed serious troubles due to size_t vs. int mismatch
12297
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012298Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12299
12300 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12301
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012302Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12303
12304 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12305 convenient extension API for value and context managing
12306 Now handles external objects through xmlXPathPopExternal,
12307 xmlXPathWrapExternal and xmlXPathReturnExternal.
12308 Added functions for sets operations (intersection, etc.)
12309
Daniel Veillard22090732001-07-16 00:06:07 +000012310Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12311
12312 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12313 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12314 HTMLparser.c: cleanup of global variables, marking some
12315 const or private.
12316
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012317Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012318
12319 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12320 fixed xmlXPathNodeSetItem when passing index=0
12321
Daniel Veillard05dec342001-07-14 21:57:39 +000012322Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12323
12324 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12325
Daniel Veillard28ae6362001-07-14 16:44:32 +000012326Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12327
12328 * xmllint.c: fixed compilation under Cygwin #57503
12329 * TODO: update
12330
Peter Williamsed156f52001-07-13 18:35:13 +0000123312001-07-13 Peter Williams <peterw@ximian.com>
12332
12333 * config.h.in: add #undef HAVE_DLFCN_H
12334
12335 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12336 builddir.
12337
Daniel Veillard73b36e32001-07-12 15:09:52 +000012338Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12339
12340 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12341 raised by #57348 and #57381
12342
Daniel Veillard7db37732001-07-12 01:20:08 +000012343Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12344
12345 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12346 tree.c xpointer.c: store the line numbder in element->content,
12347 may break some software, need a configuration mechanism
12348
Darin Adler96037892001-07-11 00:03:16 +0000123492001-07-10 Darin Adler <darin@bentspoon.com>
12350
12351 * .cvsignore:
12352 * example/.cvsignore:
12353 * include/.cvsignore:
12354 * include/libxml/.cvsignore:
12355 Various things that are generated and should be ignored.
12356
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012357Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12358
12359 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12360 * doc/xml.html doc/html/*: updated the docs
12361
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012362Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12363
12364 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12365 validation occured on content with element child
12366
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012367Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12368
12369 * tree.c: fixed XML Base computation which was broken
12370 * debugXML.c: added a base function to the shell
12371 * Makefile.am result/scripts/* test/scripts/*: added scripts
12372 based regression tests, and adding 2 XML Base tests
12373
Daniel Veillard19e96c32001-07-09 10:32:59 +000012374Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12375
12376 * tree.c: set properties doc and call xmlSetListDoc for properties
12377 content when grafting them in a different tree.
12378 * aclocal.m4: remove from CVS
12379
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012380Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12381
12382 * win32/libxml2/libxml2.def.src: added some missing entry point
12383 for XPath (Mark Vakoc)
12384
Daniel Veillard388236f2001-07-08 18:35:48 +000012385Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12386
12387 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12388 layer should URI-Unescape before trying to open resources.
12389
Daniel Veillard04383752001-07-08 14:27:15 +000012390Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12391
12392 * xpath.c: fix the name() bug for elements in the default
12393 namespace reported by Charlie Bozeman
12394
Daniel Veillard7583a592001-07-08 13:15:55 +000012395Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12396
12397 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12398 led to an XPath fix, improvements of SAX initialization, and
12399 an added option --nocdata to testXPath
12400
Daniel Veillard449d7392001-07-07 19:11:06 +000012401Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12402
12403 * doc/libxml-doc.el: Felix Natter provided anew version working
12404 with XEmacs too
12405
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012406Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12407
12408 * include/libxml/xpath.h: small cleanup
12409 * doc/xml.html: update
12410
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012411Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12412
12413 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12414 released 2.3.14
12415
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012416Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12417
12418 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012419 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012420
Daniel Veillard73c9c042001-07-05 20:02:54 +000012421Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12422
12423 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12424 were not equal to empty strings
12425
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012426Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12427
12428 * SAX.c: fixed a URI-Reference computation problem when validating
12429 * xmlIO.c: small cleanup
12430
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012431Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12432
12433 * parser.c: improved the description of a couple of interfaces
12434 upon Larry Stamper suggestion
12435
Daniel Veillard62f313b2001-07-04 19:49:14 +000012436Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12437
12438 * SAX.c entities.c parser.c: changed completely the way entities
12439 are handled when running the parser in entity substitution mode.
12440 This fixes a bug reported by Stephan Kulow and nearly divides
12441 by 3 the amount of memory required by libxslt to load and process
12442 DocBook TDG.
12443
Daniel Veillardf420ac52001-07-04 16:04:09 +000012444Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12445
12446 * HTMLparser.c: fixing a too early root closing problem raised
12447 byt Prashanth Naidu
12448
Daniel Veillard8c357d52001-07-03 23:43:33 +000012449Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12450
12451 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12452 raised by Mark Vakoc.
12453
Daniel Veillard6e90d192001-07-03 16:37:49 +000012454Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12455
12456 * example/Makefile.am: fixed the include path to add srcdir/include
12457 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12458 and some cleanup
12459
Daniel Veillardf06307e2001-07-03 10:35:50 +000012460Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12461
12462 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12463 lot of optimization work, results in significant improvements
12464 when handling really complex XPath queries. Add a small optimizer
12465 for unions, improve [n] and [last()], avoid some costly ops.
12466
Daniel Veillard77044732001-06-29 21:31:07 +000012467Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12468
12469 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12470 * xpath.c: small cleanup
12471 * xmlGetNsList: reformated, fixed problems if used on Entities
12472
Daniel Veillard2adbb512001-06-28 16:20:36 +000012473Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12474
12475 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12476
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012477Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12478
12479 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12480 * Makefile.am example/Makefile.am: workaround automake generating
12481 erroneous deps
12482
Daniel Veillard12f7d292001-06-28 13:12:11 +000012483Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12484
12485 * include/win32config.h: bug #56801 Yon Derek provided a patch
12486 to the windows config file.
12487
Daniel Veillard87ee9142001-06-28 12:54:16 +000012488Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12489
12490 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12491 libxml.h : Yon Derek provided a set of changes to compile from
12492 CVS on Windows/MSC
12493
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012494Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12495
12496 * parser.c: fixed UTF8 BOM support in push mode
12497 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12498 added a specific testcase
12499
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012500Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12501
12502 * Makefile.am: added --push regression tests
12503 * parserInternals.c: the XML parser segfaulted in --push mode
12504
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012505Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12506
12507 * configure.in: moved the symlinks detection within a CVS
12508 check, this is not portable and will be removed soon.
12509 * xpath.c: small cleanup/speedup
12510
Daniel Veillard11648102001-06-26 16:08:24 +000012511Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12512
12513 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12514 release of 2.3.12
12515 * parser.c: make an error message if unknow entities in all cases
12516
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012517Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12518
12519 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12520
Daniel Veillard23793842001-06-25 16:07:45 +000012521Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12522
12523 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12524 includes were installed in the wrong dir
12525
Daniel Veillardf5498f32001-06-25 15:08:36 +000012526Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12527
12528 * doc/html.xml: warn against sending code to exhibit bugs.
12529
Daniel Veillard56f06462001-06-24 21:34:03 +000012530Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12531
12532 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12533 Tru64 from Thomas Leitner
12534
Daniel Veillardc5d64342001-06-24 12:13:24 +000012535Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12536
12537 * AUTHORS: added William and Bjorn
12538 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12539 daniel@veillard.com hopefully I won't have to do this again
12540 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12541 docs can be rebuilt cleanly now
12542 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12543 from CVs it's generated, added include/libxml/xmlwin32version.h
12544 also generated but which should change far less frequently.
12545 * catalog.c nanoftp.c: made sure to include libxml.h not
12546 libxml/xmlversion.h directly
12547 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12548 when compiling on WIN32 and MSC
12549
Daniel Veillard07385fd2001-06-23 21:55:48 +000012550Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12551
12552 * include/Makefile.am include/libxml/Makefile.am configure.in:
12553 fixed make distcheck and rebuilding the rpms
12554
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012555Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12556
12557 * configure.in: should finish the migration of exported includes
12558 into a real include/libxml in CVS, at least for CVS users.
12559 * removed the exported headers, added in include/libxml (as well
12560 as xmlversion.h.in).
12561
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012562Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12563
12564 * configure.in: fixed the way to detect symlink
12565
Daniel Veillard66541772001-06-23 18:31:04 +000012566Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12567
12568 * configure.in: updated, include/libxml is now a real CVS dir
12569
Daniel Veillardca989762001-06-23 17:39:29 +000012570Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12571
12572 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12573 version works with both libxml1 and libxml2 (it autodetects
12574 the prefix of the html-files) from Felix Natter.
12575 * doc/xml.html: updated doc accordingly
12576
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012577Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12578
12579 * xpath.c: fixed the bug generating a template loop in libxslt
12580 when using docbook-xsl-1.4, * should filter out document nodes
12581 * HACKING: added William
12582 * TODO: updated
12583
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012584Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12585
12586 * doc/FAQ.html: added a warning about gcc-3.0
12587 * doc/xml.html: added reference to gdome2 and removed a confusing
12588 sentence
12589
Daniel Veillardf7f41852001-06-22 15:18:01 +000012590Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12591
12592 * xmlversion.h: okay this is a generated file, but Windows
12593 users need it and they can't generate it, and I want CVS
12594 Windows users ...
12595 * win32/libxml2/libxml2_so.dsp: Windows project file for
12596 the shared lib version of libxml2
12597 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12598 resources needed for libxslt/xsltproc by Yon Derek
12599
Bjorn Reese3157b342001-06-22 14:41:45 +000012600Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12601
12602 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12603
Daniel Veillard4151acb2001-06-22 10:48:57 +000012604Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12605
Daniel Veillardcc146db2001-06-22 11:10:52 +000012606 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12607
12608Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12609
Daniel Veillard4151acb2001-06-22 10:48:57 +000012610 * include/win32config.h: Yon Derek provided a first fix
12611 to be able to compile libxslt/xsltproc on Windows
12612
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012613Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12614
12615 * xpath.c: attempt to work around what seemed a gcc optimizer
12616 bug when handling floats on i386 http://veillard.com/gcc.bug
12617 * tree.c entities.c encoding.c: doing some cleanups while
12618 chasing it
12619
Daniel Veillard017b1082001-06-21 11:20:21 +000012620Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12621
12622 * Makefile.am: cleanup when --without-debug is specified
12623 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12624 w.r.t. --without-debug and other include points
12625 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12626 Catalogs
12627 * configure.in entities.h tree.h HTMLparser.c: removed
12628 --without-corba, made the _private field mandatory
12629
Daniel Veillard87a764e2001-06-20 17:41:10 +000012630Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12631
12632 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12633 outputs a BOM in UTF8, an errata has been issued to avoid the
12634 problem, that was the most reasonable solution... Add support
12635 for a leading UTF8 BOM in entities.
12636
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012637Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12638
12639 * valid.c: fixed a bug found when post validating an entity ref
12640 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12641 activate it too
12642
Daniel Veillard39196eb2001-06-19 18:09:42 +000012643Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12644
12645 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12646 weakness in the node copy the XPointer and the XInclude
12647 implementations. Serious cleanup.
12648
Daniel Veillard3739b982001-06-19 12:51:30 +000012649Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12650
12651 * Makefile.am: Kjartan Maraas provided a small patch to
12652 add xml2-config.in to EXTRA_DIST
12653
Daniel Veillarda9142e72001-06-19 11:07:54 +000012654Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12655
12656 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12657 provided another failing case found in KDE, the way the
12658 ctxt->vctxt.nodeTab was allocated and freed changed over
12659 time but it wasn't completely cleaned up. This should fix it.
12660
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012661Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12662
12663 * parser.c: Stephan Kulow also raised the fact that line number
12664 could get miscounted making debug harder, fixed the problem
12665 in xmlParseCharData()
12666
Daniel Veillard64b98c02001-06-17 17:20:21 +000012667Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12668
12669 * valid.c: Stephan Kulow pointed out a problem when validating
12670 and using an empty entity, forgot a 'break' in a case.
12671
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012672Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12673
12674 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12675 * doc/xml.html: updated with 2.3.11
12676
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012677Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12678
12679 * TODO: updated adding cleanup of generated doc
12680 * configure.in: prepared to release 2.3.11
12681 * xmllint.c: added --version for bug reporting
12682 * doc/html/*.html: rebuilt the doc
12683
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012684Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12685
12686 * xpath.c: first part of the work on selecting namespace to
12687 fix bug #56115
12688
Daniel Veillard96ed5832001-06-15 22:22:04 +000012689Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12690
12691 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12692 when using -liconv
12693 * TODO: updated
12694
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012695Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12696
12697 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12698 cleanup, encoding support.
12699
Daniel Veillard608ad072001-06-14 08:32:28 +000012700Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12701
12702 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12703
Daniel Veillard239d0522001-06-13 23:02:48 +000012704Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12705
12706 * xpath.c: bug detected by Ankh when / is used as a function arg
12707
Daniel Veillard02bb1702001-06-13 21:11:59 +000012708Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12709
12710 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12711 of element and use it to avoid outputting formatting spaces at
12712 the wrong place. Implemented the format parameter for HTML save.
12713 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12714 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12715 result/HTML/wired.html: of course this impact the result of a
12716 number of HTML tests
12717
Daniel Veillard95d845f2001-06-13 13:48:46 +000012718Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12719
12720 * HTMLtree.[ch]: started augmenting the HTML save API with
12721 encoding and formatting parameters
12722
Daniel Veillardeca60d02001-06-13 07:45:41 +000012723Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12724
12725 * HTMLtree.h: cleanup and started evaluating the work needed on
12726 revamping the HTML output code
12727
Daniel Veillard84666b32001-06-11 17:31:08 +000012728Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12729
12730 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12731
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012732Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12733
12734 * valid.c: fixed bug #56049, forgot one check in the
12735 validation routine
12736
Daniel Veillardca2366a2001-06-11 12:09:01 +000012737Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12738
12739 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12740
Daniel Veillard6761eee2001-06-11 10:29:38 +000012741Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12742
12743 * libxml.h: fixed an error in last commit
12744 * doc/FAQ.html: added an entry for compilation from CVS
12745
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012746Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12747
12748 * xmlversion.h.in libxml.h: Cygwin patches
12749 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12750 * tree.h: cleanup
12751
Daniel Veillardacd370f2001-06-09 17:17:51 +000012752Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12753
12754 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12755 memory block in a strange case where libxml is linked twice
12756 in the binary.
12757
Daniel Veillard1d047672001-06-09 16:41:01 +000012758Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12759
12760 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12761 state far too often, simple fix used to avoid it.
12762
Daniel Veillard4497e692001-06-09 14:19:02 +000012763Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12764
12765 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12766 being processed, applied his patch
12767 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12768
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012769Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12770
12771 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12772 provided fixes to compile on MSCC again
12773 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12774 also provided an update for the project files.
12775
Daniel Veillarda682b212001-06-07 19:59:42 +000012776Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12777
12778 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12779 bug #55810
12780
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012781Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12782
12783 * tree.c: fixed xmlGetNsProp() to close bug #55683
12784 Note this requires libxslt to use it's own function instead.
12785
Daniel Veillardf0c53762001-06-07 16:07:07 +000012786Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12787
12788 * HTMLtree.c: when in a pre element no formatting space should
12789 be added.
12790 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12791
Daniel Veillard068a9652001-06-07 15:30:26 +000012792Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12793
12794 * configure.in: added tests for signal() and signal.h
12795
Daniel Veillard541d6552001-06-07 14:20:01 +000012796Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12797
12798 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12799
Daniel Veillard8a367d42001-06-07 14:01:34 +000012800Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12801
12802 * doc/libxml-doc.el: Felix Natter provided a new version for
12803 libxml2
12804
Daniel Veillard8a926292001-06-07 11:20:20 +000012805Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12806
12807 * HTMLtree.c: when in a pre element no formatting space should
12808 be added.
12809
Daniel Veillard14839d52001-06-06 16:11:56 +000012810Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12811
12812 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
12813
Daniel Veillarde95e2392001-06-06 10:46:28 +000012814Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12815
12816 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
12817 hack
12818 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
12819 * uri.c: fixed a warning
12820
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000012821Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12822
12823 * HTMLtree.c: trying to close bug #55772 escaping in script
12824 elements
12825 * doc/xml.html: suggest to send mail to the list
12826
12827Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000012828
12829 * error.c: attempt to fix the xmlGetVarStr breakage once and for
12830 good. Use a macro and based on the solution provided in
12831 vsnprintf manual page from GNU.
12832
Bjorn Reese99748722001-06-05 12:49:15 +000012833Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12834
12835 * error.c: Workaround for non-preserving variadic list.
12836 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
12837
Daniel Veillard2e4f1882001-06-01 10:11:57 +000012838Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12839
12840 * doc/xml.html: added 2.3.10 release
12841
Daniel Veillardb3a182e2001-06-01 09:28:09 +000012842Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12843
12844 * configure.in: releasing 2.3.10
12845
Daniel Veillard3c2758d2001-05-31 18:43:43 +000012846Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12847
12848 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
12849
Daniel Veillard20042422001-05-31 18:22:04 +000012850Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12851
12852 * encoding.c: Robert Collins provided a patch to add the
12853 "US-ASCII" encoding alias
12854
Daniel Veillard97ac1312001-05-30 19:14:17 +000012855Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12856
12857 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
12858 string oriented functions and started cleaning the related areas
12859 in xpath.c which needed fixing in this respect
12860
Daniel Veillard2d703722001-05-30 18:32:34 +000012861Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12862
12863 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
12864 #55380
12865 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
12866
Daniel Veillard9403a042001-05-28 11:00:53 +000012867Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12868
12869 * TODO: updated
12870 * nanohttp.[ch] : started adding APIs to get the redirected URL
12871 when this occurs (needed for further base computation
12872 * tree.h: cleanup
12873 * encoding.c: cleanup
12874 * SAX.c: minor change around ctxt->loadsubset
12875
Daniel Veillard6278fb52001-05-25 07:38:41 +000012876Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12877
12878 * Makefile.am include/Makefile.am: small change to have
12879 include/libxml rebuilt if working from CVS.
12880 * uri.c: applied another patch from Carl Douglas for URI escaping,
12881 this should close bug #51876
12882
Daniel Veillardd16df9f2001-05-23 13:44:21 +000012883Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12884
12885 * xinclude.c: fixed XInclude recursive behaviour bug #54678
12886 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
12887 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
12888 added specific regression test
12889 * parser.h: preparing for the XSLT mode where DTD inherited
12890 attributes are added to the tree.
12891
Daniel Veillardbbd22452001-05-23 12:02:27 +000012892Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12893
12894 * xinclude.[ch]: Updated the namespace for the Last Call version
12895 * result/XInclude/include test/XInclude/include: updated the
12896 testsuite accordingly
12897
Daniel Veillard8514c672001-05-23 10:29:12 +000012898Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12899
12900 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
12901 related to bug #51876
12902
Daniel Veillard42596ad2001-05-22 16:57:14 +000012903Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12904
12905 * tree.c: fixed a gross mistake in base computation, xml:base is
12906 not completely correct yet (need cascade).
12907 * xpath.[ch]: added the few things needed to find a function name
12908 and URI from the XPath context when it is called.
12909
Daniel Veillard81418e32001-05-22 15:08:55 +000012910Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12911
12912 * catalog.[ch]: fixes and add xmlLoadCatalogs()
12913 * DOCBparser.c: small cleanup
12914 * xmllint.c: added a --catalogs option to load catalogs from
12915 $SGML_CATALOG_FILES
12916 * tree.c: cleanup
12917 * configure.in: iconv library fixup, ICONV_LIBS
12918
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000012919Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12920
12921 * catalog.c: handling of CATALOG entries. detection of recursion,
12922 and a few bugfixes
12923 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
12924 against the default namespace
12925
Daniel Veillard04b93292001-05-21 08:15:31 +000012926Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12927
12928 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
12929
Daniel Veillarda97a19b2001-05-20 13:19:52 +000012930Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12931
12932 * parser.c: fixed propagation context info when parsing an
12933 external entity.
12934 * doc/html/*.html: regenerated a couple of docs
12935
Daniel Veillard4623acd2001-05-19 15:13:15 +000012936Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12937
12938 * doc/xml.html: update with 2.3.9 informations
12939
Daniel Veillardbed7b052001-05-19 14:59:49 +000012940Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12941
12942 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
12943 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
12944 * doc/html/* : rebuilt the docs
12945 * valid.c: small patch which may improve some case when
12946 validating.
12947
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000012948Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12949
12950 * HTMLparser.c: Closed bug #54891
12951 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
12952 to the suite
12953
12954Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12955
12956 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
12957 applied a documentation patch from LotR and filled in a few missing
12958 descriptions
12959
Daniel Veillard76d66f42001-05-16 21:05:17 +000012960Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12961
12962 * xpath.c tree.c parser.c: speed optimizations at the parser level
12963 document tree freeing and xpath evaluation
12964
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000012965Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12966
12967 * parser.c parser.h parserInternals.h: fixed a couple of
12968 interfaces for handling memory buffer input to const char *
12969 upon suggestion of JamesH.
12970
Daniel Veillardc3739e72001-05-15 15:23:27 +000012971Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12972
12973 * configure.in: LoTR sent a patch fixing the previous commit
12974
Daniel Veillarda4f27e02001-05-15 12:41:29 +000012975Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12976
12977 * configure.in: trying to deal again with the stoopid -R linking
12978 flag of Solaris
12979
Daniel Veillard790142b2001-05-15 10:51:53 +000012980Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12981
12982 * xpath.h: two nodeset access macros from Thomas Broyer
12983
Daniel Veillardba0b8c92001-05-15 09:43:47 +000012984Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12985
12986 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
12987 patch from Thomas Broyer
12988
Daniel Veillarde62d36c2001-05-15 08:53:16 +000012989Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12990
12991 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
12992 case
12993 * INSTALL: was empty added stuff from the FAQ
12994
Daniel Veillard75bea542001-05-11 17:41:21 +000012995Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12996
12997 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
12998 attributes handling and #54433 by adding xmlUnsetProp()
12999 and xmlUnsetNsProp()
13000
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013001Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13002
13003 * HTMLparser.c: Patch from Jonas Borgström
13004 (htmlGetEndPriority): New function, returns
13005 the priority of a certain element.
13006 (htmlAutoCloseOnClose): Only close inline elements if they
13007 all have lower or equal priority.
13008 * result/HTML: this of course changed a number of tests results.
13009
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013010Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13011
13012 * xmlIO.c catalog.c: plugged in the default catalog resolution
13013 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13014 documentations
13015 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13016
Daniel Veillarda7374592001-05-10 14:17:55 +000013017Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13018
13019 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13020 integrating catalogs
13021 * catalog.[ch] testCatalog.c: adding a small catalo API
13022 (only SGML catalog support).
13023 * parser.c: restaured xmlKeepBlanksDefault(0) API
13024
Daniel Veillardc17337c2001-05-09 10:51:31 +000013025Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13026
13027 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13028
Daniel Veillard257d9102001-05-08 10:41:44 +000013029Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13030
13031 * parser.c: added xmlParseExternalEntityPrivate() to allow
13032 propagation of ctxt->_private when parsing external entities
13033
Daniel Veillard083c2662001-05-08 08:27:14 +000013034Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13035
13036 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13037
Daniel Veillard01ef7382001-05-08 07:31:43 +000013038Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13039
13040 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13041
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013042Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13043
13044 * valid.c: warn when indeterminist content model is detected
13045 * result/VC/ElementValid8: this adds a message
13046 * Makefile.am: add --novalid for VCM tests
13047 * parserInternals.c: added a call to Init memory
13048
Daniel Veillard64269352001-05-04 17:52:34 +000013049Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13050
13051 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13052 when both parameters are NULL.
13053
Daniel Veillard37721922001-05-04 15:21:12 +000013054Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13055
13056 * valid.c: applied small patch from Gary Pennington, reindented
13057 some part of the code.
13058
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013059Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13060
13061 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13062 release, updated and regenerated the docs
13063
Daniel Veillard357c9602001-05-03 10:49:20 +000013064Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13065
13066 * xpath.c result/XPath/expr/floats : clarified and cleanup
13067 printing of abnormal floats in tests.
13068
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013069Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13070
13071 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13072 * results/HTML/ : a few changes in the output of the HTML tests as
13073 a result.
13074 * configure.in: tying to fix -liconv where needed
13075
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013076Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13077
13078 * Makefile.am: fixed a stupid error
13079
Daniel Veillard7150a032001-05-02 16:41:11 +000013080Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13081
13082 * configure.in Makefile.am: make the inclusion of the trio
13083 modules in the library conditional
13084
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013085Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13086
13087 * DOCBparser.c: patche from László Kovács, fixed entities refs
13088 in attributes handling
13089
Daniel Veillardedddff92001-05-02 10:58:52 +000013090Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13091
13092 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13093 flushing
13094
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013095Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13096
13097 * xpath.c: fix of an XSLT namespace bug reported on the list
13098 general/bug-8-
13099
Daniel Veillard5792e162001-04-30 17:44:45 +000013100Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13101
13102 * strio.h trio.c: Dan McNichol suggested a couple of small
13103 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13104
Daniel Veillard02141ea2001-04-30 11:46:40 +000013105Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13106
13107 * tree.c parser.c encoding.c: spent a bit more time looking
13108 at the parsing speed and DOM handling. Added a few more
13109 speedups.
13110
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013111Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13112
13113 * parser.c: small but effective parsing speed improvement
13114
Daniel Veillardb59076b2001-04-29 17:04:07 +000013115Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13116
13117 * configure.in: default on the DocBook parser inclusion (for Gnome)
13118 * DOCBparser.h: fixed a header reference
13119
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013120Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13121
13122 * configure.in xpath.c: applied Bjorn patches for FPE on the
13123 alpha
13124
Daniel Veillardeefd4492001-04-28 16:55:50 +000013125Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13126
13127 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13128 xmlSaveFormatFileTo()
13129
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013130Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13131
13132 * xpath.c: simple and efficient optimization, XPath functions
13133 aways bind to the same code, cache this
13134 * TODO: updated (by saying some is obsolete)
13135
Daniel Veillard2156a562001-04-28 12:24:34 +000013136Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13137
13138 * xpath.c: more cleanup work on XPath name parsing routines
13139
Daniel Veillard61d80a22001-04-27 17:13:01 +000013140Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13141
13142 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13143 xmlXPathParseName
13144 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13145 * debugXML.c: avoid compilation problems if compiling without
13146 HTML support, Igor Zlatkovic
13147 * win32/libxml2/libxml2.def.src: being able to compile without
13148 XPath on Windows
13149
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013150Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13151
13152 * libxml.m4: yet another patch from Toshio Kuratomi
13153
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013154Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13155
13156 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13157
Daniel Veillard67fee942001-04-26 18:59:03 +000013158Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13159
13160 * tree.[ch]: added xmlSaveFormatFile interface for saving
13161 and indenting a file.
13162
Daniel Veillard82e49712001-04-26 14:38:03 +000013163Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13164
13165 * xpath.c: fixed bug #53689 related to processing-instruction()
13166
Daniel Veillard02f077a2001-04-26 10:59:11 +000013167Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13168
13169 * DOCBparser.c: patche from László Kovács
13170
Daniel Veillard30211a02001-04-26 09:33:18 +000013171Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13172
13173 * parser.c: applied fixes from Christian Glahn bug report #53391
13174
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013175Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13176
13177 * error.c: Jean François Lecomte provided a complete description
13178 and a fix to bug #53537
13179
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013180Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13181
13182 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13183
Daniel Veillard1034da22001-04-25 19:06:28 +000013184Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13185
13186 * DOCBparser.c SAX.c: a bit more work on entities processing.
13187 Still Need to cleanup XML output and references in attributes
13188
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013189Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13190
13191 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13192
Daniel Veillardb33c2012001-04-25 12:59:04 +000013193Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13194
13195 * tree.c: trying to fix #53574, not completely complete,
13196 I would like xmllint --copy --debug test/ent1 and
13197 xmllint --debug test/ent1 to show the same result.
13198 * xpath.c: fix a bug when trying to sort namespace nodes
13199
Daniel Veillard5146f202001-04-25 10:29:44 +000013200Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13201
13202 * HTMLtree.c: real fix for #53402
13203
Daniel Veillard7533cc82001-04-24 15:52:00 +000013204Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13205
13206 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13207 PIs when using xsl:output
13208 * valid.c: closing #53537 some case generate segfaults if there
13209 is validity errors
13210
Daniel Veillard61b33d52001-04-24 13:55:12 +000013211Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13212
13213 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13214 of external parsed entities, added --noent to testDocbook
13215 * valid.c: Garry Pennington found an uninitialized variable
13216 access in xmlValidateElementContent()
13217
Daniel Veillard56098d42001-04-24 12:51:09 +000013218Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13219
13220 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13221 with madness
13222 * result/HTML/ : this modified the result of the regression tests
13223 a lot.
13224
Daniel Veillard122376b2001-04-24 12:12:30 +000013225Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13226
13227 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13228 to doc where it wasn't checked against NULL reported by
13229 Jens Laas
13230
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013231Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13232
13233 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13234 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13235
Daniel Veillardeae522a2001-04-23 13:41:34 +000013236Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13237
13238 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13239 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13240 * SAX.[ch]: cleanup and updates for DocBook
13241 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13242 ex SGML identifier changes
13243 * valid.c: removed a static unused function.
13244
Daniel Veillardde57c612001-04-23 09:13:36 +000013245Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13246
13247 * HTMLtree.c: applied change for Paul Sponagl on script saving
13248 * Makefile.am: the warning about entity title.xml are normal.
13249
Daniel Veillard393df012001-04-22 20:11:18 +000013250Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13251
13252 * configure.in: release of 2.3.7
13253 * Makefile.am: fixing make distcheck
13254
Daniel Veillarda41123c2001-04-22 19:31:20 +000013255Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13256
13257 * doc/html/* doc/xml.html: updated and regenerated the docs
13258
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013259Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13260
13261 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13262
Daniel Veillarde82a9922001-04-22 12:12:58 +000013263Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13264
13265 * tree.c: fixed #53388 with the provided patch
13266
Daniel Veillard06803992001-04-22 10:35:56 +000013267Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13268
13269 * valid.c: Bjorn detected an invalid memory access. Fixed
13270 vstateVPush()
13271
Daniel Veillard40af6492001-04-22 08:50:55 +000013272Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13273
13274 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13275
Bjorn Reese70a9da52001-04-21 16:57:29 +000013276Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13277
13278 * libxml.h: new header used only for the compilation of libxml
13279 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13280 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13281 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13282 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13283 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13284 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13285 baseline (version 1.2 plus a single patch).
13286 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13287 scientific notation for numbers. Tests added.
13288 * xpath.c: formatting of numbers changed to use sprintf
13289 (contribution from William Brack)
13290
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013291Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13292
13293 * valid.c: cleanup, more useful debugging
13294 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13295 * xmlIO.c: entity loading is printed as an error when validating
13296
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013297Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13298
13299 * valid.c: fixed to validate within entities
13300 * test/VCM/v22.xml: added a specific testcase
13301
Daniel Veillardca1f1722001-04-20 15:47:35 +000013302Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13303
13304 * valid.c: forgot an epsilon transition in for ()+
13305 * test/VCM/v21.xml : added a specific test case
13306
Daniel Veillard85349052001-04-20 13:48:21 +000013307Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13308
13309 * valid.c: removed a state explosion exhibited by RSS
13310 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13311 from bug #51872
13312
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013313Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13314
13315 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13316 validation without using an ugly NFA -> DFA algo in the source.
13317 Made a specific algorithm easier to maintain, using a single
13318 stack and without recursion.
13319 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13320 * hash.c: made the growing routine static
13321 * tree.h parser.c: added the parent information to an
13322 xmlElementContent node.
13323
Daniel Veillarde470df72001-04-18 21:41:07 +000013324Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13325
13326 * SAX.c parser.c xpath.c: generating IDs when not validating
13327 from an external parsed entity was poisoning the ID has table
13328 with removed values. This was killing XSLT on the KDE help
13329 browser.
13330
Daniel Veillardceacdd92001-04-18 15:10:35 +000013331Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13332
13333 * entities.h: andrew@ugh.net.au detected a double declaration
13334
Daniel Veillarda10efa82001-04-18 13:09:01 +000013335Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13336
13337 * debugXML.c hash.c tree.h valid.c : some changes related to
13338 the validation suport to improve speed with DocBook
13339 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13340 the way validation errors get reported
13341
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013342Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13343
13344 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13345 by P C Chow and William M. Brack for XSLT HTML output
13346
Daniel Veillard2d90de42001-04-16 17:46:18 +000013347Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13348
13349 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13350 Igor Zlatkovic patches for MSC compilation and added his
13351 updates
13352
Daniel Veillarde043ee12001-04-16 14:08:07 +000013353Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13354
13355 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13356 prefix lookup.
13357 * parserInternals.c: fixed the bug reported by Morus Walter
13358 due to an off by one typo in xmlStringCurrentChar()
13359
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013360Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13361
13362 * HTMLparser.c result/HTML/*: revamped the way the HTML
13363 parser handles end of tags or end of input
13364
Daniel Veillard82daa812001-04-12 08:55:36 +000013365Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13366
13367 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13368
Daniel Veillard67a21302001-04-11 14:39:16 +000013369Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13370
13371 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13372 bug where the linktime verions of free() won't work ...
13373
Daniel Veillard27b55282001-04-11 12:22:25 +000013374Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13375
13376 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13377
Daniel Veillardafc73112001-04-11 11:51:41 +000013378Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13379
13380 * doc/xml.html: added 2.3.6 release
13381
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013382Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13383
13384 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13385 * result/wml.xml: resulted in a small output change
13386
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013387Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13388
13389 * tree.c: xmlNewDoc was missing the charset initialization
13390 * xmllint.c: added --auto to autogenerate a doc, allow to
13391 reproduce the problem fixed on xmlNewDoc
13392
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013393Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13394
13395 * xpath.c: trying to get 52979 solved
13396 * tree.c result/ result/noent/: trying to get 52712 solved, this
13397 also made me clean up the fact that XML output in general should
13398 not add formating blanks by default, this changed the output of
13399 a few tests
13400
Daniel Veillard73639a72001-04-10 14:31:39 +000013401Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13402
13403 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13404
Daniel Veillardfac26a12001-04-08 13:08:14 +000013405Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13406
13407 * configure.in: finally released 2.3.6
13408
Daniel Veillard911f49a2001-04-07 15:39:35 +000013409Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13410
13411 * xpath.c: checking for null pointer generated by new code
13412
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013413Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13414
13415 * xpath.c: fixed a [] evaluation problem reported
13416 * test/XPath/tests/simpleaddr: extended test
13417 * result/XPath/simpleaddr: updated result
13418
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013419Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13420
13421 * xmllint.c: Dan Timis reported a portability problem
13422 on Macs without mmap, fixed it.
13423
Daniel Veillardb38bd552001-04-03 18:22:00 +000013424Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13425
13426 * testXPath.c : added a --tree option allowing to display the
13427 tree dump of the XPath expression
13428
Daniel Veillard4dd93462001-04-02 15:16:19 +000013429Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13430
13431 * xpath.c: fixed a memleak when comparing nodesets
13432 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13433 * tree.c: added a TODO
13434
Daniel Veillard92ad2102001-03-27 12:47:33 +000013435Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13436
13437 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13438 we need string functions
13439 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13440 to be able to use them where needed. Applied some changes
13441 to reduce name linking pollution and compile in only what's
13442 needed.
13443 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13444 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13445 for the string manipulation functions
13446 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13447 to the free() function of xmlmemory.c
13448 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13449 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13450 usage.
13451
13452
Daniel Veillard2be30642001-03-27 00:32:28 +000013453Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13454
13455 * error.c: applied the context output patch of the error
13456 handling submitted by Chuck Griffith
13457 * error/VC/*: this slightly change some error logs
13458
Daniel Veillard50582112001-03-26 22:52:16 +000013459Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13460
13461 * parser.c: fixed line number reporting on error
13462
Daniel Veillard04be4f52001-03-26 21:23:53 +000013463Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13464
13465 * parser.c: Sullivan and Darin found a parser bug,
13466 applied the patch.
13467
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013468Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13469
13470 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13471 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13472 xmlversion.h.in xpointer.c: of course the way I defined
13473 UNUSED breaks on old gcc version. Try to be smart and
13474 also define it directly in xmlversion.h
13475 * configure.in: removed -ansi flag from the pedantic set
13476
13477Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013478 Huge cleanup, I switched to compile with
13479 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13480 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13481 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13482 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13483 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13484 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13485 encoding.h entities.c error.c list.[ch] nanoftp.c
13486 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13487 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13488 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13489 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13490 Cleanup, staticfied a number of non-exported functions,
13491 detected and cleaned up a dozen of problem found this way,
13492 avoided a lot of public function name/typedef/system names clashes
13493 * doc/xml.html: updated
13494 * configure.in: switched private flags to the really pedantic ones.
13495
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013496Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13497
13498 * configure.in: 2.3.5
13499 * doc/html/*: rebuilt the docs
13500
Daniel Veillard146c9122001-03-22 15:22:27 +000013501Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13502
13503 * parser.c: fixed a reported bug in NOTATION parsing
13504 * uri.c: accepted but not fixed bug 51876, added TODO
13505 * Makefile.am: fixed bug 51876
13506
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013507Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13508
13509 * config.h.in configure.in error.c: fix a compilation problem
13510 on platforms without vsnprintf (xml@thewrittenword.com)
13511
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013512Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13513
13514 * parser.c: fixed a function name header typo
13515 * SAX.c: notations can also occur in external subset.
13516
Daniel Veillard7d42b542001-03-20 13:22:46 +000013517Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13518
13519 * error.c: removed a C++ like comment
13520
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013521Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13522
13523 * parser.c: fixing bug 52299 strange condition leading
13524 to a parser crash due to a buffer overflow
13525 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13526 added the specific test case
13527
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013528Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13529
13530 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13531 xmlXPathConvert{String,Number,Boolean} to be able to make
13532 type casts without a context stack, fixed some implementation
13533 problems related to the absence of context at parse-time,
13534 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13535 in the public API too
13536 * xpointer.c xpathInternals.h: we need to know at parse time
13537 whether we are compiling an XPointer
13538
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013539Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13540
13541 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13542 cleaned up the parser internals, refactored XPath code, added
13543 new compilation based APIs and cleanly separated public and
13544 private APIs.
13545
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013546Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13547
13548 * xpath.h: the comp field must be added at the end to avoid
13549 killing binary compat.
13550
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013551Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13552
13553 * Makefile.am: detect XPath memleaks in regreson tests
13554 * error.c: fixed and error w.r.t. error reporting still using
13555 stderr
13556 * hash.c: added new line at end of file
13557 * tree.h: minor cleanup
13558 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13559 expression parsing from evaluation, resulted in a number of
13560 changes internally, and in XPointer. Likely to break stuff
13561 using xpathInternals.h but should remain binary compatible,
13562 new interfaces will be added.
13563
Daniel Veillardd574f782001-03-14 19:40:17 +000013564Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13565
13566 * configure.in: fixed a couple of problems reported by
13567 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13568 without gcc on non linux platforms.
13569
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013570Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13571
13572 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13573 a fix for --with-html-dir= configure support. I hope it won't
13574 break rpm generation
13575
Daniel Veillarda022fe02001-03-14 16:30:00 +000013576Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13577
13578 * xmlIO.c: one function comment cleanup.
13579
Daniel Veillard25239c12001-03-14 13:56:48 +000013580Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13581
13582 * SAX.c: external subset notations were improperly registered
13583 in the internal subset.
13584
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013585Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13586
13587 * README.cvs-commits: added, pointing to HACKING
13588 * HACKING: updated
13589
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013590Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13591
13592 * parser.c: and Matt Sergeant found one in the XML push
13593 parser (erroneous check I forgot to remove when I fixed the
13594 main parser).
13595
Daniel Veillard68d7b672001-03-12 18:22:04 +000013596Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13597
13598 * xpath.c: ptittom found a small bug in UnaryExpr
13599
Daniel Veillarde356c282001-03-10 12:32:04 +000013600Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13601
13602 * configure.in: bumped to 2.3.4
13603 * error.c: fixed bug #51860
13604 * tree.c: fixed bug #51861
13605 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13606 * tree.[ch] : added xmlDefaultBufferSize
13607 * nanoftp.c: typo in function name header block
13608 * doc/xml.html : updated, added link to XML::LibXSLT
13609 * doc/html/* : rebuilt the docs
13610
Daniel Veillard80f32572001-03-07 19:45:40 +000013611Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13612
13613 * parser.c SAX.c: the new content parsing code raised an
13614 ugly bug in the characters() SAX callback. Found it
13615 just because of strangeness in XSLT XML Rec ouptut :-(
13616
Daniel Veillard6c831202001-03-07 15:57:53 +000013617Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13618
13619 * Makefile.am: Martin Baulig suggested to add -lm
13620 * tree.c: found another bug in xmlNodeGetContent()
13621
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013622Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13623
13624 * xpath.c: Bjorn found the error related to strictness of comparison.
13625
Daniel Veillard29631a82001-03-05 09:49:20 +000013626Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13627
13628 * parser.c: trying to fix the Dtd parsing problem reported
13629 by Gary, side effect of last week speed optimizations.
13630
Daniel Veillard14be0a12001-03-03 18:50:55 +000013631Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13632
13633 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13634 * parserInternals.c: removed unneeded test raised by Stric
13635
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013636Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13637
13638 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13639 and fixed by William Brack). Added xmlXPathFormatNumber.
13640 Changed the sorting slightly.
13641 * configure.in Makefile.am example/Makefile.am: Added -lm.
13642 Please note that applications linking with libxml2, must
13643 also like with the math library from now on.
13644
Daniel Veillardf9533d12001-03-03 10:04:57 +000013645Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13646
13647 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13648
Daniel Veillard2f362242001-03-02 17:36:21 +000013649Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13650
13651 * parser.c: one must report spaces even if the Dtd element
13652 content proves that this is not part of the element content.
13653 * result/valid/*.xml: this changed the ouptu slightly
13654
Daniel Veillardb402c072001-03-01 17:28:58 +000013655Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13656
13657 * configure.in: bumped to 2.3.3
13658 * doc/xml.html: updated
13659
Daniel Veillard77851712001-02-27 21:54:07 +000013660Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13661
13662 * tree.c: minor doc fix
13663 * xpath.c: deallocation issues when a result tree has been
13664 converted to a node-set
13665
Daniel Veillardec70e912001-02-26 20:10:45 +000013666Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13667
13668 * doc/xml.html: oops corrected dates s/2000/2001
13669
Daniel Veillard8730c562001-02-26 10:49:57 +000013670Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13671
13672 * valid.c: new patch from Gary Pennington
13673
Daniel Veillard91e9d582001-02-26 07:31:12 +000013674Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13675
13676 * doc/xml.html: applied patch from Ankh
13677
Daniel Veillardedac3c92001-02-26 01:36:19 +000013678Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13679
13680 * xinclude.c: fixed a problem building on Mac
13681
Daniel Veillard21a0f912001-02-25 19:54:14 +000013682Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13683
13684 * parser.c: more work on increasing parsing ferformances
13685
Daniel Veillard48b2f892001-02-25 16:11:03 +000013686Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13687
13688 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13689 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13690 avoiding memcpy in production builds MEM_CLEANUP macro use
13691 * parser.[ch] parserInternals.c: optimizations of the tightest
13692 internal loops inside the parser. Better checking of I/O
13693 flushing/loading conditions
13694 * xmllint.c : added --timing
13695
Daniel Veillard71681102001-02-24 17:48:53 +000013696Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13697
13698 * configure.in: bumped to 2.3.2
13699 * doc/xml.html: updated for release
13700
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013701Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13702
13703 * xpath.c: found a memleak and fixed a nasty bug
13704
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013705Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13706
13707 * xmllint.[c1] : added return code errors for xmllint
13708 * xpath.c: specific debug dump function for result value trees
13709
Daniel Veillard4b637072001-02-21 21:52:55 +000013710Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13711
13712 * xpath.c: finally implemented xmlXPathCompareNodeSets
13713 * test/XPath/expr/floats results/XPath/expr/floats: added
13714 a test for float expressions
13715
Daniel Veillardf714aa32001-02-21 03:07:44 +000013716Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13717
13718 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13719 * parserInternals.[ch]: trying to speed up parsing
13720 * xpath.c : speeded up node set equality op
13721
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013722Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13723
13724 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13725 better handling of ID/IDREF and the list modules associated
13726 * configure.in: small CFLAGS cleanup
13727
Daniel Veillarda8abee62001-02-19 15:14:59 +000013728Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13729
13730 * configure.in: fixed iconv detection on AIX (stric)
13731
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013732Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013733
13734 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13735
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013736Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13737
13738 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13739 and optimized xmlXPathNodeSetSort
13740
Daniel Veillard142adbf2001-02-17 13:21:05 +000013741Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13742
13743 * xpath.c: bug fix when context size is 0
13744 * parser.c: I like Norm's Dtd because they still manage to break
13745 the parser occasionally
13746
Daniel Veillardf23e0092001-02-16 13:21:29 +000013747Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13748
13749 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13750
Daniel Veillarde0e26512001-02-16 00:11:46 +000013751Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13752
13753 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13754 attributes within the XML-1.0 namespace
13755
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013756Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13757
13758 * xpathInternals.h: exported a few axis functions
13759 * doc/xml.html: updated the doc
13760
Daniel Veillard760f4422001-02-15 14:59:48 +000013761Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13762
13763 * configure.in: applied patch from Daniel van Balen for OpenBSD
13764 and bumped version to 2.3.1
13765 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13766 attempt to find autoclosing was simply broken, removed it,
13767 updated the examples, this is better
13768
Daniel Veillardd194dd22001-02-14 10:37:43 +000013769Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13770
13771 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13772 hash functionnalities.
13773 * doc/html/* : rebuild the doc
13774
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013775Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13776
13777 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13778 on predicate
13779 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13780 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13781 really want to have tags closed on output even if we accept
13782 unclosed ones on input
13783
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013784Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13785
13786 * xpath.c: ouch don't free NULL, rare case fixed
13787 * tree.c: don't coalesce text nodes if they don't have the
13788 same behaviour wrt escaping on output
13789
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013790Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13791
13792 * xpath.c: small fixup
13793 * SAX.c: don't warn on empty namespaces.
13794
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013795Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13796
13797 * README: a bit of cleanup
13798 * configure.in: preparing for 2.3.0 release
13799
Daniel Veillard1f83d392001-02-08 09:37:42 +000013800Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13801
13802 * hash.[ch]: added a first version of xmlHashSize()
13803 * valid.c: another bug fix from Gary Pennington
13804
Daniel Veillard5eef6222001-02-07 18:24:48 +000013805Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13806
13807 * valid.c: couple of bug fixes pointed by Gary Pennington
13808 * HTMLtree.c: #if 0 cleanup
13809
Daniel Veillard2c257ec2001-02-06 13:29:07 +000013810Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13811
13812 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
13813 which removes a time consuming check of xmlXPathNodeSetAdd()
13814 and use it in places where we are sure to not break unicity
13815
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000013816Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13817
13818 * xpath.c: bug fixes found from XSLT
13819 * tree.c: preserve node->name special values when copying nodes.
13820 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
13821 external subset are fetched when available but without full
13822 validation. Added xmlLoadExtDtdDefaultValue, need a function.
13823 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
13824 output with encoding disabled.
13825
Daniel Veillard2c833b62001-02-03 08:52:06 +000013826Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13827
13828 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
13829 xmlCheckFilename should not be called from xmlFileOpenW
13830 and xmlGzfileOpenW
13831
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000013832Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13833
13834 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
13835 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
13836 added the new tests for URI normalization
13837 * testURI.c: fixed stoopid bugs
13838 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
13839 the URI in the error messages are now properly normalized
13840
Daniel Veillardea28ce62001-02-02 08:20:19 +000013841Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13842
13843 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
13844
Daniel Veillarde99a4762001-02-01 04:34:35 +000013845Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13846
13847 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
13848
Daniel Veillard2b325a02001-01-31 20:46:31 +000013849Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13850
13851 * xpath.c: fixed mod operator
13852
Daniel Veillardde55cf62001-01-31 15:53:13 +000013853Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13854
13855 * parser.c: fixed xmlStrcat doc
13856 * tree.c: 2 fixes form Anders Carlson for copying nodes and
13857 trees.
13858
Daniel Veillard2f913b72001-01-31 13:23:49 +000013859Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13860
13861 * xpath.c result/XPath/tests/chaptersbase
13862 result/XPath/tests/simplebase: fixed XPath node()
13863 * tree.c: small fix in xmlNewNs()
13864 * Makefile.am: removed extraneous xml2Conf.sh rule
13865
Daniel Veillardb42042b2001-01-28 07:40:36 +000013866Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13867
13868 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
13869 Changed the library name, in order to get libxml-devel and
13870 libxml2-devel to coexist on a single system
13871 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
13872 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
13873
Daniel Veillardee0a4662001-01-27 18:59:33 +000013874Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13875
13876 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
13877 libxml2-devel installable in // as libxml-devel.
13878
Daniel Veillard5eb05942001-01-27 17:50:22 +000013879Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13880
13881 * doc/Makefile.am: fixed make rebuild in doc
13882 * doc/html/*.html: rebuilt the docs
13883
Daniel Veillard65c295d2001-01-26 09:32:39 +000013884Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13885
13886 * tree.c: patch from Bjorn Reese on xmlBufferCCat
13887
Daniel Veillard8e199902001-01-25 18:54:39 +000013888Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13889
13890 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
13891 the HTML doc to go into the -devel RPM ...
13892 * aclocal.m4 config.h.in: some updates due to auto* magic
13893
Daniel Veillard93086662001-01-25 18:13:04 +000013894Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13895
13896 * xpath.h: added a hook in the context structure allowing to
13897 link to extra support, needed for XSLT
13898
Daniel Veillardf17e09b2001-01-25 13:55:35 +000013899Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13900
13901 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
13902 xmlXPtrCmpPoints to use it.
13903 * propagated the following patch from Alejandro Forero
13904 * include/win32config.h xmlIO.c: applied further suggestions
13905 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
13906 * example/gjobread.c: fixed warnings, now that it builds
13907
13908Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
13909
13910 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
13911
13912 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
13913 filename points to a valid file (not a directory).
13914 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
13915 Added calls to xmlCheckFilenameDir.
13916
13917 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
13918 `path' (rather than `filename') as the parameter to gzopen and open.
13919
Daniel Veillard48177c22001-01-23 15:27:41 +000013920Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13921
13922 * Makefile.am: fixed a problem with EXTRA_DIST
13923
Daniel Veillardb83ba402001-01-22 22:45:10 +000013924Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13925
13926 * Makefile.am example/Makefile.am: finally found the trick
13927 to build the example, i.e. add "." in SUBDIRS before example
13928 in the list <grin/>
13929
Daniel Veillard82687162001-01-22 15:32:01 +000013930Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13931
13932 * doc/xml.html: updated with an XSLT section, removed pointer to
13933 W3C CVS base.
13934
Daniel Veillard8a7642f2001-01-22 10:45:16 +000013935Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13936
13937 * xpath.c: when copying a XSLT tree object teh tree need to be copied
13938 too, and deallocation need to occur the same way.
13939
Daniel Veillarde4566462001-01-22 09:58:39 +000013940Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13941
13942 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
13943 type correponding to an XSLT result tree fragment. Share most
13944 of the data format with node set, as well as operators.
13945 * HTMLtree.c: added a newline at the end of the doctype output
13946 whe this one is not present initially.
13947 * tree.c: make sure taht the parent and doc pointers are properly
13948 set when copying attributes (lists).
13949
Daniel Veillard701c7362001-01-21 09:48:59 +000013950Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13951
13952 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
13953
Daniel Veillard5a2b6972001-01-20 21:15:50 +000013954Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13955
13956 * xpath.c: seems I finally killed that ugly path evaluation
13957 context bug (tagged 9999 in case is is wrong)
13958
Daniel Veillard8f4d9752001-01-19 05:32:34 +000013959Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13960
13961 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
13962 for XSLT
13963
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000013964Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13965
13966 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
13967 for xmlGzfileOpen() bug
13968
Daniel Veillardf6eea272001-01-18 12:17:12 +000013969Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13970
13971 * xpath.c: removed an error found by XSLT usage
13972 * tree.c parserInternals.h: use a predefined static string
13973 for text and comment nodes, avoid freeing them in xmlFreeNode,
13974 exported the string name in parserInternals.h and added
13975 another value to disable encoding at output (for XSLT),
13976 gain memory, time.
13977
Daniel Veillard8f2cc572001-01-17 08:19:35 +000013978Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13979
13980 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
13981 win32/libxml2/libxml2_so.dsp: new makefiles and update
13982 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13983
Daniel Veillardf831bfb2001-01-16 17:26:04 +000013984Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13985
13986 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
13987 Gary Pennington
13988
Daniel Veillard389e6b72001-01-15 19:41:13 +000013989Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13990
13991 * xpath.c: fixed the comaprision of values and nodelists,
13992 need to compare nodelist still ...
13993 * debugXML.c: avoided a possible core dump
13994 * HTMLparser.c: cleanup
13995 * nanohttp.c: contributed fix.
13996 * tree.c: fixes in properties handling added xmlSetNsProp
13997 needed by libxslt
13998 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
13999 comment
14000 * TODO: updated
14001
Daniel Veillard167bd532001-01-06 21:09:34 +000014002Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14003
14004 * parser.c parserInternals.c: applied Bjorn Reese optimization
14005 patch
14006
14007Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14008
14009 * Makefile.am: applied patch fro make check from Martin Vidner
14010
Daniel Veillard503b8932001-01-05 06:36:31 +000014011Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14012
14013 * configure.in: preparing 2.2.11
14014 * doc/html/*: rebuild the HTML files
14015 * doc/xml.html : updated
14016
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014017Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14018
14019 * tree.c: fixed a stupid bug
14020 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14021 patches related to validation of an XInclude processing result
14022 * TODO: updated
14023
Daniel Veillarde2488192001-01-04 10:54:22 +000014024Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14025
14026 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14027 on large files
14028
Daniel Veillardf060a412001-01-03 20:52:44 +000014029Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14030
14031 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14032
Daniel Veillard45cff692001-01-03 18:02:04 +000014033Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14034
14035 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14036 reported by Jonas Borgström
14037 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14038
Daniel Veillard08108982001-01-03 15:24:58 +000014039Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14040
14041 * testXPath.c xpath.c: fixing the XPath union expressions problem
14042 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14043
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014044Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14045
14046 * xmllint.c: Made is so if the file name is "-" is will read form
14047 standard input. Sven Heinicke <sven@zen.org>
14048 * tree.c: fixed a problem when growing buffer
14049 * tree.h: fixed the comment of the node types following andersca
14050 comment
14051 * TODO: updated
14052
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014053Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14054
14055 * HTMLparser.[ch]: added a way to avoid adding automatically
14056 omitted tags. htmlHandleOmittedElem() allows to change the
14057 default handling.
14058 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14059 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14060 of xmllint too when using --memory flag, added a memory test
14061 suite at the Makefile level.
14062 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14063 with namespace use when encountering QNames in XPath evalation,
14064 added xmlns() scheme in XPointer.
14065 * nanoftp.c : incorporated a fix
14066 * parser.c xmlIO.c: fixed problems raised with encoding when using
14067 the memory I/O
14068 * parserInternals.c: closed bug 25934 reported by
14069 torsten.landschoff@innominate.de
14070 * TODO: updated
14071
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014072Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14073
14074 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14075 on a non-updated tree :-(, made a 2.2.10 release to correct the
14076 situation
14077
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014078Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14079
14080 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14081 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14082 integrated a set of OpenVMS changes from Howard Taylor
14083 <Howard.Taylor@pacoast.com>
14084
Daniel Veillard58770e72000-11-25 00:48:47 +000014085Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14086
14087 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14088 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14089
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014090Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14091
14092 * HTMLparser.c: some fixes on auto-open of html/head/body
14093 * encoding.c: fixed a compilation error on some gcc env
14094 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14095 XPointer implementation
14096 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14097 related XPointer tests and associated results
14098
Daniel Veillard300f7d62000-11-24 13:04:04 +000014099Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14100
14101 * doc/xmldtd.html doc/xml.html: following a short step by step
14102 guidance on IRC to help maciej with DTDs I started a small
14103 page on the subject.
14104
Daniel Veillard748e45d2000-11-17 16:36:08 +000014105Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14106
14107 * HTMLparser.c: fixed handling of broken charrefs
14108 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14109 patches
14110
Daniel Veillard28929b22000-11-13 18:22:49 +000014111Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14112
14113 * doc/xml.html doc/html/* : rebuilt the docs after adding
14114 xinclude and updated page for 2.2.7 and 2.2.8
14115 * configure.in: releasing 2.2.8
14116
Daniel Veillard41e06512000-11-13 11:47:47 +000014117Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14118
14119 * parser.[ch] parserInternals.c: applied the conditional
14120 section processing fix from Jonathan P Springer
14121 <jonathan.springer2@gte.net>
14122 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14123 project file, fixed iconv default non support
14124 * xpath.c: fixed the problem of evaluating relative expressions
14125 when a node context is provided.
14126
Daniel Veillardbf432752000-11-12 15:56:56 +000014127Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14128
14129 * nanoftp.c: fixed gcc 2.95 new warnings
14130 * SAX.c: fixed a stupid bug
14131 * tree.c: fixed a formatting problem when round-tripping
14132 from/to memory
14133 * xinclude.c: chased memleak, fixed a base problem
14134 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14135 xmlXPtrBuildNodeList()
14136 * TODO: updated
14137 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14138 adding a first small set of regression tests for XInclude
14139
Daniel Veillardc2def842000-11-07 14:21:01 +000014140Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14141
14142 * nanohttp.[ch]: applied Wayne Davison patches to access
14143 the WWW-Authorization header.
14144 * parser.c: Closed Bug#30847: Problems when switching encoding
14145 in short files by applying Simon Berg's patch.
14146 * valid.c: fixed a validation problem
14147 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14148 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14149 Wayne Davison
14150 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14151 need to be extended to non full nodes selections.
14152 * xinclude.c: starts to work decently
14153
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014154Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14155
14156 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14157 debugXML.c xmlversion.h.in: Started adding XInclude support,
14158 this is a new xmllint option
14159 * tree.c xpath.c: applied TOM patches for XPath
14160 * xpointer.c: fixed a couple of errors.
14161 * uri.c: added an escaping function needed for xinclude
14162 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14163 new warning from RH70 gcc's version
14164
Daniel Veillarda4964b72000-10-31 18:23:44 +000014165Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14166
14167 * HTMLparser.c: fixed loop on invalid char in scripts
14168 * parser.c: update to description of xmlIOParseDTD()
14169 * libxml.m4 xmlversion.h.in: changes contributed by
14170 Michael Schmeing <m.schmeing@internet-factory.de>
14171 * configure.in: preparing for 2.2.7
14172 * Makefile.am: trying to avoid config.h and acconfig.h
14173 being included in the distrib
14174 * configure.in: released 2.2.7
14175
14176Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14177
14178 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14179 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14180
Daniel Veillard01411222000-10-30 15:33:22 +000014181Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14182
14183 * parser.[ch]: added xmlIOParseDTD()
14184 * xpointer.c: added support for the 2 extra parameters of
14185 string-range, fixed a stoopid error when '0' was present
14186 in XPointer expressions
14187 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14188 testsuite for the above
14189
Daniel Veillard6db58192000-10-30 09:27:53 +000014190Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14191
14192 * libxml.spec.in: improved package descriptions
14193
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014194Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14195
14196 * xpath.c xpathInternals.h: applied a large cleaning patch
14197 from TOM <ptittom@free.fr>, it also add namespace support
14198 for function and variables registration.
14199
Daniel Veillardbd20df72000-10-29 17:53:40 +000014200Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14201
14202 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14203 * Makefile.mingw: Wayne Davison's update adding hash.c
14204
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014205Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14206
14207 * xpath.c: fixed the root evaluation problems
14208 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14209 ignorable spaces with <b> <bold> <em>
14210 * tree.c: fixed a loop in xmlSearchNsByHref()
14211
Daniel Veillard767662d2000-10-27 17:04:52 +000014212Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14213
14214 * xpath.c: applied another XPath patch from TOM
14215 * xpath.c include/makefile.am: applied another patch from
14216 china@thewrittenword.com (cleanup on IRIX).
14217
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014218Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14219
14220 * xml-config.1: received a fixed version from Fredrik Hallenberg
14221 <hallon@lysator.liu.se>
14222
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014223Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14224
14225 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14226 cleanup patch for XPath
14227
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014228Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14229
14230 * patched to redirrect all "out of context" error messages to
14231 a reconfigurable routine. The changes are:
14232 * xmlerror.h : added the export of an error context type (void *)
14233 an error handler type xmlGenericErrorFunc there is an interface
14234 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14235 to reset the error handling routine and its argument
14236 (by default it's equivalent to respectively fprintf and stderr.
14237 * all the c files: all wild accesses to stderr or stdout within
14238 the library have been replaced to calls to the handler.
14239
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014240Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14241
14242 * configure.in: release 2.2.6
14243 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14244 exporting the inner functions of xpath for extension modules
14245 * doc/*: updated and rebuilt the doc
14246
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014247Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14248
14249 * nanohttp.c : applied Wayne HTTP cleanup patch
14250 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14251 and xmlNodeSetSpacePreserve()
14252
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014253Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14254
14255 * xpath.c: closing bug #29260
14256
Daniel Veillard126f2792000-10-24 17:10:12 +000014257Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14258
14259 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14260 multikey tuples, made hash structure opaque
14261 * valid.[ch]: moved elements, attributes, notations decalarations
14262 as well as ID and refs to hash tables.
14263 * entities.c: hash cleanup
14264 * xmlmemory.c: fixed a dump problem in debug mode
14265 * include/Makefile.am: problem passing in DESTDIR= values patch
14266 from Marc Christensen <marc@calderasystems.com>
14267 * nanohttp.c: removed debugging remains
14268 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14269 * HTMLparser.c parser.c: fixing a number of problems with the
14270 macros in the *parser.c files (Wayne).
14271 * HTMLparser.c: close the previous option when opening a new one
14272 (Marc Sanfacon).
14273 * result/HTML/*: updated the HTML results accordingly
14274
Daniel Veillard52afe802000-10-22 16:56:02 +000014275Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14276
14277 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14278 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14279 XPath functions and XML entities table to them. More to come...
14280 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14281
Daniel Veillard683cb022000-10-22 12:04:13 +000014282Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14283
14284 * tree.c: coalesce adjacent text nodes
14285 * valid.c: handling of blank nodes in DTd validation (raised
14286 by problems with a posteriori validation).
14287 * nanohttp.c: changing behaviour on HTTP write stuff.
14288 * HTMLtree.c: forced body and html to be explicitely closed.
14289 * xpath.h: exported more XPath functions.
14290
Daniel Veillard1baf4122000-10-15 20:38:39 +000014291Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14292
14293 * Release of 2.2.5
14294 * xpointer.c: range() range-inside and other helper functions
14295 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14296
Daniel Veillard47e12f22000-10-15 14:24:25 +000014297Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14298
14299 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14300 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14301
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014302Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14303
14304 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14305 and XPointer modules
14306
Daniel Veillard134c9f32000-10-15 10:27:08 +000014307Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14308
14309 * SAX.h: closed #25107
14310
Daniel Veillard39915622000-10-15 10:06:55 +000014311Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14312
14313 * testSAX.c: fixed problem with cdata reporting
14314 * SAXresult/* : updated
14315
Daniel Veillard1e851392000-10-15 10:02:56 +000014316Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14317
14318 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14319 Closed bug #27499, added to regression tests
14320 * TODO: updated
14321
Daniel Veillard7eda8452000-10-14 23:38:43 +000014322Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14323
14324 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14325 support for SCRIPT and STYLE with help from Bjorn Reese
14326 * test/HTML/* result/HTML/*: added simple testcase and updated
14327 the existing ones.
14328
Daniel Veillardff9c3302000-10-13 16:38:25 +000014329Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14330
14331 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14332 string-range for empty strings
14333 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14334 test/XPath/xptr/strrange: augmented the XPointer testsuite
14335
Daniel Veillard189446d2000-10-13 10:23:06 +000014336Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14337
14338 * doc/xml.html doc/xmlmem.html: added a module describing memory
14339 interfaces and use, updated the main page.
14340
Daniel Veillard2f971a22000-10-12 23:26:32 +000014341Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14342
14343 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14344 nanoftp code work on Windows too now
14345
14346Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014347
14348 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14349 * xpointer.c: implemented string-range() at least a good first version
14350 * test/XPath/docs/str test/XPath/xptr/strrange
14351 result/XPath/xptr/strrange: the string-range() tests
14352
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014353Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14354
14355 * Makefile.am include/Makefile.am include/win32config.h
14356 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14357 and make distcheck
14358
Daniel Veillard19d61112000-10-11 23:50:35 +000014359Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14360
14361 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14362 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14363 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14364
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014365Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14366
14367 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14368 patch for socklen_t detection by
14369 Albert Chin-A-Young <china@thewrittenword.com>
14370
Daniel Veillardcd429612000-10-11 15:57:05 +000014371Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14372
14373 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14374 and added a --dtdvalid option to xmllint used to test it
14375
Daniel Veillard47c02452000-10-11 13:04:36 +000014376Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14377
14378 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14379 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14380
Daniel Veillard2d38f042000-10-11 10:54:10 +000014381Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14382
14383 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14384 handlings (registration, lookup, cleanup)
14385
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014386Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14387
14388 * configure.in Makefile.am include/makefile.am: adding XPointer
14389 and XPtrtests target
14390 * xpointer.[ch] : new files for XPointer support
14391 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14392 more XPath tests
14393
Daniel Veillard57fda592000-10-10 23:24:14 +000014394Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14395
14396 * configure.in: fixed, very broken, make distcheck works again
14397
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014398Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14399
14400 * More work toward 2.2.5, integrated a number of patches
14401 * configure.in Makefile.am win32config.h.in: trying to cleanup
14402 make distcheck .... huh ...
14403 * include/Makefile.am include/win32config.h: new directory
14404 for includes
14405 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14406 updated teh makefiles and instructions for WIN32
14407 * xpath.c: small fixes
14408 * test/XPath/ results/XPath: updated the testcases and results
14409 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14410 suggested patches
14411 * valid.c: fixed an ID bug
14412
Daniel Veillardb71379b2000-10-09 12:30:39 +000014413Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14414
14415 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014416 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014417 * xpath.[ch]: worked on XPointer
14418
Daniel Veillard7e99c632000-10-06 12:59:53 +000014419Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14420
14421 * configure.in Makefile.am: 2.2.5, ship the include in an
14422 include/libxml subdirectory, use symlinks when using CVS
14423 * testSAX.c: fixed small bug
14424 * testXPath.c: changed the way testfiles are parsed
14425 * debugXML.c: same kind of cleanup when parsing an argument expression
14426 XPath/XPointers can have blanks embedded
14427 * xpath.[ch]: more cleanup, reorgs for XPointer work
14428 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14429 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14430
Daniel Veillard55b91f22000-10-05 16:30:11 +000014431Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14432
14433 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14434 in the XPath engine, rewrote large parts of it, now it's far
14435 cleaner and in sync with the REC not an old WD. Fixed a parsing
14436 problem in the interactive XML shell found when testing XPath.
14437
Daniel Veillardac260302000-10-04 13:33:43 +000014438Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14439
14440 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14441 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14442 examples with the extra test
14443
Daniel Veillard7cfce322000-10-04 12:40:27 +000014444Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14445
14446 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14447 the global init function.
14448
Daniel Veillard970112a2000-10-03 09:33:21 +000014449Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14450
14451 * HTMLparser.c: Doohhh, attribute name parsing was still case
14452 sensitive ! Fixed this ...
14453 * result/HTML/* : updated the tests results accordingly
14454
Daniel Veillard740abf52000-10-02 23:04:54 +000014455Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14456
14457 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14458 engine, should be far more stable, incorporated a new version of
14459 preceding/following axis, need testing
14460 * uri.c: fixed file:///c:/a/b/c problem
14461 * test/XPath/tests/idsimple: augmented the XPath tests
14462
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014463Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14464
14465 * doc/* rebuilding docs for 2.2.4 release
14466
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014467Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14468
14469 * configure.in: releasing 2.2.4
14470 * parser.[ch]: added xmlStrEqual()
14471 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14472 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14473 use xmlStrEqual instead
14474 * TODO: updated
14475 * added an XPath test
14476
Daniel Veillardbc765302000-10-01 18:23:35 +000014477Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14478
14479 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14480 * entities.h: exported xmlInitializePredefinedEntities
14481 * parser.[ch] : added xmlInitParser()
14482 * parserInternals.h : had to export htmlInitAutoClose()
14483
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014484Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14485
14486 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14487 problems
14488 * Makefile.am : added XPath regression tests to normal tests
14489 * uri.c: fixed a problem with local paths, cleanup
14490 * parser.c: fixed a problem with large CData sections
14491
Daniel Veillardd2ade932000-09-30 14:39:55 +000014492Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14493
14494 * configure.in xml-config.in: patch from "Ben Taylor"
14495 <sol7x86@hotmail.com> for solaris shared libs lookup
14496
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000144972000-09-30 Martin Baulig <baulig@suse.de>
14498
14499 * libxml-2.0.pc.in: Provide pkg-config script.
14500
14501 * configure.in: Create the libxml-2.0.pc script from the
14502 libxml-2.0.pc.in templates.
14503 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014504 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014505
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014506Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14507
14508 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14509 when compiling with MSC
14510
Daniel Veillard46057e12000-09-24 18:49:59 +000014511Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14512
14513 * xpath.c: patch for normalize-string() substring-before(),
14514 substring-after() and translate() functions from Bjorn Reese
14515 <breese@mail1.stofanet.dk>
14516 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14517 Fredrik Hallenberg <hallon@lysator.liu.se>
14518 * TODO: updated
14519
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014520Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14521
14522 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14523 problem of socklen_t being undefined on a number of platforms
14524 * debugXML.c: fixed a compilation problem when without snprintf
14525
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014526Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14527
14528 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14529 an URI bug and a fix for the control-character-induced infinite loop
14530 * nanohttp.c: preventive fix for compiling on WIN32
14531
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014532Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14533
14534 * xmlint.c: closing bug #25000
14535
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014536Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14537
14538 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14539 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14540 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14541 related function, fixing xmlStrncmp(), and associated cleanup
14542 * result/HTML/entities.html.sax: updating result
14543
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014544Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14545
14546 * uri.c: applied patch for URI escaping from Wayne Davison
14547 <wayned@blorf.net>
14548 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14549 from Denis Barbier <barbier@imacs.polytechnique.fr>
14550 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14551 patch from Wayne Davison
14552
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014553Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14554
14555 * doc/xml.html : updated with new releases, adding "how to help"
14556
Daniel Veillard04698d92000-09-17 16:00:22 +000014557Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14558
14559 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14560 removed a few warnings in pedantic mode ...
14561 * parserInternals.c parser.c: moved encoding switching function
14562 to parserInternals.c
14563 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14564
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014565Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14566
14567 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14568 error or warning handlers
14569
Daniel Veillardb1059e22000-09-16 14:02:43 +000014570Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14571
14572 * parserInternals.c parserInternals.h parser.c Makefile.am:
14573 created a new module parserInternals.c, moved most of the
14574 code shared by the various parsers there, as well as
14575 deprecated code from parser.c. More cleanup of parser.c
14576 * uri.c: fixed a problem when URI is NULL
14577 * valid.c: speedup when looking for an attribute declaration
14578
Daniel Veillard39c7d712000-09-10 16:14:55 +000014579Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14580
14581 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14582 the cleanup of the computation of URI references when seeking
14583 external entities. The URI reference string and the resulting
14584 URI are both stored now.
14585 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14586 large s(n)printf checks and cleanup from Denis Barbier
14587 <barbier@imacs.polytechnique.fr>
14588 * xmlversion.h.in tree.h: couple of SGML declarations for a
14589 possible docbook module.
14590 * result/VC/ : a couple of test output changed due to the change
14591 of the entities URI
14592
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014593Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14594
14595 * parser.h: added a _private field for linking user's data
14596
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014597Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14598
14599 * parser.c parserInternals.h: demacroified most of the IS_XXX
14600 the gain in size is significant so ...
14601
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014602Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14603
14604 * entities.c: cases where looking up entities with doc==NULL
14605 covered
14606
Daniel Veillard90e11312000-09-05 10:42:32 +000014607Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14608
Daniel Veillard1de50802000-09-07 08:54:32 +000014609 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014610 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14611
Daniel Veillard98a79162000-09-04 11:15:39 +000014612Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14613
Daniel Veillard1de50802000-09-07 08:54:32 +000014614 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014615 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14616 * Makefile.in: added URItest and included thenin "make tests"
14617
14618Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014619
14620 * xmlversion.h.in: closed bug 22941
14621
Daniel Veillard2bb89092000-08-31 14:57:50 +000014622Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14623
14624 * doc/xmlio.html: added doc and example for entity loader
14625 redefinition.
14626
Daniel Veillard96984452000-08-31 13:50:12 +000014627Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14628
14629 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14630 used by libxml
14631
Daniel Veillarde715dd22000-08-29 18:29:38 +000014632Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14633
14634 * parser.c: Fixed bug on invalid ontent characters and when using
14635 push.
14636 * xmllint.c: fixed xmllint endling of errors in push mode
14637
Daniel Veillard4948eb42000-08-29 09:41:15 +000014638Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14639
14640 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014641 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014642 * result/HTML/*.sax: regenerated HTML SAX output
14643 * parser.c: more cleanup.
14644
Daniel Veillarde010c172000-08-28 10:04:51 +000014645Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14646
14647 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014648 patches from Wayne Davison <wayned@users.sourceforge.net>,
14649 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014650 * HTMLparser.c: fixed an ignorable white space detection bug
14651 occuring when parsing with SAX only
14652 * result/HTML/*.sax: updated since the output is now HTML
14653 encoded...
14654
Daniel Veillard47f3f312000-08-27 22:40:15 +000014655Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14656
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014657 * HTMLparser.[ch]: applied some of Wayne Davison
14658 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014659
Daniel Veillarde0854c32000-08-27 21:12:29 +000014660Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14661
14662 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14663 undeclared namespace prefix was used, added a warning.
14664 Cleaned up support w.r.t. entities, spilling out a warning
14665 and being pedantic on lookups.
14666 * test/warning/ent9 : added testcase for previous example.
14667 * TODO: updated
14668 * parserInternals.h parser.c: changed the way names are parsed
14669 now allow infinite size and decrease penalty for normal use
14670 * parser.c: Started a big cleanup/check of the parser code,
14671 fixed some of the most tortuous entity code, spotted code
14672 unused anymore
14673 * test/*: added tests for very long names and related nasty
14674 things.
14675
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014676Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14677
14678 * doc/encoding.html: added encoding aliases doc
14679 * doc/xml.html: updates
14680 * encoding.[ch]: added EncodingAliases functions
14681 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14682 bottleneck affecting large DTDs like Docbook
14683 * parser.[ch] xmllint.c: added a pedantic option, will be
14684 useful
14685 * SAX.c: redefinition of entities is reported in pedantic mode
14686 * testHTML.c: uninitialized warning from gcc
14687 * uri.c: fixed a couple of bugs
14688 * TODO: added issue raised by Michael
14689
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014690Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14691
14692 * doc/encoding.html: propagated Martin Duerst suggestions
14693
Daniel Veillard52402ce2000-08-22 23:36:12 +000014694Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14695
14696 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14697 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14698 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14699 by Wayne Davison
14700
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014701Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14702
14703 * nanoftp.c nanohttp.c: small cleanup
14704 * TODO: updated
14705
Daniel Veillard244ece92000-08-19 20:58:02 +000014706Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14707
14708 * added an old VC testcase and updated title.xml entity
14709
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014710Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14711
14712 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14713 done on auto-opening of <p> tags and cleanup of SAX output
14714
Daniel Veillard979e55e2000-08-19 16:48:54 +000014715Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14716
14717 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14718
Daniel Veillard4540be42000-08-19 16:40:28 +000014719Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14720
14721 * doc/xml.html libxml.* structure.*: updated the doc a bit
14722
Daniel Veillard808a3f12000-08-17 13:50:51 +000014723Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14724
14725 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14726 of SAX tests
14727
Daniel Veillard29579362000-08-14 17:57:48 +000014728Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14729
14730 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14731 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14732
Daniel Veillard1255ab72000-08-14 15:13:33 +000014733Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14734
14735 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14736 * testHTML.c: fix core dump on Solaris 2.x systems
14737 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14738 * result/HTML/*.sax: previous bug fix lead to new results
14739
Daniel Veillard03109292000-08-14 14:58:22 +000014740Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14741
14742 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14743 * configure.in: added --with-readline=DIR to accept alternate
14744 path for readline include/library
14745 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14746 for ANSI under HP-UX
14747 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14748 includes @LIBS@
14749
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014750Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14751
14752 * doc/* : rebuilt the docs
14753 * getting ready for 2.2.2 release
14754
Daniel Veillard87b95392000-08-12 21:12:04 +000014755Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14756
14757 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14758 and xmlAddFeature()
14759 * tree.[ch]: added xmlAddChildList()
14760 * xmllint.c: MAP_FAILED macro test
14761 * parser.h: added xmlParseCtxtExternalEntity()
14762 * valid.c: applied bug fixes removed warning
14763 * tree.c: added CDATA block to elements content
14764 * testSAX.c: cleanup of output
14765 * testHTML.c: added SAX testing
14766 * encoding.c: better error recovery
14767 * SAX.c, parser.c: fixed one of the external entity processing
14768 of the OASis testsuite
14769 * Makefile.am: added HTML SAX regression tests
14770 * configure.in: bumped to 2.2.2
14771 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14772 SAX results
14773
Daniel Veillard88a172f2000-08-04 18:23:10 +000014774Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14775
14776 * configure.in: patch for HP compiler
14777
147782000-08-04 Sven Heinicke <sven@zen.org>
14779
14780 * xmllint.c: Was coredumping sometimes when the file given didn't
14781 exist.
14782
Daniel Veillard46e370e2000-07-21 20:32:03 +000014783Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14784
14785 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014786
Daniel Veillard46e370e2000-07-21 20:32:03 +000014787 when using in memory parsing. Need some cleanup.
14788 * xmllint.c configure.in: added a --memory flag to test memory
14789 parsing
14790
Daniel Veillard36650692000-07-21 15:16:39 +000014791Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14792
14793 * nanohttp.c: fixed socklen_t replacement to unsigned int
14794 * parser.c: fixed a space handdling missing at the end of
14795 production 28 DOCTYPE.
14796 * xmlmemory.c: fixed a stupid bug on the routine to override
14797 allocation functions
14798 * TODO: updated
14799
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014800Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14801
14802 * doc/ regenerated the docs
14803
Daniel Veillard32bc74e2000-07-14 14:49:25 +000014804Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14805
14806 * doc/encoding.html doc/xml.html: added I18N doc
14807 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
14808 improvements, both parser and filters, added ASCII & HTML,
14809 fixed the ISO-Latin-1 one
14810 * xmllint.c testHTML.c: added/made visible --encode
14811 * debugXML.c : cleanup
14812 * most .c files: applied patches due to warning on Windows and
14813 when using Sun Pro cc compiler
14814 * xpath.c : cleanup memleaks
14815 * nanoftp.c : added a TESTING preprocessor flag for standalong
14816 compile so that people can report bugs more easilly
14817 * nanohttp.c : ditched socklen_t which was a portability mess
14818 and replaced it with unsigned int.
14819 * tree.[ch]: added xmlHasProp()
14820 * TODO: updated
14821 * test/ : added more test for entities, NS, encoding, HTML, wap
14822 * configure.in: preparing for 2.2.0 release
14823
Daniel Veillard49703262000-07-10 10:27:46 +000014824Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14825
14826 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000014827 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000014828
Daniel Veillard306be992000-07-03 12:38:45 +000014829Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14830
14831 * doc/xml.html: changed the xmlsoft.org structure, updated the
14832 examples w.r.t. root and childs
14833
Daniel Veillard7d853352000-07-02 18:53:09 +000014834Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14835
Daniel Veillard784b9352003-02-16 15:50:27 +000014836 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000014837
Daniel Veillard365e13b2000-07-02 07:56:37 +000014838Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14839
14840 * HTMLparser.c: Work on character encoding support for the HTML parser
14841 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
14842 * encoding.c: Fixed a potential memleak in the encoding stuff
14843
Daniel Veillardaf743792000-07-01 11:49:28 +000014844Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14845
14846 * doc/FAQ.html doc/Makefile.am : added a FAQ
14847
14848Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000014849
14850 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
14851 of the HTML parser to force it to not bypass SAX
14852
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000014853Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14854
14855 * win32config.h.in: updated
14856 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
14857 lacks iconv support :-( need to release 2.1.1
14858 * configure.in: release 2.1.1
14859 * HTMLparser: fixed bug #14784
14860 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
14861 by Windows compiler
14862 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
14863 the SAX startDocument() callback.
14864 * TODO: updated
14865
14866Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14867
14868 * added xmlStopParser()
14869
Daniel Veillardbe803962000-06-28 23:40:59 +000014870Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14871
14872 * configure.in: 2.1.0 prerelease
14873 * Large resync between W3C and Gnome tree
14874 * nanoftp, nanohttp.c: fixed stalled connections probs
14875 * HTMLtree.c SAX.c : support for attribute without values in
14876 HTML for andersca
14877 * valid.c: Fixed most validation + namespace problems
14878 * HTMLparser.c: start document callback for andersca
14879 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
14880 * parser.h, SAX.c: serious speed improvement for large
14881 CDATA blocks
14882 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
14883 different encoding
14884 * example/Makefile.am example/gjobread.c tree.h: work on
14885 libxml1 libxml2 convergence.
14886 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
14887 and the LIBXML_TEST_VERSION macro
14888
Daniel Veillardc310d562000-06-23 18:32:15 +000014889Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14890
14891 * doc/xml.html: various patches and improvements typo fixed by
14892 Felix Natter
14893 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
14894 from Felix Natter <fnatter@gmx.net>
14895
Daniel Veillardf3029822000-05-06 08:11:19 +000014896Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14897
14898 * doc/upgrade.html: updated with instructions for support of both
14899 libxml-1.x and libxml-2.x
14900 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
14901 for 2.x support and also fixed includes
14902
14903
Daniel Veillard496a1cf2000-05-03 14:20:55 +000014904Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14905
14906 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
14907 the encoding support, added iconv support, so now libxml if
14908 compiled with iconv automatically support japanese encodings
14909 among others. Work based on initial patch from Yuan-Chen Cheng
14910 I may have broken binary compat in the encoding handler
14911 registration scheme, but that was so utterly broken I don't
14912 expect anybody to have used this feature until now.
14913 * parserInternals.h: fixup on the CHAR range macro
14914 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
14915 code.
14916 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
14917 * uri.c: added xmlParseURI() I can't believe I forgot to
14918 implement this one in 2.0 !!!
14919 * SAX.c: moved doc->encoding update in the endDocument() call.
14920 * TODO: updated.
14921
Daniel Veillard06047432000-04-24 11:33:38 +000014922Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14923
14924 * tree.h: removed extraneous xmlRemoveProp definition
14925 * TODO: added item about --disable-corba configure switch
14926 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
14927 * nanoftp.c: fixed include problems giving troubles on AIX and
14928 slowlaris
14929 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
14930 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
14931 comment and headers changes to lower gtk-doc number of warnings
14932 * doc/html/*: rebuilt docs
14933
Daniel Veillarde0aed302000-04-16 08:52:20 +000014934Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14935
14936 * HACKING: documented the tag for 1.x and instructions
14937
Daniel Veillard5e873c42000-04-12 13:27:38 +000014938Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14939
14940 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
14941 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
14942 xmlCreateIOParserCtxt
14943 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
14944 significant overall improvement
14945 * xmllint.c: added I/O test to xmllint
14946 * testSAX.c: added a speed test
14947 * doc/* : updated/regenerated
14948
Daniel Veillardfc708e22000-04-08 13:17:27 +000014949Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14950
14951 * xpath.c uri.h parserInternals.h: cosmetic changes from
14952 "Timur I. Bakeyev" <timur@bat.ru>, including making
14953 xmlCreateURI() public
14954
Daniel Veillard5d211f42000-04-07 17:00:24 +000014955Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14956
14957 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
14958 and the code at the same time. Added a clean mechanism for
14959 overload or added input methods: xmlRegisterInputCallbacks()
14960 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
14961 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
14962 * TODO: updated
14963 * doc/* : updated/regenerated
14964 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
14965 source dir
14966
Daniel Veillarde77a9182000-04-05 19:12:29 +000014967Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14968
14969 * testURI.c: yet another forgotten commit, I should get some sleep !
14970
Daniel Veillardce8b83b2000-04-05 18:38:42 +000014971Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14972
14973 * xmllint.c: forgot to commit this too ?
14974
Daniel Veillardb9df4042000-04-05 14:23:16 +000014975Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14976
14977 * xmlversion.h.in : forgot to commit this previously
14978
Daniel Veillard361d8452000-04-03 19:48:13 +000014979Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14980
14981 * configure.in: preparing libxml-2.0.0 version looks Ok so far
14982 * README TODO: updated for release
14983 * uri.c uri.h: added authority parsing/saving
14984 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
14985 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
14986 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
14987 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
14988 Makefile.am : added compile-time customization of libxml
14989 --with-ftp --with-http --with-html --with-xpath --with-debug
14990 --with-mem-debug
14991 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
14992 #include <libxml/xxx.h> I hope it won't break too much stuff
14993 and will be manageable in the future...
14994 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
14995 and added xmllint to the installed programs
14996 * uri.h: added xmlFreeURI()
14997
Daniel Veillardec303412000-03-24 13:41:54 +000014998Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14999
15000 * uri.c uri.h: finished the escaping handling, the base support
15001 and the URI path normalization. Looks good just lacks the
15002 authority content parsing code.
15003 * Makefile.am: added instructions to generate testURI
15004 * TODO: updated
15005 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15006 added links and icons for W3C and Gnome
15007
Daniel Veillard8f621982000-03-20 13:07:15 +000015008Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15009
15010 * xmlmemory.[ch] : seems I forgot to actually update the files in
15011 the last commit :-)
15012 * doc/xml.html doc/html/* : updated and uploaded the docs
15013
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015014Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15015
15016 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15017 * TODO: updated
15018 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015019 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015020 gfree).
15021 * Makefile.am, uri.c, uri.h: added a set of functions to do
15022 exact (litteraly copied from the RFC 2396 productions) parsing
15023 and handling of URI. Will be needed for XLink, one XML WFC,
15024 XML Base and reused in the nano[ftp/http] modules. Still work
15025 to be done.
15026
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015027Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15028
15029 * configure.in, libxml.spec.in : libxml2
15030 * doc/* : updated the doc page, rebuilt the docs
15031
Daniel Veillardcf461992000-03-14 18:30:20 +000015032Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15033
15034 * all: tagged LIB_XML_1_X
15035 * *.c *.h : updated from W3C CVS tree
15036 * configure.in : 2.0.0-beta
15037 * libxml.spec.in : libxml2 package nam
15038 * result/* : new version of the tests output
15039
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015040Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15041
15042 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15043
Daniel Veillardb566ce12000-03-04 11:39:42 +000015044Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15045
15046 * doc/* : rebuilt the docs
15047 * parser.c: final patch on #6766
15048 * valid.c: small patch on validity checks.
15049
Daniel Veillardfb76c402000-03-04 11:39:42 +000015050Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15051
15052 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15053 added
15054 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15055 compatibility w.r.t. XML spec and existing code.
15056
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015057Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15058
15059 * parser.c: seems a better solution to <a> </a> exists,
15060 will try it for a while
15061
Daniel Veillard83a30e72000-03-02 03:33:32 +000015062Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15063
15064 * parser.c: tried to remove the <a> </a> generating <a/>
15065 this is hard. Left a flag for that purpose. Fixed bug #6766
15066 * configure.in: prepared 1.8.7 not released, due to previous
15067 problem
15068
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015069Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15070
15071 * doc/xml.html : applied second patch from Paul DuBois
15072
Daniel Veillard402e8c82000-02-29 22:57:47 +000015073Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15074
15075 * doc/xml.html : applied patch from Paul DuBois
15076
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015077Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15078
15079 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15080
Daniel Veillard5feb8492000-02-02 17:15:36 +000015081Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15082
15083 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15084 compilation warnings on various platforms.
15085 * parser.c: Fixed #5281 validity error callbacks are now desactived
15086 by default if not validating.
15087
Daniel Veillardf341f932000-02-02 14:52:08 +000015088Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15089
15090 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15091
Daniel Veillard13c757e2000-02-01 23:59:15 +000015092Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15093
15094 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15095 <gkatsi@cs.toronto.edu>
15096
Daniel Veillard726e8792000-01-30 20:04:29 +000015097Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15098
15099 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15100 processing URLs
15101
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015102Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15103
15104 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15105 xmlNanoFTPUpdateURL for persistent control connections.
15106 * configure.in: 1.8.6
15107
15108Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15109
15110 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15111 * tree.[ch] : added xmlSaveNoEmptyTags
15112
James Henstridgef3be9312000-01-28 13:59:21 +0000151132000-01-29 James Henstridge <james@daa.com.au>
15114
15115 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15116
15117 * Makefile.am: added nanoftp.[ch] to the build.
15118
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015119Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15120
15121 * nanoftp.[ch]: cleanup, comments, API
15122 * debugXML.c : fixed a bug in the cat command
15123 * doc/*: regenerated the docs
15124
Daniel Veillardda07c342000-01-25 18:31:22 +000015125Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15126
15127 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15128 * debugXML.c : fixed a bug in the cat command
15129 * valid.c: fixing some small probs
15130 * libxml.spec.in: get rid of the SNAP suffix
15131 * doc/xml.html: updated the status
15132
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015133Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15134
15135 * xml-config.in: xml-config --version to just return the
15136 version number
15137 * xpath.c: some cleanup w.r.t. axis when the current node is
15138 an attribute.
15139 * TODO: updated
15140
Daniel Veillard461a66c2000-01-18 18:01:01 +000015141Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15142
15143 * configure.in: prepared for libxml-1.8.5
15144 * doc/* recompiled the documentation
15145
151462000-01-17 Jody Goldberg <jgoldberg@home.com>
15147
15148 * configure.in : WARNING autoconf subtlety alert :
15149 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15150 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15151 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15152 get defined by AC_CHECK_HEADERS.
15153
Daniel Veillardf967b902000-01-17 16:06:10 +000015154Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15155
15156 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15157 Rune.Djurhuus@fast.no
15158
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015159Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15160
15161 * TODO: updated
15162 * tree.c, parser.c: made sure that only memory alloc problems
15163 and internal parser errors are allowed to write to stdout or
15164 stderr.
15165
Daniel Veillard0142b842000-01-14 14:45:24 +000015166Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15167
15168 * tree.c : restored xmlNewGlobalNs since this seems used by
15169 a lot of existing code :-(, fixed a bug in xmlNewNs
15170 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15171 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15172 to exit() from the library code.
15173 * xpath.c, parser.c: removed bugs or unused code detected by
15174 Windows compilers
15175 * parser.c: started adding interfaces for parsing well balanced
15176 XML fragments
15177 * configure.in: releasing 1.8.4
15178 * doc/* : rebuilt the docs
15179
Daniel Veillard2eac5032000-01-09 21:08:56 +000015180Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15181
15182 * tree.[ch] : added xmlNewDocFragment() for DOM
15183 * testHTML.c: uninitialized variable.
15184
Daniel Veillardf3a73582000-01-05 14:58:39 +000015185Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15186
15187 * doc/* : rebuild the docs
15188
Daniel Veillard71b656e2000-01-05 14:46:17 +000015189Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15190
15191 * acconfig.h: readline and history patch
15192 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15193 * tree.c: added check and handling when possibly removing an ID
15194 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15195 and saving.
15196 * test/HTML/entities.html result/HTML/entities.html* : test for
15197 various entities reference cases
15198 * result/HTML/* : as a result output of some testcase have
15199 changed
15200 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15201 by previous example. added xmlParseTryOrFinish().
15202 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15203 entities.h debugXML.h HTMLparser.h: changed the way struct are
15204 declared to allow gtk-doc to expose those
15205 * parser.c: closed bug #4960
15206 * Makefile.am configure.in: Applied patch from
15207 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15208 and math/socket libs detection
15209
Daniel Veillard437b87b2000-01-03 17:30:46 +000015210Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15211
15212 * configure.in, Makefile.am: link tester against readline
15213 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15214
Daniel Veillard686d6b62000-01-03 11:08:02 +000015215Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15216
15217 * tree.[ch]: added xmlRemoveProp
15218 * win32config.h.in nanohttp.c: avoid including the Windows
15219 socket stuff in every C files
15220 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15221 the XmL parser(s)
15222 * test/ns4 result/ns4 etc...: added test case for previous prob
15223 * tree.c: xmlNewNs wasn't checking for double definition
15224 * Makefile.in: fixed a problem with dist-hook duplicates
15225 * parser.[hc], xmlIO.c: fixed the loading of external entities
15226 APIs, now xmlLoadExternalEntity() is used everywhere and
15227 setting up an app specific front-end using the
15228 * SAX.c parser.c: some fixes, now the xhtml spec validates
15229 with the xhtml DTD.
15230 * error.c: fixed crashes in case of no input stream
15231 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15232 to the validation tests and results
15233
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015234Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15235
15236 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15237 too htmlCreatePushParserCtxt() and htmlParseChunk()
15238 * parser.c: a bit of cleanup.
15239 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15240 to XML) removed the last mem leak known
15241 * HTMLtree.c: output message cleanup
15242 * xmlmemory.c: display content info about memory blocks
15243 * result/HTML/wired.* : missing att value warning change
15244
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015245Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15246
15247 * doc/* : rebuilt the documentation
15248
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015249Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15250
15251 * parser.[ch] parserInternals.h: Push parser for XML,
15252 seems to work fine now
15253 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15254 --push for push testing
15255 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15256 * testSAX.c: added --push
15257 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15258 subtree
15259 * xmlIO.[ch] : enriched API + fixes for push mode
15260 * entities.[ch]: added the entity content length to the struct.
15261 * xmlmemory.[ch]: new API to show the last entries for the shell
15262 * valid.c: added required attribute testing
15263 * SAX.c: the cdata callback now merge contiguous fragments
15264 * HTMLparser.c: cleanup of some macros
15265
Daniel Veillard3c558c31999-12-22 11:30:41 +000015266Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15267
15268 * parser.c: fix for PIs name starting with xml
15269 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015270 * *.c, configure.in win32config.h.in : generate win32config.h for
15271 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015272
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015273Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15274
15275 * parser.c: fixed a stupid = vs. == bug :-(
15276 * doc/gnome-xml.sgml: s/glade/xml/
15277
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015278Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15279
15280 * configure.in, doc/xml.html : bug fix release 1.8.2
15281 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15282 Hopefully the end of that silly C++ include problem
15283 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15284 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15285 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15286 troubles with autoclosed elements when the stree shape doesn't
15287 follow the DtD specs. Added htmlIsAutoClosed() and
15288 htmlAutoCloseTag()
15289 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15290 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15291 * debugXML.c: fixed a bug on printing default namespaces.
15292 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15293
Daniel Veillardb24054a1999-12-18 15:32:46 +000015294Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15295
15296 * result/HTML/*.htm[l] : updated the HTML regression tests according
15297 to the new output
15298 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15299 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15300 problem due to intermix of extern "C" { ... } declarations for C++
15301 and recursive includes in the headers
15302
Chris Lahey323c48c1999-12-18 15:32:45 +0000153031999-12-20 Chris Lahey <clahey@umich.edu>
15304
15305 * HTMLtree.c: Made it so that html nodes with a single child do
15306 not insert a carriage return before or after the child node.
15307
Daniel Veillardb24054a1999-12-18 15:32:46 +000015308Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015309
15310 * configure.in, doc/xml.html : bug fix release 1.8.1
15311 * parser.c: fixed bug #4344
15312 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15313 added the glue to avoid C++ problems
15314 * doc/* : regenerated the documentation
15315
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015316Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15317
15318 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15319 namespace recognition, and Dia as a resul :-(
15320 * encoding.c: closed bug #3950
15321
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015322Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15323
15324 * valid.c: debugging a posteriori validation, except URI expansion
15325 stuff this should be fixed now
15326 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15327 Carl Nygard <cnygard@bellatlantic.net>
15328 * tester.c: added --postvalid, cleaning of the code
15329 * tree.[ch]: added xmlDocGetRootElement()
15330
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015331Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15332
15333 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15334 c++ losage.
15335
Daniel Veillard10a2c651999-12-12 13:03:50 +000015336Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15337
15338 * configure.in, doc/xml.html : bumped to 1.8.0
15339 * xlink.[ch], Makefile.am : added framework for link detection
15340 * parser.h: added nbChars to parser context, needed for cleanup.
15341 * xmlmemory.c: removed a nasty bug when out of mem
15342 * valid.[ch]: adding namespace support for attribute decl
15343 * tester.c: added --debugent option
15344 * debugXML.[ch]: added xmlDebugDumpEntities()
15345 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15346 buffers instead, this was really needed, validation was breaking
15347 in strange ways due to that. Added xmlParseStringPEReference()
15348 and other parsing from strings functions. Entities processing
15349 modified again, but PERef are still not handled correcly but
15350 unless you're Eve Maller you won't notice :-)
15351 * HTMLparser.c: large changes toward reliability, and switched to
15352 lowercase internal tags, XHTML is lowercase, so it will help
15353 that output is closer to next version.
15354 * doc/* : regenerated the documentation, it is now hosted at
15355 http://xmlsoft.org/ (same bits I just bought the domain :-)
15356
15357
Daniel Veillard294cbca1999-12-03 13:19:09 +000015358Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15359
15360 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15361 doc generation
15362 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15363 in the SAX API
15364 * doc/*: rebuilt the doc making sure everything appears in the
15365 HTML files
15366
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015367Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15368
15369 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15370 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15371 which allow impressive speed improvement on dataset with
15372 large text pieces, but at the cost of broken binary
15373 compatibility and slightly bigger memory usage.
15374 Configure with --with-buffers to activate them, they
15375 are protected with XML_USE_BUFFER_CONTENT define.
15376 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15377 goal is 0 memory left allocated once parser is no more used
15378 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15379 call xmlCleanupParser() and xmlMemoryDump()
15380
Daniel Veillarda819dac1999-11-24 18:04:22 +000015381Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15382
15383 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15384 * parser.[ch] encoding.[ch]: added memory cleanup routines
15385 * parser.c: closing bug #3788
15386 * doc/*: rebuilt the doc
15387
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015388Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15389
15390 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15391 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15392 * tester.c: added --compress option
15393 * doc/*: rebuilt the documentation
15394
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015395Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15396
15397 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15398 if given /proc/kcore as input !
15399 * doc/xml.html doc/*: updated and rebuilt the documentation
15400
15401Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015402
15403 * parser.c: Fixed some wrongly space collapsing code due to
15404 a misreading of the spec.
15405 * result/*: fixed the output accordingly
15406
15407Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015408
15409 * encoding.c: bug fix and typos
15410 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15411 * parser.c: added attribute normalization closing bug #3597
15412 * test/att* result/att* SAXresult/att*: testcase for attribute
15413 normalization
15414
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015415Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15416
15417 * configure.in: closing bug #3163 by adding extra flags for the
15418 cc compiler on HP-UX
15419
Daniel Veillard51e3b151999-11-12 17:02:31 +000015420Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15421
15422 * valid.[ch] : removed a typo and an enumerated type bug in the
15423 xmlAddElementDecl() function
15424 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15425 call to xmlEncodeEntitiesReentrant() so that the functions
15426 New, Set and Get are at the same level.
15427 * parser.c HTMLparser.c: extra memory allocation bug for
15428 attributes detected by someone using libxml in embedded systems :-)
15429
Daniel Veillard962195f1999-10-28 15:51:53 +000015430Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15431
15432 * xmlmemory.h: turned off mem debug :-\
15433
Daniel Veillard35008381999-10-25 13:15:52 +000015434Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15435
15436 * parser.c: closed bug #2784 a one line fix, but worth pushing
15437 a new release out
15438 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15439 some structures, comments before and after the
15440 main element, and other nastyness
15441 * HTMLtree.c tree.c: accomodate the extended HTML supported
15442 * configure.in: pushing 1.7.4
15443 * test/ent8 and related outputs : added a new test for bug #2784
15444 * test/HTML/wired.html and related output: a nasty HTML example
15445 * Makefile.am: improved the test scripts
15446 * docs/* : reran the documentation extractor, updated xml.html
15447
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015448Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15449
15450 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15451 HTMLparser and debugged the HTML related code. HTML documents
15452 now have their own type
15453 * entities.c: do not dump &apos; for HTML output
15454 * xmlmemory.c: improvement, breakpoint mechanism
15455 * testHTML.c: added --sax --repeat ...
15456 * Makefile.am: improved the HTML tests
15457 * valid.[ch]: added xmlValidGetValidElements and
15458 xmlValidGetPotentialChildren
15459 * tester.c: added --insert to test the 2 new functions
15460 * test//* result//* SAXresult//* : regression test cleanup
15461 and extension.
15462 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15463 gnome-xml-nanohttp.html
15464
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015465Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15466
15467 * HTMLparser.c: fixed problems with some autoclose tags
15468 * tree.c: fixed XML output problems.
15469 * result/* SAXresult/*: update of the tests output
15470
Daniel Veillard6077d031999-10-09 09:11:45 +000015471Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15472
15473 * Makefile.am: Arturo patch for xmlConf.sh version info
15474 * parser.c: Tim Josling patch for single quoted items
15475 * tester.c: Tim Josling patch for tester options usage
15476 * tree.h: indent cleanup
15477
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015478Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15479
15480 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15481 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15482
Daniel Veillard00fdf371999-10-08 09:40:39 +000015483Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15484
15485 * tree.c : Raph patch for initialization of CORBA fields
15486 * parser.c, xpath.c, ...: modification of doc comments
15487 * xpath.c : allow spaces in xpath expressions
15488
Daniel Veillardad219441999-09-27 08:17:49 +000015489Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15490
15491 * xmlmemory.h: turning off memory debug :-(
15492
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015493Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15494
15495 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15496 better SAX interfaces.
15497 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15498 entity.
15499 * configure.in: 1.7.2
15500
15501Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015502
15503 * libxml.spec.in: fixed the URL
15504 * doc/xml.html: improved the documentation front-end
15505
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015506Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015507
15508 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15509
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015510Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015511
15512 * libxml.spec.in: fixed the alpha compile problem
15513 * parser.[ch]: changed errno to errNo in the parser context :-(
15514 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15515 * doc/xml.html: changed CHAR to xmlChar
15516 * doc/html/*: recompiled the documentation
15517 * configure.in: 1.7.1
15518
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015519Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15520
15521 * parser.h: modified the parser context struct to regain 1.4.0
15522 binary compatibility
15523 * parser.c, xml-error.h: added errno ot teh context and defined
15524 a set of errors values with update of errno
15525 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15526 DTDs and entities
15527 * *.h, *.c: complete cleanup of the use of config.h and include
15528 protection depending on the current setup.
15529 * overalll debugging, maintenance and bug-fixing on all modules
15530 * updated the documentation
15531 * ready for 1.7.0
15532
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015533Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15534
15535 * HTMLparser.c : cleanup
15536 * SAX.c valid.c valid.h: added ID/IDREF checking
15537 * tree.c tree.h: extended doc structure for refs
15538 * configure.in: 1.6.2
15539 * parser.c: patched bug in SAX user arg call
15540 * parserInternals.h: patched missing close in C++ wrapping
15541 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15542 especially upcoming XPointer implementation.
15543 * doc/xml.html: augmented, typo
15544
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015545Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15546
15547 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15548 not all invocations of install understand -d.
15549
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015550Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15551
15552 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15553 to make 'check' works, when builddir != srcdir.
15554
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015555Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15556
15557 * doc/xml.html : updated the documentation
15558
Daniel Veillard6454aec1999-09-02 22:04:43 +000015559Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15560
15561 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15562 not deallocated memory blocks
15563 * *.c : replaces all calls to malloc() free() and realloc() to
15564 the wrapper functions/macros
15565 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15566 instead of xmlFreeNodeList()
15567
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015568Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15569
15570 * HTMLparser.c: corrected a stupid bug leading to core dump at
15571 tree deallocation. Removed warnings indicated by
15572 Stephane.Conversy@lri.fr
15573 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15574 looked for in the external subset
15575
15576Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015577
15578 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15579 on SGI by Stephane.Conversy@lri.fr
15580
Daniel Veillardb96e6431999-08-29 21:02:19 +000015581Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15582
15583 * all .h : changed the prototype declaration indent as in gtk
15584 * most .c : working on reducing the TODOs in the code
15585 * most .c : cleanup though -pedantic and Insure++
15586 * improvements on validation ID checkings.
15587 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15588 * xml-config.in: closed #1810
15589
15590Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015591
15592 * tree.h, valid.c, valid.h: more work on validity, IDs
15593 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15594 definition for AIX
15595
Daniel Veillardb556eb51999-08-15 17:19:50 +000015596Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15597
15598 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15599 the distribution due to a cut'n paste error at last commit
15600
Daniel Veillardb05deb71999-08-10 19:04:08 +000015601Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15602
15603 * configure.in: upgraded to version 1.4.0
15604 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15605 Big update, added a large part of the validation process,
15606 it should be usable, but some parts are missing
15607 * xpath.c: improved the implementation w.r.t. root.
15608 * Makefile.am: added more tests
15609 * test and result trees: added a lot of tests
15610 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15611
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015612Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15613
15614 * Added an HACKING file
15615
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015616Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15617
15618 * xpath.[ch] : improvements and debug of the XPath implementation
15619 * parser.c, HTMLparser.c : modified the parsers to be progressive
15620 * tree.[ch] : extended the Buffer promitives
15621 * xmlIO.[ch] : added basic I/O routines providing progressive
15622 parsing and ready for I18N conversion plugins
15623 * SAXresult/* : the SAX callback sequence maybe slightly different
15624 now
15625 * test*.c : improved/updated the tests programs
15626 * doc/* : recompiled the docs.
15627
Daniel Veillard15b75af1999-07-26 16:42:37 +0000156281999-07-26 Michael Meeks <michael@edenproject.org>
15629
15630 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15631
15632 * tree.c: Ditto.
15633
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015634Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15635
15636 * configure.in: upgraded to version 1.4.0
15637 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15638 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15639 XML query language, see http://www.w3.org/TR/xpath for more details.
15640 * parser.c, parser.h: added CHAR* related string functions for XPath
15641 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15642 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15643 rebuild the docs.
15644 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15645 and regression testing capabilities for XPath.
15646
Daniel Veillardd79d7871999-07-12 10:38:12 +000015647Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15648
15649 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15650 closing bug #1646
15651
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015652Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15653
15654 * Makefile.am, example/Makefile.am: closed bug #1683
15655
Daniel Veillard3166ab11999-07-11 16:14:19 +000015656Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15657
15658 * example/Makefile.am, configure.in: added the makefile for the
15659 gjobread example
15660
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015661Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15662
15663 * doc/Makefile.am:
15664 - fix which allow "make install DESTDIR=</install/prefix>".
15665
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015666Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15667
15668 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15669 which fixed a problem on the file reading-code.
15670
Daniel Veillard82150d81999-07-07 07:32:15 +000015671Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15672
15673 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15674 output.
15675 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15676
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015677Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15678
15679 * parser.h : Oops removed the binary compatibility problem
15680 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15681 * parser.c, HTMLparser.c: applied patches for reading from stdin
15682
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015683Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15684
15685 * parser.c, entities.c, valid.c: cleanup bug #1591
15686 * configure.in: cleanup bug #1592
15687 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15688 the same tree back-end. Hence gdome will be available for it.
15689 * doc/Makefile.am: close bug #617
15690
Daniel Veillard97fea181999-06-26 23:07:37 +000015691Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15692
15693 * parser.c: alloctate a per parser context SAX interface block
15694
Daniel Veillard14fff061999-06-22 21:49:07 +000015695Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15696
15697 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15698 and xmlEncodeEntitiesReentrant with the correct one :-\
15699
15700Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15701
15702 * commit of my internal XML base changes, quite a lot of
15703 changes, cleanups, better entities support, framework for
15704 new I/O and charset detection and handling
15705 * Fixed the configure/Makefile stuff to generate shared libs
15706 with the proper version info, so we jumped on rev from
15707 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15708 xmlEncodeEntities() result need to be freed now, and a string
15709 xmlParserVersion provide the current library version.
15710
Raph Levien05240da1999-06-15 21:27:11 +000015711Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15712
15713 * parser.c: fixed a buffer overrun for when you have a very long
15714 attribute with no entities in it.
15715
Daniel Veillardbb2da581999-06-13 14:37:07 +000015716Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15717
15718 * added example directory
15719 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15720
Daniel Veillard011b63c1999-06-02 17:44:04 +000015721Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15722
15723 * Release of libxml-1.1, nearly everything has been touched for
15724 this.
15725 * Added more regression tests
15726 * Updated the documentation
15727
Daniel Veillard27d88741999-05-29 11:51:49 +000015728Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15729
15730 * tree.[ch]: unified the XML_NO_CORBA defines.
15731 * parser.c encoding.[ch]: started plugging in char encoding detection
15732
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015733Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15734
15735 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15736 Also freed allocated buffer.
15737
Daniel Veillard27d88741999-05-29 11:51:49 +000015738Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015739 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15740 reentrancy problem at printing. One is left in entities.c, to
15741 remove ASAP
15742 * testSAX.c : added a test example showing the use of the SAX
15743 interface if one doesn't want to build the DOM tree.
15744 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15745
Daniel Veillard517752b1999-04-05 12:20:10 +000015746Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15747
15748 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15749 large revamping of the parser to use SAX callbacks
15750 http://www.megginson.com/SAX/ (or at least a C like interface
15751 a la Expat). It's now possible to set up your own callbacks
15752 and the parser will not build a DOM tree.
15753 * test/* result/*: updated the test suite, I finally removed
15754 the old Namespace draft support (PI based).
15755
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015756Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15757
15758 * Makefile.am: added test result to EXTRA_DIST for make tests
15759
Daniel Veillard64068b31999-03-24 20:42:16 +000015760Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15761
15762 * parser.c, parserInternals.h: moved the chars macro definitions
15763 to parserInternals.h
15764 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15765 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15766
Daniel Veillard012ccc11999-03-23 10:11:11 +000015767Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15768
15769 * xml-config.in : applied patch to make --version work
15770
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000157711999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15772
15773 * Makefile.am (check-local): Alias for `tests' target. This will
15774 cause `make check' to do the right thing.
15775 (tests): Don't run tests in srcdir. Also, replaced calls to
15776 basename with a `sed' "equivalent".
15777
Daniel Veillardd109e371999-03-05 06:26:45 +000015778Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15779
15780 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15781 it in the header and not the sources, updated the doc.
15782 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15783 pointing this out.
15784
Daniel Veillardbc50b591999-03-01 12:28:53 +000015785Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15786
15787 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15788 exported the inputStream routines.
15789 * doc/html/* : updated accordingly
15790
Daniel Veillardd692aa41999-02-28 21:54:31 +000015791Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15792
15793 * parser.c, parser.h, parserInternals.h: added a few extra
15794 internal calls to allocate and free parser contexts ...
15795 * doc/html/* : updated accordingly
15796
Daniel Veillard55a99271999-02-25 11:01:29 +000015797Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15798
15799 * configure.in, Makefile.am, doc/makefile.am : General changes for
15800 1.0.0 release and including the generated HTML documentation.
15801
Daniel Veillard35925471999-02-25 08:46:07 +000015802Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15803
15804 * makefile.am : added parserInternals.h, oops.
15805
Daniel Veillard1e346af1999-02-22 10:33:01 +000015806Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15807
15808 * parserInternals.h: added this header giving access to the parser
15809 internal functions.
15810 * doc/Makefile.am : added a rebuild target which rebuilds the full
15811 set of documentations
15812 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
15813 the internal subset.
15814 * *.c *.h: modifications needed to generate the documentation using
15815 gtk-doc, cleanup of functions blocks, reorganisation of struct
15816 declarations.
15817
Daniel Veillard1164e751999-02-16 16:29:17 +000015818Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15819
15820 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
15821 the tar and spec file to include the beginning of the doc.
15822
Nuno Ferreira03d04781999-02-13 00:07:17 +0000158231999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
15824
15825 * doc/.cvsignore: Added this file.
15826
Daniel Veillard6800ef31999-02-08 18:33:22 +000015827Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15828
15829 * tree.c: fixed xmlGetProp to return "" when the attribute
15830 exists, even if the node-list is NULL.
15831
Daniel Veillard726c7e31999-02-08 15:13:10 +000015832Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15833
15834 * tree.c: patched an error outputting empty attribute values.
15835 * Makefile.am and doc/makefile.am: have been updated during the
15836 week-end. Sorry for an empty CVS log, I got a shell problem.
15837
Daniel Veillard1899e851999-02-01 12:18:54 +000015838Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15839
15840 * tree.h: cleaned up using enums instead of defines
15841 * parser.c, valid.[ch]: more work on parsing/output of element
15842 declarations
15843
Daniel Veillard3b9def11999-01-31 22:15:06 +000015844Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15845
15846 * valid.[ch], tree.c, parser.c : more work toward full parsing
15847 of XML DTDs.
15848 * README: added informations about mailing-list and on-line
15849 documentation
15850
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000158511999-01-27 Raja R Harinath <harinath@cs.umn.edu>
15852
15853 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
15854
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000015855Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15856
15857 * parser.c, tree.[ch] : more work toward conformance testing,
15858 added a last element to accelerate parsing of very flat structures
15859 started working on internal subset Element content declaration.
15860 * valid.[ch] : first cut at adding code toward validation.
15861 * previous changes had also small impact on most files, especially
15862 the conformance testing using James Clark test suite.
15863
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000015864Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15865
15866 * test/* : updated the examples, most of them were not well
15867 formed (humm), and added rdf2.
15868 * result/* : resulting changes in the output.
15869
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000015870Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15871
15872 * tree.c: changed the behaviour of xmlGetProp on NULL values.
15873
Daniel Veillard44b3a061998-12-05 17:27:22 +000015874Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15875
15876 * tree.c: patched a bug in the generation of empty attributes
15877
Daniel Veillardbe36afe1998-11-27 06:39:50 +000015878Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15879
15880 * entities.[ch], tree.[ch], tester.c: added copy interfaces
15881 for node/trees/documents/... Biggest problem is namespace
15882 support when copying subtrees.
15883
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000015884Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15885
15886 * parser.c, entities.c: improve entities and char ref encoding,
15887 and cleanups of error messages.
15888
Daniel Veillard242590e1998-11-13 18:04:35 +000015889Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15890
15891 * parser.c, entities.c: simple bug hunting done during rpm2html and
15892 rpmfind integration.
15893
Daniel Veillard42dc9b31998-11-09 01:17:21 +000015894Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15895
15896 * parser.[ch]: Added interfaces allowing to specify a SAX
15897 handler before parsing.
15898
Daniel Veillarde3bffb91998-11-08 14:40:56 +000015899Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15900
15901 * parser.c: redirrect all errors reporting through the SAX
15902 error function
15903
Daniel Veillardda4d3c41998-11-04 20:07:05 +000015904Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15905
15906 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
15907 * libtool, tlmain ...: update of the libtool files
15908
Miguel de Icaza442321c1998-11-04 18:13:38 +0000159091998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
15910
15911 * entities.c: Use g_snprintf insteda of snprintf.
15912
Daniel Veillard0ba4d531998-11-01 19:34:31 +000015913Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15914
15915 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
15916 added ent5 test for this purpose.
15917 * parser.c, parser.h: formatting, comments and UTF-8 planning.
15918
Daniel Veillard27271681998-10-30 06:39:40 +000015919Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15920
15921 * parser.c: fixed? a strange error due to compression on a GWP
15922 document.
15923
Daniel Veillard25940b71998-10-29 05:51:30 +000015924Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15925
15926 * tree.[ch]: bug fixing
15927 * entities.[ch]: defined a specific type for predefined entities
15928 * doc/xml.html: more documentation on the library, how to use it,
15929 overview of the interfaces.
15930
Daniel Veillard16253641998-10-28 22:58:05 +000015931Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15932
15933 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
15934
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015935Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15936
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000015937 * tree.c: corrected a small bug
15938 * doc/xml.html: continuing writing documentation.
15939
15940Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15941
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015942 * debugXML.h debugXML.c: added debugging utilities.
15943 * tester.c: added --debug switch.
15944 * tree.c: patched an incorrect node->type assignment.
15945 * parser.c: formatting, ensure that node->doc != NULL in attributes
15946
Daniel Veillardccb09631998-10-27 06:21:04 +000015947Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15948
15949 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
15950 entity support and provide an internal representation close to
15951 DOM one (entity ref nodes, and attribute value as tree). I tried
15952 to preserve the interface but this will surely break some apps
15953 (I have to change rpm2html/rpmfind for example). I had to change
15954 two interfaces, and the generated tree is somewhat different.
15955 * doc/* : started documenting the XML library, the tree and
15956 DOM/Corba. This is a first step.
15957
Daniel Veillard11e00581998-10-24 18:27:49 +000015958Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15959
15960 * parser.c: Set up the fonctions comment block, boring but useful.
15961 * parser.h, SAX.c, parser.c: now attributes are processed through
15962 the SAX interface. The problem is that my SAX interface diverged
15963 quite a bit from the original one, well this is not an official
15964 spec, and translating it from Java to C is hairy anyway...
15965
Daniel Veillard97b58771998-10-20 06:14:16 +000015966Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15967
15968 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
15969 fonctions comment block, boring but useful.
15970
15971Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000015972
15973 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
15974 conversion routines. However they are not yet used to convert the
15975 inputs. The core will run with UTF-8.
15976
Daniel Veillard33942841998-10-18 19:12:41 +000015977Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15978
15979 * tree.c : make sure that the type id is properly set-up when
15980 a new object is allocated, needed for DOM.
15981
Daniel Veillard27fb0751998-10-17 06:47:46 +000015982Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15983
15984 * tree.h, tree.c: Ok, the main objects in the tree will be native
15985 corba objects, it costs 8 bytes per Node, Attribute and Document
15986 but it simplifies the Corba integration a lot (no extra interface
15987 objects to allocate/free).
15988
Daniel Veillard0bef1311998-10-14 02:36:47 +000015989Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15990
15991 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
15992 and changed NODEs contants for conformity with DOM Level 1
15993
Daniel Veillard27864701998-10-08 03:47:24 +000015994Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15995
15996 * added hooks to keep track of servants when creating objects
15997 xmlDoc and xmlNode (for Corba export).
15998
Daniel Veillarda6e1d121998-10-04 14:41:05 +000015999Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16000
16001 * added xml-config script.
16002
Daniel Veillard7066a791998-10-01 20:28:28 +000016003Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16004
16005 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16006 to autoupdate libtool and automake conf files.
16007
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000160081998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16009
16010 * Makefile.am: Use '?' to separate the sed
16011 commands as ',' is used when people pass -Wl,something.
16012
16013
Daniel Veillard15a8df41998-09-24 19:15:06 +000016014Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16015
16016 * tree.c, tree.h: added a per-document compression interface.
16017
Daniel Veillard151b1b01998-09-23 00:49:46 +000016018Tue Sep 22 20:47:38 EDT 1998
16019
16020 * tree.c, tree.h: added saving with compression and added interfaces
16021 to control the compression level (xmlGetCompressMode,
16022 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16023
Daniel Veillard70120ff1998-09-22 00:24:21 +000016024Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16025
16026 * parser.c: corrected a loop for files of size 0
16027
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000160281998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16029
16030 * error.h: New file. Contains prototyes from `error.c'.
16031
Tom Tromeyc19653d1998-08-14 01:22:43 +000016032Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16033
16034 * Makefile.am (xmlincdir): New macro.
16035 (xmlinc_HEADERS): Renamed from include_HEADERS.
16036
Daniel Veillard845664d1998-08-13 04:43:19 +000016037Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16038
16039 * applied small patch on numeric entities from
16040 Christopher Blizzard <blizzard@appliedtheory.com>
16041
Daniel Veillard260a68f1998-08-13 03:39:55 +000016042Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16043
16044 * New release 0.2, removed the old xml_* files so that it's
16045 coherent with the other CVS base (W3C), far better conformance
16046 to standard, new namespaces, decent entities support, beginning
16047 of a SAX-like interface. Nearly nothing left intact, even the
16048 test examples ...
16049
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000160501998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16051
16052 * .cvsignore: Add .deps dir
16053
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016054Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16055
16056 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16057
Daniel Veillardfe926001998-07-26 04:28:20 +000016058Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016059
Daniel Veillardfe926001998-07-26 04:28:20 +000016060 * configure.in: added test for CPP
16061 * AUTHORS, Changelog: the original ones didn't get commited but the
16062 glib ones instead, fixed.
16063 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016064
Daniel Veillardfe926001998-07-26 04:28:20 +000016065Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016066
Daniel Veillardfe926001998-07-26 04:28:20 +000016067 * integrated code developped at W3C
16068 * changed the original Copyright
16069 * migrated to automake
16070 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016071